Showing 3182 open source projects for "example"

View related business solutions
  • $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
  • 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.
    Try It Free
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Quick Example of JExcel Use to read an excel file and write a text file with its content
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    pcpconnect

    Patient portal and My Health Diary

    ...Disseminate Test Results & Medical Reports to patients securely, efficiently and cost-effectively. My Health Diary -- track and log valuable data that only patients can provide. Example: Blood Pressure, Blood Sugar, Weight, Sleep hours, Exercise metrics, etc. that patients measure themselves -- invaluable data to help in diagnosis. Patients can receive annotated Test Results and Medical Reports from their Physician or Nurse securely and instantaneously. View, plot, trend analyze, search, etc. data stored in My Health Diary. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Clever Algorithms

    Clever Algorithms

    Clever Algorithms: Nature-Inspired Programming Recipes

    ...The catalog spans evolutionary algorithms, swarm intelligence, immune systems, simulated annealing, tabu search, and other metaheuristics, plus guidance on when and how to tune them. Example implementations and worked problems show how to encode solutions, define fitness, and balance exploration with exploitation. The emphasis is on pragmatism—enough theory to understand why an algorithm works, and enough detail to get it running in your environment. It’s a useful starting point for students and practitioners who want to prototype, benchmark, or hybridize algorithms without digging through scattered academic papers.
    Downloads: 0 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

    fw2csv

    Convert data file from fixed width format table to CSV

    ...I am using this utility to import astronomical catalogs provided as flat tables at CDS ftp-server into postgresql; Build: $ make all [cc={icc|gcc}] Install: $ make install [prefix=/path/to/your/bin/directory] Example of usage: $ gzip -dc table.dat.gz | fw2csv --stops=4,10,11,20,30,36 -d '|' -header 1 | psql wsdb -c "copy mytable from stdin with csv delimiter '|'" For the list of available options call $ fw2csv --help
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Trim Lines

    Trim Lines removes trailing whitespace from source code files

    This is simple command line tool to batch process source code files to remove trailing whitespaces and convert all line endings to your system native style. Usage example: trimlines d:\Projects\SomeProject\src *.c;*.cpp;*.h;*.hpp;*.inc .svn;.git With this command all files in "d:\Projects\SomeProject\src" including sub-folders that match search masks "*.c;*.cpp;*.h;*.hpp;*.inc" and excluding specified folders ".svn;.git" will be processed. Can process unicode and system native encoded text files. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    QConsole is a custom Qt widget implementing a standard console to be inherited to support a specific scripting language or shell, and then embedded in any Qt application. As example, a Tcl console (QtclConsole) is provided for use in EDA applications
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    MCS

    Manageable Code Structure

    ...When a FEATURE is imported, all the MIXINs in the FEATURE will act as a base class of the CLASS in the main souce, which has the same name of the MIXIN. A DAEMON of a FEATURE act as a global object, which can also IMPORT FEATUREs, just like the main source. See lineserver.pike as a example. Visit http://mcs-awl.sourceforge.net/ for more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    My Simple LogBook
    MSLB is a crossplatform Simple Logbook program / application to write work logs or even a diary. MSLB can also use a bunch of presets that you can add with a simple doubleclick :) Logs get saved in a simple folder system. And its all portable.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Try Free
  • 10

    SOS-track

    Sensory Orientation Software to track animal behavior.

    ...The program extracts high-resolution kinematic variables (positions, postures, angles, speeds, curvatures, etc) and then uses the motor information to infer sensory experience as the animal freely explores, orients or navigates in different landscapes. All codes, a setp-by-step tutorial, demonstration movie, example data set and detailed information with figures is available in PLoS One.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PHPasdotNet

    PHP as dotNET

    Programming allows separate design. Example showing how design separates the code and PHP script for lenguaje as is done with dotNET architecture that separates into aspx and cs or vbs but now with PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Corpora of Misspellings

    Corpora with misspellings marked

    This is a project for creating corpora with misspellings marked and the correct word given. Example use could be for testing spell checkers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    asdnetworks

    asdnetworks

    Framework used to represents English grammars graphically

    Augmented Syntax Diagrams (ASDs) provide a framework to represent grammars of natural languages as directed graphs -- that is, as networks of nodes and edges. Nodes represent instances (or usages) of words and phrase types in a language such as English.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    libjson
    A JSON reader and writer which is super-effiecient and usually runs circles around other JSON libraries. It's highly customizable to optimize for your particular project, and very lightweight. For Windows, OSX, or Linux. Works in any language.
    Leader badge
    Downloads: 263 This Week
    Last Update:
    See Project
  • 15

    qt_examples

    3 basic examples to help learn qt 4.8.1

    Qt examples too complex for starters? I am certainly no guru but All 3 work with Qt SDK and are fun (1) QtFigs4: example of SAX, paintEvent(graphics) and collections (2) Lottery: example of paintEvent(graphics), designer and collections (3) calculator: example of paintEvent(graphics) and designer Sometimes the basic usage of these elements is difficult to extract from a complex example. (e.g. I seem to remember a “chart” example) I could create simpler examples but they would NOT be so much fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    LXSNDTEST is designed for measuring the characteristics of sound cards and A/D converters of ATmega microcontrollers (for example Arduino), or for testing circuits connected to a sound card. This program runs under Linux, using OSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Captcha example in Vb.Net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Customizable browser based (text/web(WYSIWYG)) file editors environment in PHP (GPL Licensed) with loads of features. (tested only in firefox)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Move Anything

    Organize your files with ease.

    Move Anything, allows you to filter your files by folders. For example you can select a folder for image, music and videos and then select the folder you want to organize and the files will be distributed amongst them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MicroStitcher

    MicroStitcher

    Tiny tool capable of stitching hundreds images into one single image

    This is very small tool, which is capable of stitching hundreds of images into one single image. The main purpose of the tool is to stitch small pieces of map taken by screenshots for example from OpenStreetMap. The tool automatically calculates relative positions of every single patch. A single patch has to have considerable amount of margins that are required to find control points that will match a pair of patches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    NDPMon

    NDPMon - Neighbor Discovery Protocol Monitor

    ...It permits to track the usage of cryptographically generated interface identifiers or temporary global addresses when Privacy extensions are enable (default behavior in Ubuntu and Windows for example).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WFishEye

    WFishEye

    FishEye JQuery Plugin

    This is a JQuery Plugin to create a fisheye from an HTML DOM element's children. Documentation, Example and step-by-step for usage at http://pluginzone.websiteinapage.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Weblogic JMXClient

    A universal, flexible JMX Client to record and export monitoring data

    A universal, flexible JMX Client to record and export monitoring data for example of SOA 11g or B2B 11g or WLS JMS queues to MS Excel or OpenOffice
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This script optimize images Larger than 60KB in current directory and sub-directories. Default Compression is 70% Default File Type is jpg Example Usage : /bin/bash smushme.sh -c 70 -f jpg OPTIONS: -h Show this message -f File Type -c Compression rate in Percentage -d Use default options -v Verbose NOTE: image magic needs to be installed for this script to work
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Audivolv

    Audivolv

    Artificial intelligence evolves musical instruments played with mouse

    Artificial Intelligence (AI) evolves musical instruments you play with the mouse from small blocks of Java code that operate on numbers, each block designed to keep all numbers in range -1 to 1 if they started in that range, and combinations of these evolved codes running 44100 times per second for high quality 44.1 khz audio. You can also write the Java code into its window. Uses Javassist internal compiler on the new Java code assembled by renaming variables to overlap eachother and...
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo