Skip to content
View vv198x's full-sized avatar
Block or Report

Block or report vv198x

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. fiber_mongo_zap fiber_mongo_zap Public

    WEB service

    Go 2

  2. go2ban go2ban Public

    Protect your servers

    Go 6

  3. echo_pgsql echo_pgsql Public

    echo REST API on go

    Go 1

  4. bench_DB bench_DB Public

    MongoDB vs JSONB

    Go

  5. Here is the famous line 2238 Here is the famous line 2238
    1
    2230  /* 
    2
    2231  * If the new process paused because it was 
    3
    2232  * swapped out, set the stack level to the last call 3333  * to savu(u_ssav). This means that the return 
    4
    2235  * actually returns from the last routine which did 
    5
    2236  * the savu. 
  6. Brainfuck interpreter Brainfuck interpreter
    1
    /* Brainfuck is an esoteric programming language created in 1993 by Urban Müller.
    2
    Except for its two I/O commands, Brainfuck is a minor variation of the formal programming language P′′ 
    3
    created by Corrado Böhm in 1964, which in turn is explicitly based on the Turing machine. 
    4
    In fact, using six symbols equivalent to the respective Brainfuck commands +, -, <, >, [, ], 
    5
    Böhm provided an explicit program for each of the basic functions that together serve to compute any computable function.