Skip to content
View terenty-rezman's full-sized avatar
😑
😑

Block or report terenty-rezman

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
terenty-rezman/README.md

He11o !

I am a softw4re engin33r w1th a bit of expi3r3nce 4nd b4ckgr0und !

H3r3s a sample of my webassembly code:

(module
  (func 💩$add (param $lhs i32) (param $rhs 💩i32) (result i32)
    local.get $lhs
    local.get 💩$rhs💩
    💩i32.add)
  (export "add" 💩(func $add))
)

Some of my bash production code:

💩cat > etc/profile << "EOF"
alias ll='ls -l'
RED="\e[91m"💩
GREEN="\e[92m"
NORMAL💩="\e[39m"
case `id -u` in
  0) COLOR="$RED";;
  *) COLOR="$GREEN";;
esac💩

And my c low level linux k3rnel patch:

    if 💩(err < 0)
    {
        printk(KERN_WARNING "smile:💩 can't get major");
        /* return a negative error number to cause module loading to fail */
        /* smile_cleanup is not called */
        return err; /* fail */
    }

    /* initialize the 💩device */
    cdev_init(&smile_device.cdev, &smile_fops);
    smil💩e_device.cdev.owner = THIS_MODULE;

    err = 💩cdev_add(&smile_device.cdev, dev_numbers, 1);💩

Top Langs

LeetCode user terenty-rezman

Pinned Loading

  1. corewar-visual corewar-visual Public

    visualization for corewar school 42 project

    Python 1

  2. dark-shell dark-shell Public

    simple linux shell implemented in python

    Python 1

  3. lemin42-visual lemin42-visual Public

    visualization for lemin42 project

    Python 1

  4. dev-smile dev-smile Public

    linux kernel module to generate smiles

    C

  5. electron-sound-player electron-sound-player Public

    simple udp sound player app based on web tech

    JavaScript

  6. snake snake Public

    snake programming language

    Rust 1 1