-
Install most recent version of Java. Install homebrew if you don't already have it.
brew install java
-
Grab a link to the most recent version of Cassandra from their download page.
This file contains 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
/** | |
* Auto Cookie Clicker | |
* Auto click cookies and golden cookies in the Cookie Clicker | |
* game found here: http://orteil.dashnet.org/cookieclicker/ | |
*/ | |
/** | |
* How to in Chrome: | |
* Open the browers and navigate to http://orteil.dashnet.org/cookieclicker/ |
This file contains 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
/** | |
* Example Node.JS Application | |
* Shows just how easy node can be. | |
*/ | |
/* Install Node.JS and NPM | |
* On Ubuntu: | |
sudo apt-get update -y --force-yes -qq | |
sudo apt-get install -y --force-yes -qq python-software-properties > /dev/null 2>&1 |
This file contains 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
public static final String tag = "Security"; | |
private static final boolean debug = true; | |
/** | |
* Gets an application's SHA1 footprint(s) from their digital signature(s). | |
* @param packageName is the package name of the application you want to retrieve | |
* the SHA1 footprints from. | |
* @return a list of SHA1 footprints or null. | |
*/ | |
private ArrayList<String> getFootprints(String packageName) { |
This file contains 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 | |
# Backup a Plex database. | |
# Author Scott Smereka | |
# Version 1.0 | |
# Script Tested on: | |
# Ubuntu 12.04 on 2/2/2014 [ OK ] | |
# Plex Database Location. The trailing slash is |
This file contains 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 | |
# Restore a Plex database. | |
# Author Scott Smereka | |
# Version 1.0 | |
# Script Tested on: | |
# Ubuntu 12.04 on 2/2/2014 [ OK ] | |
# Plex Database Location. The trailing slash is |
This file contains 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
var x = 5; | |
function one() { | |
console.log("one(): %s", x); | |
} | |
function two() { | |
console.log("two(): %s", x); | |
var x; | |
} |
This file contains 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
{ | |
type: "array", // Describes what type of data is in the response,it can be any javascript type (string, array, number, etc) | |
response: [ ], // This is the data | |
errorType: "object" // Present when there is an error and describes the type of the error attribute. | |
error: {} // Present when there is an error, this is the actual error(s) | |
trace: "in here is a string log trace." // log trace present when there is an error and debug is on. | |
meta: { //Optionally present | |
// Includes optional meta data about the response. | |
} | |
} |
The following architecture shows how multiple Generic HMI components, each with their own websocket connection, can share SDL Core's single websocket connection through the use of a Broker.
- User - a person interacting with the HMI's user interface(s).
- HMI Display - React application emulating the main screen in a vehicle.
- Hard Buttons - React application emulating the hard buttons in a vehicle's infotainment system, including driver steering wheel controls.
I hereby claim:
- I am ssmereka on github.
- I am ssmereka (https://keybase.io/ssmereka) on keybase.
- I have a public key ASCTOu_AvSt8rT-cUuOmZy7S_znjV_er1YxiZkJzZT-OXQo
To claim this, I am signing this object: