Skip to content

Instantly share code, notes, and snippets.

@VirtualMe
VirtualMe / Makefile Tutorial
Last active August 31, 2017 23:14
My simple intro to Makefiles, generalized.
Working with Makefiles
Make syntax:
You need to know only two types of statements: DEFINITIONS and DEPENDENCIES
Use equal sign to define variables, and use dollar sign plus parentheses to reference them.
e.g.
IFORT = /opt/intel10/fcd/latest/bin/ifort
#include <iostream>
#include <stdlib.h>
#include <time.h> /* time */
using namespace std;
int main()
{
int deck[52];
@VirtualMe
VirtualMe / Feed43 NoiseTrade
Created July 19, 2013 20:00
Recipe for generating a feed43.com RSS feed from a NoiseTrade artist page
Put into boxes at feed43.com:
Address:
http://noisetrade.com/ARTIST_NAME
Then Click Reload.
In Extraction rules: