Skip to content

Instantly share code, notes, and snippets.

View abitofalchemy's full-sized avatar

Salvador Aguinaga abitofalchemy

View GitHub Profile
@abitofalchemy
abitofalchemy / README-Template.md
Created March 25, 2018 14:33 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@abitofalchemy
abitofalchemy / gist:7735fa0a422589848966604add607e25
Created November 1, 2017 13:38
install Boost v>1.64 with Brew for macOS Sierra
Do `brew search boost` and in my case I installed boost version 1.65 using `brew install boost@1.65`
@abitofalchemy
abitofalchemy / md
Created October 22, 2017 08:38
edges art
[colorful edges](https://tex.stackexchange.com/questions/367902/tikz-color-option-for-edges-without-effect)
@abitofalchemy
abitofalchemy / gist:caedfb0c0cab5b39a64a
Last active December 28, 2015 10:47
igraph to metis graph format: Metis sample (toy) graph
## edge list graph for the toy graph in page 11 of the Metis User's Manual
## Reference: https://lists.nongnu.org/archive/html/igraph-help/2012-11/msg00023.html
## The graph in edge list format below written to 'toy.el'
#0 2
#0 4
#0 1
#2 1
#2 3
#3 5
#3 6