Pinned Repositories
gitignore
A collection of useful .gitignore templates
max-callstack-analysis
an easy to use maximum call stack usage analysis script written in Perl. an improved version of avstack.pl.
NRF52_Make_Progress
a hardware time progress bar using NRF52823 and epaper
WIN7DesktopGadgetProgressBar
a progress bar app floating on desktop
summer20100514's Repositories
summer20100514/100-gcc-tips
A collection of gcc tips. 100 maybe just mean many here.
summer20100514/100-gdb-tips
A collection of gdb tips. 100 maybe just mean many here.
summer20100514/bash-network-repair-automation
This bash script checks the health status for either wired or wireless internet connection and, if it is failing, tries to fix it.
summer20100514/checkStackUsage
Compute the stack used by each of your functions (via GCC's `-fstack-usage` and call-graph tracing)
summer20100514/cJSON
Ultralightweight JSON parser in ANSI C
summer20100514/connectivity-samples
Multiple samples showing the best practices in connectivity on Android.
summer20100514/CrashCatcher
Catch Hard Faults on Cortex-M devices and save out a crash dump to be used by CrashDebug.
summer20100514/CrashDebug
Tool to enable post-mortem debugging of Cortex-M crashes with GDB.
summer20100514/dbus
a lightweight ipc mechanism
summer20100514/git
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
summer20100514/HTTP-FS-file-server
This is a http, webdav server for sharing files between users on a Wi-Fi network. The online file sharing application works like a local HTTP server.
summer20100514/iperf
iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool
summer20100514/Learn-Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for.
summer20100514/McuOnEclipseLibrary
Library of McuOnEclipse components
summer20100514/minix
Official MINIX sources - Automatically replicated from gerrit.minix3.org
summer20100514/mosquitto
Eclipse Mosquitto - An open source MQTT broker
summer20100514/NetGuard
A simple way to block access to the internet per app
summer20100514/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
summer20100514/nmrpflash
Netgear Unbrick Utility
summer20100514/notepad-plus-plus
Notepad++ official repository
summer20100514/npcap
Nmap Project's Windows packet capture and transmission library
summer20100514/nuttx
Apache NuttX is a mature, real-time embedded operating system (RTOS)
summer20100514/OOP-in-C
Simple and efficient implementation of OOP in C suitable for real-time embedded systems.
summer20100514/protoscope
Protoscope is a simple, human-editable language for representing and emitting the Protobuf wire format.
summer20100514/PurC
The prime HVML interpreter for C Language.
summer20100514/PyPDF2
A utility to read and write PDFs with Python
summer20100514/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
summer20100514/RPi-Monitor
Real time monitoring for embedded devices
summer20100514/the-art-of-command-line
Master the command line, in one page
summer20100514/xv6-public
xv6 OS