Showing 3182 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

    AlgART Java Libraries

    Open source library for processing arrays and matrices

    AlgART Java libraries for processing arrays and matrices are open-source product, distributed under MIT license. So, anyone can use them for free without any restrictions. Main features: 63-bit addressing of array elements (64-bit long int indexes), memory model concept (allowing storing data in different schemes from RAM to mapped disk files), wide usage of lazy evaluations, built-in multithreading optimization for multi-core processors, wide set of image processing algorithms over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    N-chat

    N-chat

    Multiplayer chat rooms built with Express + Socket.IO

    ...The browser interface updates the participant list, timestamps messages, and attempts to reconnect after a lost server connection. Because it relies on early Express and Socket.IO releases, the repository is best treated as a legacy learning example rather than a modern chat platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    marclib

    A small C library for working with MARC 21 files.

    marclib primarily handles the machinations of loading records, fields and subfields into arrays allocated in callers. See the catqc for an example consuming application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Make-It-So

    Make-It-So

    Converts Visual Studio solutions to gcc makefiles for Linux

    ...Many self-contained solutions can be converted just by running MakeItSo against the solution file. For more complex solutions, you can provide extra information to MakeItSo, for example to replace Windows-specific external libraries with Linux versions.
    Downloads: 0 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
  • 5
    ChartsClass

    ChartsClass

    Class to create simple charts in Gambas + sample program

    ...Use the class in your project by copying the source in your project, or as component (from v 0.6) by compiling with "make executable" option. Find out how to use it by the included example program: The class is delivered as part of a complete project, so that you can try it out. And you can modify the FMain code to learn how it can be usefull for your project. The sample data used, is generated in the example program and displayed in a grid on screen. No database or other extra things needed, works in KDE and (should) in other desktops like Ubuntu's, Gnome etc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Runge

    Runge is an Interactive Solver for Systems of Differential Equations

    ...It uses Runge Rule to adjust step length to satisfy required precision on each step. It's effective. When it needs to compute derivatives (Jacobian matrix, for example) it does that analytically, i.e. without using numerical methods. It's portable. It works on Windows and Linux 32 and 64 bit and Mac OS X 64 bit. It's open. It allows you to implement and embed your own algorithms (aka "solvers"). It's easy to use. It allows to export results to MS Excel and MATLAB. It's multilingual. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    lwjgl-basics

    lwjgl-basics

    LibGDX/LWJGL tutorials and examples

    ...It provides essential utilities for handling textures, shaders, and sprite rendering while maintaining a low-level approach that exposes developers to the underlying graphics concepts. The repository doubles as both a functional library and an educational resource, offering example code and tutorials that demonstrate how modern graphics programming works in practice. Its design philosophy prioritizes simplicity and clarity over feature completeness, making it ideal for learning or prototyping rather than large-scale production systems. The inclusion of test cases and sample scenes allows developers to quickly experiment with rendering techniques and understand how components interact.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    MROrder

    MROrder: Automated MapReduce Job Ordering Optimizaton Prototype System

    ...The ordering engine, consists of two engines, namely, simulation-based engine and algorithm-based engine. It is responsible for implementing job ordering. Users just need to input some simple arguments. For example, users need to designate the job ordering performance metric( e.g., makespan, total completion time). The MROrder then starts to do job ordering optimization automatically for online MapReduce jobs, based on user's configuration.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9

    SiriProxy on Raspberry Pi

    Raspberry Pi SD Image with Ruby and SiriProxy

    This is an SD card image with RVM, Ruby, and SiriProxy pre-installed. Release notices: https://sourceforge.net/p/siriproxyrpi/news/ Instructions: https://sourceforge.net/p/siriproxyrpi/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    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.
    Download Now
  • 10

    IDRAfusion

    Fusion algorithms

    IDRAfusion provides a Java library (.jar) with a set of 6 different fusion algorithms to combine (multimedia) retrieval results lists (in TREC format). Simple example results lists following the correct TREC format are also provided in order to test the algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ZIMA-libqdxf

    Qt library for viewing DXF files

    ZIMA-libqdxf enables you to view DXF files in your application. Example application is a part of the library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FindFiles

    FindFiles

    To find files on Linux

    NOTE THAT THE LATEST VERSION IS NOW AVAILABLE ON THE GAMBAS FARM To quickly locate files on a Linux system. The program is already capable of locating most files on all mounted drives. There is a double search ability built in allowing, for example, a search for ".odt" files and adding "budget" as an extra search option. The program will attempt to open the file if requested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fractions C++

    Fractions C++

    C++ library adds mathematical fractions. Example: 1/3, 4/7, 49/357...

    C++ library adds mathematical fractions. Example: 1/3, 4/7, 49/357... Library can: 1) Create fractions from or 2 "long long", or double, or "long long". 2) Round. 3) Methematic operators +, -, *, /, +=, -=, *=, /=. 4) Logic operators <, >, ==, !=, <=, >=. 5) Operator %. 6) Pow and fast pow. 7) Module: |-a| = a, |b| = b. 8) Input / output stream. 9) Convert in double and string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SauceWalk Proxy Helper

    Enumeration and automation of file discovery for your sec tools.

    ...It consists of 2 parts a local executable (walk.exe) and a remote agent. Walk.exe iterates through the local files and folders of your target web application (for example a local copy of Wordpress) and generates requests via your favourite proxy (for example burp suite) against a given target url. The remote agent can be used to identify target files and folders on a live system via a PHP script on the target server(ASP/JSP coming soon). The advantage of this tool is that it allows access to files and folders (for example include or plugin folders) which are not usually seen via a spider or crawler to be security tested with traditional tools. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    data2bin

    Create structured binary files from XML data.

    ...Your data in a XML file written down according to defined structure. ... and produces final binary file. It is able to pad Your strings with defined padding, check Your integers' sizes, it can fill default values where You didn't supply data, it can also, for example, put a "blank" array member at the end of an array etc. Whenever You change your structure in Your code, just update the data-description file and "rebuild" Your binary files without touching XML data files!
    Downloads: 18 This Week
    Last Update:
    See Project
  • 16
    LearnAndriod
    The andriod example application to learn about tips and tricks for develop andriod application.The minimun API of this project is 4.0.3 and build target API is 4.1.2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JdonFramework

    JdonFramework

    a Domain Driven Design + CQRS + EventSource java framework

    ...INTRODUCTION --------------------------------------------- JdonFramework is a java framework to build your Domain Driven Design + CQRS + EventSource applications with asynchronous concurrency and higher throughput. 2. GETTING STARTED ------------------ In the "example" directory there are several examples for web application. You can run runTest.bat in this directory to see how to play JdonFramework in Application. In the "doc" directory there are all documents about how to use. Source Project : https://github.com/banq/jdonframework
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    SQL CSV Editor

    Allows the editing of CSV files using SQL commands

    ...This project only supports CSV comma delimited files. Currently any other CSV files are not supported. When editing the CSV you are sending SQL statements to a H2 database with a single table named CSV. Example command: DELETE FROM CSV WHERE column=100; Because this is SQL the possibilities of what you can do with it are only limited by the H2 database engine. H2 is a well-maintained database, and it has many features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    pvccupload

    pvccupload

    A dedicated 24x7 linux based power monitoring solution

    ...The suite is relatively easy and straight forward to configure and operate. The programs are small, light weight and consume only minimal system resources. They are particularly suited for running on a Raspberry PI. An example system using these programs may be seen at: http://pvoutput.org/intraday.jsp?id=11746&sid=9707 or http://pvoutput.org/intraday.jsp?id=11746&sid=12966
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PDF command line document creator

    PDF command line document creator

    Smart utility for create PDF documents from command line.

    The PDF command line document creator it is a small utility to create PDF documents quickly using the command line. It is very useful for example to create labels for printing later, this is the reason why I created this application but it can create other types of documents. This application can create text, figures primitive images, some bar codes, QR codes, Datamatrix and PDF417. I am open to suggestions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    GPSMovieGenerator

    Create videos from image and video data linked with GPS tracks

    ...On that map, media thumbnails are displayed. These pop up when the track reaches them. If desired, an overlay map and some track statistics may be added to the video. Python3.3 will be needed An example video can be found here: http://www.youtube.com/watch?v=O_IiXrOfFCw&hd=1 To hard to use this script or don't know about linux/python etc ? get in touch with me for RENDERING YOUR VIDEO Consider donating to this project: https://sourceforge.net/projects/gpsmoviegenerator/donate
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Android 3x3 Pattern Lock Cracker

    Android 3x3 Pattern Lock Cracker

    This tool is using to decript gesture.key into pattern lock key

    ...Just make sure that you have the correct gesture.key file before proceeding ############################################################## [*] Usage : bash ./crack_pattern.sh [gesture file] [*] Example: bash ./crack_pattern.sh gesture.key [*] Pattern key mapping +-----+-----+-----+ | 1 | 2 | 3 | +-----+-----+-----+ | 4 | 5 | 6 | +-----+-----+-----+ | 7 | 8 | 9 | +-----+-----+-----+
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Triangulator

    Simple example for triangulate polygon with allegro engine (C++)

    Simple example for triangulate polygon with allegro engine (C++). This project provided "as is". It have two bugs: cursor and camera orientation. If you do not pay attention to it, the program is working. Maybe I'll fix it later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Gyatso

    EJB testing tool

    ...Beside this, you can rollback transaction after test execution using annotation. Gyatso uses junit as test core, and works with many embedded application servers, for example glassfish 4.0. You can add it to your maven project: <repositories> <repository> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> <checksumPolicy>fail</checksumPolicy> </releases> <id>Gyatso</id> <name>Gyatso</name> <url>http://luciow.pl:7171/maven2</url> <layout>default</layout> </repository> </repositories> <dependency> <groupId>pl.gyatso</groupId> <artifactId>Gyatso</artifactId> <version>0.8</version> <scope>test</scope> </dependency
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Export Selected Layers (GIMP plug-in)

    A GIMP plug-in to export selected image layers.

    ...The plug-in was created to create many icons from a single GIMP project that contains many layers. You must provide a configuration file to define the layer combinations and image file names. The files provided contain a configuration example. If you are familiar with Python "tuple" literals you will immediately understand how it works.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo