This is a template. Fork it and check off the boxes as you go along.
- Genesis 1 - 16
- Genesis 17:1 - 28:19
- Genesis 28:20 - 40:11
- Genesis 40:12 - 50:26
- Exodus 1:1 - 15:18
- Exodus 15:19 - Exodus 28:43
- Exodus 29 - 40
| [alias] | |
| ff = merge --ff-only | |
| namediff = diff --name-only | |
| sumdiff = diff --name-status | |
| vimdiff = difftool --find-renames | |
| moddiff = difftool --diff-filter=M | |
| gvimdiff = diff --difftool=gvimdiff --find-renames | |
| vdstaged = difftool --staged --find-renames | |
| laph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) - %an' | |
| graph = log --graph --branches --remotes --tags --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) - %an' |
| " Gist ID: c37b040af4b2282b581f | |
| set expandtab | |
| set tabstop=4 | |
| set softtabstop=4 | |
| set shiftwidth=4 | |
| set hlsearch | |
| set incsearch |
| foreach (var assembly in assemblies) { | |
| Console.WriteLine("Assembly: {0}", assembly); | |
| Console.WriteLine("Framework: {0}", ((System.Runtime.Versioning.TargetFrameworkAttribute)Assembly.LoadFrom(assembly).GetCustomAttributes(typeof(System.Runtime.Versioning.TargetFrameworkAttribute)).First()).FrameworkDisplayName); | |
| Console.WriteLine("Runtime: {0}", Assembly.LoadFrom(assembly).ImageRuntimeVersion); | |
| Console.WriteLine("Architecture: {0}", AssemblyName.GetAssemblyName(assembly).ProcessorArchitecture); | |
| Console.WriteLine(); | |
| } |
| public class Pizza | |
| { | |
| public string Name { get; private set; } | |
| private List<string> _ingredients; | |
| public bool ContainsNuts { get; private set; } | |
| public Pizza(string name, List<string> ingredients, bool containsNuts) | |
| { | |
| Name = name; | |
| _ingredients = ingredients; |
| " Gist-ID: 84e25967614138136eca | |
| " Screw Vi-compatibility; let's make sense around here | |
| " From http://vimrcfu.com/snippet/88 | |
| map Y y$ | |
| " From my Kazarc plugin https://github.com/Kazark/vim-kazarc ----------------- | |
| " Why hold down the shift key? The default mapping of ; is not very useful | |
| nmap ; : | |
| vmap ; : |
| " GistID: 1f58a89ee81c0c2620e3 | |
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| if has("win32") | |
| set runtimepath+=~/vimfiles/bundle/Vundle.vim | |
| call vundle#begin('~/vimfiles/bundle') | |
| else | |
| set runtimepath+=~/.vim/bundle/Vundle.vim |
| <!-- GistID: b0b77af78032899145fb0ed50737fe6a --> | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <key name="Software"> | |
| <key name="ConEmu"> | |
| <key name=".Vanilla" modified="2016-06-17 09:36:38" build="160612"> | |
| <value name="StartType" type="hex" data="02"/> | |
| <value name="CmdLine" type="string" data=""/> | |
| <value name="StartTasksFile" type="string" data=""/> | |
| <value name="StartTasksName" type="string" data="{Shells::PowerShell}"/> | |
| <value name="StartFarFolders" type="hex" data="00"/> |
| Chocolatey is running on Windows v 6.3.9600.0 | |
| Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old". | |
| Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old". | |
| Command line: "C:\ProgramData\chocolatey\choco.exe" install psexec -debug -verbose | |
| Received arguments: install psexec -debug -verbose | |
| RemovePendingPackagesTask is now ready and waiting for PreRunMessage. | |
| Sending message 'PreRunMessage' out if there are subscribers... | |
| [Pending] Removing all pending packages that should not be considered installed... | |
| The source 'https://chocolatey.org/api/v2/' evaluated to a 'normal' source type |