I hereby claim:
- I am vlaminck on github.
- I am mikedave (https://keybase.io/mikedave) on keybase.
- I have a public key whose fingerprint is F518 8B20 4464 186B 932B 54D6 90C2 251D D405 445B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I wrote these scripts for backing up my save files (.srm and .state) on my RetroPie.
To do this, I created a few scripts and placed them in ~/RetroPie/retropiemenu/.
I then copied the gamelist.xml that I found in /opt/retropie/configs/all/emulationstation/gamelists/retropie/,
and added entries for my scripts, and added icons to ~/RetroPie/retropiemenu/icons. All of this was done on RetroPie 4.0.RC1
so you may want to copy your own gamelist file and add the entries from partial-gamelist.xml to it.
| //: Playground - noun: a place where people can play | |
| import UIKit | |
| var str = "Hello, playground" | |
| class Base { | |
| var number: Int? | |
| } |
| #!/usb/bin/env python | |
| import os | |
| import dropbox | |
| import shutil | |
| import zipfile | |
| # Create a dropbox app and obtain App Key and Secret Key. Specify a folder | |
| # Create a folder called romsync in your specified Dropbox app folder | |
| # Store Dropbox App Key and Secret Key in system environment variables |
| # Everything above should be copy/pasted from https://github.com/github/gitignore/blob/master/Swift.gitignore | |
| # Everything else should be added below | |
| # Eclipse | |
| .classpath | |
| .project | |
| .settings/ | |
| # Intellij |
| #!/usr/bin/xcrun swift -i | |
| import Foundation | |
| enum RomType: String, CustomStringConvertible { | |
| case NES = ".nes" | |
| case SNES = ".smc" | |
| case Genesis = ".gen" | |
| case N64 = ".z64" | |
| case GB = ".gb" |
| /** | |
| * TEST page params | |
| * | |
| * Copyright 2015 Steve Vlaminck | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except | |
| * in compliance with the License. You may obtain a copy of the License at: | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * |
| /** | |
| * Doors Test | |
| * | |
| * Author: steve | |
| * Date: 2013-08-19 | |
| */ | |
| preferences { | |
| page(name:"label", title:"SmartAppLabel", nextPage:"smartApps") { | |
| section("You don't have any doors, let's add one!"){ |
| /** | |
| * Learning Lights | |
| * | |
| * Author: steve | |
| * Date: 2013-08-20 | |
| */ | |
| preferences { | |
| section("Setup") { | |
| input "luminosity", "capability.illuminanceMeasurement", title:"Luminosity Sensor" |