Showing 469 open source projects for "binary code"

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
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    MPPerl::Convert::ASCII85

    MPPerl::Convert::ASCII85

    Convert to/from ASCII base-85 encoded text

    ...A better alternative is to use the MPPerl::Convert::ASCII85::XS module, in which the most time-critical code has been written in C. It can be found at https://sourceforge.net/projects/mpperl-convert-ascii85-xs/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Code Catcher

    FREE Educational Computing Game

    This is an educational game to help people practice Computing based subjects. This game will test players on their binary conversion skills. This program is run from the high-level programming language Python, along with a set of cross-platform modules designed for writing video games called Pygame. Users who want to play this game will require the following programs to be downloaded & installed onto their host computer... - Python - Pygame - Winrar (Recommended Archive Manager)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Torque Log Viewer and Analyzer

    Torque Log Viewer and Analyzer

    Torque OBD Log Viewer and Analyzer Software for Windows

    Torque Log Viewer and Analyzer Software (aka Torque Log View and Analyze) is developed using Qt5 environment and Qwt library to view and analyze Torque (OBD diagnostics software for android etc.) csv formatted OBD log files. Dowload Windows binary archive if don't wanna mess with Qt,Qwt and source code. Feedbacks are appreciated :) Contact: hyetkintr@gmail.com
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 4
    OPRoSApplications

    OPRoSApplications

    OPRoS Applications Examples

    OPRoS application packages with soruce code and their binary files. When you recompile the source codes, first of get select an OPRoS distribution package. Generate ComponentEngine.exe or ComponentEngine(Linux) and OPRoSCDL.lib or OPRoSCDL.a(Linux). Replace those ComponentEngine.exe and OPRoSCDL.lib in the distributed application packages from this project with your generating ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5
    BinaryCrypt

    BinaryCrypt

    Binary Conversion Calculator

    With BinaryCrypt, you can convert between regular text, binary, hexadecimal, octal decimal and decimal. You can convert only decimal (as of right now) to any base up to base 64. You can also save your converted text to a file or open a converted text file to decrypt the message, and perform basic arithmetic in binary. The git repo for the C# code is located at: https://github.com/m1r4g3/BinaryCrypt-.Net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    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
  • 7

    PwiWavExtractor

    Extract WAVs from PWI files.

    ...The newly created WAV files will automatically be saved in the same folder as the PWI. Actually, PwiWavExtractor should be able to extract WAVs from any type of binary file, not just PWIs. This is a .NET WinForms application written in C#. I want the code for this software to be as useful to you as possible, so I'm releasing it into the public domain. Use the code freely in any type of project you want. Go nuts. You have my blessing.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    libVMR

    VMR - machine learning library

    ...The library has been designed to learn from data sets. Typical applications here are pattern recognition ( binary classification).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    theWoWsignal! music project

    theWoWsignal! music project

    the Wow! Signal is a music archive!!

    ...NAPO or North American Astrophysical Observatory is now the successor to the Big Ear Observatory continuing the search for extraterrestrial intelligence. The Wow Signal Project aims to transport the numeric signal code to binary and export results to aalib. The wow signal originated in the constellation Saggitarius and embarked on it's mission approximately 2,600 years ago. http://www.discoveryinspired.com/wp-content/uploads/2012/06/WowL.jpg the wow signal is a music file of a pulsar!!! http://sourceforge.net/projects/thewowsignalproject/files/%28aa3d%20-r%20-w%2050%20-d%20-f%29binary-pulsar-wow-signal.wav/download http://sourceforge.net/projects/thewowsignalproject/files/bell%28wowsignal%29world-peace.mp3/download thank you Vladmire Putin... ...
    Downloads: 1 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
  • 10
    IP2Location
    IP2Location C library enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation and usage type that any IP address or hostname originates from. It has been optimized for speed and memory utilization. Developers can use the API to query all IP2Location™ binary databases for applications written in C or supporting static/dynamic library.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    printfe

    An extensible version of printf

    Printfe is an extensible version of the standard printf routines. By "extensible" I mean you can add your own format specifiers. The package already includes five extensions: =b Binary numbers =B Boolean (true/false) values =I IPV4 Internet addresses =M 6 byte MAC addresses =Z Output a user defined EOL sequence As you might guess, extension formats are preceded by '='. The normal rules for format qualifiers apply to the extended formats as well. For example: printfe("***%16=I***",0xFFFFFFFF); would output: *** 255.255.255.255*** The code also supports the non-standard flag (apostrophe) for inserting commas into numeric output. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Percolator, binary downloads

    Binary download site for percolator the proteomics post processor

    Binary download site for the proteomics data post processor percolator. The source code is hosted on git hub, https://github.com/percolator/percolator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SimpleCalculator

    A Simple Calculator using QT

    Funtionalities : * General Math Functions * Square Root * Power * Percent * Decimal to Binary,Hexadecimal,Octal conversion and so on Source Code : https://github.com/s4kibs4mi/SimpleCalculator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SnowMicroPyn

    SnowMicroPyn

    Python based reader for SnowMicroPen® .pnt measurements

    SnowMicroPyn is an opensource reader for SnowMicroPen® files in binary .pnt format. The reader is Python based and published as source code as well as compiled executable for Windows, Linux and Mac. The software is preliminary, thus please report bugs. For further information, please read the Readme.txt in the download section. The SnowMicroPen® (SMP) is developed by the WSL Institute for Snow and Avalanche Research, Davos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    LZWStream

    The LZW algorithm in C#

    Implementation of the LZW algorithm in C#, adhering to the built-in System.IO.Compression. The algorithm and code is much improved, compared to projects like SharpLZW. The LZW algorithm is for arbitrary lossless data compression and are noticeable for simplicity and low (compared to others) memory consumption. Making it interesting for eg. embedded use. There're many other LZW implementations out there. This one is focused on KISS and C#.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    noSisyphos

    Embedded Rapid Application Development

    ...The IDE (aka Tantalus) of the project must be able to handle also the self implemented components, without a recompile. It's possible to work parallel for the gui, the information are stored in XML, but for usage the data are transformed into a binary format, which decrease the code size and increase the speed of execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    KeePass KdbpFile format

    A plugin to allow Import and Export in Fast KDBP format

    *** NOTE: Not compatible with KeePass 2.35 or greater *** This is a plugin to KeePass <http://www.KeePass.info> to allow import and export of a new file format called KDBP. This contains 100% of the data in a standard kdbx file, and is encrypted using exactly the same compression, cryptography and integrity code. The difference is that inside the encrypted container, rather than XML, is a binary format serialized using Protocol Buffers. This has the advantage of being smaller and faster than XML, and is therefore particularly suitable for use with mobile versions of KeePass, such as Keepass2Android <http://keepass2android.codeplex.com/>. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Aspose for Hadoop

    Aspose for Hadoop

    This project holds source code for Aspose for Hadoop project.

    Aspose for Hadoop project enables Apache Hadoop / MapReduce developers to work with various binary file formats. The developers can create and convert binary sequence files into text sequence files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Base 10 and Binary teaching program

    Program written in C# with XNA framework

    required you to have Visual Studio (at least 2012) and XNA installed on your Windows OS . At least 2012 because the code was written using Visual Studio 2012. Linked for the XNA install for VS: https://msxna.codeplex.com/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SIMtoEXP

    For comparison of simulation and experimental scattering data

    ...It also calculates volume probability distributions according to a space filling volumetric model. Written in C++ and Qt, SIMtoEXP has a very simple and easy to use GUI with interactive plotting. The software was originally developed by Norbert Kucerka. The code has been tested on OpenSUSE and Ubuntu (both binary and compilation); Windows and Mac are not officially supported, see the 'Notes' in the tar. PLEASE READ THE WIKI FOR THE MOST UP-TO-DATE INFORMATION - there have been major bug fixes recently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    OpenGCD

    Portable implementation of Grand Central Dispatch

    OpenGCD is a portable implementation of the Grand Central Dispatch framework first introduced in Mac OS X 10.6. This project will provide binary distributions of libdispatch.so and dispatch.dll for various platforms, along with the source code and scripts to build your own version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Avi Aryan's Software Repository

    My Software and Code repository

    Avi Aryan's code and binary hosting project for my github project http://github.com/avi-aryan/autohotkey-scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A specialized content management system (CMS) for malware collections. Supports records in source code as well as binary format. Features include advanced searches and duplicate prevention, more will be added in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    mazewm

    linux window manager

    ...Added sound theme capabilities. mazewm is a highly configurable window manager with a very tiny memory footprint. Compiled with uclibc & tinyX11 it gives a 230Kb static linked binary. When running it uses approx. 400Kb of memory. The initial approach is to release patches to original mlvwm code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    After a program has been thrown into the world in binary form, it can boomerang back as source code. The Boomerang reverse engineering framework is the first general native executable decompiler available to the public.
    Downloads: 67 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB