#A BADASS list for faster Web Development!
Recently, I decided to organize my bookmarks. So, like a good fellow, I am sharing with you. I hope you enjoy!
Frameworks | Weapons | Checklist | Docs | Community | Learning | For The Win
| import UIKit | |
| import Foundation | |
| import XCPlayground | |
| XCPSetExecutionShouldContinueIndefinitely() | |
| class RemoteAPI { | |
| func getData(completionHandler: ((NSArray!, NSError!) -> Void)!) -> Void { | |
| let url: NSURL = NSURL(string: "http://itunes.apple.com/search?term=Turistforeningen&media=software") | |
| let ses = NSURLSession.sharedSession() |
| angular.module('filters.groupBy', []) | |
| .filter('groupBy', function() { | |
| return function(items, groupedBy) { | |
| if (items) { | |
| var finalItems = [], | |
| thisGroup; | |
| for (var i = 0; i < items.length; i++) { | |
| if (!thisGroup) { |
| cinst VisualStudio2013Premium -InstallArguments "WebTools Win8SDK" -source "$env:temp\boxstarter\buildpackages" |
#A BADASS list for faster Web Development!
Recently, I decided to organize my bookmarks. So, like a good fellow, I am sharing with you. I hope you enjoy!
Frameworks | Weapons | Checklist | Docs | Community | Learning | For The Win
| ## Octopus Azure deployment script, version 1.0 | |
| ## -------------------------------------------------------------------------------------- | |
| ## | |
| ## This script is used to control how we deploy packages to Windows Azure. | |
| ## | |
| ## When the script is run, the correct Azure subscription will ALREADY be selected, | |
| ## and we'll have loaded the neccessary management certificates. The Azure PowerShell module | |
| ## will also be loaded. | |
| ## | |
| ## If you want to customize the Azure deployment process, simply copy this script into |
| script(src='/javascripts/jquery-1.7.min.js') | |
| link(rel='stylesheet', href='/stylesheets/bootstrap.min.css') | |
| link(rel='stylesheet', href='/stylesheets/bootstrap-overrides.css') |