2,006 skills found · Page 3 of 67
jstrosch / Learning Malware AnalysisThis repository contains sample programs that mimick behavior found in real-world malware. The goal is to provide source code that can be compiled and used for learning purposes, without having to worry about handling live malware.
retrage / Gpt MacroChatGPT powered Rust proc macro that generates code at compile-time.
Zeioth / Compiler.nvimNeovim compiler for building and running your code without having to configure anything
xyproto / OrbitonSnappy and configuration-free text editor/IDE for the terminal. Suitable for writing git commit messages, editing Markdown, config files, source code, man pages and for quick edit-format-compile cycles when programming. Has syntax highlighting, jump-to-error, rainbow parentheses, macros, cut/paste portals, LSP support and a simple gdb+dlv frontend.
kossisoroyce / TimberOllama for classical ML models. AOT compiler that turns XGBoost, LightGBM, scikit-learn, CatBoost & ONNX models into native C99 inference code. One command to load, one command to serve. 336x faster than Python inference.
amezin / Vscode Linux KernelVisual Studio Code project/compile_commands.json generator for Linux kernel sources and out-of-tree modules
VirtusLab / Scala CliScala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
cybermaxs / Awesome AnalyzersA curated list of .NET Compiler Platform ("Roslyn") diagnostic analyzers and code fixes. Everyone can contribute here!
dgorissen / PycelA library for compiling excel spreadsheets to python code & visualizing them as a graph
mherkender / Lua.jsAn ECMAscript framework to compile and run Lua code, allowing Lua to run in a browser or in Flash
DataDog / OrchestrionAutomatic compile-time instrumentation of Go code
JonathanGiles / Scenic ViewScenic View is a JavaFX application designed to make it simple to understand the current state of your application scenegraph, and to also easily manipulate properties of the scenegraph without having to keep editing your code. This lets you find bugs, and get things pixel perfect without having to do the compile-check-compile dance.
methylDragon / Coding NotesI'm compiling comprehensive coding tutorials for many different languages and frameworks! 🐲
davidB / Scala Maven PluginThe scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code in maven.
sebastienros / ComptimeComptime brings meta-programming capabilities to C#, enabling compile-time code generation and evaluation.
scapegoat-scala / ScapegoatScala compiler plugin for static code analysis
tshort / StaticCompiler.jlCompiles Julia code to a standalone library (experimental)
jserv / MazuCCA minimalist C compiler with x86_64 code generation
rochus-keller / OberonOberon parser, code model & browser, compiler and IDE with debugger, and an implementation of the Oberon+ programming language
mikeakohn / Java GrinderCompile Java byte-code to native CPU's.