Showing 3412 open source projects for "example"

View related business solutions
  • 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
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try Now
  • 1
    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: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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
  • 4
    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
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 5
    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: 0 This Week
    Last Update:
    See Project
  • 6
    KeyUtility

    KeyUtility

    Multi Copy Paste and Message Sender

    This is a utility tool to help persons in multi copy paste and message sending and many more depending upon how you use it. Example : Suppose you have to send emails with different messages like "Sorry User Not available", "Unlocked Try login after 10 Minutes", "The problem will be resolved after 10 minutes" etc etc. so what if you just can just press keys as below and voila.. F1- "Sorry User Not available" F2- "Unlocked Try login after 10 Minutes" F3- "The problem will be resolved after 10 minutes" How to Use: Available on http://govemployeeportal.blogspot.in/2016/02/utility-tool-multi-copy-and-message.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8

    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
  • 9
    Dance Commander

    Dance Commander

    Dance instruction software

    ...After you created the dance, you can export images of them as illustration or you can export a video from this dance. You can also map music on your video so your dance will be displayed correctly on the music. A first example with what you can do can be found here using only this software and the music file: www.youtube.com/watch?v=it6nuGk6JAc For more information about updates & the program you can go to the wiki: http://sourceforge.net/p/dancecommander/wiki/Home/ Suggestions, critics, new functions or images are also always welcome!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
    Start Free
  • 10
    ...Credential assertions, which also serve the role of certificates, have the same syntax as policy assertions but are also signed by the principal delegating the trust. This is an example implementation of the KeyNote Trust-Management System as specified in IETF draft <draft-blaze-ietf-trustmgt-keynote-02.txt>. WWW: http://www1.cs.columbia.edu/~angelos/keynote.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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: 0 This Week
    Last Update:
    See Project
  • 12
    pvnswitch

    pvnswitch

    PvnSwitch is a program for switching keyboard layout

    PvnSwitch is a program that enables you to use CapsLock for switching keyboard layout. Also it allow to correct layout switching mistakes in manual mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ifvisible.js

    ifvisible.js

    Crossbrowser & lightweight way to check if users are looking at a page

    ifvisible.js is a lightweight way to check if a user is looking at the page or interacting with it. Check out the demo, read the code example, or check the annotated source.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Debtors List Saver
    ...Read this before upgrade from previous v1.1.17.0003 and below Upgrading from previous versions prior to v1.1.17.0003 and below If you have been using Debtors List Saver version older than v1.1.19.1219, please do the following. 1. Open the folder on your machine, where you have installed Debtors List Saver (for example, C:\Program Files\Debtors List Saver) 2. Copy the userdata.dat and settingdata.dat files 3. Hit on the keyboard the Windows Key+R to open the Run window, Type %AppData% in the Open text field then click OK 4. In the Application Data folder opened, got to folder DebtorsListSaver then paste the copied userdata.dat and settingdata.dat files 5. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SNMP library for Python
    SNMP v1/v2c/v3 engine and apps written in pure-Python. Project moved to GitHub: https://github.com/etingof/pysnmp
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 16
    IHaskell

    IHaskell

    A Haskell kernel for the Jupyter project

    IHaskell is a kernel for the Jupyter project, which allows you to use Haskell inside Jupyter frontends (including the console and notebook). It currently supports GHC 8.0 through 9.0. For GHC 7.10 support please use the GHC7 tag. For a tour of some IHaskell features, check out the demo Notebook. More example notebooks are available on the wiki. The wiki also has more extensive documentation of IHaskell features. IHaskell is based upon the IPython architecture and frontend, so learning about that will help. You can write your own extensions using the IPython javascript API, for instance. Use h to learn more about the modal interface IHaskell/IPython provides. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    jsSID

    pure JavaScript SID soundchip emulator and player for Web Audio API

    A very lightweight (14kbyte, samplecycle-based) and fast SID emulator written entirely in pure JavaScript (from scratch) for the Web Audio API, supported by most major web-browsers. No need for Flash/Java or other plugins to play SID files directly in the browser by the visitors of the webpage... See it in action with an example playlist: http://hermit.sidrip.com/player.html NOTE: I left SourceForge for reasons not ethical to mention here. You can find me and my further work at these locations: http://hermit.sidrip.com http://csdb.dk/scener/?id=18806 https://github.com/hermitsoft/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    linq-cube

    LinqCube is a small utility library to define in-memory cubes.

    ...See the example program for an overview of the possibilities and syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Analyze My Genes

    Analyze My Genes

    Compare gene analysis results from 23andme with the human genome

    This program compares personal gene analysis results from 23andme with extracted databases from the human genome project. An typical example of an extracted database is a dataset which contains all alternative alleles which occur less than 1% of the time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    AvRtos

    Small real time operating system for AVR and ARM microcontrollers

    ...AvRtos is nearly the smallest RTOS out there. Even pico]OS is much bigger. AvRtos can be compiled using gcc compiler. There is a AvrStudio 4 and Eclipse project file to get the example code working very quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    android tablet apps

    android applcations

    ...you can build the project with android studio. it is a hello world app. with source code. a very nicely done sample you can look at and work on for mking an android app. for the google play storefor example. this software is public domain. use as you wish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SPL Tools

    SPL Tools

    Stochastic Performance Logic testing tools and utilities.

    Stochastic Performance Logic (SPL) serves for capturing performance assumptions. With SPL, it is possible to annotate Java functions with assumptions stating, for example, that the annotated function is at most three times slower than array copying. The assumption is then checked at build time in a similar way as standard unit testing. In other words, SPL is about introducing performance assert(). The advantage of SPL in comparison with other similar solutions includes following. SPL formulas uses well-defined logic and statistically sound testing (such as t-test). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    cmdSayIt

    Command Line Text to Speech tool for windows

    This program uses SAPI voices for Text to speech from the commandline. its a simple tool written in C# Samples included for English and Japanese, but you will need a Japanese voice installed on your PC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    vim-startify

    vim-startify

    The fancy start screen for Vim

    ...The menu is navigable, and you can choose entries either by selecting with cursor keys or simply typing the bracketed number next to the item. Additionally, the plugin supports configuring custom headers/footers (for example with ASCII art or useful information) and even opening multiple files at once via the menu. This startup experience enhances productivity by giving immediate access to recent work or commonly edited files, reducing the need to type paths manually. It also supports sessions, so you can quickly restore your editing environment (splits, buffers) for a project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    octocat.github.io

    octocat.github.io

    Static website repository demonstrating an GitHub Pages-generated site

    ...The page includes links back to GitHub, contributor examples, support information, and standard header and footer sections. Styling is provided through dedicated stylesheets, including syntax-highlighting resources. The repository functions mainly as a historical example of a straightforward GitHub Pages project rather than a modern web application.
    Downloads: 0 This Week
    Last Update:
    See Project