Giter Club home page Giter Club logo

dencode-web's Introduction

dencode-web

DenCode is a web application for encoding and decoding values.
e.g. HTML Escape / URL Encoding / Base64 / MD5 / SHA-1 / CRC32 / and many other String, Number, DateTime, Color, Cipher, Hash formats

Website

https://dencode.com/

Usage

Install Java SE Development Kit (JDK) and Google Cloud SDK.

Open a shell or command line and execute the following commands on the project root directory.

Run on local machine:

./gradlew appRunStage

Deploy to Google App Engine:

gcloud config set project {PROJECT_ID}
./gradlew appengineDeploy

(Please replace {PROJECT_ID} to your own project id.)

Supported encoding

I18n support

DenCode supports English (en), Japanese (ja) and Russian (ru). If you want to add other languages, please add or modify the following source code.

  • Append a new language-code to locales config with comma separator (like locales=en,ja,ru)
    • /src/main/resources/config.properties [Required]
  • Add translated files
    • /src/main/resources/messages_*.properties [Required]
    • /src/main/webapp/WEB-INF/pages/policy_*.inc.jsp [Optional]
    • /src/main/webapp/WEB-INF/pages/method-desc_._*.inc.jsp [Optional]

How to add another encoder and decoder

If you want to add another encoder and decoder, please add or modify the following source code.

  • Add a new dencoder class
    • /src/main/java/com/dencode/logic/dencoder/*.java [Required]
  • Append new settings for the dencoder
    • /src/main/resources/config.properties [Required]
  • Append the encoding and decoding rows for the dencoder
    • /src/main/webapp/WEB-INF/pages/index.jsp [Required]
  • Append label texts for index.jsp
    • /src/main/resources/messages_*.properties [Required]
  • Add description files
    • /src/main/webapp/WEB-INF/pages/method-desc_._*.inc.jsp [Optional]

dencode-web's People

Contributors

blueberryy avatar mozq avatar

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.