About site: Programming/Languages/Euphoria - JJProg's Euphoria Programming
Return to Computers also Computers
  About site: http://members.tripod.com/~JJProg/euphoria.html

Title: Programming/Languages/Euphoria - JJProg's Euphoria Programming Many downloadable programs: compiler, Assembly Interpreter, Linux I/O and Pipe library, Win32 Browse for Folder Dialog, Zip File Reader, Standard Library patches, Euphoria to C/Java translator, Event
C#_Code_Demos Demos of working C# solutions, featuring XML, reflection, SQL and WinForms.

MVP_VisualC++_FAQ Answers to several frequently asked questions about Visual C++, MFC and Windows development in C/C++.

TeX4PPT Enables PowerPoint to typeset sentences and equations using LaTeX.

MyWebFTP Browser-based FTP client supporting file/directory browsing, creation, and renaming; file uploads; and chmod. Installation instructions and demonstration. [Freeware, commercial Pro version]

Django_Snippets A repository of useful and reusable code for use with the Django framework, organized by popularity and tags.

Tribal_Moon_Blinkies Explains and offers graphics to be used in user lookups and shop fronts.


  Alexa statistic for http://members.tripod.com/~JJProg/euphoria.html





Get your Google PageRank






Please visit: http://members.tripod.com/~JJProg/euphoria.html


  Related sites for http://members.tripod.com/~JJProg/euphoria.html
    Bubble_Automation Software engineers specializing in PLC and SCADA control systems including Allen Bradley, Siemens and Wonderware.
    Midrange_Professionals,_Inc_ Professional AS/400 analysts and programmers providing custom AS/400 software and modifications.
    Programming_Plus_/_Hardware_&_Software_Consulting Administration, development, engineering, and support services for Systems (Linux/Unix/BSD/VMS/Windows), Databases, Networks, Internet, and Computer Security. New York City (Brooklyn, NY), USA.
    Cheap_Threads Open source C library implementing synchronous multithreading with prioritized scheduling and message passing.
    MySQL_Client_API_for_TMT_Pascal A free interface unit that gives TMT developers direct access to MySQL's C API.
    FreeBSD_Systems Rack Servers, Enhanced Tower Servers and Rackmount RAID Systems Optimized for FreeBSD and Linux Server Solutions that are highly dependable, extremely fast and stable. FreeBSD Systems has consistentl
    Unite_NET Unit- and Integration testing for the .NET platform.
    RFC_2926 Conversion of LDAP Schemas to and from SLP Templates. J. Kempf, R. Moats, P. St. Pierre. September 2000.
    Pigeon_Communication_System Communication and notification software for a Company's internal communication, send message, warning or alert to designated users posted in a non-obtrusive scrolling banner.
    Digital_Home_Recording Explains how to record music using your home computer.
    RFC_0146 Views on Issues Relevant to Data Sharing on Computer Networks. P.M. Karp, D.B. McKay, D.C.M. Wood. May 1971.
    Xmmix_-_X11/Motif_audio_mixer Premium audio mixer application for Linux (also works on other platforms running the 4Front Open Sound System (OSS) driver.
    IndicThreads Java J2EE portal for India. News, book reviews, blogs, interview, latest events, a Java certifications section.
    Mid-Michigan_ColdFusion_Users_Group_(MMCFUG) Information on this group meeting at Michigan State University. Includes links, downloads, and contact info.
    Bibweb Utility for automatically retrieving bibliographical information from the American Mathematical Society's MathSciNet program. Download and documentation.
    Rinfotech Services include design, hosting and site promotion. Located in New Delhi, India.
    BarBil_Enterprises,_LLC Offers marketing, design, and hosting. Walkersville, Maryland, United States.
    How_to_Program_Your_Mac Comments from nearly 200 Mac programmers have been assembled here as a beginners reference to Mac programming.
    Talbot,_Pamela_-_Web_Designs_By_Pam Offers design, maintenance, graphics, and programming services.
    Steven_Brust\'s_graphics Graphics for user lookups and backgrounds with a forum for requests.
This is websites2007.org cache of m/ as retrieved on 2008.08.29 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
Euphoria Euphoria Webring [ Join Now | Ring Hub | Random | > ] HomeMy SoftwarePoliticsOfficial Euphoria WebsiteOfficial EuOS SiteMy EuOS Site

Euphoria

Euphoria is a powerful 32-bit language for DOS and Windows(32-bit). It lets you create types that don't just specify thestructure of the type (like in Basic), but also the constraints.You can also create dynamic arrays (or sequences in Euphoria). Eachelement can also be a sequence, or a number. It is very easy tolearn and use, and it is much faster than Basic, and otherlanguages. Also, you can get a limited version for free (it doeseverything that the full version does, except it can't debug over300 lines of code).

