Showing 116 open source projects for "case"

View related business solutions
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    ...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. SetMouseSpeed.exe slower - make mouse slower by one point (if current settings is 17, it will set 16). SetMouseSpeed.exe without options will show you current value and short help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Diacritics Remover

    Diacritics Remover

    Diacritics Remover can remove diacritics from file/folder names.

    ...Note for programmers: This application uses RSR Libraries, where is also Mercurial repository of Diacritics Remover application: https://sourceforge.net/projects/rsrlibraries/ Known feature requests or issues: 1) Can`t rename file in case, when file with removed diacritics already exists - file should be renamed to different name manually by user. 2) Doesn`t remove characters unsupported in Microsoft Sharepoint. • 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. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    WP7 circle Menu study

    Study case for circular menu

    A short study for a circular menu based on WP7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    AnimeKakkoi

    Administra listas de Animes, Mangas, Comics y Series.

    ...Manages lists of multimedia entertainments by categories and states. Knows what show is the next, where do you stopped Naruto or Which episode of Death Note is pending, in case you decide to re-watch again (like me...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5

    Last Stand Encounter Builder

    Unofficial encounter builder for the Last Stand TTRPG

    ...The Invader printout is designed to be an easy to read list of invader capabilities to use at the table. It comes with the option of printing with or without flavor text or multiples of the same Invader (in case you want to be able to take notes on each individual Invader).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    OnScreenKeyboardDisplay

    A visual way to show key you pressed

    Display a visual keyboard on screen and highlight pressed keys. Use the "Scroll Lock" key to enable it. In some case, you have to run it as an administrator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Snaked Net Check

    Internet Connectivity Testing, Monitoring and Repairing Utility

    Snaked Net Check is windows 7 application that has as a main purpose to check your internet connectivity and repair your internet connection in case it fails. You can use it on any case it is important for your personal computer to remain connected at all times without requiring your attention.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    KinectTheremin

    KinectTheremin

    Theremin for 2 persons using kinect

    ...The system consists of two parts, one that translates the positions of the hands into musical values and one that sends out midi signals separated by different channels (midi channels 1 - 4, in this case). The signals were routed by an internal midi-router like LoopBe and sent to any softsynth. If you put your arm against the side of your body, the music stops. The more you lift your arm, the higher the tone. If you leave your arm in that position, the tone stays on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Up and Down
    This is a project for a program, that allows you to make lower-case characters to upper-case characters and the other way round.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    CakePHP model generator from DBDesigner XML files. Generates CakePHP models (mapping) and stubs for controllers. Updated: now works with CakePHP 2.1 new conventions (the tool was formerly created for CakePHP 1.X)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    USSD Polling

    Console application for 3G modem polling.

    ...To know rest traffic or account balance have to switching off modem, push SIM card into cell phone and by means of USSD commands to require balance and rest of traffic. When it bothered write console application which make possible to send USSD commands to 3G modem, in case of malfunction of connect manager or if connect manager don’t support necessary commands. It works with any 3G modems: ZTE, Huawei etc. Tested on ZTE MF190S. Send here, maybe will useful anybody.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Project Darkwing

    I am working on upgrading the XNA Platform Game Template.

    I hope to be able to fully upgrade the XNA Platform Game template to my requirements. I wish to share this in case any other developers want to use the XNA Platform Template as much as I do. I will upload any progress I have with expanding the template, so check back if you're interested!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Clipboard Viewer .NET

    Clipboard Viewer .NET

    Easy to use Windows clipboard viewer with basic image and text view.

    Clipboard Viewer .NET allows viewing current content of the Windows clipboard. In case of an image or text content users can view the content as picture respectively as text (RTF/HTML).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    IncludeChecker

    Check for unused #includes in C++ source

    ...IncludeChecker finds most of these unused #includes using a simple heuristic: if you include a file, you need to use one or more symbols from it. If that's not the case, IncludeChecker will mark the #include as unused. IncludeChecker is very customizable to be able to run as an automated task where it will fail as soon as an unused #include is detected. Because of the simple heuristic it will not find all unused #includes, but it will find most of them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Image Resizer

    Image Resizer

    mbscWare Image Resizer helps you to resize pictures.

    It happens quite often that pictures are too big to upload them to your website or to share them via email. In this case, Image Resizer is the right tool to solve this problem. CAUTION: The last changes are from 2012, there no longer is active support for Image Resizer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    TextOps Notepad

    Primitive text editor with a few text transformation functions.

    The software is ment to bring some basic text operations to end user. Application is supposed to remain as simple as notepad so it can be used instead of it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    WordSort

    String Sorting algoritm

    ...Based on partial hashing approach, provides higher performance than classical algorithms that use the comparison. WordSort includes a console application easy and intuitive to use to evaluate and compare algorithms performance. Only Ordinal sorting and non-case-sensitive sorting provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    3gvice Browser

    3gvice Browser

    Another webbrowser

    Yes it's yet another webbrowser, but it's made for testing purposes. The project got liked by so many so fast, so i decited to release it in case people wants to use it. So here you go ;D enjoy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    VocabularyGamer
    Vocabulary Gamer is a free powerful open-source vocabulary trainer for almost any language with an integrated game.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Helpboard is a web application intended to facilitate the ubication and location of people in case of disasters such as earthquakes where people are relocated in shelters and separated from their families.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    HeartBeat Monitor
    Worried that your DSL/Modem will get disconnected, while you're away? Worried that your site might be offline? Well, worry no further! Use the HeartBeat Monitor to ping a URL, and run a batch file/executable in case a disconnect has been detected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ...The main characteristics of the manager are being developed based on jQueryand AJAX. This has been achieved very Fluids and friendly interface. The manager supports any file type. In the case of images shows thumbnails andallows resizing. On the other files descriptive shows an icon file type (for supported). More info: http://www.oscardelossantos.es/en/my-software/image-manager-supports-ckeditor/ (EN) http://www.oscardelossantos.es/software/gestor-de-imagenes-compatible-con-ckeditor/ (ES)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RegexRenamer
    RegexRenamer is a powerful user-friendly graphical tool used to batch rename files using regular expressions. Features realtime preview, filtering, case-changing, numbering, expression validation, network support, folder renaming, help w/ regex tutor
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 24
    RegexLord is the IDE for developing regular expression assemblies for .NET. Full stop. It provides syntax highlighting (via the sharpdevelop text editor, http://sharpdevelop.net/), bracket matching, namespace management, code folding, and an easy to
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Snowflake is a CASE Tool directed towards data warehousing projects. Through an easy to use graphical interface, it allows the construction of a conceptual design of the data warehouse or data mart, using a simple multidimensional notation.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB