Insert text before a line into multiple files
The stream editor sed inserts text before a specified pattern. sed -i '/pattern/i\inserted …
The stream editor sed inserts text before a specified pattern. sed -i '/pattern/i\inserted …
git config --global url."git@github.com:".insteadOf "https://github.com/" 1 …
When a container is connected to multiple networks, its external connectivity is provided via …
I’ve created a Dropwizard Metrics reporter for InfluxDB. It supports Dropwizard v0.9.x …
This is my very first PCB board, designed using KiCad. It’s an ESP8266 Wi07-3 adapter …
As I’m not able to keep up posting new and interesting finding each and every week, …
Google I/O 2015 - Engineering for the Stratosphere - Presented by Women Techmakers In this …
I’ve connected a temperature & humidity sensor, a photoresistor, and a LED to an …
I can check the memory footprint using the avr-size command. % avr-size microcoap.cpp.elf text …