Showing 11712 open source projects for "source"

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
  • $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
  • 1
    RAMvader-LittleFighter2

    RAMvader-LittleFighter2

    A trainer (hacks!) for the game Little Fighter 2.

    [ATTENTION] As of 2018-09-02 this project has been moved to GitHub and is now available in the link provided below: https://github.com/vinicius-ras/ramvader-littlefighter2 RAMvader-LittleFighter2 is an opensource trainer for the game Little Fighter 2. It has been developed using C# (WPF for user interface, p/Invoke to make calls to lower-level Windows API) and some Assembly instructions. RAMvader-LittleFighter2 uses the RAMvader library to have access to most low-level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A Mono .NET cron tool particulary suited for Business Intelligence purposes. Works with standard cron strings but adds recoverability functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Yggdrasill

    Yggdrasill

    3D Evolutionary Tree Visualization

    Yggdrasill is a 3D phylogenetic tree visualization software based on the Unity 5 engine. Intended for educational and scientific purposes this demonstration release allows to display and explore evolutionary relationships between different terrestrial vertebrate species. Currently available features include procedural tree generation of evolutionary data provided by the Tree of Life (ToL) Web Project (http://tolweb.org/tree/), full three dimensional camera controls as well as a web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    RAMvader-Darksiders

    RAMvader-Darksiders

    A trainer (hacks!) for the game Darksiders.

    [ATTENTION] As of 2018-09-02 this project has been moved to GitHub and is now available in the link provided below: https://github.com/vinicius-ras/ramvader-darksiders RAMvader-Darksiders is an opensource trainer for the game Darksiders. It has been developed using C# (WPF for user interface, p/Invoke to make calls to lower-level Windows API) and some Assembly instructions. RAMvader-Darksiders uses the RAMvader library to have access to most low-level trainer functionality,...
    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
    Line of business application framework for common concerns such as: - Domain-driven development - State tracking - Validation - Composites - Query - Programmatic sql statement generation based on report meta-data - Support for pivot tables - State in
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    RAMvader-Trine-EnchantedEdition

    RAMvader-Trine-EnchantedEdition

    A trainer (hacks!) for the game Trine (Enchanted Edition).

    [ATTENTION] As of 2018-09-02 this project has been moved to GitHub and is now available in the link provided below: https://github.com/vinicius-ras/ramvader-trine-enchanted-edition RAMvader-Trine-EnchantedEdition is an opensource trainer for the game Trine (Enchanted Edition). It has been developed using C# (WPF for user interface, p/Invoke to make calls to lower-level Windows API) and some Assembly instructions. RAMvader-Trine-EnchantedEdition uses the RAMvader library to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Shop Management Solution

    Shop Management Solution

    Best software solution for Small, Medium Retail shop Management

    Shop Management Solution is an management information system (MIS) for Retailers who want to keep track of there profit and stock levels without the need of complex setups. Free Right to left languages Arabic / Urdu Edition: http://www.deluxewebapps.com/downloads/shop-management-solution-rtl Offical Page: http://www.deluxewebapps.com/downloads/shop-management-solution Bronze, Sivler and Gold Edition (Is available now) with value added features: - Bar Code Reader - Thermal...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    PushSharp

    PushSharp

    A server-side library for sending Push Notifications to iOS

    PushSharp is a server-side library for sending Push Notifications to iOS/OSX (APNS), Android/Chrome (GCM/FCM), Windows/Windows Phone, Amazon (ADM) and Blackberry devices! PushSharp v3.0+ is a complete rewrite of the original library, aimed at taking advantage of things like async/await, HttpClient, and generally a better infrastructure using lessons learned from the old code. PushSharp will now follow semver versioning, so major version numbers will go up as there are any breaking API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    NaiveLanguageTools

    C# lexer and parser

    NLT is free, open-source C# lexer and GLR parser suite -- which translates to ability to parse ambiguous grammars. Grammar can be defined directly in code or (preferably) in separate file (lex/yacc-like) for included generator. If you understand/guess the meaning of grammar in C#: // scanning lexer.AddStringRule(")", match => SymbolEnum.RPAREN); // parsing prod_builder.AddProduction(SymbolEnum.exp, SymbolEnum.LPAREN, SymbolEnum.exp, SymbolEnum.RPAREN, (_1, e, _3) => (AstNode)e); or grammar in NLT format: // scanning /[A-Za-z_][A-Za-z_0-9]*/ -> IDENTIFIER, IdentifierSymbol.Create($text); // parsing program -> list:namespace_list { new Program(currCoords(), (Namespaces)list) }; you should be able to use it :-). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10

    Skila

    programming language and compiler

    Skila is an experimental language and compiler. It is written in C# so some .Net environment is required (like Mono) and NLT binaries (see the link below). This is not a proper release, this package is more a BACKUP of Skila. Until the first real user there will be no logs, noticies, and so on. Before you faint -- yes, the code is a mess, yes there are a lot of bugs, but there is improvement almost every day so for me this endeavour still looks promising. Read more at:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Copy_Logger

    Copy_Logger

    This software helps you do fast noting. You have to just copy the text

    This software helps you do fast noting. You have to just copy the text from anywhere on your computer this software will capture your copied text and save as temporary document. Awesome na !!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Little Registry Cleaner
    Little Registry Cleaner is an open source program designed for Microsoft's Windows Registry. Its purpose is to remove obsolete or unwanted items that build up in the registry over time in order to improve the stability & performance of your computer
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Icarus Scene Engine

    Icarus Scene Engine

    3D .NET engine for Windows, Linux, Mac

    Icarus Scene Engine is a cross-platform, CLS-compliant 3D framework, integrating open source APIs into a cohesive all-open-source, all .NET solution. For Windows, MacOSX & Linux. Uses OpenTK, OpenGL, OpenAL APIs for graphics and audio. Runs on Mono/.NET. Links to FFMpeg for streaming video, and FreeType as a temporary conversion mod to bring fonts into a native XML format. Binary builds of Icarus will be infrequent, roughly every 18 months or so, the GIT code updates regularly on a weekly or twice-weekly basis (or faster if there are urgent issues).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    PropC2Asm

    PropC2Asm

    C compiler for Parallax Propeller MPU

    PropC2Asm is a command line C compiler that outputs Parallax Propeller assembly code. The source language is based on C. Rather than trying to be C compliant; my priority was to allow efficient access to all the unique features of the Propeller. Windows .NET 4.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    DesktopBeautifier

    Make your Windows Desktop beautiful

    Periodically change your Windows background to a new image from unsplash.com Upcoming Features: -Feedback feature -Bug report feature -Set lock screen background (Windows 8 and up) -Set lock screen background independently of desktop background -Save current wallpaper to new image file -Use images from specific Unsplash user (instead of a category) -Set background style to Span (for multiple monitors) -Option to pause service without fully stopping
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PANDA - Print AND Analyse

    PANDA - Print AND Analyse

    Freeware tool to visualize and monitor the usage of your printers

    Panda - Print AND Analyse - is an open source and freeware tool to visualize and monitor the usage of your printers. Your printers have to support SNMP. This software allows to create different graphs and tables to visualize your amount of printouts per month/day. These graphs and tables can be exported (.png and .xls).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TotesNotes

    TotesNotes

    Simple Popup Notes

    I was tired of always having to start a new instance of notepad to take a note of something during my busy work day. All the other note applications seem very bulky and didn't really work with the fast pace that I work at. So... I made TotesNotes!. Click the little tray icon and up pops a note pad to pop text into. There are even a few tabs if you want to seperate them a little bit. * Requires .NET 4.5 Note : If you dont see the icon in your tray, just drag it next to your clock....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TestDriven.NET is a zero friction unit testing add-in for Visual Studio .NET. It is compatable with NUnit, xUnit and MSTest. You can download the full extension from http://www.testdriven.net. TestDriven.Net is now being maintained here: https://github.com/jcansdale/TestDriven.Net-Issues
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    Coder Revolt - Web Browser (VB & C#)

    Get a quick free starter-kit for programming a web browser open source

    ...Features Included - URL Status - Adding new Tab - Tab Title - Full Screen - Forward function - Go back function - Loading Page - Status Progressbar - Save As - Copy & Paste - History - Bookmarks - Google, Bing and Normal ULR (how to browse options) - Auto-update URL Status - Full Screen mode - View Page Source - Internet Options - Printing - Properties
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A convenient alternative to single-purpose touch screens using IP phone application APIs. This plug-in provides alerting, information display and home interaction capabilities, and is customized and controlled from within the HomeSeer web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    KeeSAPLogon

    KeeSAPLogon

    Plugin for KeePass Password Safe to logon on SAP systems

    The KeePass Password Safe extension (plugin) enables you to logon at SAP systems (SAP GUI) by simply clicking on the password entry. See https://sourceforge.net/projects/keepass How it works: Simply add custom strings at each KeePass entry you want to use for SAP Logon. These custom strings will be recognized by the plugin: - SAP ID - SAP Client - SAP Language - SAP Transaction Filled properties "SAP ID" and "SAP Client" have to be present. Language and Transaction can be defined...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 22
    The Systems Biology Results Markup Language is a language describing data. Unlike flat data formats, SBRML allows describing the origin of the data as well. This project hosts a library and tools for using SBRML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Library Management System

    Library Management System

    LIbrary Management Software for Windows.

    Donate for the continued development of this software here http://goo.gl/kAIbBO It is optimized for a university library for students. It can also be used for home library with less features.You can add Google books information and cover image easily. The source code is also provided in files. email: arunakc421@gmail.com Note:Upgrading from version 1.0 to new version 1.1 1.Download the new version from Sourceforge(LMS 1.1-Setup.msi). 2.Make a copy of present database before uninstalling by going to folder C:\Users\user-name\AppData\Roaming\LibraryManagementSystem and copy the file librarydb.db to another location. 3.Uninstall the old version software. 4.Install the new version. 5.Restore the old database by going to Menu->Manage Database->Import Database and select old database file librarydb.db Step 2 and 5 are needed only if you want the old bookdetails database available in the new version.All information used by the software is stored in this database.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    This application (CD/DVD cataloguer) creates indexes (table of contents) of your floppy or CD/DVD discs. It helps you maintain and organize your collection of floppies, CDs and DVDs. It is designed to be simple, small, effective and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Dukebox

    Dukebox

    An audio library manager and media-player.

    The Dukebox audio library manager brings you a modern, clean media-player that play's over 53 different formats of audio. Note this is still in beta and as such has some bugs, please let me know if you find any. For more information see: https://djfdyuruiry.github.io/Dukebox/ Please Note: This project is now only actively maintained @ https://github.com/djfdyuruiry/Dukebox
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo