Skip to content
View ndren's full-sized avatar

Block or report ndren

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ndren/README.md

Hello Internet!

Linux programmer and polyglot

Pinned Loading

  1. calculator calculator Public

    Calculator

    JavaScript

  2. etch-a-sketch etch-a-sketch Public

    Etch-a-Sketch

    JavaScript

  3. redbean-onionshare redbean-onionshare Public

    OnionShare; no Flask, just redbean.

    Shell 42

  4. bear-with-me bear-with-me Public

    Bear classifier using convolutional neural networks

    Jupyter Notebook

  5. sudoku-solver sudoku-solver Public

    Sudoku Solver Server in Python and Flask with Backtracking

    Python

  6. GSoC '23: Adding a PPA to OpenWrt GSoC '23: Adding a PPA to OpenWrt
    1
    ## GSoC 2023 PPA Part 2 Project Log
    2
    # What is the project?
    3
    The project is to provide infrastructure to OpenWrt for CI-style automated builds. That is, the user provides a source repository that is not build by upstream OpenWrt packages, and they get a binary repository that they can use to install the packages from their source repository directly on their router, so that, for example, they can easily add a firewall, DHCP, or other packages that is not otherwise provided by the official OpenWrt repositories.
    4
    
                  
    5
    The project has been able to produce automated CI builds for both GitHub and GitLab, and include automated testing for different architectures through Docker's cross-architecture "platform" feature. The main task left is to test the binaries on real hardware, though unfortunately my router does not support OpenWrt due to binary blobs.