4
I Use This!
Activity Not Available

News

Posted over 6 years ago by _tom
GEN edu editor (v1.00) for Euphoria 3.1.1 21K Shian Lee Dec 27/17 edu.ex is a Unicode/UTF-8 version of the ed.ex editor, suitable for UTF-8 encoding systems such as the Linux Xterm terminal. It provides the very basic Unicode/UTF-8 editing ... [More] features, and allows you to embed Unicode strings in your program. (Please download also the file 'utf8' by Shian Lee). http://rapideuphoria.com/edu.zip [Less]
Posted over 6 years ago by _tom
GEN utf8 (v2.01) 17K Shian Lee updated Dec 23/17 utf8 includes routines for Unicode and UTF-8 encoding, cp437 and cp1252 mapping to Unicode, constants of binary representation, and demo programs. Especially useful for Linux terminal (but not ... [More] only). Includes standard user manual. Dec 23: Minor bug fix in unicode(). http://rapideuphoria.com/utf8a.zip [Less]
Posted over 6 years ago by _tom
GEN Machine2 (v1.06) 18K Shian Lee updated Dec 23/17 Machine2.e includes basic utilities, bitwise operators and machine level interface routines for Euphoria 3.1.1 (peek2, poke2, EQV, IMP, shift, rotate, pack, unpack, set, get, binary ... [More] , octal, decimal, hexadecimal, flatten, boolean, string, fix, sign, delay, pause, ...). Includes standard user manual. Dec 23: unpack_bits() now using floor() and it's much faster http://rapideuphoria.com/machine2x.zip [Less]
Posted over 6 years ago by _tom
GEN utf8.e (v2.00) 17K Shian Lee Dec 17/17 utf8.e includes routines for Unicode and UTF-8 encoding, cp437 and cp1252 mapping to Unicode, constants of binary representation, and demo programs. Especially useful for Linux terminal (but not only). Includes standard user manual. http://rapideuphoria.com/utf8a.zip
Posted over 6 years ago by _tom
LNX How to run Euphoria 3.1.1 on 64-bit Linux? 1K Shian Lee updated Dec 9/17 When you try to run Euphoria 3.1.1 on 64-bit Linux you may get the error message: bash: ./exu: No such file or directory This is because Euphoria 3.1.1 needs the ... [More] 32-bit libraries for 64-bit Linux system... Dec 9: New: how to compile a c file into a 32-bit shared library for open_dll(). http://rapideuphoria.com/eu3_64bit.zip [Less]
Posted over 6 years ago by _tom
GEN Machine2 (v1.05) 18K Shian Lee updated Dec 7/17 Machine2.e includes basic utilities, bitwise operators and machine level interface routines for Euphoria 3.1.1 (peek2, poke2, EQV, IMP, shift, rotate, pack, unpack, set, get, binary, octal ... [More] , decimal, hexadecimal, flatten, boolean, string, fix, sign, delay, pause, ...). Includes standard user manual. Dec 7: new routines: get_xkey, wait_xkey, clear_keyboard, flat, crash, iif. (get_xkey & wait_xkey are for terminal) http://rapideuphoria.com/machine2x.zip [Less]
Posted over 6 years ago by jmduro
Each HTML file has the same name as the corresponding library file. _conv_.e => _conv_.html
Posted over 6 years ago by euphoric
How do I use the documentation? I can't find an index.html in the html folder.
Posted almost 7 years ago by jmduro
The link is not valid Jean-Marc
Posted almost 7 years ago by _tom
GEN Roman Numbers 17K James Cook Jun 21/17 Ancient Romans included both the leading and trailing items in the count. The modern computer system starts counting at zero up until one minus 2^bits. Strings are further complicated by needing an ... [More] extra zero terminating character. This library can calculate the correct value when converting Ancient Roman numbers to modern numbers. http://rapideuphoria.com/lib3_v0.8.7_2017-06-18.zip [Less]