Skip to content
View Wl0cKk's full-sized avatar
:shipit:
on perpetual freelance
:shipit:
on perpetual freelance
  • BSUIR
  • $HOME
  • 20:26 (UTC +03:00)

Highlights

  • Pro

Block or report Wl0cKk

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

Typing SVG

Linux  Ubuntu  Kali  Debian  Mint  Fedora  Red Hat  MacOS  Ruby  C  C++  TypeScript  Lua  Bash  Python  HTML  CSS
GitHub Streak

github stats Top Langs

Docker  Git  Ansible  PostgreSQL  SQLite  Nginx  Selenium  Grafana  Postman  Insomnia  Wireshark  Arduino  Raspberry Pi  VSCodium  Sublime  AutoCAD  Blender 



Discord logo    LinkedIn logo    LeetCode logo    GitHub Gist logo
# @param {Integer} n
# @return {Integer[]}
def lexical_order(n)
    res = Array.new
    curr = 1
    n.times {
        res << curr
        curr *= 10
        while curr > n
            curr /= 10
            curr += 1
            curr /= 10 while curr % 10 == 0
        end
    }
    return res
end

Pinned Loading

  1. GateSec GateSec Public

    Wi-Fi access control system, unlocking by NFC 13.56 MHz and reconciliation of records in remote SQLite

    C++

  2. whistleblower whistleblower Public

    Ruby UI application (JSON, YML, LibUI, OpenSSL password encryption) - to track cryptocurrencies and send notifications to your email using SMTP

    Ruby

  3. DragonFly DragonFly Public

    platform for IP camera streaming to the web

    TypeScript

  4. LitePocket LitePocket Public

    Litecoin cross-platform wallet

    kvlang

  5. MotionAlarm MotionAlarm Public

    Alarm system controlled by 433 MHz remote control, based on Arduino Nano and Ultrasonic rangefinder HC-SR04

    C++ 1

  6. ActionIR ActionIR Public

    Sends cloned IR remote control signals when motion is detected

    C++