General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
This is learning programming language for children Karel-3D. By words from LightBot: "Get kids hooked on coding with minutes!"
Created by Karel 3D from the 8-bit microcomputer PMD 85-2 in 1986. His later version of Karel the Robot in 3D, created first in the Slovak Republic.
JavaScript variant include only one small HTML file tested and works on all devices with keyboard and full JavaScript support in internet browser, or alternative pre-compiled JAVA V8 .jar file with webEngine and JavaFX and code in string.
...
MiniBasic is a small but usable Basic interpreter.
It is written in pure ANSI C, so it should be easy to get up and running in almost any environment. It has been used for PIC32 electronics projects, as an embedded scripting language, and as a teaching aid.
There's an associated book, and full documentation and sample programs online (go to the project's web pages).
It's designed to be easy to modify, to use the code as the basis for your own interpreter.
CLIPS with lock support. CLIPS for safely handling simultaneous access
CLIPSwl is a modified project based on CLIPS(C Language Integrated Production System)(https://sourceforge.net/projects/clipsrules/), a public domain open-source software tool for building expert systems.
CLIPS(ver. 6.24) is unsafe when access simultaneously occurs at the same environment,
because the environment data of CLIPS are not protected for simultaneous access.
We modified the CLIPS (ver. 6.24) to support lock/unlock functions in a flexible way.
CLIPSwl doesn't use complicated...
...The command list is as follows:
//////////////////////
//BrainF*ck Commands
//////////////////////
> Shift right
< Shift left
+ Inc
- Dec
[ Start while if nonzero
] End while - break if zero (Jump to address if nonzero)
. Read char
, Get char
/////////////////////
//MindF*ck Commands
/////////////////////
# Get Int
$ Read Int
( Store address
) Pop address
{ Copy value to address
} Retrieve value at address
"" Insert string - overwrites its length
:: Insert binary num
^ Jump to address in code
| Split thread at code address
! Ends process
/////
//1.1
/////
_ Inserts memory address into memory
& Jumps to memory address
@ Inserts code address into memory
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
I did what any real geek would do; I have written a compiler compiler. It is called Language Processor. A software that you can feed in a language definition with its semantic and you get an object that can run your program in your defined language.
A dynamic interpreted language for scripting,games,apps,etc in under 500 lines of VB.NET code(using sharpdevelop,not vb). the current version makes it easy to create point and click style games. perfect for interactive business card cds and kiosks!
ENIAC: Electrical Network Interactive Analysis Console. Educational software originally made for the study and simulation of electrical LTI circuits, but which supply also a lot of mathematics computations, like complex, polynomial and matrix operations.
`pdblib' is a small library written in C for parsing a PDB file created by Palm OS programs. Parsing is done in a `SAX' like fashion where programmers install event handlers which get called upon parsing the input stream.