kanokkorn's Stars
kyx0r/nextvi
A small vi/ex terminal text editor (neatvi rewrite)
ra3xdh/qucs_s
Qucs-S is a circuit simulation program with Qt-based GUI
localsend/localsend
An open-source cross-platform alternative to AirDrop
EbookFoundation/free-programming-books
:books: Freely available programming books
kosma/minmea
a lightweight GPS NMEA 0183 parser library in pure C
CompuSAR/simple_ddr_ctrl
A (very) simple DDR3 controller for FPGAs
DiscoverBSD/awesome-bsd
A collection of awesome BSD related stuff
freebsd/freebsd-src
The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
radareorg/radare2
UNIX-like reverse engineering framework and command-line toolset
gabime/spdlog
Fast C++ logging library.
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
ghdl/ghdl
VHDL 2008/93/87 simulator
RMichelsen/Nvy
Nvy - A Neovim client in C++
oz123/awesome-c
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
nothings/single_file_libs
List of single-file C/C++ libraries.
nothings/stb
stb single-file public domain libraries for C/C++
codeplea/genann
simple neural network library in ANSI C
dfouhey/caffe64
No dependency caffe replacement
ARM-software/ComputeLibrary
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
definelicht/hlslib
A collection of extensions for Vitis and Intel FPGA OpenCL to improve developer quality of life.
eriklindernoren/PyTorch-YOLOv3
Minimal PyTorch implementation of YOLOv3
drichmond/RISC-V-On-PYNQ
RISC-V Integration for PYNQ
drichmond/Python-Arduino-Command-API
A Python library for communicating with Arduino microcontroller boards
decentropy/photogrammetry
Python Photogrammetry Toolbox (formerly osm-bundler), for rendering a 3D pointcloud from photos of an object at different angles.
ROCm/HIP
HIP: C++ Heterogeneous-Compute Interface for Portability
TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
spcl/gemm_hls
Scalable systolic array-based matrix-matrix multiplication implemented in Vivado HLS for Xilinx FPGAs.
TheAlgorithms/Python
All Algorithms implemented in Python