Giter Club home page Giter Club logo

easyeditor's Introduction

Easyeditor

Deploy Build Status Coverage Status

Just do it!

Korean translation

This is easy and simple web editor. This is useful if it is bothersome to install the editor to coded as usual.

Major function

  • Major programming language syntax highlighting
  • Code saving
  • Load saved code
  • Operate in mobile
  • Change font size in editor
  • Apply various color theme
  • Can compile C codes.

For Development

$ git clone https://github.com/maxtortime/EasyEditor.git
# Install python3, pip, virtualenv, bower
$ virtualenv -p $(which python3) venv
$ . venv/bin/activate
(venv) $ pip install -r requirements.txt
$ bower install
$ python3 easyeditor.py

Translation

Basic language is Korean. Please wrap Korean words by _(한국어 문장) in HTML. Python example is following.

gettext(u'A simple string')
gettext(u'Value: %(value)s', value=42)
ngettext(u'%(num)s Apple', u'%(num)s Apples', number_of_apples)

After wrapping Korean words, Please invoke following commands.

$ pybabel extract -F babel.cfg -o messages.pot .
$ pybabel init -i messages.pot -d translations -l 'iso lang code ex) en,ja'
# Translate messages.po file at translations directory.
# Automatically running at deployment
$ pybabel compile -d translations 

easyeditor's People

Contributors

kangslee avatar kcassia avatar maxtortime avatar pyup-bot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

easyeditor's Issues

Subprocess 취약점

오늘 실험해본 결과 파일 이름

aa.c ; ls -l > /dev/stderr ; aa
# 파일 이름(확장자 포함) ; 명령어 > /dev/stderr ; 확장자 뺀 파일이름

하면 명령어 수행 가능

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.