This file contains 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
$ fortune | cowthink | |
____________________________________ | |
( I sat laughing snidely into my notebook ) | |
( until they showed me a PC running ) | |
( Linux. And oh! It was as though the ) | |
( heavens opened and God handed down a ) | |
( client-side OS so beautiful, so ) | |
( graceful, and so elegant that a million ) | |
( Microsoft developers couldn't have ) | |
( invented it even if they had a hundred ) |
This file contains 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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
.node { | |
font: 300 11px "Helvetica Neue", Helvetica, Arial, sans-serif; | |
fill: #bbb; | |
} |
This file contains 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
diff --git a/Common/BootEncryption.cpp b/Common/BootEncryption.cpp | |
index 83571ab..0ca1863 100644 | |
--- a/Common/BootEncryption.cpp | |
+++ b/Common/BootEncryption.cpp | |
@@ -1861,6 +1861,8 @@ namespace TrueCrypt | |
void BootEncryption::CheckRequirements () | |
{ | |
+ AbortProcess ("INSECURE_APP"); | |
+ |
This file contains 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
var MAP = { | |
'a': 'ᵃ', | |
'b': 'ᵇ', | |
'c': 'ᶜ', | |
'd': 'ᵈ', | |
'e': 'ᵉ', | |
'f': 'ᶠ', | |
'g': 'ᵍ', | |
'h': 'ʰ', | |
'i': 'ᶦ', |
This file contains 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: | |
@component --version | |
@which component | |
.PHONY: what |
This file contains 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 34b3f40d00b742548bc01cd4083abb608c128ca7 Mon Sep 17 00:00:00 2001 | |
From: Kenan Yildirim <[email protected]> | |
Date: Mon, 24 Mar 2014 18:09:58 -0400 | |
Subject: [PATCH] Update for 4.1.2 | |
--- | |
lib/champions.js | 2110 +++++++++++++++++++++++++++++++++--------------------- | |
test/index.js | 86 +-- | |
2 files changed, 1319 insertions(+), 877 deletions(-) |
This file contains 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
NODE_VERSIONS="\ | |
v0.10.23 \ | |
v0.10.22 \ | |
v0.10.21 \ | |
v0.10.20 \ | |
v0.10.19 \ | |
v0.8.26 \ | |
v0.8.25 \ | |
v0.8.24 \ | |
v0.8.23 \ |
This file contains 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
kenan:~/Code/dogecoin ☂ master | |
$ qmake-qt4 | |
Project MESSAGE: Building with UPNP support | |
Project MESSAGE: Building with UPNP supportRemoved plural forms as the target language has less forms. | |
If this sounds wrong, possibly the target language is not set or recognized. | |
kenan:~/Code/dogecoin ☂ master | |
$ make | |
cd /home/kenan/Code/dogecoin; /bin/sh share/genbuild.sh /home/kenan/Code/dogecoin/build/build.h | |
g++ -c -pipe -fstack-protector -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_REENTRANT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ic:/deps -IC:/deps/boost -Ic:/deps/db |
This file contains 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
$ qmake-qt4 | |
Project MESSAGE: Building with UPNP support | |
Project MESSAGE: Building with UPNP supportRemoved plural forms as the target language has less forms. | |
If this sounds wrong, possibly the target language is not set or recognized. | |
kenan:~/Code/dogecoin ☂ master | |
$ make | |
cd /home/kenan/Code/dogecoin; /bin/sh share/genbuild.sh /home/kenan/Code/dogecoin/build/build.h | |
g++ -c -pipe -fstack-protector -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -D_REENTRANT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ic:/deps -IC:/deps/boost -Ic:/deps/db/build_unix -Ic:/deps/ssl/inclu |
This file contains 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
░░░░░░░░░▄░░░░░░░░░░░░░░▄ | |
░░░░░░░░▌▒█░░░░░░░░░░░▄▀▒▌ | |
░░░░░░░░▌▒▒█░░░░░░░░▄▀▒▒▒▐ | |
░░░░░░░▐▄▀▒▒▀▀▀▀▄▄▄▀▒▒▒▒▒▐ | |
░░░░░▄▄▀▒░▒▒▒▒▒▒▒▒▒█▒▒▄█▒▐ | |
░░░▄▀▒▒▒░░░▒▒▒░░░▒▒▒▀██▀▒▌ | |
░░▐▒▒▒▄▄▒▒▒▒░░░▒▒▒▒▒▒▒▀▄▒▒▌ | |
░░▌░░▌█▀▒▒▒▒▒▄▀█▄▒▒▒▒▒▒▒█▒▐ | |
░▐░░░▒▒▒▒▒▒▒▒▌██▀▒ ◣_◢ ▒▒▒▀▄▌ | |
░▌░▒▄██▄▒▒▒▒▒▒▒▒▒░░░░░░▒▒▒▒▌ |