- Register for Bandwidth Application Platform account here
- Register a SIP domain
- Create an endpoint/user
- If you want to make calls to the PSTN (normal phones) you will need a server to handler events from Catapult
- Make phone calls
You will need the following:
- Github Account
- Github Desktop
- Text Editor like: (I recommend atom if you don't have one)
- Atom: https://atom.io/
- vsCode: https://code.visualstudio.com/
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
import re | |
import warnings | |
def convert_string_to_snake_case(s): | |
""" | |
Changes String to from camelCase to snake_case | |
:param s: String to convert | |
:rtype: String | |
:rertuns: String converted to snake_case |
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
import re | |
def convert_comment_string_to_snake_case(s): | |
""" | |
Changes String to from camelCase to snake_case | |
:param s: String to convert | |
:rtype: String | |
:rertuns: String converted to snake_case | |
""" | |
# regex = r"(\s+##\s+\'\w+)((?<=[a-z0-9])[A-Z]|(?!^)[A-Z](?=[a-z]))(\w+\'.+)" | |
# a = re.compile("(\s+##\s+\'\w+)((?<=[a-z0-9])[A-Z]|(?!^)[A-Z](?=[a-z]))(\w+\')") |
Each dev team can take two (consecutive) days over the course of a normal sprint cycle. During the hackathon time everyone forms in team of 3-5 cross team pairing encourages (work with someone you don't know, but not enforced) and works on an idea/project with v2 Group Text Messages.
Each team will sumbit code after 2 days.
- 1st: $1,000 Amex Prize (for team)
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 | |
set -e # Exit with nonzero exit code if anything fails | |
SOURCE_BRANCH="master" | |
TARGET_BRANCH="gh-pages" | |
function doCompile { | |
make | |
sleep 1 | |
cp -a _book/. out/ |
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
#!/usr/bin/python | |
# import modules | |
import os | |
import glob | |
import shutil | |
import pprint | |
import sys | |
import getopt |
- homebrew - https://brew.sh/
- github - https://github.com/
- editor:
- sublime - https://www.sublimetext.com/
- atom - https://atom.io/
- vs code - https://code.visualstudio.com/
- oh my zsh - https://github.com/robbyrussell/oh-my-zsh
- postgres - http://postgresapp.com/documentation/install.html