Skip to content

Instantly share code, notes, and snippets.

@jforberg
jforberg / socp
Last active November 4, 2021 08:21
Stack overflow copy pasta
Welcome to Stack Overflow! Questions seeking debugging help ("why isn't this code working?") must
include the desired behavior, a specific problem or error and the shortest code necessary to
reproduce it in the question itself. Questions without a clear problem statement are not useful
to other readers. See: [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve).
Welcome to Stack Overflow! Questions asking us to recommend or find a book, tool, software library,
tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract
opinionated answers and spam. Instead, [describe the problem](http://meta.stackoverflow.com/questions/254393)
and what has been done so far to solve it.
### DISCLAIMER
### This is an example Makefile and it MUST be configured to suit your needs.
### For detailled explanations about all the avalaible options,
### please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md
### Original project where this Makefile comes from: https://github.com/WeAreLeka/Bare-Arduino-Project
### PROJECT_DIR
### This is the path to where you have created/cloned your project
PROJECT_DIR = .
<?xml version="1.0" encoding="utf-8" ?>
<!--
-
- phpMyAdmin XML Dump
- version 2.9.1
- http://www.phpmyadmin.net
-
- Host: localhost
- Generation Time: Jul 09, 2012 at 07:51 PM
- Server version: 5.1.63
@jforberg
jforberg / svtplayget.sh
Created March 19, 2012 22:35
SVTplayget
#!/bin/bash
# Requires curl and rtmpdump, aside from the usual Unix tools.
if [ ! $@ ]
then
echo "No URLs to fetch!"
exit 1
fi