Showing 2692 open source projects for "example"

View related business solutions
  • 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
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 1
    ...The class Model provides functions to manipulate (a) a database record (insert, update, delete, read) and (b) a set of data (select and search). This class can also perform a query created by the user. Can use with MySQL and SQLite 3 A brief example: from pydbmodel import * config_sqlite('dbexample.db') e = Model('stock') print e.select() A simple source code in Files, called PyDbModel_example.zip, will provide a complete example of how to use. Contact: leandroip.com / contato@leandroip.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    OpenTK.GameWindowControls

    2D Controls Library using OpenTK/GL (Linux)

    ...Supporting the OpenTK project (C# + OpenGL). If we should keep actions/logic and UI separate, should we not also keep control appearance and UI (In/Out) separate? For example a "Button" is only a container, that has content, with some sort of border of a particular geometric shape (as are many controls), the only logic in a button is it that it responds to certain user events. I define it as such in OpenTK.GameWindowControls. Please note that this project is in early development. And I am currently looking for supporting developers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    lolfs

    Little container file

    ... - Installation package comes with a couple of basic utilities (with source code) to copy and delete files, show container space usage and - of course list the files inside the container. (More utilities coming..) - Comes with well documented C API to do whatever you would do with "normal" files in your filesystem. (For example: Popular editor "nano" was ported directly to edit lolfs files simply by prefixing common file functions by "lol_" -that was basically all there was to it). - Once created, LOLFS file remains it's size, thus preventing defragmentation of your host - Lolfs is a limited filesystem with potential to grow as big as your need is - Fast as heck!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    McDowell CV

    McDowell CV

    A Nice-looking CV template made into LaTeX

    McDowell CV is a LuaLaTeX class for building neat and space-efficient CVs using the design originally proposed by Gayle L. McDowell. The class is based on an article class. The paper format is set to U.S. letterpaper by default. A template showing an example usage of the class is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    BPL

    BPL

    Bayesian Program Learning model for one-shot learning

    ...The approach treats each concept (e.g. a character) as being generated by a probabilistic program (motor primitives, strokes, spatial relationships), and inference proceeds by fitting those generative programs to a single example, generalizing to new examples, and generating new exemplars. The repository contains code for parsing stroke sequences, fitting motor programs, exemplar generation, classification, re-fitting, and demonstration scripts.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    simplest ffmpeg mem handler

    simplest ffmpeg mem handler

    ffmpeg's example about read/write from memory

    This software simplest example to use FFmpeg to read (or write) from memory. It contains 2 project: simplest_ffmpeg_mem_player:Video Player that play video data in memory. simplest_ffmpeg_mem_transcoder:Video Converter that convert video data in memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Inno Setup Scripts

    Prototype 2 Script

    A script example use bass libraries and slides :)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Objects for Formatting Objects makes accessory data available to users of Formatting Object Processors. Example: Hyphenation files for various languages.
    Leader badge
    Downloads: 41 This Week
    Last Update:
    See Project
  • 9
    simplest ffmpeg streamer

    simplest ffmpeg streamer

    Simplest streamer based on FFmpeg

    This example stream local media files to streaming media server (Use RTMP as example). It's the simplest FFmpeg streamer. The solution contains 2 projects: simplest_ffmpeg_streamer: stream local media files to streaming media server. simplest_ffmpeg_receiver: save streaming media to a file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    A complete (server and client, UDP and TCP transport), easy to use OSC (OpenSound-Control) library, featuring OO (C++) design, platform independence, type-safety, exception-handling and documentation (doxygen). Example clients and servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Document Object Model Structured Query Language! Example: 'SELECT {//title[1]=>innerCode} FROM {http://example.com}';
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    QBooru

    QBooru

    Simple viewer app for most Booru Sites, coded in Qt C++

    ...The recommended size is 3*5, as it fits perfectly the smallest window size. Search tab example : http://puu.sh/cK0pj.jpg Users can change nearly all the parameters through the Option tab, or by editing the configuration.json file. Boorus can be added, edited, and deleted through the Booru tab in the software, but they can also be edited manually in the configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DeepLearnToolbox

    DeepLearnToolbox

    Matlab/Octave toolbox for deep learning

    ...It provides implementations of feedforward neural networks, convolutional neural networks (CNNs), deep belief networks (DBNs), stacked autoencoders, convolutional autoencoders, and more. The toolbox includes example scripts for each method, enabling users to quickly experiment with architectures, training, and inference workflows. Although it's been flagged as deprecated and no longer actively maintained, it is still used for educational and prototyping purposes. Deep belief networks (DBN) and restricted Boltzmann machines (RBM). Example scripts demonstrating usage.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    simplest ffmpeg device

    simplest ffmpeg device

    FFmpeg's libavdevice examples

    This Project contains 2 examples based on FFmpeg's libavdevice: simplest_ffmpeg_grabdesktop: Screen Capture. simplest_ffmpeg_readcamera: Read Camera. It is based on VC2010. Everything is done and you only need to run the project.It's the simplest example about usage of FFmpeg's libavdevice Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bulk SMS PHP Script
    ...Bulk SMS api. batch SMS sender You just have to type your account information ( https://www.proovl.com ) and upload file on server. (separate numbers with ;) Bulk Text messaging For spam protection please insert to script: sleep(1); example - ( number;number;number;) No limits! Where i can get Proovl SMS gateway token? check instruction => https://www.proovl.com number for sms verification => https://www.virtnumber.com PHP SMS script #1 https://sourceforge.net/projects/send-sms-script/ https://sourceforge.net/projects/bulk-sms/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Time Travel Browser

    Time Travel Browser

    This is a browser, which lets you view pages from the past.

    Time Travel Browser is a normal webbrowser with the special abiality to view pages from a date in the past. This means, that you are able to, for example, see Google's page as it was in 1998. Powered by Archive.org.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Ceaty - The Cute CPU Eater

    Ceaty - The Cute CPU Eater

    A small java tool that will consume your CPUs

    Ceaty is a small Java tool that was created to test CPU consumption in a virtual environment were the virtual machines share the same physical machine. Ceaty has quite a big appetite, her favorite food is CPUs with garlic sauce. How to start Ceaty: java -jar Ceaty.jar <threads> Example: This will start 10 threads that will consume your CPU: java -jar Ceaty.jar 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    simplest ffmpeg audio player

    simplest ffmpeg audio player

    The simplest audio player based on FFmpeg

    ...The solution contains 3 projects: simplest_ffmpeg_audio_player: Audio player based on FFmpeg and SDL. simplest_ffmpeg_audio_decoder: Audio decoder. Uses libavcodec and libavformat. simplest_audio_play_sdl2: Example about using SDL2 play PCM data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CSS3 GitHub Buttons

    CSS3 GitHub Buttons

    Helps you easily create GitHub-style buttons and toolbars using links

    ...It also highlights cross-browser considerations for older engines while keeping the footprint light. For designers and front-end developers, it serves as both a ready-to-use component set and a learning example of crafting classic UI patterns with pure CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    vim-pathogen

    vim-pathogen

    pathogen.vim: manage your runtimepath

    Vim-Pathogen is a lightweight plugin manager for Vim that simplifies how you handle and isolate your runtime path. Rather than dumping all plugins directly into the same directories, Pathogen encourages you to install each plugin into its own subdirectory (for example under ~/.vim/bundle/), and then it automatically adds those directories into Vim’s runtimepath. This makes upgrades, removals and organization of plugins far easier and more robust. It also supports “infecting” arbitrary directory patterns, so you can keep your plugin directories wherever you like and still have them load seamlessly. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    simplest ffmpeg player

    simplest ffmpeg player

    The simplest video player based on FFmpeg

    ...Only use libavcodec (Without libavformat). simplest_ffmpeg_decoder: A decoder that can demux container format. Uses libavcodec and libavformat. simplest_video_play_sdl2: Example about using SDL2 play YUV data. simplest_ffmpeg_helloworld: Output informations about FFmpeg libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    BLUI

    BLUI

    Rich HTML UI engine for UE4

    ...Contains various utility functions to allow loading and parsing urls easily. Call InitBluEye with starting url and browser window size to start this widget. See BluiWorldWidgetActorExample for an example of how it's used in practice. Encapsulated BluiWidget user widget in an actor. Drag and drop this actor into your scene and it will auto-spawn the required BluTickActor to make everything work. BLUI is an Unreal Engine 4 plugin that allows easy interaction with the Chromium Embedded Framework. It provides a simple Material Instance and input functions to help streamline the rendering of rich HTML interfaces. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Continuous Integration Demo - Java - 2

    Continuous Integration Demo - Java - 2

    An example project to demonstrate continuous integration, in Java.

    Demonstrations of web services. This project builds on Continuous Integration Demo - Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    CEPS opensorce

    Banco dados Endereços do Mundo (World Bank data Address)

    Ruas, Cidades, Estados, Países e Idiomas do mundo Por enquanto 830.000 endereços do Brasil em FIREBIRD 2.5 e um exemplo em CODETYPHON 5.6 espero a colaboração de pessoas de outros países para ajudar a criar um banco de dados de endereços completo do mundo "Traduzido no google de português para Inglês" Streets , Cities, States , Countries and World Languages ​​For now 830,000 Brazil addresses on FIREBIRD 2.5 and an example CODETYPHON 5.6 hope the collaboration of people from other countries to help create a complete address database of the world " Translated into google Portuguese to English "
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    sinlin

    sinlin - SVG preprocessor, that can add data from .ods files to SVG

    If input SVG file has tag with attribute "$x" and input .ods file has diapason named "x" (with n cells), in output file this tag will be copied n times with corresponding value of its attribute. Other functions (that not need .ods data): "$x, y, z" - Array with values x, y, z; "$x; y; z; n" - Arithmetic Progression "$[x]^2+3" - Expression Example: Range x in .ods file: [1, 2, 3, 4, 5] Source <svg> <g attr="$x" attr1="$[1;1;5]" attr2="$1, 2, 3, 4" > </svg> Out: <svg> <g attr="1" attr1="1" attr2="1"></g> <g attr="2" attr1="2" attr2="2"></g> <g attr="3" attr1="3" attr2="3"></g> <g attr="4" attr1="4" attr2="4"></g> </svg> Source: https://github.com/step-artur87/sinlin Tutorial: https://sourceforge.net/projects/sinlin/files/sinlin_tutorial.pdf/download Examples: https://www.dropbox.com/sh/6ottxnawy5nfils/AABQro2tTlVJhy3LIBmtt4gXa?...
    Downloads: 1 This Week
    Last Update:
    See Project
Auth0 Logo