Showing 2692 open source projects for "example"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    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 Icon
    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.
    Try It Free
  • 1
    Game of Life 3D
    Game of Life 3D is an platform-independent OpenGL implementation of John Conway's Game of Life with a modern QT4 user interface. It features a random mode and different pre defined example modes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    FlockDB

    FlockDB

    A distributed, fault-tolerant graph database

    FlockDB is a specialized graph / adjacency-list storage system designed for high performance in large-scale, low-latency, real-time environments. It was developed at Twitter to store social graph data (followers, following, blocks, etc.) and secondary indexes. FlockDB emphasizes horizontal scalability, replication, and support for high rates of writes and updates, as well as efficient paging through very large result sets. It is not a general graph database in the sense of supporting complex...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A utility for copying out files locked by one process. For example, Adobe Flash Player streams videos into a temporary file that is locked for reading by other processes. Using this tool, one is able to copy the file out of the browser/Flash process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Checks given webpages for backlinks and scans for image links and keywords. Uses DOM-based methods to scan for backlinks, which are more sophisticated than simple text scanning (one example: they ignore commented out source code).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Your monitoring isn't a stack. It's a pile. Fix that. Icon
    Your monitoring isn't a stack. It's a pile. Fix that.

    Errors, performance, logs, uptime. One install, one invoice, one UI.

    Replace Datadog, New Relic, and Sentry without adding three more dashboards.
    Free 30 days.
  • 5

    XPDS

    A real-time graphical language for soft and hard real-time programs

    XPDS is a dataflow language for constructing real-time programs in a succint, high-level visual syntax. The computational model is based upon the Giotto language developed by the BeAR research group at Berkeley. XPDS programs consist of tasks (modularised snippets of functional code), communication channels (similar to drivers in Giotto), and modes (which are sub-designs that share information/data). XPDS was developed at the University of Johannesburg as part of a Masters...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Welcome to the code of WebTek - Worldwide Streaming Teknival. All pages are coded HTML5+CSS3. We constantly update all content sections (like streaming sources for example). Join the community and keep the spirit alive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Dynamic tree of Java objects encapsulates hard-drive and Jar/Zip files (and their inner files) and Java objects all the same way. Create new ways of communication as executable Jar files, like a paint program that creates/uses paint programs as tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    some small games i programmed for course implementation, for example, millionare and Monopoly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    wsnware
    WSNWARE is an open source Java/OSGi middleware, designed for monitoring, controlling and standardizing Wireless Sensor Network. WSNWARE is a normalized message oriented middleware running on (and developed for) any OSGi containers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    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
  • 10
    An example project using Maven 2, JSF, Richfaces, Tomahawk, JPA(Hibernate), Spring, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a simple C++ socket class for Windows. A fast example is here: .... ClientSocket myClient( "http://google.it" ); // port = 80 (default) myClient->send( "something" ); std::cout << myClient.recv() << std::endl; ....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    KM Linux Misc tool.For example,KReplace and poautotranslate.It 's not big,but it 's useful!So.There is misc tool of kmlinux pool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    go-gtk

    go-gtk

    Go binding for GTK

    ...It allows Go developers to build native-looking GUI applications using GTK (2.x) under Linux (and Windows, with proper GTK binaries). The repository contains folders mapping GTK modules (gtk, gdk, glib, etc) to Go packages, along with example programs to demonstrate usage. The README notes that GTK development packages must be installed (e.g., libgtk2.0-dev) to build the examples. Go-GTK has over 1,100 commits and shows a serious commitment to bridging Go with desktop GUI frameworks. Because it ties into GTK's C libraries via cgo, it enables event-driven UI programming in Go rather than being purely browser/web based. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    XmlView
    GUI utility in pure Java for viewing and editing XML content; example of application built with Superficial http://superficial.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    php-wsdl-creator

    PhpWsdl I started to develop my own WSDL generator for PHP because th

    Example usage The fastest usage (ever? ;): require_once ( 'class.phpwsdl.php' ); PhpWsdl::RunQuickMode ( ); This will run the PHP SoapServer and determine all the configuration, if your webservice handler class is within the same file or in a file named 'class.webservice.php'. If the webservice handler class is in another file: require_once ( 'class.phpwsdl.php' ); PhpWsdl::RunQuickMode ( 'class.yourwebservice.php' ); If your webservice needs more files: require_once ( 'class.phpwsdl.php' ); PhpWsdl::RunQuickMode ( Array ( 'class.yourwebservice.php', 'class.yourcomplextype.php' ) ); Quick, isn't it? ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Ruby Frutz
    A small game written in ruby where you have to catch the falling frutz. It's a good example in how to start using the rubygame library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A small, highly portable tile based editor. Great for anyone learning SDL or C++ in general. A zombie game example will also be included in the near future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Polyester is a tuple space framework based on the lighTS project, with extensions to support asynchronous and decoupled interaction of agents. The provided example application is a (toy) library of XML documents that can be queried using XPath.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Kestrel

    Kestrel

    Simple, distributed message queue system (inactive)

    ...Its design is relatively lightweight and is engineered for speed and simplicity. Kestrel supports queuing patterns such as enqueue, dequeue, and delayed re-enqueue (for example, when a consumer fails to process a message). It stores messages persistently on disk with a memory-backed cache, allowing recovery in case of failures. Because it is intended for relatively simple use cases, it does not provide the full feature set of some enterprise messaging systems, but is often sufficient for many asynchronous or buffered workloads. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Power MP3
    Power MP3 is a java gui(swing) program. Its core function is to manage the metadata(id3 tags) of mp3 files. For example you could set the genre of either one ore more songs at once.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An example of using DbLinq to query a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Plisgo is a GPL Windows Explorer namespace which creates custom overlays, icons, thumbnails, menus and columns from a filesystem. It effectively redirects the namespace definition to the filesystem. Includes Dokan/Plisgo example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Search Java sources with example code snippets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ShinigamiPhobos PicMicro Program
    All my program for Unico (robot project) in sdcc for pic and standard c for pc, under linux. C Program example for picmicro pic16f690 - pic18f2550 - pic16f877a.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BISE is short for BeInteractive Scripting Engine. This is an AS3 port of the original AS2 project, a scripting engine for the Flash platform that resembles a subset of Javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo