2,004 skills found · Page 11 of 67
panique / Php SassCompiles SASS to CSS automatically with pure PHP. No ruby used. One line of code. Currently uses latest SCSS 3.2 syntax, imports and mixins. Compass can also be used.
aticu / PreA rust crate to offer compile-time assistance for working with unsafe code.
germangb / AI Bindgen🦆 Rust procedural macro to generate LLM code at compile time
swiftlens / SwiftlensSwiftLens is a Model Context Protocol (MCP) server that provides deep, semantic-level analysis of Swift codebases to any AI models. By integrating directly with Apple's SourceKit-LSP, SwiftLens enables AI models to understand Swift code with compiler-grade accuracy.
tcsullivan / Constexpr To StringC++14 code to convert integers to strings at compile-time
mh-cbon / Template CompilerCompile text/template / html/template to regular go code
ussumant / Llm Wiki CompilerClaude Code plugin that compiles markdown knowledge files into a topic-based wiki. Implements Karpathy's LLM Knowledge Base pattern.
topaz / Aoc2019 IntcodeIntcode compiler and samples from Advent of Code 2019
CallForSanity / GaalopGaalop (Geometic Algebra Algorithms Optimizer) is a software to compile and optimize geometric algebra (GA) expressions into high-level programming language code. Geometric algebra expressions can be developed using the freely available CLUCalc software by Christian Perwass. Gaalop optimizes CLUCalc expressions and produces C++ (AMP), OpenCL, CUDA, CLUCalc or LaTeX output. The optimized code is free of geometric algebra operations and runs very efficiently on various platforms.
WhiteBlackGoose / AsmToDelegateCompile asm code into C# functions on fly!
Schotsl / UwuifierThis repository contains the Uwuifier package! It's written in Deno with TypeScript and compiled into JavaScript for NPM, makes use of Jest for testing the code and is deployed on NPM and https://deno.land.
mconf / Android FfmpegAndroid project used to compile the FFmpeg source code with Android NDK
ab25cq / Neo Cneo-c is C + GC compiler. It has reffrence count GC with memory leak detector. self-hosted with zero memory leaks. It can outputs the code depends on standard C libraries only.
ghorsington / BepInEx.ScriptLoaderAllows to run C# code without compiling it in Unity games
duqian291902259 / Webrtc Android ApprtcWebRTC is a free, open project.The source code of this demo is based on official samples(src/samples/androidapp). I have compiled webrtc source to get required .so and .jar files, so you can just build it by android studio.
stephenrkell / LibcrunchA dynamically safe implementation of C, using your existing C compiler. Tolerates idiomatic C code pretty well. Not perfect... yet.
nimrodpar / Labeled ElfsA collection of well labeled ELF binaries compiled from benign and malicious code in various ways. Great for exploring similarity in executables and training various ML models.
Seddryck / NBiNBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.
AlexandreSinger / Mlir Beginner Friendly TutorialThis is a beginner-friendly tutorial on MLIR from the perspective of a user of MLIR, not a compiler engineer. This tutorial will introduce why MLIR exists and how it is used to compile code at different levels of abstraction. This tutorial will focus on working with the "core" dialects of MLIR.
dsherret / Ts Factory Code Generator GeneratorGenerates code that generates TypeScript Compiler API factory code from an AST.