Search Results for "java windows 7" - Page 27

Showing 2826 open source projects for "java windows 7"

View related business solutions
  • $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
  • 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
  • 1
    Darkfall Emulator

    Darkfall Emulator

    Develop an emulated Darkfall Online Server.

    This project is the development of an open source fully emulated Darkfall Online Server and reverse engineering the proprietary game engine that DFO uses, the SF3D engine as well as its source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    liixuos
    Liixuos is a project for open source Applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    GPM Clam AntiVirus

    Open Source Pinoy Antivirus

    A powerful OpenSource Antivirus for your PC, includes: explorer context menu extension, system cleaner, Tray Menu Mode, Integrated GUI, Fast Scanner, Real-Time Virus Scanner, Autorun.inf Removal Tool, Registry Virus Remover,Disk Cleaner Process Cleaner, Task Manager, Files & Folders Healer, USB Status Monitor, AdBlocker and uses the open source Clam AntiVirus engine.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    some code snippets, my sandbox moved to github: https://github.com/binfalse/stuff see:
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5

    Punto de venta

    Software punto de venta

    Software punto de venta desarrollado con las mas alta calidad, transaccional, base de datos MySQL. http://www.sistemadeventa.com/ Descarga http://www.sistemadeventa.com/descargar-gratis-punto-venta.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Importer library to import assets from different common 3D file formats such as Collada, Blend, Obj, X, 3DS, LWO, MD5, MD2, MD3, MDL, MS3D and a lot of other formats. The data is stored in an own in-memory data-format, which can be easily processed. www.open3mod.com/ is a 3D model viewer and exporter based on Assimp that is also Open Source.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 7
    Double Agent
    Double Agent is an Open Source alternative to Microsoft™ Agent that allows Agent applications to work on Windows 7 or later. It is available in both 32-bit and 64-bit versions.
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 8
    Q-Gears is an RPG engine for games like Squaresoft's Final Fantasy 7, Final Fantasy IX or Xenogears. It is designed to be cross-platfrom and run on modern operating systems such as Win32 and Linux.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    KeplerDB

    KeplerDB

    Timeseries databases management system

    KeplerDB is a temporal database to store time/value entries where the type of value could be integer, float/double, boolean and string. KeplerDB is dedicated to be scalable and to create clusters of server allowing the user to analyse and store massing amount of data to monitor systems like computers, clusters, building and captors or financial systems like markets and accounts. The user can use KeplerDB to make data analysis on enormous amount of data (statistics and modelling).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    The NIN Game

    The NIN Game

    Short maths subtraction puzzle game For intelligent mathematicians.

    Welcome to the NIN game Which tests you mind skills and predictability skills! Instructions: 1. Choose a number 2.The goal is to make the number 0 or less by subtracting number (1 to 3) 3.The first who make the number 0 Wins. Example: 1. You choose 12 2.Computer subtracts 1 making it 11 3. You choose to subtract 3 making it 8 4. Computer subtracts 1 making it 7 5. You choose to subtract 2 making it 5 6. Computer subtracts 1 making it 4 7. You choose 2 making it 2 8. Computer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Cube Puzzle Screen Saver

    OpenGL Screen Saver for Windows

    OpenGL Screen Saver for Windows, featuring an animated, self-scrambling 3x3x3 cube puzzle. Tested on WIndows Vista and Windows 7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    FREMO Stuff

    Some stuff for FREMO use

    Hier entwickeln wir Projekte und Basteleien den Gebrauch im FREMO. Here we develope some stuff for use within FREMO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ExactCalc

    Software for exact computing based on interval arithmetic.

    1/3 is not 0.33. Pi is not 3.14. Actually 1/3 is in interval [0.33, 0.34] and pi is in interval [3.14, 3.15]. During computation truncating error is accumulating. At end of computation it is needed to know real boundaries of result. The solution is given by interval arithmetic. Simply speaking, because 1/3 is in interval [0.33, 0.34] and 1/7 is in interval [0.14, 0.15], value 1/3 - 1/7 must be in [0.18, 0.2]. Computation can be arbitrary long and complex but interval arithmetic gives...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Simple C++ string and vector classes

    Two simple C++ classes, replacements for std::string and std::vector

    The classes are useful as training examples for a C+++ tutorial, for novices in C++, or if you have to avoid the standard C++ library with its classes std::string and std::vector class for any reason. It contains basic functionality compatible with the std:: versions, more functions can easily be added. Class my_string is based on original work by Christian Stigen Larsen, 2007. It may happen in real projects that the std library must be avoided: I needed it because of link problems...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Spellathon
    Spellathon is a simple word puzzle game. You are given seven letters. You need to find words of length four letters or more that include a central letter. See how many words you can guess!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SK: Alternatívny program pre vyhľadávanie v zozname daňových subjektov k java programu, ktorý bol k dispozicí na stránke www.drsr.sk (teraz www.financnasprava.sk) EN: QT alternative for java program zzndphapp from www.drsr.sk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a simple CPU burn program for the major UNIX systems: AIX, BSD, HP-UX, Linux, Solaris etc (full list in the source file #defines) and Windows. It will discover the number of available CPU cores and fork enough threads to create a load on all cores by default. The number of threads and memory block size can be changed from the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Safe Autorun

    Safe Autorun

    Creates permanent autorun.inf to avoid USB infections

    Safe Autorun is an application which can be used to create permanent autorun.inf file in USB removable drives so viruses/malwares can't create their own autorun.inf file to infect others. You can remove created autorun.inf file using this application too. It has both 32 and 64 bit version and is compatible with Windows XP, 7 and 8. It only works with FAT32 file system which most USB removable drives are FAT32. It needs Visual C++ 2008 Redistributable Package.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Jitendriya

    Jitendriya

    Work productivity/efficiency analytics, work-life and time manager

    <Purpose> 1. Make user aware of his own activities. 2. Find out how much time is wasted in which activity 3. Stick to a routine if desired 4. Avoid certain activities at certain times 5. Measure time spend on certain activity on a certain time and determine if certain habit needs to be changed 6. Condition for a routine habit, like leaving office in time or take short breaks 7. Increase awareness of time and habits 8. Increase productivity in a manner which is comfortable for the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AnyCleaner

    AnyCleaner

    AnyCleaner is a powerful tool for cleaning your Windows PC.

    AnyCleaner is a powerful tool for cleaning your Windows PC. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. AnyCleaner is safe and contains NO Spyware or Ad. AnyCleaner both supports 32-bit and 64-bit Windows XP, Vista, 7 and 8.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    Factory Equipment Network Testing

    Measurement science-based performance & conformance testing framework

    Real-time production information is needed to optimize manufacturing activities in a factory, but acquiring this information from isolated proprietary equipment is a manual process that takes time and introduces errors. Connecting equipment to the factory network can make accurate production information immediately available, but widespread interconnection of equipment has been inhibited by the lack of common information models and methods to measure performance and conformance. This project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Graphal

    Graphal

    Graph algorithms interpreter, IDE, debugger, 3D visualizations.

    Graphal is an interpreter of a programming language that is mainly oriented to graph algorithms. There is a command line interpreter and a graphical integrated development environment. The IDE contains text editor for programmers, compilation and script output, advanced debugger and visualization window. The progress of the interpreted and debugged graph algorithm can be displayed in 3D scene.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    JREPL

    JREPL

    REPL for Java

    ...Currently, JREPL runs on Windows only.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Hcon Security Testing Framework

    Hcon Security Testing Framework

    Open Source Penetration Testing / Ethical Hacking Framework

    HconSTF is Open Source Penetration Testing Framework based on different browser technologies, Which helps any security professional to assists in the Penetration testing or vulnerability scanning assessments.contains webtools which are powerful in doing xss(cross site scripting), Sql injection, siXSS, CSRF, Trace XSS, RFI, LFI, etc. Even useful to anybody interested in information security domain - students, Security Professionals,web developers, manual vulnerability assessments and much more.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 25
    CreditAnalytics

    CreditAnalytics

    Full featured financial fixed-income, credit, and bond analytics/risk

    CreditAnalytics is a full-featured financial fixed income credit analytics, trading, and risk library, developed with a special focus towards the needs of the credit products community. In particular, CreditAnalytics provides analytics to value liquid products (CDS, CDX, CDO, and bonds of all types and variants) and semi-liquid/custom products (single credit forwards and options, and portfolio credit forwards, options, tranches, and other structures).
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB