This project has grown in the past years and became the most advanced web cms for clan and esport related pages. It features modul management, template and language switching and so on. It supports a wide range of php versions and database drivers.
A UTF8 layer for IO and Strings. The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation.
Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunatly,
there's no possibility to read or write something to the outer world in an encoding other than ascii
... [More]
due to the lack of support for encodings. This library should help with that. [Less]
It's not as good as jedit, but has its simple. currently i use it personally sometime. you may also have a try. It's better than notepad anyway.
current status: Usable. maybe a little bug. on the
... [More] track of improvement.
news: refactory, make better code and less bug, easy to extend what is planned.
JRE1.6+ is needed to run it.
add to context menu : http://neoeedit.googlecode.com/svn/trunk/neoeedit.reg
feathers:
My favorite text editor is jedit. And this one is never to be featurable as jedit, nor as serious as jedit. but it is handy because have basic functions small code (about Kilo lines) small memory footprint (binary less than 100KB) quick show (customized swing component) ctrl-C/V/X for copy/paste/cut select text using both mouse and keyboard curson keys: up down left right home end pageup pagedown line number ctrl-L: goto line ctrl-A: select all ctrl-D: delete current line ctrl-R: remove all trailing space ctrl-S: save file ctrl-shift-S: save all files F2 : save as... ctrl-O: open file ctrl-N: new file ctrl-W: close current document ctrl-Z: undo ctrl-Y: redo ctrl-F: find/replace F3 : find next ctrl-E: set encoding F5 : reload with encoding alt-left alt-right: quick indent home end, ctrl up,down,left,right: convience caret control
common language keywords highlighting (java,c,python,basic, 500+ words)
(){}<> pair marking F1: help auto detect encoding. for utf8, sjis, gbk now. Good unicode support. auto detect comments. for many languages. replace/find in files in dir/sub-dir alt-\: rectangular mode ctrl-mouse scroll: zoom in/out ctrl-0: zoom reset todo:
multi-find marker (more...) [Less]
PurposeRecodes (transcribes) a HTML document into another character set. Useful for migrations from/to UTF-8, for example. It maintains all the characters of the input character set, encoding them as
... [More] nn; sequences if they are not otherwise supported in the target character set.
DownloadingThe home page of this project is at http://bisqwit.iki.fi/source/htmlrecode.html; check there for downloads. [Less]
Erlang's built in mechanism for strings are very memory and CPU inefficient because every string is a linked list of 8 byte (not bit) integers. This project is an attempt at creating a library for
... [More] working with UTF-8 strings based on Erlang's much more efficient Binary type.
This library will provide typical string operations (find, split, substring, etc.) that you would find in other programming languages for the version 1.0 release.
This project is licensed under the BSD license because it would be awesome if one day this was incorporated into the standard Erlang distribution. [Less]