Projects in Awesome Lists by hungrybluedev
A curated list of projects in awesome lists by hungrybluedev .
https://github.com/hungrybluedev/whisker
V project for supporting whisker, a descendent of the Mustache template language.
template-engine vlang vlang-package
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/klonol
CLI tool to help you "clone all" git repositories belonging to you.
cli collaborate git gitea github jetbrains v vlang
Last synced: 04 Apr 2025
https://github.com/hungrybluedev/xlsx
V library to add support for Microsoft Excel files.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/geo
A sample CLI tool made in V that prints geometric shapes to the screen.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/v_pdml
Custom implementation of the PDML standard in the V Programming language.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/v-htmx-todolist
A server-side rendered To Do List application with zero custom JS. Built with V and htmx.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/linear_regression
Multiple Linear Regression in pure V.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/flutter_admin_panel
A demo of a responsive UI built using Flutter
Last synced: 04 Apr 2025
https://github.com/hungrybluedev/v_currency_api
Wrapper for the free API for freecurrencyapi.com in the V Programming Language.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/vbigmath
Working repository for experiments on trying to improve performance of the math.big module for V
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/math-bot
Discord bot that supports several math commands like sum, mean, stddev, etc.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/vex-random-api
A sample web app implemented in V using the Vex framework.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/bigmath
Arbitrary precision mathematics library implemented in pure V.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/cmake-basic-c-template
This repository contains a basic CMake template that can be used a viable starting point for a moderate to large C codebase.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/bump
Command-line utility to bump the semantic version value contained in any file.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/rng_testbench
RNG Test Bench in V for evaluating internal and external PRNGs.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/c-programs
A collection of well-documented, mostly self-contained C programs. The programs include implementations of Data Structures as well as Algorithms.
algorithm c data-structures dependency-free implementation
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/theme-switcher
Modular JS library that allows easy theme-switching for any website.
css javascript theme-switcher themes
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/tictactoe2
Remake of the TicTacToe PWA. Written in Typescript and SCSS.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/calc.ts
Simple calculator progressive web application (PWA) built with React, TypeScript and Vite.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/hbd-tictactoe
The classic game TicTacToe playable on your browser! https://hungrybluedev.github.io/hbd-tictactoe/
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/social-sustainability
TODIM vs CPT TODIM and SA
Last synced: 28 Feb 2025
https://github.com/hungrybluedev/calculator
A simple, browser-based, client side calculator with support for mouse and keyboard.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/statistics
An easy to use Statistics library in Java.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/cglab8thsem
Code for my 8th Sem Lab class for Computer Graphics
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/release-test
This project demonstrates how to create releases with Github Actions and also upload binary release assets.
c cmake cross-platform project
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/nt
Commonly used Number Theory functions like GCD, Euler Function, etc.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/baseconverter
A Progressive Web App that supports base conversion of numbers, as well as arithmetic in non-decimal bases.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/uniform-general-case
Contains code and data that supplements the paper.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/coolify-static-website
A simple static website for testing Coolify.
Last synced: 23 Mar 2025
https://github.com/hungrybluedev/v-benchmarks
Extremely simple benchmarks and reports on the findings
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/root-from-parameters
Companion repository for the paper: On the Probability of Real Roots in a Quadratic Equation when its Coefficients are i.i.d. Uniform Variates. (pending publication). It contains the Jupyter notebooks used to perform the simulations and obtain the figures and data included in the paper.
jupyter-notebook monte-carlo-simulation python statistics
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/improper_import
A sample project highlighting an error with V fmt
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/python-basic-cryptography
Implemenation of basic Cryptography techniques and algorithms, along with tools useful for analysis.
algorithm cryptography python3
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/hungrybluedev
Repository for personal profile.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/numerical-methods
An implementation of all the Numerical Methods (algorithms) in C for the IMM5001 Numerical Methods course that I took in my fifth semester. I would really appreciate any support in the form of a star or a contribution to the repository.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/websocket-client-server-chat
A simple websocket application that allows for a chat b/w client and server using C.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/minus-theta-to-plus-theta
Repository containing the source code used for simulation in the form of Jupyter Notebooks. Corresponds to the data in my second manuscript.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/dailyui
Place where I add all the HTML+CSS UI prototypes of the tasks prompted by #DailyUI
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/dual-simplex-algorithm-in-matlab
This is an implementation of the Dual Simplex Algorithm in MATLAB. Part of an assignment for the 6th semester course: IMM6001 - Optimization Techniques.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/sudoku
A Sudoku Solver application written in Python.
Last synced: 08 Apr 2025
https://github.com/hungrybluedev/plotly
WIP V Wrapper for the Plotly.js library.
Last synced: 07 Apr 2025
https://github.com/hungrybluedev/hugo-kiera-modified-theme
A modified clone of the Hugo Kiera theme by originally by avianto.
Last synced: 08 Apr 2025