I made this with the help from a tutorial from codecademy :)
Forked from Ophélie Champagne's Pen Solar system.
| import sys | |
| import csv | |
| import httplib, urllib, base64 | |
| def main(): | |
| # set the name of your repository, username and password | |
| username = "test" | |
| password = "test" | |
| repo = "test" | |
I made this with the help from a tutorial from codecademy :)
Forked from Ophélie Champagne's Pen Solar system.
| # Boxstarter script for blog post http://blog.zerosharp.com/provisioning-a-new-development-machine-with-boxstarter | |
| # Allow reboots | |
| $Boxstarter.RebootOk=$true | |
| $Boxstarter.NoPassword=$false | |
| $Boxstarter.AutoLogin=$true | |
| # Basic setup | |
| Update-ExecutionPolicy Unrestricted | |
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions |
| Disable-UAC |
| # Boxstarter script for blog post http://blog.zerosharp.com/provisioning-a-new-development-machine-with-boxstarter | |
| # Allow reboots | |
| $Boxstarter.RebootOk=$true | |
| $Boxstarter.NoPassword=$false | |
| $Boxstarter.AutoLogin=$true | |
| # Basic setup | |
| Update-ExecutionPolicy Unrestricted | |
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Comicbook Crazy · CodePen</title> | |
| <!-- | |
| Copyright (c) 2012 martic, http://codepen.io/martic | |
| Permission is hereby granted, free of charge, to any person obtaining |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Comicbook Crazy · CodePen</title> | |
| <!-- | |
| Copyright (c) 2012 martic, http://codepen.io/martic | |
| Permission is hereby granted, free of charge, to any person obtaining |