Showing 4508 open source projects for "using"

View related business solutions
  • Build Secure Enterprise Apps Fast with Retool Icon
    Build Secure Enterprise Apps Fast with Retool

    Stop wasting engineering hours. Build secure, production-grade apps that connect directly to your company’s SQL and APIs.

    Create internal software that meets enterprise security standards. Retool connects to your business data—databases, APIs, and vector stores while ensuring compliance with granular permissions and audit logs. Whether on our cloud or self-hosted, build the dashboards and admin panels your organization needs without compromising on security or control.
    Learn More
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1

    LiveCoder

    Interactive Environment for Coffee-Script, Jade and Stylus

    LiveCoder helps you to play with Coffee-Script ( Language that compiles to JavaScript) , Jade ( Popular Node.js Template Engine), and Stylus CSS pre-processor. This is not a IDE or any Development Environment, This just helps you to effectively learn these languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Kangas Sound Editor

    Kangas Sound Editor

    Synthesizer, mixing, sound effects, music composition and production.

    ...There are two variants of the program: Kangas Sound Editor which requires MySQL for its database, and Kangas Sound Editor QI which does not (it uses an internal database - HSQLDB - instead). Kangas Sound Editor (QI) uses a system of boxes or cells, which are placed by the user onto a timeline using drag-and-drop, and which represent entities such as chords, repetition, and individual sounds or notes. The program's database allows the user to create and store harmonics, used for constructing melodic instruments, and anti-harmonics, which are used for constructing percussion instruments. Users can collaborate with and build on the work of others via an XML import/export facility.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    argument

    Command line argument parser library for Java

    Moved to GitHub https://github.com/fedups Command-line argument compiler and parser. With just two lines of code you can start to set up a command-line interface to your Java programs. Many advanced features including "required", "positional", "multiple", and the most advanced - "group"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    cnvOffSeq

    detecting & genotyping intergenic CNVs using off-target exome data

    cnvOffSeq is a set of Java-based command-line tools for detecting and genotyping intergenic copy number variation (CNV) using off-target data from whole-exome sequencing experiments.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    ChatSystemINSA

    Java app for local peer-to-peer communication

    During the COO-POO course, we are developing a chat application using Java. The main goals are enhancing our knowledge of Object-Oriented Design & Programming, Java the language and the eco-system, UDP/TCP transport protocols , and discover challenges and techniques of developing standalone peer-to-peer application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    HomSI

    Homozygous Stretch Identifier from next-generation sequencing data

    ...Recently, the advent of next generation sequencing enables the concurrent identification of homozygous regions and the detection of mutations relevant for diagnosis, using data from a single sequencing experiment. In this respect, we have developed a novel tool that identifies homozygous regions using deep sequence data. Using *.vcf files as an input file, our program identifies the majo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Java API to connect to OpenERP and manage data using the XMLRPC interface. The API reduces the amount of boiler plate code needed to communicate with OpenERP by doing error checking and type conversions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Traditional Malaysian board game. Similar to Mancala. Implement NeuralNetwork (NN) agent, Min-Max, and Random move. System is based on Adam Cofer's Mancala system (2003). Also using Neuroph 2.5b by Zoran Servarac for NN. All code under GPLv3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Java toolkit for XML document centric applications. Provides non destructive Object/XML mapping and XML document repository using traditionnal SQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10

    BBHH Spoofer

    BD BLACK HAT HACKERS SMS & Email Spoofer

    Using this tool you can send sms or email to anyone using any name/number for sms and email id for email. Its completely free.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Maze War SVG

    Maze War SVG

    The famous Maze War game recreated as a modern web application.

    Maze War SVG is a web-based recreation of the Maze War game written for the Macintosh, circa 1987. That, in turn, was inspired by the first Maze War game, which was created in 1973 by Steve Colley, Howard Palmer and Greg Thompson.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    backdup

    backdup

    BackDup is a Duplicity front-end for MacOS and Linux

    BackDup is a Duplicity (http://duplicity.nongnu.org/) front-end for MacOS and Linux written in Java. Duplicity creates bandwidth-efficient backup using the rsync algorithm. Mac OS users: please install Duplicity via macports (https://www.macports.org/) Linux users: install Duplicity via your package manager as usual.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13

    DBXDroid

    Simple ORM Library for Android SQLite Database

    This is android library to simplify Android SQlite Database It become very tedious to write large Android SQLite Open helper for simple database usage. So I developed this library to create android databases very easily using straight forward functions. Github Project https://github.com/adityakamble49/DBXDroid Refer DBXDroidDemo for Full Demo https://github.com/adityakamble49/DBXDroidDemo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pendragon ToolBox

    Pendragon ToolBox

    Set of tools for PnP RPG Pendragon

    ...It's based on a library for creating tools for PnP RPGs, and also the first implementation of it. The idea is first developing this tool, but also developing the RPG tools library using this as a first example of it's possibilities.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    dnsjnio is an extension for dnsjava. dnsjava requires each query to run in its own thread on its own port. dnsjnio allows large numbers of queries to be run in a single thread using the non-blocking nio library.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Food Storage Calculator

    Food Storage Calculator

    Java 7 based food needs calculator using Google Web Toolkit and HTML5

    This web app uses the Google Web Toolkit, (currently version 2.6.1). No hooks to the Google App Engine are required, so the entire application can be contained on an HTML5 web page. The application is technically written in a restricted APIs version of Java 7, then compiled down to JavaScript. Any data storage needs use HTML5's data persisting capabilities Use this food storage calculator to help plan food storage preparedness. This calculator uses the three tier approach to food...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    open-vjj

    Open Source VJ Software in Java

    An Open Source Java Software for Visual-Artists like VJs written in Java. Using xuggle as video decoder, we are able to read most popular videocodecs. Supports iGuard IP-250E IP/Network Camera. With MJPEG-Stream-Server for multiple clients like VLC. GPU support with OpenCL and jogamp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AndroidSidebarExample

    AndroidSidebarExample

    An example app using the library "AndroidSidebar"

    This project contains an example App, which implements an use case of the Android library "AndroidSidebar". The project homepage of the library "AndroidSidebar" is available on Sourceforge via the URL https://sourceforge.net/projects/androidsidebar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Jaxe
    Jaxe is a free Java XML editor with a configurable GUI, using XML schemas for validation and XSL for exports in HTML or XML.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 20
    Simple Inventory Manager

    Simple Inventory Manager

    Just a simple inventory management application.

    This isn't a huge app but if you have anything you would like to see implemented please let me know! Obviously most people would prefer using Excel but this was made for people who don't know how to use Excel or just don't want to. In the next coming update I've migrated to SQLite for the database. This will be coming within the next week or so! ____________________ Change log November 28th: - Added layout manager so application now scales. - Fixed dialog boxes not showing correctly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ulbora CMS

    Ulbora CMS

    Ulbora CMS 2.0 is the first MEAN stack CMS and blogging platform.

    ...It has switchable templates built with both Angular and server-side template engines like Jade, EJS AND Handlebars. It is built with Node.js as a MEAN (MongoDB, ExpressJS, AngularJS, Node) stack version using REST services. The legacy version 1.0.0 is built with Java, Spring, Hibernate and Spring MVC as the JSON REST services layer. Ulbora CMS includes versioning, a workflow engine, and a WYSIWYG editor. Ulbora CMS uses responsive HTML5 templates built with either AngularJS or on conventional server side template engines such as EJS or Handlebars. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AndroidSidebar

    AndroidSidebar

    Provides a sidebar, which can be shown in front of a main content.

    ...An Android test project, which provides JUnit tests for this library, is available via the URL https://sourceforge.net/p/androidsidebartest. An Android app, which implements an use case, using this library, can be found via the internet address https://sourceforge.net/p/androidsidebarexample.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CrocodileNote

    CrocodileNote

    Protect your privacy!

    ...You can put them into folders to create your own quick, easy and robust file structure. CrocodileNote uses AES encryption. In encryption mode all data is encrypted using password-based encryption (PKCS#5) with AES-256. These are common industry-proven standards! Use encryption if you want to protect your data and your privacy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    FlexDM

    Simple, parallel and fault-tolerant data mining using WEKA

    FlexDM has moved to http://madiflannery.github.io/FlexDM/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Cospace Dance

    Cospace Dance

    Robot for cospace dance

    A complete set of code to build your own robot for cospace dance using: raspberry pi, arduino, xbee and blender,
    Downloads: 0 This Week
    Last Update:
    See Project