New!

Zip File Reader 1.1Access ZIP files in your Euphoria program. Now uses standard, cross-platform file routines.Euphoria Standard LibraryA project to help fix Euphoria namespace problems by encouraging code reuse with a standard library of useful routines.EPP (Euphoria++/Euphoria Pre-Processor)PageI've decided to try writing an Euphoria to C/Java translator, and to support this effort, I'm continuing some work from EPP. I think I'll also make EPP more functional as a pre-processor. I just added a parser for the tokens which converts the tokens into a tree.Win32 Browse For Folder DialogWith this, you can use those neat little browse for folder dialogsin your Win32 Euphoria programs.I/O and Pipe library for Linux1.0Includes routines for accessing files through standard C FILE *pointers, and reading the standard output or writing to thestandard input of a process.EThreads 0.31 alphaA multithreading library for Linux. Requires the pthreadlibrary. Euphoria is not designed to handle reentrancy. Use atyour own risk! In fact, I do not suggest that you use this versionof the library. You might find the source code interesting,however. It demonstrates the pthread library and has some C code toallow Euphoria to pass structures to a C routine.Compiled EuphoriaMy project to speed up Euphora programs and decrease programsize.Assembly Interpreter version.55Not very pretty, but useful.Gamelib - updated June 26, 1999A game library for Euphoria based on ESE. Right now, it includeskeyboard routines based on keyread.e, PC speaker tools (pcspeak.e)converted to use ESE, sound effect routines to use sfx2.e with ESE,and timer routines. New: Includes mode 19 graphics and an earlyversion of a sprite library.ESE (Event System for Euphoria)LibraryBy writing a program based on events, I believe some verycomplex programs such as games can be greatly simplified. This alsoallows several things to happen in parallel. For example, I wasable to convert J. Craig Gilbert's pc speaker tools to use ESEallowing my programs to do processing between the changes infrequency. Example: program->playsound->sound->wait->sound->wait->program is nowprogram->play sound->sound->program->sound->program.It's not exactly the same as multitasking, but it is veryuseful.My First Sort-of good game in Euphoria(Now fixed)I just re-uploaded this program after realizing the last versioncrashed for some reason. I wrote this game called BATTLE!. This isonly version 1.0, so it's not very good, but I hope to improve onit in BATTLE! 2.0. I've included all the source code. Basically,it's a two player game where you fight your opponent with swords,spears, bows, and shields.Simple NeuronsThese are very simple artificial intelligence things that canactually do quite well for some jobs. Just give them some trainingdata and some inputs, and it will output the closest matches. I'veeven written a very simple OCR (optical character recognition)program that can fairly accurately figure out the letters A-D. Iwould guess that a more advanced program could do better and withthe whole alphabet with this type of AI.Back Propagation Neural NetworksNow your programs can learn using these neural network routinesin Euphoria.Genetics LibraryThis allows your program to adapt and to some extent "learn".I've included a tic-tac-toe program and a simple test program todemonstrate the power of natural selection when applied in computerscience.Euphoria Expression EvaluatorEvaluates Euphoria expressions, calling routines and accessingvariables as necessary using customizable routines. Now supportsall Euphoria expression syntax, and allows sequences and functionreturn values to be subscripted directly.Jeff's Euphoria interpreterMy interpreter (in C++) for Euphoria (currently implemented:sequences, atoms, and integers).Euphoria StandardsLike W3C, but for Euphoria.EPP (Euphoria++/Euphoria Pre-Processor)PageI've finally worked out the bugs that were slowing me down, andit now works. Yes! I am working on a pre-processor for Euphoria. Itwill add object-oriented programming to Euphoria, as well as someother useful things.EuOSEuOS is an operating system being developed by a team ofEuphoria programmers. We could use more people to work on it. Youcan read all about it at
 

Many

downloadable

programs:

compiler,

Assembly

Interpreter,

Linux

I/O

and

Pipe

library,

Win32

Browse

for

Folder

Dialog,

Zip

File

Reader,

Standard

Library

patches,

Euphoria

to

C/Java

translator,

Event

http://members.tripod.com/~JJProg/euphoria.html

JJProg's Euphoria Programming 2008 August

dvd rental

dvd


Many downloadable programs: compiler, Assembly Interpreter, Linux I/O and Pipe library, Win32 Browse for Folder Dialog, Zip File Reader, Standard Library patches, Euphoria to C/Java translator, Event

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Personal Loans - Pontins - Secured Loans - 0% Balance Transfers - Loans
2008-08-29 16:56:30

Copyright 2005, 2006 by Webmaster
Websites is cool :) 129Hotel Brussels - Implanty - Łożyska Poznań - Hotel Koln - Wymiana Linków Stałych