Lists (24)
Sort Name ascending (A-Z)
Assets
Reusable assetsAudio
Build
Build related tools and libsCheck
Database
Game dev
Useful for game developmentGame Engine
General
General purpose librariesGraphics
GUI
Language
Languages and language development libs and toolsLoader
Loaders for different file formatsMachine learning
Math
Meta
Misc
Doesn't fit in other listsNetworking
Physics
Platform
Platform-specific libs and helpersResources
Lists, books, reading materialSoftware architecture
Testing
Unit tests, fuzzing, benchmarks, profilersTools
Web
Stars
- All languages
- Assembly
- AutoHotkey
- Batchfile
- C
- C#
- C++
- CMake
- CSS
- Clojure
- CoffeeScript
- Common Lisp
- Crystal
- Cuda
- D
- Dart
- Dockerfile
- F#
- Forth
- GLSL
- Go
- HLSL
- HTML
- Haskell
- Haxe
- Java
- JavaScript
- Julia
- Jupyter Notebook
- Koka
- Kotlin
- LLVM
- Lean
- Lua
- Makefile
- Markdown
- Marko
- Mathematica
- Nim
- Nix
- OCaml
- Objective-C
- Objective-C++
- Odin
- PHP
- Pascal
- PowerShell
- Prolog
- Pug
- Python
- Rich Text Format
- Ruby
- Rust
- SCSS
- SVG
- SWIG
- Scheme
- ShaderLab
- Shell
- SourcePawn
- Swift
- TeX
- Thrift
- TypeScript
- V
- Vala
- Vue
- WebAssembly
- Zig
An introduction to ARM64 assembly on Apple Silicon Macs
A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level la…
MOVED TO: https://cirosantilli.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/cirosantilli/linux-kernel-module-cheat/tree/master/userland/arch/x86_64 SEE README. x8…
This repository contains high-performance implementations of memset and memcpy in assembly.
Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, finding index of element, finding min/max element, finding index …