Showing 3412 open source projects for "example"

View related business solutions
  • 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
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 1
    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
  • 2

    Simplest Text Encrypter

    A simple example of polyalphabetic cipher in Java.

    Cryptography fascinates everyone. A variety of encryption techniques and ciphers are used to code important data. A polyalphabetic cipher is one of the simplest cipher one can make. This is a Java program to implement polyalphabetic cipher. [How the cipher encodes?] Input Data: helloaf Key: love l - 12th letter in Alphabet o - 15th letter in Alphabet v - 22nd letter in Alphabet e - 5th letter in Alphabet Now: h(l) e(o) l(v) l(e) o(l) a(o) f(v) Further: h(+12)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    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
  • 4
    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
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Start Free
  • 5
    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
  • 6

    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
  • 7

    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
  • 8

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

    Crap Killer

    Automatically Detect and Remove Crapware

    This is a script which uses my super-cool Heuristic Detection Algorithm to find and automatically uninstall "crapware" (toolbars and 'coupon printers' for example) from all current versions of windows. It's also possibility the most advanced batch file in the world...
    Downloads: 3 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
  • 10
    QProjector is an application to present different types of media on a projector. It supports texts, lyrics, images, movies... It's easy to handle, expandable through plugins and uses a database. It's for example usable in church services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PyInstaller

    PyInstaller

    Converts (packages) Python programs into stand-alone executables

    ...This means that, with PyInstaller, all the required tricks to make external packages work are already integrated within PyInstaller itself so that there is no user intervention required. You'll never be required to look for tricks in wikis and apply custom modification to your files or your setup scripts. As an example, libraries like PyQt, Django or matplotlib are fully supported, without having to handle plugins or external data files manually.
    Downloads: 69 This Week
    Last Update:
    See Project
  • 12
    vehicle simulator 3D in GameMaker

    vehicle simulator 3D in GameMaker

    simple 3D vehicle simulator done in GameMaker. Good control though

    ...IT is as much as possible bug-free, and it works well. Camera control and vehicle control are implemented with great care. This program serves as a reference material and reliable example for 2 tasks in 3D videogames: *hilly terrain as basis of game's environment *vehicles realistically drivable on hilly terrain. The package contains the Windows (XP or campatible) executable, and the folder with the Game Maker project. Hope it will be useful for some. This project actually houses 2 zip packages...1 is a full-blown driving simulator, called Tractor Nerd 3D, and a sample program which implements a simple game in which the player controls a hero which can walk on a hilly terrain, where this terrain is defined throught a hightmap read froam an external bitmap image file and another bitmap which, according to some conventions,defines which texture is to be put at which little 'square' of the terrain, and a folder contraining the textures
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    DHFS

    A dynamic slot allocation technique to improve performance for HFS.

    ...We can use the unused map slots for those overloaded reduce tasks to improve the performance of the MapReduce workload, and vice versa, by breaking the implicit assumption that map tasks are run on map slots and reduce tasks are run on reduce slots. For example, at the beginning of MapReduce workload computation, there will be only computing map tasks and no computing reduce tasks, i.e., all the computation workload lies in the map-side. In that case, we can make use of idle reduce slots for running map tasks. Two types of DHFS are provided, namely, Pool-independent DHFS (PI-DHFS) and Pool-dependent DHFS (PD-DHFS) for users to choose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ImpPath

    Simple C++ library for path manipulation

    ...However, this library never tries to access any real file systems, and thus doesn't know anything about symbolic links. Primarily designed for usage in a secure environment with known simple limitations. For example, for working with internal application resource paths referencing a "sandboxed" virtual filesystem (like with PhysicsFS). Platform-specific path support is mainly intended for tools (e.g. map editor) which need to share a common code base (and perhaps some hard-coded resources) with the main sandboxed application (e.g. game).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    MoarNES

    A Nintendo Entertainment System emulator written in C

    ...It has built-in authentic Game Genie support. (The GG ROM is embedded in the program) Although a fairly basic emulator right now, I am working on implementing several major new features soon. For example, netplay support and re-recording for tool-assisted speed run creation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    diwacs

    diwacs

    Diwa is a project collaboration tool.

    Diwa is a software ment to simplify sharing rich media and files that are important for the project between team members in the same room. It offers simple solutions for example exporting urls and files to another PC via drag and drop and the files are stored in "Project Folder" and there can be database entry for it as well. Diwa also supports remote controlling another PC running the DiWaCS software and creating events which save screenshots from all the computers and optionally a image capture is taken of the room and a sound recording is saved (if you have the hardware). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    zkanji - Japanese Language Study Suite

    zkanji - Japanese Language Study Suite

    Japanese vocabulary and kanji study tool with built in dictionary

    zkanji is a feature rich Japanese language study suite and dictionary for Windows. It has several kanji look-up methods, optional example sentences for many Japanese words, vocabulary printing, JLPT levels indicated for words and kanji for all N levels, spaced-repetition system for studying and more. Visit http://zkanji.sourceforge.net for details
    Downloads: 35 This Week
    Last Update:
    See Project
  • 18
    GeanyEasyUnicodeInput
    Makes easier to type UNICODE, into Geany. http://www.geany.org/ For example, after you have typed 2203, into Geany, press Ctrl+Right Alt+y, and 2203 is replaced with ∃. To replace at most 3 hex digits left of cursor, press Ctrl+Right Alt+o. This makes possible typing modifiers, to letter e, that would otherwise be considered a hex digit. For example, type e301, and next press Ctrl+Right Alt+o, and e301 is replaced with é.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    ransampl - random number sampling

    Draw random indices according to given probabilities

    ...This allows for a very efficient drawing, with cost independent of n. The software comes as a little C library, with configure and make scripts, and with an application example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Perl-Text-Bargraph

    Generate ASCII bar graphs

    Text::BarGraph is a simple Perl module for generating ASCII bar graphs based on data in a hash, where the keys are labels and the values are magnitudes. It automatically scales the graph to fit on your terminal screen. It is very useful in making data more meaningful. For example, it can be used with statistics gathered from a log file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Log2HTML

    Converts log files (with color codes) to readable html files.

    ...Open the readme.txt to see how to create own colorsets. Quake and Warsow are shipped with this. You may use the 2 textareas to add properties to the output html files, so you may use a styles for example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    SFML 1.6 example game

    SFML 1.6 example game

    Example game with SFML 1.6.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    [I'm rewriting a more portable version of this software, please goto the lifeSystem project on sf] Runtime module (re)loader and (re)linker (educational purposes) OpenGL based modular non-intrusive gui Example applications (an animal species simulator with fuzzy AI is included)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    VPN Load Tester

    A tool to perform load testing on IPFire's OpenVPN server

    ...By using KVM and Libvirt in a CentOS 6 server, it is able to create a large number of virtual VPN clients and connect those client machines to the VPN server at the same time. It is able to control all VPN clients to perform the same tasks on the VPN server. For example, it is able to control all VPN clients to send network traffic to the VPN server at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Canvas++

    Single-header graphics library to teach C++

    ...It's purpose is to make teaching of C++ more colorful and funny for kids and students. The main idea is to wrap windows API calls into simple interface. You can start drawing next after "Hello world" example - just declare Window variable and call method draw() to start drawing.
    Downloads: 0 This Week
    Last Update:
    See Project