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 Agents and Models on One Platform
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Spring3D enables the object-oriented creation and manipulation of 3D geometry running on top of most 3D API (i.e. JOGL or Android's OpenGL). The reference engine is based on Java3D and is in the application process for being made a Spring Extension.
Linux Wrath is a rpg/first person shooter Goal: destroy targets. Created at aueb for the computer graphics course and took us 2 weeks to complete (we were 2 people). Project at: http://code.google.com/p/linuxwrath/
Browse any filetype in hexadecimal view. Primary goal is to provide a simple Java based open-source hexviewer with minimal overhead to run as applet or application. Project uses a 'thinlet' XUL based frontend.
Simple tool to backup local directory to remote directory via FTP. Also allows for archiving local directory (i.e. zipping) and saving to remote directory via FTP. Written in Java.
Create non-periodic tiling of the plane by projecting high-dimension integer lattice onto a plane.
Ported to Java from Objective-C, with very minor modifications. Uses AWT for the UI.
A collection of utility classes that I wrote when I was actively programming in Swing. At this point they're at least ten years old, and not actively maintained.
Compiler of a 0+ order rule system. From a ruleset using attribute value formalism a decision tree is build and java/C/C++ execution code will be generated.
Secure File Transfer for Windows with Cerberus by Redwood
Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.
Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
JImola is a editor for racing sims developed under the ISI engine (GTR, GTL, rF, ...). It allows the user to change the AIW file (AI control, cutting, track borders, grid and pits info) in 3D without the hassle of editing a big text file.
Control your computer using a bluetooth enabled mobile phone. Move the mouse cursor send key strokes and control the most common applications such windows media player, internet explorer, firefox
This is an application to allow collecting, presenting and administering Cisco flows from routers and layer-3 switches. It contains a Collector, a Grapher and a PHP administration environment. Netflow packet supported version is 5
my first app built to take a list of villages from Tribal Wars and convert them for use in tribal forums specificaly designed for co-ordinated attacks.
JavaLighting is used to set lights to music as commonly done for Christmas. It allows up to 20 lights to be individually controlled in sync with a midi file. Its intended to be similar to vixenlights. The state if each light is sent over rs232 to a light
A software tool enabling the user to browse through an image stack created by a confocal microscope. Points can be plotted through the stack, producing a digital 3D representation, which can be viewed in 3D and compared with other plots.
Management of the FiberParty assistants. It controls who enters and who exit from the lan-party. It store the name, number, photo, and a bar-code of the user.
The files contained in this distribution implement a computer vision system for the classification and interpretation of flag semaphore signals. Optionally, the message can be used to send and receive TCP/IP packets using the RFC 4824 protocol.
This is THE alternative to iTunes in pure Java with iPod support, a sharing server, a built In web front end, cover flow and more. jTunes has support for WAV, MIDI, AU, MP3, and AVI.
Titan allows service-oriented processing of context recognition applications on Wireless Sensor Networks. It includes an execution environment developed for TinyOS and a Java ME (Personal Profile) Network Manager intended to be run on a mobile phone.
This is a Super Simple Java Editor written entirely in Java. It allows you to compile and run java programs in an mdi interface with syntax highlighting and easy commenting. Currently in suspended development. Available as a jar and an msi.
This is a simple program that will factor a quadratic trinomial using both "guess-and-check" and the quadratic formula. You input a, b, and c, where ax^2+bx+c=0; you will get a result in the form of (ax+b)(cx+d)=0 and x=a or x=b.