Page MenuHomePhorge
Paste Active Pastes
  • use num;
    use std::mem::size_of;
    #[derive(Debug)]
    pub enum VarintError {
    ...
    • Mar 1 2018, 9:42 PM
    • 137 Lines
  • {
    "directory" : "/home/bcs/Projects/aki",
    "file" : "/home/bcs/Projects/aki/core/lib/kita/source/KitaColumn.cpp",
    "arguments" : [
    "/usr/bin/g++",
    ...
    • Aug 24 2017, 3:42 PM
    • 37 Lines
    • JSON
  • class ZmqContext {
    public:
    explicit ZmqContext(int ioThreads = 1) : ctx_(zmq_ctx_new()) {
    if (ctx_ == nullptr) throw std::bad_alloc();
    set_option(ZMQ_IO_THREADS, ioThreads);
    ...
    • Jan 1 2017, 4:25 PM
    • 134 Lines
    • C++
  • src/remotefs.rs:32:5: 32:18 error: the parameter type `F` may not live long enough [E0310]
    src/remotefs.rs:32 thread::spawn(move || {
    ^~~~~~~~~~~~~
    src/remotefs.rs:32:5: 32:18 help: run `rustc --explain E0310` to see a detailed explanation
    src/remotefs.rs:32:5: 32:18 help: consider adding an explicit lifetime bound `F: 'static`...
    ...
    • Sep 26 2016, 12:00 AM
    • 19 Lines
  • extern crate hyper;
    extern crate yup_oauth2 as oauth2;
    extern crate google_drive3 as drive3;
    use std::thread;
    ...
    • Sep 25 2016, 11:59 PM
    • 63 Lines
    • Plain Text
  • sqlite> explain create table if not exists fucknuts (fuck int);
    addr opcode p1 p2 p3 p4 p5 comment
    ---- ------------- ---- ---- ---- ------------- -- -------------
    0 Init 0 2 0 00 Start at 2
    1 Halt 0 0 0 00
    ...
    • May 31 2016, 11:47 PM
    • 43 Lines