To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
- Homebrew
- Mountain Lion -> High Sierra
To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
pytest and pytest-fixtures for test setup, execution, and teardown.datetime for date/time, requests for HTTP requests, and logging) and external libraries, including BeautifulSoup4 for HTML parsing, to avoid reinventing the wheel. Favor well-maintained and widely-used libraries.Adaptive Streaming has become the neccessity for streaming video and audio. Unfortantely, as of this post, there isn't a whole lot of tutorials that accumulate all of the steps to get this working. Hopefully this post achieves that. This post focuses on using Amazon Web Services (AWS) to transcode for HLS and DASH and be the Content Delivery Network (CDN) that delivers the stream to your web page. We'll be using Video.js for the HTML5 player as well as javascript support libaries to make Video.js work with HLS and DASH.
| *!Q:: | |
| If GetKeyState("w") | |
| SendInput {Shift Up}{w Up} | |
| else | |
| SendInput {Shift Down}{w Down} | |
| return |
| # AppDelegate.m | |
| - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions | |
| { | |
| [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent]; | |
| [[AuthenticationManager sharedInstance] setupWithWindow:self.window]; | |
| return YES; | |
| } |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| site 'http://community.opscode.com/api/v1' | |
| cookbook 'apt' | |
| cookbook 'build-essential' | |
| cookbook 'git' |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant.require_plugin('vagrant-omnibus') | |
| Vagrant.require_plugin('vagrant-librarian-chef') | |
| Vagrant.configure("2") do |config| | |
| config.omnibus.chef_version = :latest | |
| config.vm.box = "precise64" |
| # Reference: https://gist.github.com/1658360 | |
| curl https://raw.github.com/gist/1658360/afd06eec533ad0140011bdaf652e6cd82eedf7ec/cumulative_performance.patch > $rvm_path/patches/ruby/1.9.3/p0/falcon.patch | |
| rvm install 1.9.3 -n fast --patch falcon | |
| rvm gemset copy 1.9.3-p0@global 1.9.3-p0-fast@global | |
| rvm gemset copy 1.9.3-p0@plustrac 1.9.3-p0-fast@plustrac | |
| bundle |