Please publicly post the following Gist, and name it keybase.md:
I hereby claim:
- I am nowells on github.
- I am nowells (https://keybase.io/nowells) on keybase.
- I have a public key whose fingerprint is 824F 1285 94B7 C4E3 2B7C 5CE6 8FBD 1246 D603 B08B
Please publicly post the following Gist, and name it keybase.md:
I hereby claim:
| <Response> | |
| <Say voice="alice"> | |
| Thanks for the call. Configure your number's voice U R L to change this message. | |
| </Say> | |
| <Pause length="1"/> | |
| <Say voice="alice"> | |
| Let us know if we can help you in any way during your development. | |
| </Say> | |
| </Response> |
| npm info it worked if it ends with ok | |
| npm verb cli [ 'node', | |
| npm verb cli '/Users/nowell.strite/npm/bin/npm', | |
| npm verb cli 'i', | |
| npm verb cli '--loglevel=silly' ] | |
| npm info using npm@2.0.1 | |
| npm info using node@v0.10.32 | |
| GFS: open done null 11 | |
| GFS: close 11 | |
| GFS: open done { [Error: ENOENT, open '/Users/nowell.strite/src/x-web/x-web-theme-eon/AUTHORS'] |
| @ECHO OFF | |
| :: We want to disable ie11blacklist checks http://blogs.msdn.com/b/ie/archive/2014/08/06/internet-explorer-begins-blocking-out-of-date-activex-controls.aspx | |
| reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext" /v VersionCheckEnabled /t REG_DWORD /d 0 /f | |
| reg add "HKCU\Software\Microsoft\Internet Explorer\VersionManager" /v DownloadVersionList /t REG_DWORD /d 0 /f | |
| del “%LOCALAPPDATA%\Microsoft\Internet Explorer\VersionManager\versionlist.xml” |
| <html> | |
| <head></head> | |
| <body> | |
| <div id="content"> | |
| <p>Collaboratively administrate empowered markets via plug-and-play networks. Dynamically procrastinate B2C users after installed base benefits. Dramatically visualize customer directed convergence without revolutionary ROI.</p><p>Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas. Dramatically maintain clicks-and-mortar solutions without functional solutions.</p><p>Completely synergize resource sucking relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.</p><p>Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services vis-a-vis cutting-edge deliverables.</p><p>Proactively envi |
| import os, sys | |
| import site | |
| # put virtualenv on pythonpath | |
| site.addsitedir('/path/to/project/ve/lib/python2.5/site-packages') | |
| # redirect prints to apache log | |
| sys.stdout = sys.stderr | |
| os.environ['DJANGO_SETTINGS_MODULE'] = 'myproject.settings' |
| """ | |
| This fabric file makes setting up and deploying a django application much | |
| easier, but it does make a few assumptions. Namely that you're using Git, | |
| Apache and mod_wsgi and your using Debian or Ubuntu. Also you should have | |
| Django installed on your local machine and SSH installed on both the local | |
| machine and any servers you want to deploy to. | |
| _note that I've used the name project_name throughout this example. Replace | |
| this with whatever your project is called._ |
| # -*- coding: utf-8 -*- | |
| """ | |
| Example Usage | |
| ============= | |
| >>> import datetime | |
| >>> start = datetime.date(2009, 6, 21) | |
| >>> g1 = daterange(start) |
| ============================================================= | |
| Installing Multicore Solr 1.3.0 / Tomcat 6.0.X on Ubuntu 8.10 | |
| ============================================================= | |
| Install OpenJDK (comes from universe):: | |
| aptitude install openjdk-6-jre | |
| Download Tomcat 6.X and move it in place:: |
| ============================================================= | |
| Installing Multicore Solr 1.3.0 / Tomcat 6.0.X on Ubuntu 8.10 | |
| ============================================================= | |
| Install OpenJDK (comes from universe):: | |
| aptitude install openjdk-6-jre | |
| Download Tomcat 6.X and move it in place:: |