def foo(var="default"):
print(var)
$ foo()
default
$ foo("not default")
!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css"> | |
<title>Today</title> | |
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> | |
<style type="text/css"> | |
body { | |
font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; | |
background-color: #B2E6FF; |
I hereby claim:
To claim this, I am signing this object:
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
@NodeDC, in conjunction with @NationJS are putting on a NodeSchool event the morning before the main conference. To make this a resounding success we need your help!
Come help others learn how to node! No need to be an expert, you just have to know a little more than someone else. First, register for the free NodeSchool Event on NationJS's website, then RSVP to this meetup.
This meetup will allow us to get the organization of the event in order and make sure everyone knows what being a mentor entails. Please bring a laptop with the NodeSchool modules installed so we can hit the ground running.
var underscore = angular.module('underscore', []); | |
underscore.factory('_', function() { | |
return window._; //Underscore must already be loaded on the page | |
}); | |
app.controller('MainCtrl', ['$scope', '_', function($scope, _) { | |
init = function() { | |
_.keys($scope); | |
} | |
init(); |
Welcome and thank you for signing up for NodeSchool at NationJS 2014. To make this NodeSchool the best NodeSchool, there are a few things that you can do before you arrive to be ready to excel at this NodeSchool!
import re | |
from django import template | |
from django.utils.encoding import force_unicode | |
from django.template.defaultfilters import stringfilter | |
CONSONANT_SOUND = re.compile(r''' | |
one(![ir]) | |
''', re.IGNORECASE | re.VERBOSE) | |
VOWEL_SOUND = re.compile(r''' | |
[aeio]| |
Omid,
My name is Josh Finnie and I am one of the co-organizers of @NodeDC the local Washington DC meetup group. We have just wrapped up hosting a NodeSchool at the NationJS conference and it got us thinking we should make our meetup officially part of the NodeSchool community. When submitting for a chapter we were informed that one already exists and was setup by you. I am reaching out to see if we can assist in any way with the Washington DC chapter of NodeSchool. I personally run a monthly meetup called "Node Night" where we have routinely been hosting NodeSchool and would love to continue helping people learn Node.
Cheers,
Josh