brew install git bash-completion bash-git-prompt
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
Remove-ItemProperty -Path HKLM:\Software\Microsoft\Fusion -Name ForceLog | |
Remove-ItemProperty -Path HKLM:\Software\Microsoft\Fusion -Name LogFailures | |
Remove-ItemProperty -Path HKLM:\Software\Microsoft\Fusion -Name LogResourceBinds | |
Remove-ItemProperty -Path HKLM:\Software\Microsoft\Fusion -Name LogPath |
brew install git bash-completion bash-git-prompt
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
public class ByteArrayBuilder | |
{ | |
private byte[] _buffer; | |
public int Length { get; set; } | |
public ByteArrayBuilder() | |
{ | |
_buffer = new byte[4096]; | |
Length = 0; | |
} |
#!/bin/bash | |
# How to install: | |
# exo-open "http://developer.android.com/sdk/index.html#Other" | |
# sudo apt-get install libav-tools imagemagick | |
# wget https://gist.githubusercontent.com/lorenzos/e8a97c1992cddf9c1142/raw/android-screen-to-gif.sh | |
# chmod a+x android-screen-to-gif.sh | |
# Help message | |
function usage() { |
<vector | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
android:width="48dp" | |
android:height="48dp" | |
android:viewportHeight="12" | |
android:viewportWidth="12"> | |
<!-- Rotate the canvas, then translate, then scale, then draw the pause icon. --> | |
<group android:scaleX="1.5" android:pivotX="6" android:pivotY="6"> | |
<group |
#!/bin/bash | |
#=============================================================================== | |
# | |
# FILE: makeNES | |
# | |
# USAGE: ./makeNES [options] [ASM [CHR [NES]]] | |
# | |
# DESCRIPTION: Bash script to compile and assemble an NES ROM using loopy's | |
# asm6 and create files appropriate for burning to chips | |
# |
' Q B a s i c G o r i l l a s | |
' | |
' Copyright (C) IBM Corporation 1991 | |
' | |
' Your mission is to hit your opponent with the exploding banana |