Showing 305 open source projects for "half"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 1

    BoxWorldSolver

    Graphical Solver for BoxWorld game

    This is a graphical solver program for the BoxWorld game. It is a work in progress, and can currently solve around half of the 100 levels quickly, but struggles on the larger puzzles. Further work is needed on the solver algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Some experimental SQL client generation code for building client packages and other various half completed trials - (mostly around databases, particular Firebird).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FreqLength

    FreqLength

    Wavelength Calculator

    FreqLength is a simple wavelength calculator that takes a given frequency as input and spits out various wavelength values for that frequency (full wave, half wave, etc.) If you'd like to donate there's several ways to do so: PayPal: https://paypal.me/gerowen Bitcoin (BTC): bc1q86c5j7wvf6cw78tf8x3szxy5gnxg4gj8mw4sy2 Monero (XMR): 42ho3m9tJsobZwQDsFTk92ENdWAYk2zL8Qp42m7pKmfWE7jzei7Fwrs87MMXUTCVifjZZiStt3E7c5tmYa9qNxAf3MbY7rD LiberaPay: https://liberapay.com/gerowen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    An easy and simple tool to calculate the half-lives of radioactive substances and looking up elements on the table of elements by name, element symbol, atomic number, or atomic weight. Source code is on GitHub here: https://github.com/InfinityDevelopment/ChemistryCalculator NOTE: This is a Java program. Inside the ZIP there is the .jar file and .bat file(which you would run to start the program on Windows) required to run on Windows, however, to run it on other operating systems you will most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 5

    yaMBSiavr

    Yet another (small) Modbus Server implementation for the avr

    A rather small Modbus server/slave implementation for AVR mikrocontrollers. With this library very simple devices can be realized in less than 1500 bytes of flash.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Metamod-P is enhanced version of Metamod. It has dynamic link-entities and automatic detection of Mod DLL and other improvement to allow it work with future Half-Life Engine updates and new Mods and updates. It also has performance optimizations.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    Pretzel

    Pretzel

    A site generation tool (and then some) for .NET platforms

    ..., Jekyll, and the other half-dozen requirements. Pretzel is a single exe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    govaluate

    govaluate

    Arbitrary expression evaluation for golang

    ... for alerting are different for each monitor. A lot of people wind up writing their own half-baked style of evaluation language that fits their needs but isn't complete. Or they wind up baking the expression into the actual executable, even if they know it's subject to change. These strategies may work, but they take time to implement, time for users to learn, and induce technical debt as requirements change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RapidJSON

    RapidJSON

    A fast JSON parser/generator for C++ with both SAX/DOM style API

    RapidJSON is a JSON parser and generator for C++. It was inspired by RapidXml. RapidJSON is small but complete. It supports both SAX and DOM style API. The SAX parser is only a half thousand lines of code. RapidJSON is fast. Its performance can be comparable to strlen(). It also optionally supports SSE2/SSE4.2 for acceleration. RapidJSON is self-contained and header-only. It does not depend on external libraries such as BOOST. It even does not depend on STL. RapidJSON is memory-friendly. Each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • 10

    VisitorGenerator

    Generator for visitor code providing no Visitor Pattern in Java

    New version 1.0.1 is available since April, 4th 2017. The Visitor Generator creates Java Source Code for classes traversing non-visitable component tree in a half-automated way. Please note that the Visitor Generator does not generate code according to the Visitor Design Pattern. The Visitor Generator generates code for components having no Visitor Design Pattern implemented by customer or design restrictions but there is a need to traverse the component tree. The generates code separates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    StrategyStateGenerator

    Generator for strategy and/or state pattern code in Java

    New version 2.0.4 is available since April, 4th 2017 ========================================= Please download from here: https://sourceforge.net/projects/strategystategenerator/files/strategy-state-generator-2.0.4/ Description =========== The *Strategy/State Generator* creates Java Source Code for classes representing strategies of strategy pattern or states of state pattern in a half-automated way. The *State Pattern* and the *Strategy Pattern* are from a technical view identical (see...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ConverterGenerator

    Generator for converter code in Java

    New version 2.1.5 is available since April, 4th 2017. The Converter Generator creates Java Source Code for classes converting a bean into another bean in a half-automated way. The conversion code is generated as long as field names are equal. Thus generated code, however, is not complete. It is necessary to supervise the code and correct it where needed. The Converter Generator generates the "structure" of a converter framework and concrete converter classes. This saves a lot of code writing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Jake

    Jake

    Jake it's programming language writed on java.

    Jake it's programming language writed on java. Syntax of Jake is mix of Java and Python. E.x.: -- IO library import "io" println("Hello, world!") More examples in release, download it's and open folder 'examples'. In Jake implemented: File-io; Http requesting(with post and get); Simple gui engine; Drawing canvas engine; Associate arrays; Basic math; Standart functions to work with strings; Jake it's OOP language without any OOP(yet), functional, imperative with half-strict data types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Media Player Classic Home Cinema
    Media Player Classic Home Cinema is a free utility that provides video playback. Since there are a lot of video players on the market, this is a tough area for apps to really stand out from the competition. With a few performance issues and some operational quirks, Media Player Classic Home Cinema didn't come out at the top of the long list of similar programs. The installation process is simple enough, although there's about a half dozen screens to step through. Once installed, Media Player...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ScoreDate

    ScoreDate

    ScoreDate is a software to learn music reading and ear training

    ScoreDate is your date with the music ! It is an open source software written in Java that helps musicians to learn music reading. It also helps you with ear training. It is suitable for any skill, from beginners to professional users. From slow training to first sight reading.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    GPS Reviser

    GPS Reviser

    Analyze and change GPS coordinates and time in digital pictures

    Version: 2.1.1 (BugFix in GMLib) GPS–Koordinaten in Digitalaufnahmen sind hilfreich zur Einordnung der Bilder. Leider dauert es oft länger, bis die Kamera die korrekten GPS-Daten ermittelt hat. Manchmal kann kein GPS-Signal empfangen werden. Es wäre daher hilfreich, wenn man die Daten bei der Sichtung der Bilder ergänzen oder korrigieren kann. Dies wird durch das Programm unterstützt. Das Programm scannt zunächst die Bilder in einem Verzeichnis und ermittelt fehlende Daten oder ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Scommunication

    Scommunication

    Scommunication is easy to use rs232 rs485 communication application

    Scommunication is easy to use rs232 rs485, USB to serial communication application. All sent and coming data you can see ASCII HEX DECIMAL or BINARY. With timer -- timer add after version 2-- you can send data every second , half second or how you want This application written in java(fx) so you can use windows linux or mac. Tested with arduino uno,arduino nano, arduino mega, frdm-kl46z and frdm-k64f In some problem feel free to send me mail: hrasity@hotmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    runjags

    The 'runjags' R package and standalone JAGS extension module

    .... A JAGS extension module provides additional distributions including the Pareto family of distributions, the DuMouchel prior and the half-Cauchy prior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    smartblob

    tiny code, html webcam game or plug brain in each blob, java server

    ... together. The physics and vision algorithm is half working in version 0.3.0. The gameplay is better experienced in 0.2 which is controlled with the mouse so you dont have enough freedom of movement compared to webcam. This small file contains its own source code including occamserver, a tiny general java server I built which I'll adjust to allow http streaming connections to stay open for faster ajax than a new web call each time. The reshaping and bouncing physics is by springs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    soccerPitchTeamEdition

    soccerPitchTeamEdition

    Edition of football teams on HTML canvas- javascript source

    This javascript code provides tools to compose your own football teams on real soccer pitch which is drawn on a html canvas and therefore this could be rendered on image PNG . This code also use an other open source library (jscolor) editor site here : http://jscolor.com which help this code to use color picker this tool also provides some report match features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    conquest

    Conquer the world. Then save it.

    Text based silent RPG exploring a moderately dynamic world which contains dungeons generated on the fly populated by a host of classic monsters. Conquest allows significant customization options and contains a great deal of information to reward the curious player. Works in Vista and should work in any later version of Windows. 30 to 100+ hours of gameplay, depending on playstyle and options selected. I suggest running Conquest from its own folder, as it will save about a half dozen files per...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Native3DAnimation

    Native3DAnimation

    3D render software animation

    Drawing animated objects We chose MDL animated object (Half-Life 3DStudio models). Typically, it is rendered by OpenGL or DirectX. But now it will use our software render technique. Project This project made in C++. Classes: CTexture It is used to load images into the engine SoftwareRender Since MDL uses the regular OpenGl functions, this file contains functions that look like openGL ones, but uses our functions to draw the animated object. mainapp It is main from where the project show...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Cyborg Essentials

    Cyborg Essentials

    Cyborg Essenitals is Debian based Penetration Testing Distro

    Cyborg Essenitals is all new series Debian based Penetration Testing Distro , a product of Cyborg Linux and cousin of Cyborg Hawk Linux . It is different from cyborg hawk as it is based on DEBIAN. It contains all the essentials tools a pro ethical hacker and security expert needs which makes it lightweight and half the size of Cyborg Hawk Linux. Its real strength comes from the understanding that a tester requires a strong and efficient system,that benefits from a strong selection of tools...
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24

    HalfTranslator

    Translate the words and phrases of single meaning, keeping others.

    Full-text-translate softwares often give out rediculous translations. I designed this to realize my idea that translate only the words and phrases of single meaning, keeping all the other words especially the words for grammatical structures, such half-translated text will efficiently help the foreign readers when reading scientific English text. At the same time, this software also realized exact contrast between half-translated text and original text. Other functions include joining...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OverServer

    OverServer

    Simple meta-server for locating other multiplayer servers

    ... on the player base and not a central server. OverServer tries not to violate this strength by keeping the query and response length very low to cut down on overhead from running the metaserver. I designed OverServer with a few lessons in mind from Valve and Won's metaserver setup for Half-life. It is at least somewhat resistant to attack through a challenge-response system for incoming requests. I also wanted the tool to be very simple to "snap in" to an existing application.
    Downloads: 0 This Week
    Last Update:
    See Project