Post tagged: editor
Ascii Art Tools
Here are some resources dealling with ASCII art...
- AsciiToSVG - PHP code to convert ascii art into SVG.
- AsciiFlow - Web App implement an ascii art editor.
- Asciio A perl application allows you to draw ASCII diagrams in a modern (but simple) graphical interface.
- ditaa - Java based ascii art to PNG converter …
SimpleNote/Markdown editor
We just load SimpleNote as a Desktop WebApp
- Create first a basic markdown editor
-
styling
-
Hack retext
- add stuff for multiple views
- nvpy remixed with retext?
- Wrapper python for Windows
Another option:
- SimpleNote native app + editor
Features:
- Search tags from a menu
- Search within document
- Poll website for changes
Or …
Programming 2016
Programming 2016
- GWT and GWT on Mobile and Java servlets
- Generate Excel http://www.gwtproject.org/overview.html http://www.m-gwt.com/
Java based:
- Game Api libgdx
- Other Game lib JMonkeyEngine
- MultiOS
- j2objc
- RoboVM forks:
- FlexoVM
-
BugVM
-
Swift?
- D status
Programming 2015
- Cross-Platform: Linux, Windows, Android, iOS, WebApp?
- Run-Time: >100MB …
Windows administration from the command line
Windows system administration is very mouse driven and to reach all tools you need to browse through Windows explorer.
If you are like me and prefer to log on a limited privilege account and use Runas to perform admin tasks, you can open these consoles with the .msc file names …
Markdown Javascript editors
VUE JS: Includes a Markdown editor example that allows edit with online preview next to it
Embeddable JS Markdown editor : Has a button to preview
Editors that edit in preview-like mode
Replacing Emacs with Atom
As an old UNIX guy I have been using emacs for years. So in a way, I am very comfortable with using it and most of keyboard shortcuts. But, it really is an old animal and I have been thinking that I should be moving to a more modern replacement …
dev notes 2014
Replacment for Make and Autoconf: MakeMe
(If you don't have root but have Android 4+ you can use the command-line program adb from the Android SDK platform tools to make backups via a desktop computer)
Dev Tools
Alternative languages:
- D : better than C, but not over-the-top like C …
My Must Have Android Apps
This is a list of my favorite Android Apps:
Essentials
- Barcode Scanner - Play Store F-Droid
- Ghost Commander - F-Droid
- F-Droid Alternative Application Manager. Usually Open source stuff with significantly less crap ware and ads.
Productivity
- WordPress - PlayS tore
- KeePassDroid - f-droid
- GoTasks - Play Store
- Dropbox - Play Store
- Quickoffice - Play Store
- SimpleNote - Play …
'Mini-Howto: Setup proxy on Ubuntu'
A quick and dirty mini-howto to setup a proxy on Ubuntu. This is meant mostly for doing quick setup of a proxy on a cloud environment.
- Install Squid with the following command at the Linux command prompt:
sudo apt-get install squid
- Edit the Squid config file in
/etc/squid
adding …
Using CloudFlare
So I have signed up 0ink.net
to use the CloudFlare service.
CloudFlare is a reverse proxy service that is supposed to speed up and improve web server security.
This is done by:
- globally distributed reverse proxy cache network
- filters incoming request for attacks
- optimize content (i.e. compressing, removing …