Skip to content
View ndren's full-sized avatar
Block or Report

Block or report ndren

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

Hello Internet!

Pinned

  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.