Pinned Repositories
accounting
Useful Laravel Model functions to help develop debit/credit accounting journals.
Algorithms
:computer: Data Structures and Algorithms in Python
Awesome-JavaScript-Crypto-Libraries
List of awesome JavaScript Crypto Libraries
awesome-laravel
A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
CUDA-training
CUDA programs for our training session.
d3
A JavaScript visualization library for HTML and SVG.
NikLDudov's Repositories
NikLDudov/accounting
Useful Laravel Model functions to help develop debit/credit accounting journals.
NikLDudov/Algorithms
:computer: Data Structures and Algorithms in Python
NikLDudov/Awesome-JavaScript-Crypto-Libraries
List of awesome JavaScript Crypto Libraries
NikLDudov/active-users
A Laravel Package for easily retrieving a list of active users and guests that are currently online.
NikLDudov/awesome-android-complete-reference
Awesome Android references for everything like best practices, performance optimization, etc.
NikLDudov/awesome-appsec
A curated list of resources for learning about application security
NikLDudov/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
NikLDudov/awesome-cryptography
A curated list of cryptography resources and links.
NikLDudov/awesome-gradient-boosting-papers
A curated list of gradient boosting research papers with implementations.
NikLDudov/Awesome-network
NikLDudov/awesome-osint
:scream: A curated list of amazingly awesome OSINT
NikLDudov/bash-handbook
:book: For those who wanna learn Bash
NikLDudov/ds-cheatsheets
List of Data Science Cheatsheets to rule the world
NikLDudov/Fast-Android-Networking
🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
NikLDudov/iproute2-cheatsheet
iproute2 command reference
NikLDudov/iptv
Collection of 8000+ publicly available IPTV channels from all over the world
NikLDudov/jarvis
Voice Assistant made as an experiment using Silero TTS + Vosk STT + Picovoice Porcupine + ChatGPT.
NikLDudov/KeeLoq
C implementation of KeeLoq algorithm, equipped with a function to generate algebraic equations of KeeLoq over GF(2)
NikLDudov/laravel-58-from-scratch
Companion code for the video series Laravel 5.8 From Scratch
NikLDudov/laravel-auth
Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood up in minutes.
NikLDudov/laravel-file-manager
File manager for Laravel
NikLDudov/laravel-stock
Keep stock for Eloquent models
NikLDudov/LORA-GPS-Tracker
NikLDudov/MasseyRamanujan
alternative ideas for the ramanujan machine
NikLDudov/neural-enhance
Super Resolution for images using deep learning.
NikLDudov/signature_pad
HTML5 canvas based smooth signature drawing
NikLDudov/teamwork-1
User to Team associations with invitation system for the Laravel 5 Framework
NikLDudov/TextAtAnyCost
Old PHP scripts to read text content from different binary formats: PDF, DOC, PPT, RTF (not binary) etc.
NikLDudov/The_Holy_Book_of_X86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
NikLDudov/x86-bare-metal-examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/************/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/************/linux-kernel-module-cheat#baremetal-setup