Showing 3182 open source projects for "example"

View related business solutions
  • 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
  • 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.
  • 1
    Hegelpedia

    Hegelpedia

    Explain, discuss, and translate the ideas of G.W.F. Hegel

    .... *** Here: How to manage your own Media Wiki (HTTP) server on your home computer *** Because his works are in German public domain for about 150 years now and it is allowed to modify the sources, there are a lot of books on the market (and free on the net) which differ a lot in spelling, punctuation and so on. However, the Berlin-Brandenburg Academy of Sciences and Humanities recently published the original sources, for example the Phänomenologie des Geistes (The Phenomenology of Mind). Main target of the hegelpedia is to go back to the sources. The mind should be able to find a place online where the undamaged source is explained and new translations can be discussed. First milestone accomplished when the Wikisource of The Phenomenology of Mind will be ready to rock, in English and in German. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Cybervision - 3D reconstruction software

    Cybervision - 3D reconstruction software

    Cybervision is a 3D reconstruction software for SEM images

    Project has moved Github at https://github.com/zlogic/cybervision Cybervision is a 3D reconstruction software for SEM images. It's an abandoned project, but can be useful as a working example for many, many technologies, such as: * Qt (including threads, vectors, graphics and OpenGL) * Eigen library (http://eigen.tuxfamily.org/) * libsift library (https://sourceforge.net/projects/libsift/) * OpenCL and of course, 3D reconstruction in general.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Let's Memorize Japanese

    Let's Memorize Japanese

    Spaced Repetition System to study Japanese

    LMJ is a software that helps in the study of the Japanese language, in particular it is a spaced repetition system, to memorize Japanese words easily and quickly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Immutable Sparse Wave Trees (WaveTree)

    Realtime bigdata tool for bit strings up to 2^63 based on AVL forest

    ...Main object is a sparse bit string (Bits) that efficiently scales up to 2^63 bits normally compressed as forest has duplicated substrings. Bits objects support reading bit, byte, short, int, or long (Java primitives) at any bit index in 64 bit range. Example: instead of building a class to hold a header and then data, represent all of that as Bits, subranges of them, and ints for sizes of its parts. Expansion ability for other kinds of compression, since Bits is a Java interface. Main functions on bits are substring, concat, number of 0 or 1 bits, and number of bits (size). All those operations can be done millions of times per second regardless of size because the AVL forest reuses existing branches recursively. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5

    Power-grid synchronization models

    Computing parameters for network dynamics models

    ...Motter, Comparative analysis of existing models for power-grid synchronization, New J. Phys. 17 (2015) 015012. http://dx.doi.org/10.1088/1367-2630/17/1/015012 The toolbox also contains data files for four of the example systems discussed in the article.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Anti SQL Inject

    Block SQL Injections as soon as their detected[Alpha]

    This PHP Library blocks common SQL injection attacks its as simple as calling some code, as a basic demo of what code shall be put in, require('antiinect.php'); //Import the library antiinject($parameter,true); //call the libraries primary function and true equals to block the attack more info on how to use the library can be found on the wiki Currently Supports(ALPHA 1.2): Apostrophe Based attacks(') union select based detection * order by * based detection example page(no SQL base yet) Planned to do(ALPHA 1.3): Add Tracking(blocked attacks,protected hits. Only counting) with disable feature Make config.php file Maybe Make a example site?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    jj_juli

    "Juli" is outline processor, personal memo, and offline wiki.

    By your favorite editor, you can edit wiki pages anytime anyplace. Author's personal site is, of course, written by juli. Please visit http://wtech.dip.jp/juli/ as an example of Juli If you are interested in. v1.* is for Ruby 1.9.* v2.* is for Ruby 2.1.*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Sentinella
    It measures your system's activity and, whenever one chosen condition reaches some limit, it takes an action that you've chosen. It can, for example, turn off your computer when the network traffic falls, or reboot it when an application closes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PhpBackup4MySQL

    Easily backup / restore MySQL in Php, with AWS S3 upload capability.

    ...Despite its ease of use, this project handles advanced settings such as foreign key constraints and backup upload to AWS S3. You may adjust the backup / restore modes and database parameters from config file. A couple of example files are included for test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $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
  • 10

    SGUI

    A simple, small, cross platform GUI library in plain C89

    SGUI is a small, simple, cross platform GUI library written in plain C89. It has a set of widgets, dialogs and supports OpenGL and Direct3D context creation, also including embedded rendering widgets within a window. SGUI has so far been successfully tested on various GNU/Linux distros on x86 and x86_64, as well as Windose operating systems from Windows 98 up to Windows 7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java Query Library
    JaQLib is a compact Java library that supports programmers in querying all sorts of collections, DBs and XML files in a compact and intuitive manner. Example: List<MyItem> result = Jaqlib.List.selectFrom(myCollection) .where(myCondition).asList()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MSL

    MSL

    http://dx.doi.org/10.1002/jcc.22968

    ...Philosophy The main goal is to create a set of tools that enable the computational study of macromolecules with relative ease at all levels, from simple operations (for example, load a PDB and measure a distance or edit a dihedral) to complex applications (protein modeling or design). MSL is developed in the Senes Lab at the University of Wisconsin-Madison and by a team of developers/users from other research laboratories. Reference: Kulp DW, Subramaniam S, Donald JE, Hannigan BT, Mueller BK, Grigoryan G, Senes A. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    libDVD-Audio

    A C library for extracting audio from DVD-Audio discs

    libDVD-Audio is a small C library for extracting audio from DVD-Audio discs, analogous to libcdio. It provides a simple C API and two small example utilities to demonstrate its use.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    Scratch Space

    Scratch Space is a "plugin" server for online Scratch Projects

    Scratch Space is a "plugin" server that allows you to add plugins to the server which allows users to connect and choose a service to use. For example, they can either use a chat service (Chat.PY), or a game service (Virtual Space.PY).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    L337 Scanner

    Vulnerability Scanner

    ...which means through community edition you can scan a target site for sql injection vulnerability or search google for sqli vulnerable site. Requirements : 1. Java 8 or higher (oracle recommanded) Rules : 1. Don't give trailing slash 2. Put link with protocol like http,https Test Example : 1. http://www.northernoutpost.com 2. http://www.pangang-titanium.com 3. http://www.interaliaproject.com 4. http://northeastnews.in 5. http://www.dias.net.in 5. http://www.realtymasters.co.in Report bug here : http://goo.gl/forms/j8LKR1vbYV
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    closedXMLExcel

    closedXMLExcel

    professional Excel component specially designed for .NET developers

    This is a package of an Example Project for ClosedXML_Excel. As a free C# excel API, it can enable developers to edit, copy, create, print and convert Excel files which were generated by ClosedXML. You can create a large range of applications for free. It supports both for the old Excel 97-2003 format (.xls) and for the new Excel 2007 and Excel 2010 (.xlsx).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    npoi excel

    A package of an Example Project for NpoiExcel.

    As a free C# excel API, it can enable developers to edit, copy, create, print and convert Excel files which were generated by NPOI. With NpoiExcel, you can create a large range of applications for free. It supports both for the old Excel 97-2003 format (.xls) and for the new Excel 2007 and Excel 2010 (.xlsx). NPOI excel Webpage: http://www.nuget.org/packages/ExcelNPOI/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ASCII Art Font Browser

    Font Browser for FIGlet and TOIlet

    ... $ sudo apt-get install figlet toilet The *figlet-font-browser* and *toilet-font-browser* are just wrappers - download main script in order to use them. Example usage ------------- ./asciiart-font-browser --help ./asciiart-font-browser this is a text --toilet --less ./toilet-font-browser --less Author and licensing ==================== Jakub Skowron, July 2014 kskowron@users.sourceforge.net Feel free to copy, modify, and redistribute under the terms of CC BY-SA 4.0 license. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TidyCmd v1.4

    TidyCmd v1.4

    Windows Command Line front-end to HTML Tidy library

    TidyCmd is a front-end to access the C# HTML Tidy library by Seth Yates which is part of his AtomSite program * https://code.google.com/p/atomsite/ TidyCmd home webpage * http://landenlabs.com/cs-tidycmd/tidycmd.html Other good references: * http://sourceforge.net/projects/tidy/ * http://www.w3.org/People/Raggett/tidy/ In addition to basic HTML syntax validation and HTML reformatting (beautify) I added Style parsing, Image and Href load verification and ability to walk and parse...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is just as a code example for the future interviews. This is EventListener(like it is in c#) implemented in c++ .I'm using some c++11 features (like final), but you can easily remove them if you want. Check wiki-page to see usage. Need to be done: thread-safe; safe dispose of the caller-object(which invoking a delegate); improve event-caller; 19.12.14 - added some improvements
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Emulator print-server

    Emulator print-server

    This emulator designed to simulate a network print server

    ...In particular - on the local machine c disable shared printer operating system Windows XP x32 and outdated iron on the remote - OS Windows 7/8/10 x64 and 64-bit drivers for non-existent, for example the printer out of production. Also, this solution allows you did not install the driver for a remote printer on your network and have any target OS when printing is performed by simply copying the desired document in PDF-format or printing any document format into a virtual PDF-printer on the network location of the machine with a working emulator print local server and an 'old' printer with 'old' OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Controller for Limited Dexterity

    Controller for Limited Dexterity

    Wireless computer game controller for people with low arm mobility.

    ...The controller's display first shows a menu screen where nine different profiles can be selected. These profiles hold different key presses for the game and other special features. For example Alien requires the left and right mouse buttons to be held together, this is done using one of the nine keys on the display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    EMGU Examples

    A collection of EMGU source code examples

    While still being collated a collection of examples demonstrating the use of various EMGU CV methods has been made available. Each example has an associate wike page available via the Homepage link. Contributions are welcome via third parties and templates for the wiki pages are available through request. Feel free to support the development through a donation using the link at the top.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Kangas Sound Editor

    Kangas Sound Editor

    Synthesizer, mixing, sound effects, music composition and production.

    This kangaroo-themed program allows the user to create their own music and sound effects, effectively from scratch. There are two variants of the program: Kangas Sound Editor which requires MySQL for its database, and Kangas Sound Editor QI which does not (it uses an internal database - HSQLDB - instead). Kangas Sound Editor (QI) uses a system of boxes or cells, which are placed by the user onto a timeline using drag-and-drop, and which represent entities such as chords, repetition,...
    Downloads: 3 This Week
    Last Update:
    See Project
Auth0 Logo