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.
Start Free Trial
Build Securely on AWS with Proven Frameworks
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Open5:Open Source Framework for Interactive Virtual Environment. Open5 proposes a modular architecture and a flexible event loop to fit any VR/MR/AR setup and to support multi-input configurations using Open Technologies such as OpenSG and OpenTracker.
Recursion Looper is a PD(Pure Data) patch designed for live music performance.
-8 loop tracks
-Track effects: reverb, bitcrush, filter
-Master effects: filter, 3 band EQ
-customizable MIDI control of volume, pan, effects, record and play, etc.
A simple interpreter for loop programs. Might be useful if you are taking a computer science theory class (theory of computation) and studying primitive recursive functions. Or for fun.
See http://people.csail.mit.edu/meyer/meyer-ritchie.pdf
Latent Semantic Analysis extension for PHP. This php extension is ment to perform small scale LSA expermements like providing related content, document mapping or tuning LSA parameters in a loop.
This is a fork of the JSch project (Java Secure Channel) which fixes bug 1849771 (infinite loop when password is incorrect). It is hoped that the JSch author will incorporate this fix into the official JSch project.
JGPShell is a java api to manage content of smart cards in conformance with the Global Platform standard.
Features : script language (including if and loop..), can execute commands on many cards at the same time, can get the card list from a MySQL db.
XmlGen is an Ant Task to generate code from XML files and Velocity templates. XmlGen allows using XML data in the Velocity template. You can access XML elements or attributes by name, select some nodes with an XPath expression or loop on elements list
Practical tool to help students to deeply understand the classical programming methodology based on specifications, loop invariants, and decomposition into subproblems.
The project contains the interpreter of Pascal language and comprises usage of the loop "for". The interpreter will serve as the tool for beginners who want to learn programming. The application is small and it is easy to extend it for other functions.
A Java library for working with file systems contained within single files (e.g. ISO9660, UFS, etc). Named after the unix command for mounting such file systems (mount -o loop ...).
The project includes an interpreter and covers FOR loop. The interpreter is meant to be used for educational purposes. The application is designed for people starting their adventure in the world of programming.
shuTi is a alarm clock for iTunes, with an alarm time and sleep time for each day of the week. Full of features it also allows you to open or close other programs with the alarm or sleep time(I was tired of those damn DVD menus that loop continuously)
This project is an OO-centric design of getopts, based on the standard python implementation of getopts. C-style loop calling of getopts is not OO and does not take advantage of Java's standard library.
This is simple and tiny template framework module. It processing is speedy. And provides extract variables, dictionary reference and sequencial variable loop. Import a tinpy module and call the build function, so it became generate document with templat
C++ Generic lib for Win32 GUI Programming.
Features: GUI RAII, no msg maps, easy to handle events/event ranges, fast compilation times, no main loop...
Portable: vc71,gcc,como.
Devel. in parallel to "Win32 GUI Generics" column on C++ Users Journal
pi_loop controls a program called super_pi_mod. super_pi_mod is used by overclockers to test the speed of their system. pi_loop will run super_pi_mod multiple times so that overclockers can test the long time stability of their system.
Games engine incorporating simple games sdk. Supports sprites, bitmaps, cursors, scrolling bitmaps, music, UI, game loop, profiling, error management & logging, menus and more besides. Use's SDL as underlying media layer.
Fully playable Java game demo illustrating basic game programming technics, such as sprite animation, pixmap fonts, time or frame related game loop, affine transformations, convolution filters, sound generation and playback...
It's a template system write with PHP, he is very simple to use and flexible. For example if you will display all the authors into a MySQL table:
<loop type="authors">
#NAME#
</loop>
He was inspired by the SPIP template system.
A small runtime-configured event processing engine. Event classes are created, and then handlers for those classees are registered. An event loop ensures that all handlers get appropriately called when events are generated or posted.
Perf::Stopwatch is a Perl Module that can be quickly added and removed from any existing code to debug/optimize portions of code. Example of use are: database calls, loop efficiency, total script time, and webpage timeouts.