Skip to content
View 513ry's full-sized avatar
🐢
🐢
  • Poland. UFO-city

Block or report 513ry

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
513ry/README.md
$ hostnamectl
  "You may know me by nickname lordrubish or siery from some other sources. I seek
   to gain and share knowledge related to computer science, math, physics,
   philosophy, art and other fun mysteries of life."


  "Ask, and it shall be given you; seek, and ye shall find; knock, and it shall be
   opened unto you." MATT[7,7]
  
  Hostname: Daniel Sierpiński
  Uptime: 25 years
  Architecture: Software Developer, Game Developer
  OS: Arch Linux
  
$ links2 -g
  loading hypertext..
Blog Twitch GitGud
Instagram Twitter StackExchange
Discord Server Contact Donate

Pinned Loading

  1. oled-saver oled-saver Public

    Simple linux screensaver script to don't blow up my poor oled screen

    Ruby

  2. fb_link fb_link Public

    A simple script to decode a facebook link

    Ruby

  3. dotfiles dotfiles Public

    Configs for my desktop machines

    Shell

  4. lazy-starter lazy-starter Public template

    Forked from LazyVim/starter

    Another starter template for LazyVim

    Lua

  5. Macro for Ruby-like attribute getter... Macro for Ruby-like attribute getters/setters in Crystal
    1
    macro attr_reader(*args)
    2
      {% for arg in args %}
    3
        def {{arg.id}}
    4
          @{{arg.id}}
    5
        end 
  6. 2D process control 2D process control
    1
    #include <errno.h>
    2
    #include <unistd.h>
    3
    #include <sys/types.h>		/* used by pid_t */
    4
    #include <sys/wait.h>
    5
    #include <signal.h>