Showing 3412 open source projects for "example"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Start Free
  • 1
    Advanced Arithmetic Calculator

    Advanced Arithmetic Calculator

    One of the best simple arithmetic calculator!

    ...Can solve complex expressions with parentheses "(,),[,],{,}". Has the possible of use previous response when enter "res". Can solve expressions with negative values, example "_2+5". Has "pi" and "e" natural constants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    LazySerializer

    Lazily serializes an object to XML for usage in XPath/XSLT.

    Lazily serializes an C# object to XML for usage in XPath/XSLT. For example: _________________________________________ ObjectXmlNavigator nav = new ObjectXmlNavigator("myObject", MyObject); XslTransform xslTrans = new XslTransform(); xslTrans.Transform(nav, null, objStream); _________________________________________ Using the ObjectXmlNavigator object you can now access the properties of MyObject in your XSLT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Converse

    Ever had files named in Russian, which failed to be read by devices?

    This application will convert any russian named files into english. For example: Программа into Programma. Even if you have mix of russian and english files it will convert only russian files. If you have a file name mixed of Russian and English it will convert it no problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Large Text File converter

    Java Based Heavy-duty utilitity to process large delimited text files

    ...Use case Example: legacy system is to be replaced with new advanced system with different DB schema, and the data provided as 100GB size of delimited text data which is to be inserted in 10 different tables of new system DB after validation,date format conversion, rearrangements, and MD5 hashing implementation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Start Free
  • 5
    Thanks to this application, customize your files logs in real time with text and colors filters. It is useful if you are a developer for example and if you want to have a good look on your logs in real time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    VocabularyTest

    VocabularyTest

    Test your vocabulary.

    The program VocabularyTest is intended for the organization of dictionaries and testing vocabulary. The number of languages is not limited.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    CCA Patcher Core

    CCA Patcher Core

    Patching tool for CCA Hack

    .... --- Video How-To: http://youtu.be/hUy2HI4iIWk --- It patches C.C.A core Dll (CCA-Hook.dll) so that it can NOT show adds-addvertises like "C.C.A By Softwind 汉语 / 漢語汉语 / 漢語汉语 / 漢語".Or it can NOT change your name like "C.C.A | MyName". It only patches predefined offsets in core dll file to undefined commands. For example in standard way, C.C.A Hook v2.0 uses "name" and "say" commands to show their advertises.Like this: "say C.C.A By Softwind 汉语 / 漢語汉语 / 漢語汉语 / 漢語" and this: "name C.C.A | (OldName)". Therefore, this application patches its predefined commands to undefined strings like "0000" or "000" so that Counter-Strike cant understand this strings and shows "Unknown Command: 0000" ---
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Android Bookmark Example

    Store Android activity bookmarks.

    An example of how to store activity bookmarks in an Android app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    docx steganography

    docx steganography

    embed and extract secret message in docx

    this tool is steganography tool ,which make us of docx's not exist attribute to hide message. for example "<w:p aaa="123" bb="244".........>",the attribute (aaa,bb)above is not exist in office 2007 library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 10

    Blanco

    Windows Uninstaller

    ...There were a lot of programs that just would not uninstall using the fancy "Add or Remove Programs" utility that Windows has. In some cases where the application in question was successfully uninstalled, it could not be reinstalled. Visual Studio for example, kept telling me "Invalid Drive" whenever I attempted to reinstall it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PHP Recommendation Engine

    PHP Recommendation Engine

    This project is used by anyone who wants to implement recommendation f

    ... * This project is used by anyone who wants to implement recommendation for his website content. * Actually this project is written for an upload site. * Also user will see the recommended uploads based on its title, description and tags. For example, if it is a video upload site, users will see the related(recommended) videos next to a video. * Project is working on console, because we thought this script works periodically like one time per day. So if you want to use it like a webservice, you can modify it easily. * The main sql algorithm is taken from Wordpress YARPP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    4Chan Board Dump

    4Chan Board Dump

    Downloads all images from a board. Example... all of /b/

    Chan board dump is a simple python program that will download "all" images on a 4chan or 7chan board. NOT just A THREAD like most other programs. Once complete the program will continue to download any images posted to any pre existing thread or newly created thread in the selected board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Webdevelopment Helper

    Reduces data usage for websites and increases browser support for CSS3

    ...However, with CSS3, a lot of important usage part need important prefixes like (IE: -ms-, Chrome/Safari:-webkit-, Firefox:-moz-, and Opera:-o-;-xv-). This is up-to-date as of 11/2/2012. Also remember, this program has certain syntax you must have, for example, if a line has any sort of comment in it, it will not be considered (and this could cause major issues if you had in-line comments), and all white space is removed, except the single space, preventing non-white space in plain text. Also, if your css3 command starts with "@", it will need to be all in one line. (example: @keyframes ___{} must all be on a single line.) ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    [easyFrame]

    ASP.NET Framework for Open Source Libraries

    ...Features include JSON handling, Master pages, themes, Forms Authentication, AJAX calls and Facebook connect. Revised to be 100% JQuery. Also, recently added HTML5/CSS3 support example with Modernizr. Latest version is Beta 0.7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Easy Shutdown Manager

    Easy Shutdown Manager

    An application to manage your computers power settings.

    This application allows you to set the timeout for when to perform an certain action on your computer. For this time being, the only options are to manage power settings, like rebooting or locking your PC, but I will add more features, for example rebooting your PC when an application has closed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Decidix

    Software to do feasibility studies of electric power projects

    ...The objective was to have a tool easy to use by people not skilled in financial mathematics techniques and to people without experience in technical questions which influence in the feasibility of the business, for example the fuel efficiency of a power plant. The focus is on projects of power generation with renewables (wind, small hydro, solar, biomass, and biodiesel), nonrenewable fuels (natural gas, coal, oil, nuclear) and transmission lines and distribution substations. People enjoyed it and I applied regular courses for hundreds of experts from power utilities, oil and gas companies and investors mainly in the renewable energy business field. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Office Tools

    Office Tools

    Offiice Tools is a free, work in progress, open source office suite pr

    ...It will feature many programs that are simple and easy to use in an office or home setting. Many of the tools in this program are useful tools to help with your work in the office. For example it's "Calculator" tool will help with performing mathematical operations and finding the answer to your math problems. it's "Word Processor" will help you draw up a quick document. Office Tools is updated often and updating is as easy as clicking "Check For Updates".
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Omnet++ EPON Module

    Omnet++ EPON Module

    1G-EPON modules for OMNet++

    ...Service differentiation is based on 802.1Q VLANs (included). Basic implementation for both polling and non-polling DBAs is included (fixed allocation per ONU in both cases). An example .ned for each case can be found under "PON/simulations" folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    vhostManager

    Virtual Host Manager for Apache HTTPD server

    vhostManager is utility from managing configuration of virtual hosts for enterprise distributed solutions with many wirtual hosts and many server aliases. The best example is JSP hosting platform with farm of Tomcat/Jetty servers connected with Apache HTTPD using AJP (mod_jk). vhostManager helps create and manage virtual hosts (adding/removing aliases) without modyfing httpd.conf file. It's comand line application so you can use it with scripts and other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Bright Side is a repository of practical example mini projects made by students at Dragan Djuric's university classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Coexlam

    Coexlam

    Free Excel software on composite laminate theory with added features.

    ...Laminate theory is used with several strength criteria: maximal stress, maximal strain, Tsaï-Hill and Tasï-Wu. A help including a Getting Started part is now available in the application. The users can add their own formulas or application, an example is provided with a tank under pressure. Several load cases can be calculated in one time in the Print sheet. Laminates can be saved in the Library sheet. Several versions of Coexlam are available on Sourceforge: Coexlam v1.1 and Coexlam v1.2. The version 1.2 directly includes all the version 1.1 + additional features. Coexlam is a freeware under General Public License.Coexlam is developed by Coexpair, an aeronautic company specialised in composite development with RTM process for aeronautic major companies. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    STM32 LWIP QPC Ethernet DPP

    Quantum Leaps (QPC) DPP example with LWIP on STM3220G eval board

    This is a port of the Dining Philosopher Problem (DPP) using the Quantum Leaps (http://state-machine.com) hierarchical state machine framework with the Light Weight IP (LwIP) network stack (http://savannah.nongnu.org/projects/lwip) and an ethernet driver implemented on the STM3220G-eval board (http://www.st.com/internet/evalboard/product/250374.jsp) running on stm32f207 Arm Cortex M3 uProcessor. The project is eclipse based and uses Code Sourcery cross compiler. See...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    adalink

    adalink

    Creates links on Joomla articles when displaying ADA codes

    Creates links on Joomla articles to http://diavgeia.gov.gr when displaying ADA codes (About Transparency and Openness Policies of the Greek Government files). For example when code “ΑΔΑ: Β41Φ0-57Μ” appears, automatically generated link to pdf file at et.diavgeia.gov.gr/...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Open Genetic Algorithm Toolbox

    This is a MATLAB toolbox to run a GA on any problem you want to model.

    This is a toolbox to run a GA on any problem you want to model. You can use one of the sample problems as reference to model your own problem with a few simple functions. You can collaborate by defining new example problems or new functions for GA, such as scaling, selection or adaptation methods. In that case, you should then include your credits in the file, upload it to matlab central and contact the author. Suggestions are also welcome but naturally I won't be able to attend all of them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Unit Converter is a software developed to help you convert between two different units (for example, from kilometers to miles). This software is written in C#. It features a GUI with tabs, buttons and a way to contact me with any questions/querys you may have about the software. Thank you for your interest.
    Downloads: 3 This Week
    Last Update:
    See Project