Skip to content
View nwawrzyniak's full-sized avatar

Block or report nwawrzyniak

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 Loading

  1. qc qc Public

    qc (quick-clipboard) is a lightweight CLI tool to copy the content of any text file to the clipboard.

    Java

  2. shorts-dont-loop-chrome shorts-dont-loop-chrome Public

    A Google Chrome extension that prevents YouTube Shorts from looping.

    JavaScript 1

  3. start-at-the-beginning-chrome start-at-the-beginning-chrome Public

    A Google Chrome extension that starts YouTube videos at the beginning.

    JavaScript

  4. nwawrzyniak.github.io nwawrzyniak.github.io Public

    Website code for nwawsoft.com

    HTML

  5. haxe-fen haxe-fen Public

    fen (haxe-fen) is a library to work with the Forsyth-Edwards Notation (FEN) for chess position records in Haxe.

    Haxe 1

  6. A tutorial to build any version of N... A tutorial to build any version of Node.js on the original Raspberry Pi.
    1
    First of all: Building a modern version of Node.js on (and for) the Raspberry Pi 1 / Raspberry Pi 1B takes a *really* long time. We're talking about **around 2 and a half days**.
    2
    
                  
    3
    As an alternative you should think about [cross-compiling](https://en.wikipedia.org/wiki/Cross_compiler) for the Raspberry Pi, as it is way faster once you got it working.
    4
    
                  
    5
    If you still want to compile Node.js on the RPi 1, here is how to do it: