Skip to content

Instantly share code, notes, and snippets.

View martic's full-sized avatar

Martin Camp martic

  • Sydney, Australia
View GitHub Profile
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"
# 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
@martic
martic / index.html
Created July 23, 2012 02:38
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Comicbook Crazy &middot; CodePen</title>
<!--
Copyright (c) 2012 martic, http://codepen.io/martic
Permission is hereby granted, free of charge, to any person obtaining
@martic
martic / index.html
Created July 23, 2012 02:38
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Comicbook Crazy &middot; CodePen</title>
<!--
Copyright (c) 2012 martic, http://codepen.io/martic
Permission is hereby granted, free of charge, to any person obtaining