GithubHelp home page GithubHelp logo

Profile Description

Main on GitLab.

Also on Codeberg.

Readme stats



GPG KEYS

D2B0C2CD2BAC465C = commits, authenticated over SSH.

List Of Projects

A comprehensive list of some of the main projects I've worked on. Credit to tandpfun/skill-icons for the svg icons used.

My Dotfiles repo containing my configs for: Neovim, Zsh and Bash, Tmux, i3wm, kitty and mocha as well as some utility programs that are exported to the $PATH variable.

Netlify Status

This is the actual visitable site which contains the project's showcases as well as an image gallery and a blogging page. You can think of it as the homepage of this project. It showcases most of the projects listed here but not all of them are in the site's showcase list.

Back-end

Front-end

A monorepo example written with React + Tailwind + TS on the front-end and Actix.rs on the back-end.

This was my first Discord bot which was made via Discord.JS using TypeScript with NodeJS and npm. The database is MongoDB which works very well with NodeJS projects.

This is a revised version of the original discord interactions bot which was my first poor attempt at making a bot that allows for user interactions. This version uses SQLite (instead of MongoDB) as well as Rust via the Poise and Serenity frameworks (instead of TypeScript via Discord.JS) as the primary language and frameworks. The current one also has a Docker and Docker Compose configuration.

This website was inspired from this site and is hosted on GitLab pages. It's built with Typescript, HTML and CSS.

A Rust library which uses Cargo make for the solutions directory and the library itself contains required LeetCode structs signatures such as: TreeNode and the ListNode signatures. Additionally, the library provides the users with powerful macros which excel the ease of code generation.

A Rust app (via the arduino_hal crate) that works with 3 blinking leds which implement the basic binary counting (implemented via bitshifting).

A simple CLI Rust Rock Paper Scissors game implemented using Enums, HashMaps and parsing from the user input.

A Rust attempt of a library that does Matrix operations. It's incredibly sub-optimal as it uses double heap indirection in the form of: Vec<Vec<T>>.

A basic VGA output displaying operating system built in Rust which can't even compile on my machine.

1K2S's Projects

c-exercises icon c-exercises

C practices based on the book: "The C Programming Language, 2nd Edition".

counting-blinks icon counting-blinks

An arduino_hal (hardware abstraction layer) tool using the Arduino Nano that counts in binary using the LEDs.

cpp-optimize-test icon cpp-optimize-test

This project Isn't a lot more than a simple experiment on C++ optimizations on a basic array. I'm publishing the code for anyone to check it out and try it out if they wish.

currency-conversion icon currency-conversion

A Python program that converts user input value from one currency into another into a JSON file.

discord-interactions-bot icon discord-interactions-bot

A small interaction discord bot that I was making for a YouTuber (ユーツーバー)called "NoPengoo".

dotfiles icon dotfiles

My configuration files for Hyprland and i3wm on Arch Linux and all my used packages as a text file.

leetcode-trees-rs icon leetcode-trees-rs

A Rust library for Binary Tree Node and Singly Linked List ListNode LeetCode problems.

matrix-math-rs icon matrix-math-rs

It's quite funny how poorly implemented this is. Libraries that do these operations usually work in highly parallelized environments (sometimes entirely on the GPU). But the beauty of doing it manually is the learning curve. (Vec Vec double heap indirections are a crime against humanity)

nighttab-theme icon nighttab-theme

My browser theme. The links used are from the Codeberg repository: https://codeberg.org/1kill2steal/nigttab-theme

pc-store-site icon pc-store-site

A classic LAMP stack site with a basic register and login system and HTML+CSS for the front-end.

prime-nums-test icon prime-nums-test

This repository was made to test the speed of C++'s constexpr values (at runtime) in comparison to the traditional Sieve of Eratosthenes optimization. NOTE: The SIMD solution doesn't work.

reactix icon reactix

A monorepo example written with React + Tailwind + TS on the front-end and Actix.rs on the back-end.

rust-os icon rust-os

My attempt in following a guide in order to create an operating system in Rust. (It doesn't even compile)

rust-rps icon rust-rps

Simple rock paper scissors app in rust.

skill-icons icon skill-icons

Showcase your skills on your Github readme or resumé with ease ✨

yew-site icon yew-site

A simple yew site using the yew router and trunk.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.