Skip to content

Instantly share code, notes, and snippets.

View tmgriffiths's full-sized avatar

Tom tmgriffiths

  • UOW
  • Wollongong Australia
View GitHub Profile
@tmgriffiths
tmgriffiths / Using-GistBox-Natively-on-Mac-OS.md
Last active September 21, 2017 04:01
Using GistBox Natively on Mac OS

Using GistBox Natively on MacOSX

So you've discovered Gists for organising and sharing (pseudo) code snippets, and you've discovered the beautiful GistBox as an interface for your gists. You feel like you just want it as a standalone app though, well...

1. Download and install Fluid

Download fluid to create a Site Specific Browser (SSB) (The free version is fine, but the paid version lets you anchor it in your menubar!). Fluid is an application that makes any web-app you commonly use into a standalone app. For those inclined you can install fluid via Homebrew cask with brew cask install fluid

Once you've installed fluid open the application and enter the following information to set up GistBox and click create.

@tmgriffiths
tmgriffiths / Circled-numbers-with-arrow.tex
Last active October 5, 2016 07:59
Compound symbol for labeling thermodynamic cycles – a number inside a almost comple circle with an arrow tip. Drawn with tikz.
% Requires tikz
% Requires calc
\usetikzlibrary{matrix,arrows,bending}
% TiKz arrowed circles, need to figure out how to differentiate H+ and e- cycles...
\makeatletter
\tikzset{%
/qrr/circle arrow/.cd,
start angle/.initial={},
delta angle/.initial={},
@tmgriffiths
tmgriffiths / 0_reuse_code.js
Created October 5, 2016 05:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@tmgriffiths
tmgriffiths / software_for_scientists.md
Created February 21, 2016 10:29 — forked from stared/software_for_scientists.md
Software for scientists: community-edited list of general-purpose software for scientists.

Software for scientists

Some things takes much less time and stress once you know the right tool. Below, there is a community edited list of software for scientists.

Text editors

in General purpose text/code editors. It may be better to have a good editor for everything, than different ones for different languages, scripts, notes.