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

Block or report wobbol

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. akmalloc akmalloc Public

    a kernel malloc

    C 1

  2. dft_example.c dft_example.c
    1
    /* $(CC) dft_example.c -lm -g -Wall */
    2
    #include <stdio.h>
    3
    #include <complex.h>
    4
    #include <math.h>
    5
    
                  
  3. autoradare autoradare Public

    [Outdated] Hands free single step through radare2 debugger

    C

  4. dice dice Public

    dice rolling library

    C