This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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 = . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Requires curl and rtmpdump, aside from the usual Unix tools. | |
if [ ! $@ ] | |
then | |
echo "No URLs to fetch!" | |
exit 1 | |
fi |