- Sublime Package Control for managing packages (like the ones below)
- Github theme for colors
- Soda theme for better chrome
- Sublime ERB keyboard shortcuts for ERB tags
My user settings:
{
My user settings:
{
Java - https://github.com/kumai/kt4j | |
Python - http://github.com/studio-ousia/python-kyototycoon-binary | |
Python - https://github.com/tmaesaka/python-kyototycoon | |
PHP - https://github.com/t-cyrill/php-net-rpckyototycoon | |
PHP - https://github.com/moechofe/KyotoTycoon-client-protocol | |
PHP - https://github.com/heavenshell/php-net-kyototycoon/ | |
Node.js - https://github.com/wezm/kyoto-client | |
Node.js - https://github.com/swdyh/node-kyoto-tycoon |
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition:
git config user.name "Your Name Here"
git config user.email [email protected]
The Storm UI daemon provides a REST API that allows you to interact with a Storm cluster, which includes retrieving metrics data and configuration information as well as management operations such as starting or stopping topologies.
The REST API returns JSON responses and supports JSONP. Clients can pass a callback query parameter to wrap JSON in the callback function.
import os | |
import datetime | |
def update_needed(status): | |
check_for = "UP" | |
if status == False: | |
check_for = "DOWN" | |
f = open("data.csv", "r") | |
lastLine = "" | |
currentLine = f.readline() |