An open API service providing repository metadata for many open source software ecosystems.

GitHub / anders-liu 2 Repositories

Software Development Engineer

anders-liu/sihui-barcode

Size: 542 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

anders-liu/pe-struct

A JavaScript library for loading PE (Portable Executable) file as a plain structural object.

Language: TypeScript - Size: 183 KB - Last synced at: 25 days ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 2

anders-liu/stc51-dasm

STC51单片机程序的反汇编查看器

Language: HTML - Size: 184 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

anders-liu/vscode-insert-line-number

Insert line numbers to selected lines or the whole document.

Language: TypeScript - Size: 209 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 2

anders-liu/node-winapi Fork of 131/node-winapi

Native windows api binding for nodejs

Size: 329 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

anders-liu/SimpleJinja2DotNet

A simple .net core implementation of Jinja2 template engine.

Language: C# - Size: 24.4 KB - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

anders-liu/Arduino-IRremote Fork of Arduino-IRremote/Arduino-IRremote

Infrared remote library for Arduino: send and receive infrared signals with multiple protocols

Language: C++ - Size: 1.07 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anders-liu/peviewer

A simple single-page web application for viewing content of a PE (Portable Executable) file.

Language: HTML - Size: 563 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

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).

Size: 222 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

anders-liu/arduino-gallery

My personal Arduino sketches.

Language: C++ - Size: 813 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

anders-liu/peviewer-dev

Development working space of peviewer.net.

Language: TypeScript - Size: 138 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

anders-liu/stc51-dasm-dev

stc51-dasm的开发项目。

Language: TypeScript - Size: 95.7 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anders-liu/stc-header Fork of znhocn/stc-header

Use for STC header file for Small Device C Compiler

Language: C++ - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anders-liu/asxxxx-doc

ASxxxx汇编器文档中关于8051部分的中文翻译。

Size: 612 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

anders-liu/arduino-libs

AndersLiu's Arduino libraries.

Language: C++ - Size: 78.1 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anders-liu/esp32-rf24

ESP32 NRF24L01 library based on ESP-IDF.

Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anders-liu/csharplang Fork of dotnet/csharplang

The official repo for the design of the C# programming language

Size: 1020 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

anders-liu/roslyn Fork of dotnet/roslyn

The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.

Language: C# - Size: 307 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

anders-liu/RF24 Fork of nRF24/RF24

Optimized fork of nRF24L01 for Arduino & Raspberry Pi/Linux Devices

Language: C++ - Size: 1.29 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

anders-liu/arduino-rubikscube-robot

An Arduino based robot with 2 arms who can resolve Rubik's cube (magic cube).

Language: C++ - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

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.

Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

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)?

Language: TypeScript - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

anders-liu/pelib-js

A JavaScript library for loading PE (Portable Executable) data.

Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

anders-liu/anders-liu.github.io

Repository for my github.io pages.

Language: HTML - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

anders-liu/corert Fork of dotnet/corert

This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.

Language: C# - Size: 16.3 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

anders-liu/core-docs Fork of dotnet/docs

This repository contains .NET Documentation.

Language: PowerShell - Size: 18 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 1