Skip to content

Instantly share code, notes, and snippets.

View orjanv's full-sized avatar

Ørjan Hoyd H. Vøllestad orjanv

View GitHub Profile
@orjanv
orjanv / pdf-compress.sh
Created February 24, 2014 10:34
pdf-compress: compress a PDF file
#!/bin/bash
# pdf-compress: compress a PDF file
Input="$1"
Output="$2"
gs -sDEVICE=pdfwrite \
-dCompatibilityLevel=1.4 \
-dNOPAUSE -dQUIET -dBATCH \
-sOutputFile="$Output" "$Input"
@orjanv
orjanv / createfileandfolders
Last active August 29, 2015 14:00
Create ten folder with ten empty files in each
mkdir folder{1..10} && touch folder{1..10}/file{1..10}.txt
@orjanv
orjanv / leapster-ubuntu-mount
Created May 17, 2014 19:14
Leapster Explorer Mounting on Ubuntu
#!/bin/bash
modprobe nandsim first_id_byte=0x20 second_id_byte=0xaa third_id_byte=0x00 fourth_id_byte=0x15
modprobe ubi mtd=0
ubidetach /dev/ubi_ctrl -m 0
ubiformat /dev/mtd0 -f erootfs.ubi
ubiattach /dev/ubi_ctrl -m 0
mount -t ubifs ubi0 temp
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# untitled.py
#
class class_name(object):
def __init__(self):
return
@orjanv
orjanv / handbrake-cli-encoding.sh
Created December 26, 2014 21:29
Handbrake CLI Encoding
#!/bin/bash
# http://www.davelachapelle.ca/guides/handbrake-cli-encoding/
# Your configuration stuff should go here - replace these with whatever you want
SRC=./SOURCE_FOLDER/
DEST=./DESTINATION_FOLDER/
DEST_EXT=mp4
HANDBRAKE_CLI=/Applications/HandBrakeCLI
PRESET="iPhone & iPod Touch"
#
# The meat of the script
@orjanv
orjanv / montage.sh
Created January 11, 2015 16:29
Montage
montage -mode concatenate -tile 3x3 tile*.jpg result.jpg
@orjanv
orjanv / gist:5183782
Created March 17, 2013 21:43
testgist
heisann du
@orjanv
orjanv / file1.txt
Created March 18, 2013 21:27
the description for this gist
String file contents
@orjanv
orjanv / anotherfile1.txt
Created March 18, 2013 21:39
new gist file
blablabla
@orjanv
orjanv / A Story of Nothing
Created March 21, 2013 20:57
A story of nothing..
This is a story of nothing at all. A story of nothing is nothing to tell. there this story will end.