Showing 26 open source projects for "hex"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Make Recruiting and Onboarding Easy Icon
    Make Recruiting and Onboarding Easy

    Simple, easy-to-use applicant tracking and employee Onboarding system for any sized organization.

    Take away the pain and hassle associated with applicant recruitment, hiring, and onboarding with ApplicantStack. Designed for HR professionals and recruiters, ApplicantStack helps streamline the recruiting and onboarding processes to improve productivity and reduce costs. ApplicantStack provides a complete toolkit that includes tools for posting, launching, and advertising jobs, assessing and managing candidates, collaborating with teams, centralizing information for quick hiring and onboarding, and more.
  • 1
    Random Colors

    Random Colors

    Generate random colors

    Generate random colors click on the frame to generate a new color copy HEX code for use in a visual art and communication application
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    UartVide

    UartVide

    A flat UI RS232 serial port communication utility.

    Mainly designed for embedded & software engineers, UartVide is a flat-UI and straightforward and lightweight RS232 serial port communication utility that allows you to configure the connection parameters and communicate via the port. UartVide runs on all platforms supported by PySide2 including Windows, Linux. (MyTerm was renamed to UartVide from version 2.4)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Color to Waveform

    Color to Waveform

    Convert colors to synth presets

    The purpose of the program is to convert a color to a waveform you can use as a synthesizer oscillator inside a DAW such as FL Studio from Image Line. Many synths are provided with an option to load your own waveform, to replace the basic saw, square and sine waveforms commonly used to create synth sounds. The waveform generated by the program will correspond to the subliminal synesthetic sensation of the selected color. You can create your own synth presets to use in a track using color as a base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    stage0

    stage0

    A set of minimal dependency bootstrap binaries

    This is a set of manually created hex programs in a Cthulhu Path to madness fashion. Which only have the goal of creating a bootstrapping path to a C compiler capable of compiling GCC, with only the explicit requirement of a single 1 KByte binary or less. Additionally, all code must be able to be understood by 70% of the population of programmers. If the code can not be understood by that volume, it needs to be altered until it satisfies the above requirement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5

    Acid

    Python module for parsing and analyzing binary data files

    Acid is a module and a simple application for displaying content of binary data files. It relies on plugins for parsing file formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ElRey

    ElRey

    ElRey for create an .app package from python

    ElRey help you to create an .app package from your python script (s) for your MacOs X 10.6+ with drag and drop method and a compate app package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Secure Hex Message Encoder/Decoder
    ATTENTION!!!!!! If you downloaded this before 12:12 PM Central Time on April 26, 2015, PLEASE RE-DOWNLOAD!!! A virus had slipped in undetected, and I have DISINFECTED the new copy that has been posted! PLEASE RE-DOWNLOAD IMMEDIATELY!!! That is all. This python program uses a universal key to encrypt and decrypt messages. You can use this program to decode messages made using any other iteration! Output for encoding is called "encrypted_message.axfile" Output for decoding is...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    TEncryptor

    TEncryptor

    Privacy, Security, no one will read your message again with this app

    TEncryptor Open Source app Written in Python3 and PyQt4 Licensed under the MIT License When you encrypt a text file or message The User need to choose 3 things 1- Password 2- The order of the letters 3- Four letter/word with specified order
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Save editor for Ishar 3: The Seven Gates Of Infinity
    Downloads: 0 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 10

    Microcode update notification

    Small startup script that notifies update info about CPU micorcode

    Even a CPU has a little firmware inside. Since a lot of years it is possible to update it to fix little or bigger bugs. Usually this operation is done while updating your motherboard's BIOS, and the update is permanent. But thanks to the architecture of the linux kernel, we can update it at the last version every time we boot our OS. This is a really fast operation brought to you by microcode.ctl (in Ubuntu), and it permits to avoid waiting for an updated closed-source BIOS to solve bugs; it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    CompE Toolkit

    Data Type Converter

    CompE Toolkit allows the user to seamlessly convert between binary, decimal, hexadecimal, and 32-bit floating point representation. It uses a simple, user-friendly interface designed for maximum efficiency and minimal clutter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    HexToText

    HexToText

    This is a Python tool for converting Hex code to Text You can copy it, upload it, change the code, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Players and solvers for the game of Hex.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    microhex [discontinued]

    microhex [discontinued]

    Crossplatform hex-editing software based on Python and Qt

    This project is no longer supported. Use it on your own risk (or not use at all). Microhex is an intuitive HEX editing application that enables you to view and manipulate binary data for any file in your computer. Microhex displays the integer column and the characters column, allowing you to add new columns and delete existing ones. Each column can be assigned an unlimited number of linked address bars.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15

    removeNULLbytes

    strip a binary file of null bytes.

    Let's say you've gathered a bunch of lists from across the internet, in various formats and from various sources. Let's say you've cat'ed them together into one giant master list, sorted and unique'd. However, after starting to work with the master list, you realize it is riddled with a bunch of NULL bytes, which chokes your list processor. removeNULLbytes was made to solve this problem. It will read a master list line by line, remove any NULL bytes, and then write the result into a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    malmon
    Hosting exploit/backdoor detection daemon.It's written in python , and uses inotify (pyinotify) to monitor file system activity.It checks files smaller then some size,compares their md5sum and hex signatures against DBs with known exploits/backdoor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    bitstring is a pure Python module designed to help make the creation and analysis of binary data as painless as possible. The latest releases support Python 2.6 and 3.x only. For Python 2.4 and 2.5, plus lots more see the googlecode homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DWIP is short for Disk Wiping and Imaging Tool. This tool is being built for Mississippi State Universities National Forensics Training Center for use on a live cd to give out to it's students.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MoDDTool
    A serial terminal program designed for testing and debugging devices such as BACnet and ModBus controllers, but also usable as a general purpose serial terminal. It is written in Python using PyQt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Revolutionary new clock. Forget the binary clock, meet the Hex Clock! The day is divided into 4096 Binutes, which are sub-divided into 16 tics each. The top three squares display the Binutes Past Midnight (BMP).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project offers 3 basic tools for manipulating binary files: 1) flexible hexdump 2) hexencoder that reads a binary file and applies provided binary changes at given offsets and 3) a binary compare that gives summary of ranges where files differ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Gameplay is similar to Bejewelled(tm), but using a hex rather than a square grid for more scoring options. Unique multi-swap moves. Theme-able (with 6 bundled themes). New themes are easy to create and share. Complete manual. Requires Python and Pygame.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Written in C++, IFI-picloader is a US First Competition Linux port for Innovation First Inc. Robot Controller programmer using a pic 18F8520. It writes MCC18 compiled hex files to PIC and allows users to program under *nix based operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Universal File Viewer is a tool to open and dissect a variety of encoded files, be it images or executables, libraries or documents. The Python front-end features customised modules for decoding and encoding various file formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next