This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# I highly suggest you run this with `--dry-run` and read the output before | |
# you actually uninstall any packages with this script. | |
# Example usage: | |
# ./uninstall-pkg.bash powershell --verbose --dry-run | |
# LICENSE: MIT | |
# Copyright 2017 Taryn Hill <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//(C) Stephan Vedder 2014 | |
#include "BigFile.hpp" | |
#include <stdexcept> | |
BigFile::BigEntry::BigEntry() : | |
name(""), data(""), size(0), offset(0) | |
{} | |
BigFile::BigEntry::BigEntry(std::string name, uint32_t size, std::string data) : | |
name(name), data(data), size(size), offset(0), new_offset(0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")"/../../ && pwd -P)" | |
# echo "basedir: $BASEDIR" | |
# REV_PARSE_HEAD="$(git rev-parse --short head)" | |
# remote="$1" | |
# url="$2" | |
# echo "remote: $1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find . -type d -name '.git' | while read dir ; do sh -c "cd $dir/../ && git status -s | grep -q [azAZ09] && echo ---- ${dir//\.git/} ---- && git status -s" ; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file /usr/local/Cellar/graphviz/2.38.0_1/bin/dot | |
# /usr/local/Cellar/graphviz/2.38.0_1/bin/dot: Mach-O 64-bit executable x86_64 | |
echo !$ | pbcopy | |
# echo /usr/local/Cellar/graphviz/2.38.0_1/bin/dot | pbcopy | |
pbpaste | |
# /usr/local/Cellar/graphviz/2.38.0_1/bin/dot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
["aback","abaft","abandoned","abashed","aberrant","abhorrent","abiding","abject","ablaze","able","abnormal","aboard","aboriginal","abortive","abounding","abrasive","abrupt","absent","absorbed","absorbing","abstracted","absurd","abundant","abusive","acceptable","accessible","accidental","accurate","acid","acidic","acoustic","acrid","actually","ad hoc","adamant","adaptable","addicted","adhesive","adjoining","adorable","adventurous","afraid","aggressive","agonizing","agreeable","ahead","ajar","alcoholic","alert","alike","alive","alleged","alluring","aloof","amazing","ambiguous","ambitious","amuck","amused","amusing","ancient","angry","animated","annoyed","annoying","anxious","apathetic","aquatic","aromatic","arrogant","ashamed","aspiring","assorted","astonishing","attractive","auspicious","automatic","available","average","awake","aware","awesome","awful","axiomatic","bad","barbarous","bashful","bawdy","beautiful","befitting","belligerent","beneficial","bent","berserk","best","better","bewildered","big","billowy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception of type `System.Collections.Generic.KeyNotFoundException`: The given key was not present in the dictionary. | |
at System.ThrowHelper.ThrowKeyNotFoundException () [0x00000] in /private/tmp/mono-20160811-98271-vvenuo/mono-4.4.2/external/referencesource/mscorlib/system/throwhelper.cs:68 | |
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (System.Collections.Generic.TKey key) <0x10a3c0250 + 0x0004a> in <filename unknown>:0 | |
at OpenRA.InstalledMods.get_Item (System.String key) [0x00008] in openra/OpenRA.Game//InstalledMods.cs:126 | |
at OpenRA.Game.InitializeMod (System.String mod, OpenRA.Arguments args) [0x00149] in openra/OpenRA.Game//Game.cs:373 | |
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x0033d] in openra/OpenRA.Game//Game.cs:322 | |
at OpenRA.Program.Run (System.String[] args) [0x00007] in openra/OpenRA.Game//Support/Program.cs:117 | |
at OpenRA.Program.Main (System.String[] args) [0x00050] in openra/OpenRA.Game//Support/Program.cs:40 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 8ef626d6b9575f6e4dace1bf7bbdcf3c05a4c56b Mon Sep 17 00:00:00 2001 | |
From: evgeniysergeev <[email protected]> | |
Date: Tue, 26 Jul 2016 23:07:56 +0300 | |
Subject: copy changes in chrome from d2k | |
--- | |
chrome/ingame-infostats.yaml | 82 +++++++++++++++++------------------- | |
1 file changed, 38 insertions(+), 44 deletions(-) | |
diff --git chrome/ingame-infostats.yaml chrome/ingame-infostats.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin('~/.vim/plugged') | |
Plug '[email protected]:itchyny/lightline.vim.git' | |
Plug '[email protected]:ctrlpvim/ctrlp.vim.git' | |
Plug '[email protected]:tpope/vim-sleuth.git' | |
Plug '[email protected]:scrooloose/syntastic.git' | |
Plug '[email protected]:kshenoy/vim-signature.git' | |
Plug '[email protected]:airblade/vim-gitgutter.git' | |
Plug '[email protected]:tpope/vim-dispatch.git', { 'for': 'cs' } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What follows is a description of the SLP format. | |
The actual author wishes to remain unknown, please email [email protected] with | |
your questions. However, I did not write this document. | |
Header | |
This structure totals 32 bytes and is packed to 1-byte boundaries. | |
typedef struct Shape_File_Header | |
{ |