112 skills found · Page 4 of 4
borzacchiello / BhexA lightweight and portable shell-based binary hex editor
ecdpalma / PiccbuilderThe PicCBuilder is an Eclipse plugin for allowing the use of Eclipse CDT as the editor and builder of projects for Microchip PIC microcontrollers. It creates makefiles that involke the C30 or C32 toolchain to generate the binary files.
DLhugly / Clif CodeAI code editor + terminal coding agent, built in Rust. Works with any LLM via OpenRouter, OpenAI, Anthropic, or Ollama. 20MB native binary, 20 themes, real terminal, git, agent sidebar with tool calling.
baratgabor / Unity3D ScriptableObjectPersistorSerializes into PlayerPrefs, JSON file, binary file, or AES encrypted file. Lightweight, transparent, editor-configurable storage container for saving ScriptableObject state.
alecmev / Ekselcom PixelPart of a hardware project. Allows to create/generate/modify raster fonts and use them to build strings for displays in public transport. Technological background - C# and WPF, .NET; packs two separate programs in it; first program is designed for ASCII font management (creation from scratch, semi-automatic generation from system fonts, basic pixel graphics editor, custom file format and more); second program is designed for creation of special strings with use of one of the fonts created in the first program; the final set of strings is compiled into a binary file and then uploaded to special devices in public transport.
ask / GbsedBinary Stream Editor (Search/replace/patch binary files) gbsed/libgbsed
dongmu / AndroidManifestFileTemplateAndroidManifest.xml binary file template in 010 Editor
fygar256 / BiBinary editor like vI - bi
steelswing / NbteditorThe Named Binary Tag (NBT) editor, written on java
dtlnor / RE MSG010 Editor Binary Template for editing RE Engine msg files
hatsusato / BedBinary EDitor
alphazolam / REE Chain TemplateA 010 Editor binary template for editing RE Engine Chain files
hdorio / Bbebbe - Binary block editor - Mirror of https://sourceforge.net/projects/bbe-/files/bbe/
HUGOW04 / HexEditorA hex editor (or binary file editor or byte editor) is a computer program that allows for manipulation of the fundamental binary data that constitutes a computer file. The name 'hex' comes from 'hexadecimal', a standard numerical format for representing binary data. A typical computer file occupies multiple areas on the storage medium, whose conten
Jamshedkhanjee / ExcelVBADeveloperExcelVbaDeveloper is an excel addin for easy version control of all your vba code. If you write VBA code in excel, all your files are stored in binary format. You can commit those, but a version control system cannot do much more than that with them. Merging code from different branches, reverting commits (other than the last one), or viewing differences between two commits is very troublesome for binary files. The VbaDeveloper Addin aims to solve this problem. Features Whenever you save your vba project the addin will automatically export all your classes and modules to plain text. In this way your changes can easily be committed using git or svn or any other source control system. You only need to save your VBA project, no other manual steps are needed. It feels like you are working in plain text files. VbaDeveloper can also import the code again into your excel workbook. This is particularly useful after reverting an earlier commit or after merging branches. Whenever you open an excel workbook it will ask if you want to import the code for that project. A code formatter for VBA is also included. It is implemented in VBA and can be directly run as a macro within the VBA Editor, so you can format your code as you write it. The most convenient way to run it is by opening the immediate window and then typing ' application.run "format" '. This will format the active codepane. Besides the vba code, the addin also imports and exports any named ranges. This makes it easy to track in your commit history how those have changed or you can use this feature to easily transport them from one workbook to another. All functionality is also easily accessible via a menu. Look for the vbaDeveloper menu in the ribbon, under the addins section. Building the addin This repository does not contain the addin itself which is an excel addin in binary format, only the files needed to build it. In short it come downs to these steps: Manually import the Build module into a new excel workbook. Add the required vba references. Save the workbook as an excel add-in. Close it, then open it again and let the Build module import the other modules.
kchasialis / GNU PokeGNU poke is an interactive, extensible editor for binary data.
hlk-trkn / Zenith Editor ReleasesZenith Editor release binaries and docs
danprince / 0x55⬛️ Image editor for 5x5 binary sprites
Cuyler36 / Animal Crossing Texture EditorA texture editor for binary files found in Animal Crossing: Population Growing
Andres6936 / QHexEditQHexEdit is a hex editor widget written in C++ for the Qt (Qt4, Qt5) framework. It is a simple editor for binary data, just like QPlainTextEdit is for text data. Fork of QHexEdit: https://github.com/Simsys/qhexedit2