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
| cryptsetup -v --cipher serpent-xts-plain64 --key-size 512 --hash sha512 --iter-time 5000 --use-random luksFormat /dev/sdb | |
| From: http://www.semanticlab.net/index.php/Encryption_hacks |
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
| [ 63.004] (II) NOUVEAU(1): EDID for output VGA-1 | |
| [ 63.004] (II) NOUVEAU(1): Manufacturer: GSM Model: 4e47 Serial#: 379039 | |
| [ 63.004] (II) NOUVEAU(1): Year: 2007 Week: 2 | |
| [ 63.004] (II) NOUVEAU(1): EDID Version: 1.3 | |
| [ 63.004] (II) NOUVEAU(1): Analog Display Input, Input Voltage Level: 0.700/0.700 V | |
| [ 63.004] (II) NOUVEAU(1): Sync: Separate SyncOnGreen | |
| [ 63.004] (II) NOUVEAU(1): Max Image Size [cm]: horiz.: 43 vert.: 27 | |
| [ 63.004] (II) NOUVEAU(1): Gamma: 2.20 | |
| [ 63.004] (II) NOUVEAU(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display | |
| [ 63.004] (II) NOUVEAU(1): First detailed timing is preferred mode |
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
| /* gcc -c test.S */ | |
| #ifdef __arm__ | |
| .syntax unified | |
| #define sub subs | |
| #define jz beq | |
| #define jmp b | |
| #define ret bx lr |
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
| 'cubieboard' -> 'Cubietech_Cubieboard' | |
| 'iteaduino_plus_a10' -> 'Itead_Iteaduino_Plus' | |
| 'pcduino' -> 'LinkSprite_pcDuino' | |
| 'marsboard_a10' -> 'MarsBoard_A10' | |
| 'hackberry' -> 'Miniand_Hackberry' | |
| 'a10-olinuxino-lime' -> 'Olimex_A10-OLinuXino-Lime' | |
| 'coby_mid7042' -> 'Coby_MID7042' | |
| 'zatab' -> 'Gemei_G9' | |
| 'hyundai_a7' -> 'Hyundai_A7' | |
| 'hyundai_a7hd' -> 'Hyundai_A7HD' |
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
| CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:15,ri:211,up:10,lo:22,hs:30,vs:13,sync:3,vmode:0" | |
| CONFIG_VIDEO_LCD_DCLK_PHASE=0 | |
| CONFIG_VIDEO_LCD_POWER="PH7" | |
| CONFIG_VIDEO_LCD_BL_EN="PH6" | |
| CONFIG_VIDEO_LCD_BL_PWM="PH0" |
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
| U-Boot 2015.04-rc1-00877-ga7ce8e8 (Feb 27 2015 - 17:56:08) Allwinner Technology | |
| CPU: Allwinner A20 (SUN7I) | |
| I2C: ready | |
| DRAM: 2 GiB | |
| MMC: SUNXI SD/MMC: 0 | |
| Card did not respond to voltage select! | |
| MMC init failed | |
| Using default environment |
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
| /* | |
| * Copyright (C) 2015 Siarhei Siamashka <[email protected]> | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a | |
| * copy of this software and associated documentation files (the "Software"), | |
| * to deal in the Software without restriction, including without limitation | |
| * the rights to use, copy, modify, merge, publish, distribute, sublicense, | |
| * and/or sell copies of the Software, and to permit persons to whom the | |
| * Software is furnished to do so, subject to the following conditions: | |
| * |
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
| diff --git a/src/gc/boehm.cr b/src/gc/boehm.cr | |
| index bc05474..d692a28 100644 | |
| --- a/src/gc/boehm.cr | |
| +++ b/src/gc/boehm.cr | |
| @@ -16,6 +16,8 @@ lib LibGC | |
| type Finalizer = Void*, Void* -> | |
| fun register_finalizer = GC_register_finalizer(obj : Void*, fn : Finalizer, cd : Void*, ofn : Finalizer*, ocd : Void**) | |
| fun invoke_finalizers = GC_invoke_finalizers : Int32 | |
| + fun set_finalize_on_demand = GC_set_finalize_on_demand(value : Int32) | |
| + fun get_finalize_on_demand = GC_get_finalize_on_demand : Int32 |
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
| can't instantiate StaticArray(T, N) with N = Int32 (N must be an integer) | |
| *raise<String>:NoReturn +70 [0] | |
| *Crystal::StaticArrayType#new_generic_instance<Crystal::StaticArrayType, Crystal::Program, Crystal::GenericClassType+, Hash(String, Crystal::ASTNode+)>:Crystal::StaticArrayInstanceType +434 [0] | |
| *Crystal::GenericClassType+@Crystal::GenericType#instantiate<Crystal::GenericClassType+, Array((Crystal::Type+ | Crystal::ASTNode+))>:Crystal::GenericClassInstanceType+ +1105 [0] | |
| *Crystal::ASTNode+@Crystal::ASTNode#accept<Crystal::ASTNode+, Crystal::Call::MatchTypeLookup>:Nil +4305 [0] | |
| *Crystal::Call#match_block_arg<Crystal::Call, Crystal::Match>:({Array(Crystal::Var+)?, (Crystal::Type+ | Nil)} | {Nil, Nil}) +678 [0] | |
| *Crystal::Call#instantiate<Crystal::Call, Crystal::Matches, Crystal::Program, Nil>:Array(Crystal::Def+) +902 [0] | |
| *Crystal::Call#lookup_matches_in_type<Crystal::Call, Crystal::Program, Array(Crystal::Type+), Nil, String>:Array(Crystal::Def+) +1620 [0] | |
| *Crystal::Call#recalculate<Crystal::Call>:Array(Crys |
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
| /* | |
| * Copyright © 2015 Siarhei Siamashka <[email protected]> | |
| * Copyright © 2015 Raspberry Pi Foundation | |
| * | |
| * Permission to use, copy, modify, distribute, and sell this software and its | |
| * documentation for any purpose is hereby granted without fee, provided that | |
| * the above copyright notice appear in all copies and that both that | |
| * copyright notice and this permission notice appear in supporting | |
| * documentation, and that the name of the copyright holders not be used in | |
| * advertising or publicity pertaining to distribution of the software without |