Pinned Repositories
Hello-World
shadowsocks-windows
If you want to keep a secret, you must also hide it from yourself.
Snap4Arduino
Binding Snap! and Arduino together
TyphoonEnsembleForecastSys
台风集合预报路径系统 server端
lAndbz's Repositories
lAndbz/TyphoonEnsembleForecastSys
台风集合预报路径系统 server端
lAndbz/100-plus-Python-programming-exercises-extended
100+ python programming exercise problem discussed ,explained and solved in different ways
lAndbz/2023Hvv
2023 HVV情报速递~
lAndbz/atilo
Linux installer for termux
lAndbz/AvaloniaILSpy
Avalonia-based .NET Decompiler (port of ILSpy)
lAndbz/b0pass
百灵快传:基于Go语言的高性能 "手机电脑超大文件传输神器"、"局域网共享文件服务器"。LAN large file transfer tool。
lAndbz/broadcom-bt-firmware
Repository for various Broadcom Bluetooth firmware
lAndbz/CEIV-1.0.0
🌐 开源的**地震信息可视化项目。基于 HTML、JavaScript、Mapbox GL JS。
lAndbz/CMWTAT_Digital_Edition
win10激活工具,火绒不报错,开源工具。永久数字证书。😂原理好像是,先kms激活win10,👍再用用Win7兼容性模式运行官方的gatherosstate.exe数字权利激活工具。
lAndbz/CMWTAT_Digital_Edition-1
CloudMoe Windows 10 Activation Toolkit get digital license, the best open source Win 10 activator in GitHub. GitHub 上最棒的开源 Win10 数字权利(数字许可证)激活工具!
lAndbz/DocSys
MxsDoc is a web based document storage and management system
lAndbz/DXY-COVID-19-Crawler
2019新型冠状病毒疫情实时爬虫及API | COVID-19/2019-nCoV Realtime Infection Crawler and API
lAndbz/earthquake
:globe_with_meridians: Earthquake app with USGS Earthquakes API
lAndbz/epidemic-simulation
A python programme about epidemic simulation
lAndbz/EssentialCSharp
This project contains the source code for the book Essential C# by Mark Michaelis (Addison-Wesley).
lAndbz/first-pr
《GitHub实践入门》实验用仓库
lAndbz/HEU_KMS_Activator
lAndbz/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
lAndbz/java-books-collections
:books:Java编程书籍收集分享。Java programming books collection to share.:rocket:
lAndbz/linux-kernel-module-cheat
The perfect emulation setup to study and develop the Linux kernel v5.4.3, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step debug and KGDB just work. Powered by Buildroot and crosstool-NG. Highly automated. Thoroughly documented. Automated tests. "Tested" in an Ubuntu 20.04 host.
lAndbz/NumCpp
C++ implementation of the Python Numpy library
lAndbz/pymodbus
A full modbus protocol written in python
lAndbz/python
Show Me the Code Python version.
lAndbz/python-cookbook
Code samples from the "Python Cookbook, 3rd Edition", published by O'Reilly & Associates, May, 2013.
lAndbz/python-opcua
LGPL Pure Python OPC-UA Client and Server
lAndbz/SoftwareEngineering_Project
北航软工个人项目-实验室设备管理系统
lAndbz/system_architect
:100:高质量、最全面的系统架构设计师(软考高级)备考资源库。QQ群:系统架构设计师(⑥群:1009309733),系统分析师(②群:699260558),信息系统项目管理师(217144315),纯备考群,非培训群。
lAndbz/system_architect-1
💯目前全网最全面的2023年系统架构设计师(软考高级)备考资源库。仅供个人学习,请勿用于商业
lAndbz/VirusBroadcast
A java virus broadcast simulation
lAndbz/x86-bare-metal-examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/************/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/************/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QEMU