Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zarzen
Last active December 14, 2015 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zarzen/c7f793b2de425ae1c0a4 to your computer and use it in GitHub Desktop.
Save zarzen/c7f793b2de425ae1c0a4 to your computer and use it in GitHub Desktop.
Tools List for Productive and Interesting

Text to ASCII Code Tool

Tool’s home page

Windows Console Emulator

conEmu: download

English Grammar Checking

grammarly plugin for chrome and firefox home page

Online Base64URL encoder

Tool’s Page
Nodejs way:

> console.log(new Buffer("Hello World").toString('base64'));
SGVsbG8gV29ybGQ=

Online Base64URL decoder

Tool’s Page
Nodejs way:

> console.log(new Buffer("SGVsbG8gV29ybGQ=", 'base64').toString('ascii'))
Hello World

html -> pdf

groff

drawing graph

graph viz UML graph

Firefox Poster

using poster to post body information, should set ‘Content Type’ as ‘application/x-www-form-urlencoded’

Little Proxy

implemented by java Home Page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment