Skip to content

Instantly share code, notes, and snippets.

View offensivelyaverage's full-sized avatar

Joey Sneddon offensivelyaverage

  • Yoshi's Island
View GitHub Profile
@offensivelyaverage
offensivelyaverage / Hurricanger Mecha
Last active January 2, 2019 21:12
Hurricanger Mecha
Ninja Storm Megazord
Ninja Thunder Megazord
Samuari Star Megazord
Revolver Mammoth
Karakuri Set #1
-
-
Karakuri Set #2
- Lion
@offensivelyaverage
offensivelyaverage / Zyuohger
Created January 2, 2019 20:47
Zyuohger Mecha List
0. Condor
1. Eagle
2. Shark
3. Lion
4. Elephant
5. Tiger
6. Gorilla
7. Crocodile
8. Wolf
9. Rhinos
#!/bin/bash
echo "...Installing dependencies..."
sleep 1
sudo apt install cmake \
extra-cmake-modules \
qtdeclarative5-dev \
libqt5x11extras5-dev \
libkf5iconthemes-dev \
#!/usr/bin/env python3
import signal
import gi
gi.require_version('Gtk', '3.0')
gi.require_version('AppIndicator3', '0.1')
from gi.repository import Gtk, AppIndicator3, GObject
import time
from threading import Thread
import os
import subprocess
-- 2015
December: $16k http://blog.linuxmint.com/?p=2985
-- 2016
January: $11k http://blog.linuxmint.com/?p=3007
Feburary: $14k http://blog.linuxmint.com/?p=3017
March: $??
April: $10k http://blog.linuxmint.com/?p=3032
May: $7k http://blog.linuxmint.com/?p=3046
June: $10k http://blog.linuxmint.com/?p=3077
@offensivelyaverage
offensivelyaverage / Sources for Google Chrome in Numbers 2012
Created December 29, 2014 22:12
Sources for Google Chrome in Numbers 2012
**Boxes from top left**
1. n/a; it's a title.
2. Gartner, Aug, 14 (http://www.gartner.com/newsroom/id/2819917)
3. Approx figure. Based on coverage of models on omgchrome.com. Counts 11.6-inch and 13.3-inch models seperately E.g. Acer 11.6" Cb3 and 13.3" Cb5 count individually, but RAM/CPU differences within same "family" released in 2014 don't Hence HP G2 (Exynos) and G3 (Intel) count seperate. Also includes oft forgotten Hexa and CTL devices.
4. Acer, Dell, HP and ASUS - Samsung didn't; LG Chromebase seperate 'thing'
5. google.co.uk/chrome/devices/chromecast
6. http://en.wikipedia.org/wiki/Google_Chrome#Release_history
8. Chrome Web Store
9. Chrome Dev Summit, Nov 14 (via phonearena.com/news/400-million-people-use-the-mobile-version-of-Google-Chrome_id63224)
OMG! Logo
We're the worlds larget linux-orientated site on the web, bringing the latest news, reviews and tutorials to over 2 million unique readers a month.
But we're more than just a website - we're also a vibrant community, boasting over 200,000 subscribers across Twitter*, Facebook*, Youtube* and more.
And by using this app - you're part of that, too!
Ohso Logo
@offensivelyaverage
offensivelyaverage / fnctons
Created October 28, 2012 19:43
functions.php
<?php
/**
* @package WordPress
* @subpackage themename
*/
/**
* Add jQuery
*/
function add_jquery_script() {
wp_deregister_script( 'jquery' );
@offensivelyaverage
offensivelyaverage / functions.php
Created October 20, 2012 15:50
functions.php
<?php
/**
* @package WordPress
* @subpackage themename
*/
/**
* Add jQuery
*/
function add_jquery_script() {
wp_deregister_script( 'jquery' );