CLICK ME
yes, even hidden code blocks!
print("hello world!")
default: | |
extensions: | |
Behat\MinkExtension: | |
base_url: http://localhost:8000 | |
default_session: selenium2 | |
selenium2: | |
browser: chrome | |
wd_host: http://127.0.0.1:4444/wd/hub | |
capabilities: | |
chrome: |
Inspired by my own pain and suffering of trying to add a simple chart to smashing
Thanks for Mike Machado@machadolab!! This plugin is developed based on Google Column Chart the gentleman developed.
A Dashing widget to show a Google Line Chart on a dashboard.
Copy the google_line.coffee
, google_line.html
and google_line.scss
file to into /widgets/google_line
directory.
###GOOGLE Console DEV | |
Original JavaScript autorized | |
http://grafana.mydomain.com.br | |
URIs redirect autorized | |
http://grafana.mydomain.com.br:3000/login/google | |
### NGINX PROXY | |
server { |
This is a fork of jmb's awesome widget that grabs the events with a private address instead of going through the tiresome process of Google's OAuth authentication.
Dashing widget to display the next and some subsequent Google Calendar events using the Google Calendar's private urls.
See the screenshot below
Taken from stack overflow link - http://stackoverflow.com/questions/4904096/whats-the-difference-between-unit-functional-acceptance-and-integration-test | |
Depending on where you look, you'll get slightly different answers. I've read about the subject a lot, and here's my distillation; again, these are slightly wooly and others may disagree. | |
Unit Tests | |
Tests the smallest unit of functionality, typically a method/function (e.g. given a class with a particular state, calling x method on the class should cause y to happen). Unit tests should be focussed on one particular feature (e.g., calling the pop method when the stack is empty should throw an InvalidOperationException). Everything it touches should be done in memory; this means that the test code and the code under test shouldn't: |
echo "Creating an SSH key for you..." | |
ssh-keygen -t rsa | |
echo "Please add this public key to Github \n" | |
echo "https://github.com/account/ssh \n" | |
read -p "Press [Enter] key after this..." | |
echo "Installing xcode-stuff" | |
xcode-select --install |
i'll add some documentaton, but it should be pretty straight forward from the comments
add gem 'zendesk_api', '~> 1.4.3' to your gemfile