Python
JavaScript
Go
Ruby
JSON
APIs
Front-End
Full Stack
TDD
SQL
Django
CherryPy
Node.JS
AWS Compute
AWS Networking
AWS Management
AWS Storage
AWS CLI
Docker
Jenkins
CI
CD
Scalability
High Availability
Micro Services
Distributed Systems
DevOps
Automation Tooling
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
package main | |
import ( | |
"flag" | |
"fmt" | |
"log" | |
"net/http" | |
) | |
func LogHandler(handler http.Handler) http.Handler { |
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
package main | |
import ( | |
"encoding/json" | |
"errors" | |
"flag" | |
"fmt" | |
"io/ioutil" | |
"net/http" | |
"os" |
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
package main | |
import ( | |
"encoding/json" | |
"errors" | |
"flag" | |
"fmt" | |
"io/ioutil" | |
"net/http" | |
"os" |
15 years experience in web development and application programming including conceptualisation and design. Primary expertise in dynamic, responsive and data driven web applications, with strong principles in user experience, presentation and mobile support.
I hereby claim:
- I am berryp on github.
- I am berryp (https://keybase.io/berryp) on keybase.
- I have a public key whose fingerprint is 4CBF D8A8 B1CB C4A9 2D19 829A C022 4801 3BC8 A2E2
To claim this, I am signing this object:
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
diff --git a/panoptic/handlers/questions.py b/panoptic/handlers/questions.py | |
index 479aad7..7d3e236 100644 | |
--- a/panoptic/handlers/questions.py | |
+++ b/panoptic/handlers/questions.py | |
@@ -1065,6 +1065,23 @@ class ExportProfiles(BaseHandler): | |
] | |
+class Timings(BaseHandler): | |
+ |
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
diff --git a/gryphon/control/admin/resources.py b/gryphon/control/admin/resources.py | |
index da5b546..4dc1679 100755 | |
--- a/gryphon/control/admin/resources.py | |
+++ b/gryphon/control/admin/resources.py | |
@@ -468,18 +468,18 @@ class SurveyInfo(InfoResource): | |
return [ | |
SurveyDetail( | |
- survey_id, urlparse.urljoin( | |
+ survey['survey_id'], urlparse.urljoin( |
Sucks when a Silverlight update breaks Netflix. This should be all you need to re-install the previous version and keep you going until a fix is released.
- Download the previous version from a trusted source. You can find the preivous version by visiting the Release History page and Googling for it. For example "Silverlight for Mac 5.1.20913.0" was available on the Techspot site.
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 | |
# Enter the Homebrew root directory. | |
cd `brew --prefix` | |
# Clean out all previous libevent installs. | |
echo "Removing any existing installations..." | |
brew uninstall libevent | |
brew cleanup libevent |