Skip to content
View ficnawode's full-sized avatar
  • Warsaw

Block or report ficnawode

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. qmk_firmware qmk_firmware Public

    Forked from qmk/qmk_firmware

    Open-source keyboard firmware for Atmel AVR and Arm USB families

    C 1

  2. bf-algen bf-algen Public

    BF code generation with genetic algorithms

    C++

  3. fft-in-place fft-in-place Public archive

    writing an in place fft algorithm in C for a college class on microcontrollers

    Jupyter Notebook

  4. hydrogen-orbital-sim hydrogen-orbital-sim Public

    Quantum mechanics - visualization of electron clouds around a hydrogen atom

    Jupyter Notebook

  5. NetworkManager dispatcher script to ... NetworkManager dispatcher script to keep hotspot alive by pinging google once every 30 seconds - iPhone hotspot turns off if dormant, so if you're watching a movie or just not using it for a minute, it will make you turn the hotspot back on. Stupid workaround, but the persistence settings of the hotspot are apparently written into the Apple firmware so this is the best I can come up with.
    1
    #!/bin/bash
    2
    
                  
    3
    TARGET_SSID="iPhone Tobiasz" 
    4
    PING_HOST="google.com"
    5
    PING_INTERVAL=30 
  6. tiny-lisp-2 tiny-lisp-2 Public

    LISP dialect to x86_64 assembly compiler

    C