This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ninja Storm Megazord | |
Ninja Thunder Megazord | |
Samuari Star Megazord | |
Revolver Mammoth | |
Karakuri Set #1 | |
- | |
- | |
Karakuri Set #2 | |
- Lion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0. Condor | |
1. Eagle | |
2. Shark | |
3. Lion | |
4. Elephant | |
5. Tiger | |
6. Gorilla | |
7. Crocodile | |
8. Wolf | |
9. Rhinos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "...Installing dependencies..." | |
sleep 1 | |
sudo apt install cmake \ | |
extra-cmake-modules \ | |
qtdeclarative5-dev \ | |
libqt5x11extras5-dev \ | |
libkf5iconthemes-dev \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @package WordPress | |
* @subpackage themename | |
*/ | |
/** | |
* Add jQuery | |
*/ | |
function add_jquery_script() { | |
wp_deregister_script( 'jquery' ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @package WordPress | |
* @subpackage themename | |
*/ | |
/** | |
* Add jQuery | |
*/ | |
function add_jquery_script() { | |
wp_deregister_script( 'jquery' ); |