Skip to content

Instantly share code, notes, and snippets.

View richardofortune's full-sized avatar

Richard Fortune richardofortune

View GitHub Profile
@richardofortune
richardofortune / about-xero.html
Last active October 8, 2019 00:14 — forked from rjaus/about-xero.html
about-xero
<h2>About Xero</h2>
<p>Xero is world-leading online accounting software built for small business.</p>
<ul>
<li>Get a real-time view of your cashflow. Log in anytime, anywhere on your Mac, PC, tablet or phone to get a real-time view of your cash flow. It’s small business accounting software that’s simple, smart and occasionally magical.</li>
<li>Run your business on the go. Use our mobile app to reconcile, send invoices, or create expense claims - from anywhere.</li>
<li>Get paid faster with online invoicing. Send online invoices to your customers - and get updated when they’re opened.</li>
<li>Reconcile in seconds. Xero imports and categorises your latest bank transactions. Just click ok to reconcile.</li>
</ul>
<p><a href="www.xero.com/signup/?xtid=x30yourapp" lang="en" media="all">Try Xero for free</a>.</p>
@richardofortune
richardofortune / osx_install.sh
Created January 30, 2018 19:30 — forked from t-io/osx_install.sh
Install most of my Apps with homebrew & cask
#!/bin/sh
echo Install all AppStore Apps at first!
# no solution to automate AppStore installs
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Install and Set San Francisco as System Font
ruby -e "$(curl -fsSL https://raw.github.com/wellsriley/YosemiteSanFranciscoFont/master/install)"
echo Install Homebrew, Postgres, wget and cask
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
@richardofortune
richardofortune / make_github_issue.py
Created November 29, 2016 23:51 — forked from JeffPaine/make_github_issue.py
Make an issue on github using API V3 and Python
import json
import requests
# Authentication for user filing issue (must have read/write access to
# repository to add issue to)
USERNAME = 'CHANGEME'
PASSWORD = 'CHANGEME'
# The repository to add this issue to
REPO_OWNER = 'CHANGEME'
<link rel="import" href="../chart-js/chart-js.html">
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;