JasonLiTW's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
niklasvh/html2canvas
Screenshots with JavaScript
apple/darwin-xnu
Legacy mirror of Darwin Kernel. Replaced by https://github.com/apple-oss-distributions/xnu
kornia/kornia
🐍 Geometric Computer Vision Library for Spatial AI
boppreh/keyboard
Hook and simulate global keyboard events on Windows and Linux.
aircrack-ng/rtl8812au
RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection
TylerYep/torchinfo
View model summaries in PyTorch!
NVIDIA/libcudacxx
[ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl
ARM-software/arm-trusted-firmware
Read-only mirror of Trusted Firmware-A
a13xp0p0v/kernel-hardening-checker
A tool for checking the security hardening options of the Linux kernel
OP-TEE/optee_os
Trusted side of the TEE
riscv-non-isa/riscv-asm-manual
RISC-V Assembly Programmer's Manual
ShannonAI/service-streamer
Boosting your Web Services of Deep Learning Applications.
PacktPublishing/Linux-Kernel-Programming
Linux Kernel Programming, published by Packt
OpenWonderLabs/python-host
The python code running on Raspberry Pi or other Linux based boards to control SwitchBot.
KumapowerLIU/Rethinking-Inpainting-MEDFE
Rethinking Image Inpainting via a Mutual Encoder Decoder with Feature Equalizations. ECCV 2020 Oral
MingtaoGuo/PatchMatch
The algorithm of patch match implemented by python
zhaoyuzhi/deepfillv2
The PyTorch implementation of ICCV 2019 oral paper: free-form inpainting (deepfillv2), especially Gated Conv
sfiorini/NordVPN-Wireguard
A bash scripts that generates Wireguard configuration file for a NordVPN connection.
YuanTingHsieh/Image_Completion
Image Completion using PatchMatch algorithm
vusec/bhi-spectre-bhb
This repository contains exploit and reverse-engineering source code regarding the Spectre-BHB/Branch History Injection vulnerability
unclearness/nanopm
NanoPM, single header only PatchMatch
kaiwan/seals
Simple Embedded ARM Linux System
ZhengyuZhao/PerC-Adversarial
Large yet imperceptible adversarial perturbations with perceptual color distance (CVPR 2020)
yearway/RTV_Smooth
Source code for: L. Xu et. al. "Structure Extraction from Texture via Relative Total Variation", TOG 2012
shuaifengyun/optee_my_test
KeyKy/generative-inpainting-2.0-pytorch
Unofficial implementation of DeepFill v2, ICCV2019 paper Free-Form Image Inpainting with Gated Convolution
yangyu12/deepfill_v2.pytorch
This is a re-implementation of "Free-Form Image Inpainting with Gated Convolution" with PyTorch