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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 4.10.2 Kernel Configuration | |
# | |
CONFIG_ARM64=y | |
CONFIG_64BIT=y | |
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y | |
CONFIG_MMU=y | |
CONFIG_DEBUG_RODATA=y | |
CONFIG_ARM64_PAGE_SHIFT=12 |
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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 4.10.2 Kernel Configuration | |
# | |
CONFIG_ARM64=y | |
CONFIG_64BIT=y | |
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y | |
CONFIG_MMU=y | |
CONFIG_DEBUG_RODATA=y | |
CONFIG_ARM64_PAGE_SHIFT=12 |
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
[ 0.000000] Booting Linux on physical CPU 0x0 | |
[ 0.000000] Linux version 4.9.11-v8+ (pcu@ubt) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #2 SMP PREEMPT Wed Feb 22 01:51:25 EST 2017 | |
[ 0.000000] Boot CPU: AArch64 Processor [410fd034] | |
[ 0.000000] efi: Getting EFI parameters from FDT: | |
[ 0.000000] efi: UEFI not found. | |
[ 0.000000] cma: Reserved 8 MiB at 0x000000003a800000 | |
[ 0.000000] On node 0 totalpages: 241664 | |
[ 0.000000] DMA zone: 3776 pages used for memmap | |
[ 0.000000] DMA zone: 0 pages reserved | |
[ 0.000000] DMA zone: 241664 pages, LIFO batch:31 |
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
# -*- coding: utf-8 -*- | |
print(" /)".replace(" "," ")) | |
print(" ///)".replace(" "," ")) | |
print(" /,.=゙''\"/".replace(" "," ")) | |
print(" / i f ,.r='\"-‐'つ____ こまけぇこたぁいいんだよ!!".replace(" "," ")) | |
print(" / / _,.-‐'~/⌒ ⌒\".replace(" "," ")) | |
print(" / ,i ,二ニ⊃( ●). (●)\".replace(" "," ")) | |
print(" / ノ il゙フ::::::⌒(__人__)⌒::::: \".replace(" "," ")) | |
print(" ,イ「ト、 ,!,!| |r┬-| |".replace(" "," ")) |
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
if( require("ggplot2") == FALSE ) install.packages("ggplot2"); library(ggplot2) | |
dimensions <- 1:700 | |
crisp_height <- .01 | |
crisp_area <- rep(NA, length(dimensions)) | |
#plot(1,1,type="n", xlim=c(min(dimensions),max(dimensions)), ylim=c(0,1)) | |
#abline(h = 1, lty="dashed") | |
for( D in dimensions ){ |
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
[email protected] click $brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 3236e231cba16658a26005183ec1cd0ae7ac6bee | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit haswell | |
OS X: 10.9.3-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 |