Pinned Repositories
al.hid.dev
AL.HID.DEV is a device based on Arduino ATMega32u4 series module, serves as an HID (Human Interface Devices) device.
anders-liu.github.io
Repository for my github.io pages.
arduino-gallery
My personal Arduino sketches.
bing-at-work-extension
A 3rd party user interface to Microsoft Search in Bing (MSB, also aka Bing at Work, Bing for Business).
pe-struct
A JavaScript library for loading PE (Portable Executable) file as a plain structural object.
peviewer
A simple single-page web application for viewing content of a PE (Portable Executable) file.
peviewer-dev
Development working space of peviewer.net.
SimpleJinja2DotNet
A simple .net core implementation of Jinja2 template engine.
stc51-dasm
STC51单片机程序的反汇编查看器
stc51-dasm-dev
stc51-dasm的开发项目。
anders-liu's Repositories
anders-liu/pe-struct
A JavaScript library for loading PE (Portable Executable) file as a plain structural object.
anders-liu/SimpleJinja2DotNet
A simple .net core implementation of Jinja2 template engine.
anders-liu/bing-at-work-extension
A 3rd party user interface to Microsoft Search in Bing (MSB, also aka Bing at Work, Bing for Business).
anders-liu/arduino-gallery
My personal Arduino sketches.
anders-liu/asxxxx-doc
ASxxxx汇编器文档中关于8051部分的中文翻译。
anders-liu/peviewer
A simple single-page web application for viewing content of a PE (Portable Executable) file.
anders-liu/stc51-dasm
STC51单片机程序的反汇编查看器
anders-liu/stc51-dasm-dev
stc51-dasm的开发项目。
anders-liu/al.hid.dev
AL.HID.DEV is a device based on Arduino ATMega32u4 series module, serves as an HID (Human Interface Devices) device.
anders-liu/anders-liu.github.io
Repository for my github.io pages.
anders-liu/Arduino-IRremote
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
anders-liu/peviewer-dev
Development working space of peviewer.net.
anders-liu/arduino-libs
AndersLiu's Arduino libraries.
anders-liu/arduino-rubikscube-robot
An Arduino based robot with 2 arms who can resolve Rubik's cube (magic cube).
anders-liu/core-docs
This repository contains .NET Documentation.
anders-liu/corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
anders-liu/csharplang
The official repo for the design of the C# programming language
anders-liu/esp32-rf24
ESP32 NRF24L01 library based on ESP-IDF.
anders-liu/is-pe-js
A JavaScript/Node.js module to check whether a given buffer is in PE (Portable Executable) format, and to check some basic information, for example, is it exe or dll? Is it 32-bit or 64-bit? Is it managed (Microsoft .NET executable)?
anders-liu/node-winapi
Native windows api binding for nodejs
anders-liu/pelib-js
A JavaScript library for loading PE (Portable Executable) data.
anders-liu/RF24
Optimized fork of nRF24L01 for Arduino & Raspberry Pi/Linux Devices
anders-liu/roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
anders-liu/stc-header
Use for STC header file for Small Device C Compiler
anders-liu/vscode-insert-line-number
Insert line numbers to selected lines or the whole document.