- https://media.ccc.de/v/36c3-10565-what_s_left_for_private_messaging
- https://media.ccc.de/v/36c3-10497-messenger_hacking_remotely_compromising_an_iphone_through_imessage
- https://media.ccc.de/v/36c3-10737-sim_card_technology_from_a-z
- https://media.ccc.de/v/36c3-10690-open_source_is_insufficient_to_solve_trust_problems_in_hardware
- https://media.ccc.de/v/36c3-10961-boeing_737max_automated_crashes
- https://media.ccc.de/v/36c3-11172-leaving_legacy_behind
- https://media.ccc.de/v/36c3-11034-tales_of_old_untethering_ios_11
- https://media.ccc.de/v/36c3-10694-intel_management_engine_deep_dive
- https://media.ccc.de/v/36c3-10942-uncover_understand_own_-_regaining_control_over_your_amd_cpu
- https://media.ccc.de/v/36c3-10796-it_s_not_safe_on_the_streets_especially_for_your_3ds
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
use pddb::Pddb; | |
use std::io::Read; | |
use std::io::Write; | |
use xous::Error; | |
pub struct PddbMap { | |
basis_name: String, | |
dict_name: String, | |
pddb_inst: pddb::Pddb, | |
} |
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/arm 5.4.38 Kernel Configuration | |
# | |
# | |
# Compiler: arm-linux-gnueabihf-gcc (Ubuntu 9.2.1-9ubuntu2) 9.2.1 20191008 | |
# | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=90201 |
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
#include <stdio.h> | |
#include <string.h> | |
#include <stdlib.h> | |
#define PREAMBLE_DELIM "#preamble#" | |
#define PREAMBLE_DELIM_LEN 11 | |
#define SPLIT_TOKEN "\n" | |
#define T PREAMBLE_DELIM"\n""a:int:1\nb:string:31\nc:bool:1\n"PREAMBLE_DELIM"\na:1234\nb:ciaociao ciao come va la vita?\n" | |
#define FIELD_SZ 128 | |
#define PREAMBLE_LINE_FMT "%[^:]:%[^:]:%lli\n" |
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
package main | |
import ( | |
"errors" | |
"fmt" | |
"io/ioutil" | |
"log" | |
"os" | |
"regexp" | |
"strings" |
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
### Keybase proof | |
I hereby claim: | |
* I am gsora on github. | |
* I am gsora (https://keybase.io/gsora) on keybase. | |
* I have a public key ASBQDIK90FrOgGYYz58bSoXShCojDMEgUkRl7sz_CpLVDgo | |
To claim this, I am signing this object: |
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
Loopback HTTP GET | |
``` | |
goos: linux | |
goarch: amd64 | |
pkg: client-localhost | |
Benchmark_doLoopback-2 6195 209226 ns/op 2617 B/op 35 allocs/op | |
PASS | |
ok client-localhost 1.327s | |
Success: Benchmarks passed. |
I hereby claim:
- I am gsora on github.
- I am gsora (https://keybase.io/gsora) on keybase.
- I have a public key ASC2KIdkmLowEGxM9FgSwwB_pJDm5PAQI5_9tcOAIVwPJAo
To claim this, I am signing this object:
I hereby claim:
- I am gsora on github.
- I am gsora (https://keybase.io/gsora) on keybase.
- I have a public key ASC0SzXCTpTuayEsBGJ5mWMmBKAs44e-rGqDSX8bRSo3CQo
To claim this, I am signing this object:
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
{ | |
"positions": [{ | |
"id": 4, | |
"status": "open", | |
"date": "2016-02-26T17:50:12.000Z", | |
"amount": 0.01, | |
"base_price": 341.0, | |
"type": "long", | |
"leverage": 2.5, | |
"profit_loss": 3.35, |
NewerOlder