Projects in Awesome Lists by abhaysp95
A curated list of projects in awesome lists by abhaysp95 .
https://github.com/abhaysp95/vimwiki
These are some personal files used as note-taking(no comments)
Last synced: 02 Mar 2025
https://github.com/abhaysp95/note-taking
Some of the notes, facts to-do etc. about different things
Last synced: 13 Jan 2025
https://github.com/abhaysp95/terminal-fonts
Collection of Fonts I prefer to use
Last synced: 02 Mar 2025
https://github.com/abhaysp95/sshots
Script to take screenshot in various ways
Last synced: 02 Mar 2025
https://github.com/abhaysp95/improved-wallpaper-changer
Wallpaper changer script package to make wallpaper changing fun
Last synced: 02 Mar 2025
https://github.com/abhaysp95/project-setup
initial setup to start project on your desired programming language
Last synced: 02 Mar 2025
https://github.com/abhaysp95/centralized-bookmarks
A local centralized bookmark file created through bookmarks of several browsers you use
Last synced: 02 Mar 2025
https://github.com/abhaysp95/setup-theme-changer
Changes the theme/colorscheme of work setup
Last synced: 02 Mar 2025
https://github.com/abhaysp95/essential_cp
The repository contains solutions to the CP & DSA problems from various platforms
algorithms codechef-solutions codeforces-solutions competitive-programming cpp cpp14 dsa leetcode-solutions python zig ziglang
Last synced: 11 Mar 2025
https://github.com/abhaysp95/advent-of-code-2020-cpp
my advent of code solutions for 2020 with C++
Last synced: 02 Mar 2025
https://github.com/abhaysp95/manage_bookmarks
Show and work with bookmarks on the go
Last synced: 02 Mar 2025
https://github.com/abhaysp95/dwm_custom
my build of dwm(dynamic window manager)
Last synced: 02 Mar 2025
https://github.com/abhaysp95/battery-status
Get the battery status with nice notification
Last synced: 02 Mar 2025
https://github.com/abhaysp95/flask-rest-basics
A small project to demostrate flask_restful with CRUD functionality
Last synced: 02 Mar 2025
https://github.com/abhaysp95/clg-practicals
source and other files related to college practicals
Last synced: 02 Mar 2025
https://github.com/abhaysp95/wall_post_flask
A basic blog website with CRUD functionality
Last synced: 02 Mar 2025
https://github.com/abhaysp95/bgwallpapers
Some images which I collected to use as my wallpapers
Last synced: 02 Mar 2025
https://github.com/abhaysp95/notifychanges
get notification for different type of changes happening in your wm
Last synced: 02 Mar 2025
https://github.com/abhaysp95/the_gopl
programs and exercises from the go programming language
go golang programming-language
Last synced: 02 Mar 2025
https://github.com/abhaysp95/apue_3rded
Programs and solutions for Advanced Programming in Unix Environment
Last synced: 02 Mar 2025
https://github.com/abhaysp95/freecodecamp-tribute-page
"Build a tribute page" project under Responsive Web Designing from FreeCodeCamp
Last synced: 02 Mar 2025
https://github.com/abhaysp95/logrocket_blog_examples
LogRocket blogs example with extended functionalities, if required
Last synced: 02 Mar 2025
https://github.com/abhaysp95/neovim-lua
Neovim setup with lua
editor linux lua neovim neovim-lua nvim vim
Last synced: 02 Mar 2025
https://github.com/abhaysp95/freecodecamp-survey-form
Project made for completion for course on freecodecamp
Last synced: 02 Mar 2025
https://github.com/abhaysp95/gophercises
my attempt on gophercises in golang
Last synced: 02 Mar 2025
https://github.com/abhaysp95/freecodecamp-product-landing-page
Project on "product landing page" for course from freecodecamp
Last synced: 02 Mar 2025
https://github.com/abhaysp95/concurrency_with_python
example programs from various sources for learning concurrecy with python
Last synced: 02 Mar 2025
https://github.com/abhaysp95/java_network_programming
Implementation of examples and theories from Java Network Programming
Last synced: 02 Mar 2025
https://github.com/abhaysp95/golang-cli-tools
Some example command line tools made in golang
Last synced: 02 Mar 2025
https://github.com/abhaysp95/bonged
smart grouping of files in directories
cross-platform go golang grouping utility
Last synced: 02 Mar 2025
https://github.com/abhaysp95/linux_system_programming
snippets and examples from Robert Love's book of Linux System Programming
c linux linux-kernel makefile posix
Last synced: 02 Mar 2025
https://github.com/abhaysp95/bittorrent_parser
Excersise done for codecrafters bittorrent primarily focuses on bencoding built on zig
bencode bencode-parser bittorrent codecrafters codecrafters-bittorrent zig ziglang
Last synced: 30 Mar 2025
https://github.com/abhaysp95/intro_to_parallel_programming
examples from 'introduction to parallel programming' and more
c parallel-programming zig ziglang
Last synced: 11 Mar 2025
https://github.com/abhaysp95/cpp_concurrency_parallel_examples
C++ concurrency and parallellism examples
Last synced: 02 Mar 2025
https://github.com/abhaysp95/server_side_pagination_demo
demo of server side pagination
Last synced: 02 Mar 2025
https://github.com/abhaysp95/genki_nihongo_renshuu
practicing japenese by genki (some exercises not just done on notebook)
Last synced: 02 Mar 2025
https://github.com/abhaysp95/zmq_patterns
Small projects using common patterns with zeromq
Last synced: 02 Mar 2025
https://github.com/abhaysp95/network_programming_from_scratch
code for basics of networking related concepts and sockets
Last synced: 02 Mar 2025
https://github.com/abhaysp95/gomibako
space to dump whatever you have in mind
Last synced: 02 Mar 2025
https://github.com/abhaysp95/chiisana_url
basic url shortener service written in go
Last synced: 02 Mar 2025
https://github.com/abhaysp95/spring_guide_tutorial
some spring framework demo projects
Last synced: 02 Mar 2025
https://github.com/abhaysp95/cp_prac
some competitive programming questions
c competitive-coding competitive-programming cp cpp go java leetcode leetcode-c leetcode-cpp
Last synced: 02 Mar 2025
https://github.com/abhaysp95/whoiswho
simple team member allocator application
Last synced: 02 Mar 2025
https://github.com/abhaysp95/optimstock
Project demonstrating microservice practices
cloud java-17 microservices microservices-architecture spring-boot
Last synced: 02 Mar 2025
https://github.com/abhaysp95/python_gui_tkinter
basics of python tkinter/tk via example
Last synced: 02 Mar 2025
https://github.com/abhaysp95/concurrency_in_go
learning concurrency from Katherine's "Concurrency In Go"
Last synced: 02 Mar 2025
https://github.com/abhaysp95/rust_in_action_prac
Practicing concepts and examples from Rust In Action
Last synced: 02 Mar 2025
https://github.com/abhaysp95/rust_cli_coreutils_sample
Some basic sample of coreutils written in rust
Last synced: 02 Mar 2025
https://github.com/abhaysp95/raycarush
Trying out raylib
2d-game c car-game multiplayer p2p-network raylib-c singleplayer
Last synced: 02 Mar 2025
https://github.com/abhaysp95/post_me_daddy
a simple generic social comm. platform where you can post
apollo-graphql docker docker-compose graphql redis-client typescript vue3
Last synced: 02 Mar 2025
https://github.com/abhaysp95/go_security
some example, exercise and practice for various security topics on golang
Last synced: 02 Mar 2025
https://github.com/abhaysp95/unix_network_programming
Repo name is sufficient
Last synced: 02 Mar 2025
https://github.com/abhaysp95/spring_boot_security_demos
Various authentication, authorization and other spring security related demos
authorization decoding encoding encryption-decryption hashing inmemory-authentication java-17 roles spring-boot spring-boot-security
Last synced: 02 Mar 2025
https://github.com/abhaysp95/quizmate
A quiz and programming contest application built upon spring-boot microservice technology and angular
angular java17 microservice spring-boot typescript
Last synced: 02 Mar 2025