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:
I hereby claim:
To claim this, I am signing this object:
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.
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.
| { | |
| 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. | |
| } | |
| } |
| var x = 5; | |
| function one() { | |
| console.log("one(): %s", x); | |
| } | |
| function two() { | |
| console.log("two(): %s", x); | |
| var x; | |
| } |
| #!/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 |
| #!/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 |
| 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) { |
| /** | |
| * 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 |
| /** | |
| * 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/ |