Showing 259 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
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Eraser delete the old log files. For example, if your log folder on the Web Server (typically c:\inetpub\logfiles) fills the hard disk, LogEraser clean the folder for you!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Research Assistant
    This is a program useful for students who need to do research . Essentially the program acts as a web browser pre-programmed with the ability to search different websites. For example, one can type the name of a topic in the textbox and click the Wikipedia button in order to look up the given topic in Wikipedia. In the same way, other websites can be used as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Rating Algorithms

    Library implementating various rating, scoring, ranking algorithms.

    The rating algorithms library contains various algorithms used to accurately rank, score or rate collections of similar data. One example is the ranking of votes based on a 5 star scale. This project started as a need of ordering data based on the relevance of each record obtained from users. The first algorithm implemented is based on Wilson Score Interval.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Make-It-So

    Make-It-So

    Converts Visual Studio solutions to gcc makefiles for Linux

    ...Many self-contained solutions can be converted just by running MakeItSo against the solution file. For more complex solutions, you can provide extra information to MakeItSo, for example to replace Windows-specific external libraries with Linux versions.
    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
  • 5
    NCsvLib is a .NET library for writing 'structured' text files/streams. An example of structured file is CSV (comma separated values), but the library can handle more complex structures. Basically you define a 'schema' that describes size and format of various fields that the library then reads from a data source (ie. database) and writes their values to an output stream (ie. text file or http stream). Its architecture makes possible to use various methods for storing data (ie. on database) and define file schema (default is XML file). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Kanji Word Association Tool

    Kanji Word Association Tool

    Learn kanji and words at the same time in the most optimal way

    ...Based on a user-provided list of kanji, this tool will generate a list of words that are associated with each kanji and ensure that each word consists only of kanji that you have already studied up to that point and kana. In addition, words are sorted by frequency and no duplicate words are used. For example, assume that 径 is the 882nd kanji in the user-provided kanji list and that we are using the default options. The words that will be generated for 径 will only contain kanji from the 1st kanji in the list to the 882nd kanji in the list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SmartLog

    Smart logfile generator for background services.

    ...When your service eventually break, you have all the relevant information - and only the relevant information - available to pinpoint the problem. Logging can be switched on and off with a single property. Simply add the logging code to your methods as in the example method, and your bugs will have no place to hide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Here is my A2 COMP4 coursework project developed in C# for a maths teacher as my end user. It is a game which allows children learning about line graphs practice whilst at the same time have a bit of fun playing a game. This project has been created to make my work available for review by potential employers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    awfulizer

    General purpose file-processing application

    From the beginning - a small program for running mp3's through LAME thousands of times - hence the name... Now - a general purpose tool for "doing things with files" or "-to files". Example: Throw in "wavefile.wav" - normilize with SoX and output to wavefile.flac - - do as above but output to lossy-copy.mp3. - create a spectrogram of wavefile.flac. - place all these in a folder: 'filename'_'date'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Diacritics Remover

    Diacritics Remover

    Diacritics Remover can remove diacritics from file/folder names.

    ... • Unsupported characters : ~, #, %, & , *, {, }, \, :, <, >, ?, /, |, “ • "." dot on the beginning or end of file • More sequential dots in file name like: "file..xlsx" 3) Doesn`t remove characters Polish characters. For example: Ł > L ł > l Problem reported by "Apesbrain". Probable cause is that application does not see that file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    svn-view-curent-branch

    svn-view-curent-branch

    For viewing current svn branches in selected folders in win-tray

    ...This program help see which svn branches in selected folders are. This particularly useful if you usually work with many svn-folders. For work you are have to install a SVN-client for command line, for example C:\Program Files\TortoiseSVN\bin\svn.exe Current release will work with Subversion 1.8.10.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Little .NET command line utility to control your mouse sensitivity (speed) using command line or batch files. I wrote it for myself as I need to switch my M570 trackball speed often. For example, when running image editor, i need high precision, but it's very uncomfortable when using regular desktop apps like browser or visual studio. So I created three shortcuts for the instant change of the cursor speed (in my case, I've binded these shortcuts to extra keys of keyboard). Usage examples: SetMouseSpeed.exe normal - set normal speed (10) SetMouseSpeed.exe 17 - set speed to 17, it's near the top speed of 20. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This program is able to detect circles in images. Therefor it uses the hough algorithm CvHoughCircles from the OpenCV library. You can define all parameters e.g. min-/max radius, min distance between circles, all kinds of thresholds, filters and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Shortcut Maker

    Shortcut Maker

    Generate virtual key shortcuts with this utility

    Shortcut Maker is a simple and easy-to-use application designed to easily create key shortcuts to various applications. The software provides you with additional keyboard shortcuts and will generate virtual key events for each action. For example, if you want to change the hot key for the Print option or for a specific action of any utility, you can easily change it within the application.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 15
    Text Zipper

    Text Zipper

    All text based files into one batch file!

    Instead of always creating these annoying zip folders or just new folders for all your text based files (C files, NSIS files, CPP files, etc.), just use Text Zipper! It takes your files and puts them all into one Batch file. Making these files more Portable. Example: Distribute your sourcecode in a easier way. You can customize by editing the batch file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    This is a simple Base64 encrypter and decrypter written in C#. It is useful with Telnet for example for the authentication with a SMTP server. It works only on Windows
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    LeetSocket is an easy to use Socket Component, built on TCP, written in c# .net 2.0 Example Usage: Build a chat in 5 mins http://www.youtube.com/watch?v=Tm2jS6mQjRs Developers: Ahmet Yüksektepe Nick Russler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Organize MP3 According To Tags

    Organize MP3 Files Into Directory Structure According To Their Tags

    ...The utility creates a folder or each genre in the target directory. Under each genre is the (album artist -album name). Under each album folder is (artist-title). Example if the file with following tags Genre :Pop Artist : Kay Perry Album :One Of The Boys Title : Hot N Cold and the target directory is D:\music the file will be moved to d:\music\pop\Katy Perry - One Of The Boys\Katy Perry - Hot N Cold.mp3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CefSharp

    .Net binding for the Chromium Embedded Framework

    ...The bindings are written in C++/CLI but can be used from any CLR language e.g. C# or VB. CefSharp provides both WinForms and WPF web browser control implementations. See the CefSharp.WinForms.Example or CefSharp.Wpf.Example projects for example web browsers built using this library.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    SoftwareAccessPoint

    Tethering app for Windows 7 and 8

    This is just an example application demonstrating use of a library I have created (https://sourceforge.net/projects/wirelessapi/). I have tested it on my Windows 8 machine, I can't guarantee it will work on Windows XP (windows API has changed since).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Student Control

    Student Control

    Let's stream the student's screen to your own one.

    With Student Control you can stream the screen of your student computers to your own one. Also you have a little tool-collection, so you can for example shutdown the student's pc or lock the mouse. And the best: It's free to use. (What a suprise on sourceforge :D) This Programm was part of a schoolproject in 02/2013
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    aText Editor

    Programming Text Editor

    Basit bi programlama editörüdür. Alınıp geliştirme işlemi yapılabilir. C# ile yazılmıştır. Ben bunu öylesine paylaşıyorum buradan. Kolay gelsin (: --- Simple text editor example with C#
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    WinCC Open Architecture C# Framework

    C# Framework for WinCC OA Open Architecture connectivity (XMLRPC)

    ...The proxy also acts as a distributor - if clients have the same dp(Query)Connects, the connects are done once, and the proxy will forward it to the clients. Easy example for a dpQueryConnect with a delegate: client.DpQueryConnectSingle((object s, ArrayList a) => { Console.WriteLine("event!); }, "SELECT '_online.._value', '_online.._stime' FROM '*.**'");
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    4Chan Downloader

    Download all the images from 4Chan!

    Download all pictures from a 4Chan Thread with this simple and little program. It is a fork from http://fourcid.sourceforge.net/ I've added many features (for example, you can watch more than one thread)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    TopThreads

    list top windows (oracle) threads

    list top windows threads. for example useful when using oracle on windows, where oracle is one big process with many threads (and windows task manager doesn't show threads of a process...). if an odbc connection string is passed then also some useful information about the corresponding oracle process/session is displayed (oracle user, sid, serial#, ...) example: TopThreads.exe -t -l=40 --connect=DSN=ORCL;UID=system;PWD=manager; -p oracle --sort=2
    Downloads: 0 This Week
    Last Update:
    See Project