Showing 370 open source projects for "sbcl,binary"

View related business solutions
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1
    BinEd Binary/Hex Editor

    BinEd Binary/Hex Editor

    Binary / hex editor and component written in Java

    Free and open source hex editor written in Java. This is standalone desktop app, library for Java applications as well as variants for Java IDEs are also available.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 2

    GnuWin32

    Free GNUWin32 utility packages

    Maintaining a GnuWin32.sourceforge.net package archive: Automatic download and installation of the newest binary and documentation GnuWin32 packages.
    Leader badge
    Downloads: 189 This Week
    Last Update:
    See Project
  • 3
    NumeRe

    NumeRe

    Framework for numerical computations, data analysis and visualisation

    Curve fitting | Data analysis | Plotting | Matrix operations | FFT | Extensible framework | Multiple file formats | Programmable | Open source | Free for everyone NumeRe: Framework for Numerical Computation is a numerical framework written for Microsoft Windows(R) and released under the GNU GPL v3 for solving and visualizing mathematical and physical problems numerically. Keep simple things simple: You want to plot a sine function? Just enter 'plot sin(x)'. You want to load some...
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 4

    RecordEditor

    Editor for Fixed Width, Csv and Existing Xml files.

    The RecordEditor is a Data File editor for Flat Files (delimited and fixed field position). It supports Unix / PC / Legacy (e.g. Mainframe) file formats, both Text and binary files. The Editor uses a Record-Layout description to format the files. This is ideal for Fixed width (Text or Binary) files, Cobol Data Files, Mainframe files and complicated Csv files. Cobol Copybooks can be used to format Cobol Data files. As well as an editor, The following utilities are supplied * Formatted...
    Leader badge
    Downloads: 47 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    CBFlib
    CBFLIB is a library of ANSI-C functions providing a simple mechanism for accessing Crystallographic Binary Files (CBF files) and Image-supporting CIF (imgCIF) files. The CBFLIB API is loosely based on the CIFPARSE API for mmCIF files.
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 6
    KaNaPi

    KaNaPi

    Educational Linux Distribution

    Main goals: * Prepare operating system based on Linux kernel and free software for use at home from scratch by building sources. Binary packages/images are also available. * Each package is installed in separate directory, so you can use different versions of applications and libraries by design. * There is only one user 'kanapi' with root permissions, so you don't have to login, remember passwords, etc. * Simple configuration * Automatic compilation.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 7
    maXbox5

    maXbox5

    maXbox is a script tool engine, compiler and source lib all in one exe

    The Art of Coding: maXbox is a script tool engine, compiler and source lib all in one exe to design and code your scripts in a shellbook! It supports Pascal, Delphi (VCL), Python (P4D), PowerShell and Java Script (Edge WebView).
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 8

    JRecord

    Read Cobol data files in Java

    provide Java Record based IO routines for Fixed Width (including Text, Mainframe, Cobol and Binary) and delimited Flat files via a Record Layout (Cobol, CSV or XML). The source is now available at https://github.com/bmTas/JRecord Projects using JRecord include: * https://github.com/thospfuller/rcoboldi - Cobol File in R * https://github.com/tmalaska/CopybookInputFormat - Cobol files in Hadoop * https://github.com/gss2002/copybook_formatter * https://github.com/gss2002/ftp2hdfs has...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 9
    EDGE.Patcher

    EDGE.Patcher

    VERY Big thanks for: -Q (QuQuRoon)

    Official tool for binary patching (assembly bithack & string replace) propietary Microsoft EDGE (msedge.exe) & Google Chrome (chrome.exe) browsers. * Redirect PE COFF IMPORT/Delay table to API-MS libs; * Patch binary assembly code; * Clear PE COFF certificate area;
    Downloads: 6 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    mingw-portage

    Small Portage for mingw & mingw-w64.

    Mingw-portage contain program `minmerge' and collection of scripts to build some packages. Together they allow you to automatically build any supported software packages for 32-bit mingw or 64-bit mingw-w64 and indeed toolchain. Requirements: MSYS & corresponding toolchain.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    bincmp is intended as a cross-platform, tiny and fast binary comparer of two files. it is much faster than "fc /b", for example. bincmp2 is more powerful, but currently windows-only.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Vigen

    Vigen

    UTF-8 Multi-pass Tableau de Vigenère Encryption Rotation Engine

    ... TEXT files; it is not intended for encrypting binary files. Vigen is not a private/public key encryption system such as PGP (at least, not yet).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    weight_matchers

    weight_matchers

    Efficiently find items by matching weight in const lookup structure.

    Efficiently find items by matching weight. If your data is static, you can build the lookup structure (a complete binary tree) at compile time, by making it `const`. You can use any inferred numeric type for the weights. You can have any range for the lookup, by default `0.0 .. 1.0` for floats, and their respective whole spectrum for unsigned integers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GHMessen
    GHMessen is a measuring program to use in connection with a computer measuring interface. Currently it works with various CASSY(CASSY is a trademark by LD Didactic GmbH) interfaces and Go! Link(Go! Link is a trademark of Vernier GmbH) interface. It's designed for school usage. Binary packages are available from the openSUSE Linux Build-Service: download.opensuse.org/repositories/home:/fschuett
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    evTools

    evTools

    Tools to analyse output from the stellar-evolution code ev/STARS/TWIN

    The evTools package provides tools to manipulate and display output from the binary stellar-evolution code ev (also known as STARS and TWIN).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RoboDude is a programming tool for AVR microcontrollers. The graphical interface is easy to use, because it works with xhex-files (xml files containing ihex and srec sections, mcu information and fuse bit settings). The GUI uses the avrdude library. The binary files are included in the NiboRoboLib Package!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    EasyJCE

    Provides encryption & password hashing for your app or Hibernate POJOs

    ... by third-party encryption service providers. Integrated MAC (Message Authentication Code) support can optionally be used to ensure data integrity and indicate possible data tampering. EasyJCE also provides basic encoding and decoding facilities for transmitting encrypted binary data through mediums which are limited to printable ASCII characters, such as email messages or URL's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ReViMS

    ReViMS

    ReViMS, a 3D volume rendering tool for light-sheet/confocal microscopy

    Reconstruction and Visualization from Multiple Sections (ReViMS), an open-source, user-friendly software for automatically estimating volume and several other features of 3D multicellular aggregates (i.e., cancer spheroid, zebrafish, fruit fly). ReViMS requires a z-stack of 2D binary masks, obtained by segmenting a sequence of fluorescent images acquired by scanning the aggregate along the z axis, using a confocal or a light-sheet fluorescent microscope. It provides a number of tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Fosite - advection problem solver

    numerical simulation code for solving transport equations in 1D/2D/3D

    Fosite is a generic framework for the numerical solution of hyperbolic conservation laws in generalized orthogonal coordinates. Its main purpose is the simulation of compressible flows in accretion disks. The underlying numerical solution method belongs to the family of unsplit conservative finite volume TVD schemes. The method is 2nd order accurate in space and uses high order Runge-Kutta and multistep schemes for time evolution. In addition to the pure advection code several source terms...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    headsort

    headsort: streaming sort + 2x faster than gnu sort

    headsort sorts files by line and fields. Options can pick field order and etc. In general headsort can sort in 1/2 the time sort(1) (mergesort) does in situations involving either pipes or mult column selection; less than 1/2 with both. Best case was about opposite that of sort(1)*. NEW* hsort main algorithm speed improvement (applies to all; 27,29,31). Now faster than sort(1) (in all cases tested). Using triangulation, hsort begins piped sorted output when 1st bin is done. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Syslogd2

    High capacity syslog data collection, filtering, and management.

    Syslogd2 is a syslog daemon that has been completely re-imagined specifically for use in network environments. It is multi-threaded, scalable and versatile with features designed for both network and host managers. Each Syslogd2 binary is customized from a set of over 20 features at compile-time. It can support input from text files, named-pipes, Linux kernel and user-defined Linux and (both IPv4 and IPv6) IP sockets (both UDP and TCP). It provides a pre-loadable name-cache that can replace...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    babyxrc

    A portable ANSI C resource compiler to import images, audio, and text.

    The Baby X resource compiler (babyxrc) is a program to import binary data, such as images in most common formats, audio data, fonts, cursors, and text data, and output it as portable, compileable C source. Input is the raw binary resource data (.jpegs, .wavs etc) and a simple xml file which lists the files and the format in which they are to be output. It's very easy to maintain. To avoid users having to maintain a tool chain, a few basic transformations like resizing images or resampling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Office Search

    Office Search

    Desktop Full-Text Search inside text and Microsoft Office files.

    Search inside Microsoft Office (Word, Excel, Power Point), LibreOffice (Writer, Calc, Impress), Visio and text/ASCII files (RTF/TXT/CSV/MD/HTML etc.). For all other files it will use fuzzy logic to check if file is text or binary. If text, it will search contents of the file for a match. Works on Windows 7 or above. Requires .NET framework 4.7 or above. Open source software developed in VB.NET 2019.
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 24
    LazSqlX

    LazSqlX

    Sql Manager for MsSql, MySql, Oracle, Sqlite, Firebird and PostgreSql

    Sql Manager for MsSql,MySql,Oracle, Sqlite, Firebird and PostgreSql For windows version no client libs needed to install, all is included in setup.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 25
    P89 Serial Programmer

    P89 Serial Programmer

    Program NXP P89V51RD2 from your favorite Unix system

    P89 Serial Programmer (p89pgm) is a simple command-line based serial In-System Programmer for Philips (NXP) P89V51RD2 microcontroller. This programmer is designed to be minimal, and has no external software dependency. Supported input formats are Intel HEX and raw binary file. This programmer is designed for GNU/Linux and Unix-like platforms; but it also runs on Microsoft Windows as well, thanks to Cygwin porting library.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.