Skip to content

Instantly share code, notes, and snippets.

View Neilblaze's full-sized avatar
╰( ▀ ͜͞ʖ▀)つ──☆*:・゚ Hacking 👨‍💻

Pratyay Banerjee Neilblaze

╰( ▀ ͜͞ʖ▀)つ──☆*:・゚ Hacking 👨‍💻
View GitHub Profile
@Neilblaze
Neilblaze / normcore-llm.md
Created September 7, 2023 14:58 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads
@Neilblaze
Neilblaze / README.md
Last active August 28, 2023 10:50
GSoC'23 — FINAL REPORT (Interactive Web Demo / MediaPipe) → Pratyay Banerjee 👨‍💻
@Neilblaze
Neilblaze / 📊 Weekly development breakdown
Last active July 8, 2023 12:19
📊 Weekly development breakdown
Python 14 hrs 2 mins ██████████▎░░░░░░░░░░ 45.8%
JavaScript 10 hrs 4 mins ██████▊░░░░░░░░░░░░░░ 37.1%
Other 2 hrs 7 mins █▊░░░░░░░░░░░░░░░░░░░ 9.6%
JSON 56 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.8%
Bash 37 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.7%
@Neilblaze
Neilblaze / grokking_to_leetcode.md
Created April 18, 2023 19:27 — forked from tykurtz/grokking_to_leetcode.md
Grokking the coding interview equivalent leetcode problems

GROKKING NOTES

I liked the way Grokking the coding interview organized problems into learnable patterns. However, the course is expensive and the majority of the time the problems are copy-pasted from leetcode. As the explanations on leetcode are usually just as good, the course really boils down to being a glorified curated list of leetcode problems.

So below I made a list of leetcode problems that are as close to grokking problems as possible.

Pattern: Sliding Window

@Neilblaze
Neilblaze / ipfs-server-setup.md
Created August 2, 2021 16:05 — forked from claus/ipfs-server-setup.md
Host Your Site Under Your Domain on IPFS

Host Your Site Under Your Domain on IPFS

This is a step-by-step tutorial for hosting your website under your domain on IPFS, from zero, on a DigitalOcean Ubuntu 16.04.3 x64 Droplet (i am using the $10 variant with 2GB RAM).

Install IPFS

Log in as root.

First, make sure the system is up to date, and install tar and wget:

@Neilblaze
Neilblaze / CPP_Template.cpp
Last active February 19, 2024 15:19
CP Template — C++ </>
#include <bits/stdc++.h>
using namespace std;
/* clang-format off */
/* TYPES */
#define ll long long
#define pii pair<int, int>
#define pll pair<long long, long long>
#define vi vector<int>
@Neilblaze
Neilblaze / ssh.md
Created June 24, 2021 21:12 — forked from bradtraversy/ssh.md
SSH & DevOps Crash Course Snippets

SSH Cheat Sheet

This sheet goes along with this SSH YouTube tutorial

Login via SSH with password (LOCAL SERVER)

$ ssh brad@192.168.1.29

Create folder, file, install Apache (Just messing around)

$ mkdir test

$ cd test

@Neilblaze
Neilblaze / docker-help.md
Created June 24, 2021 21:12 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@Neilblaze
Neilblaze / node_nginx_ssl.md
Created June 24, 2021 21:10 — forked from bradtraversy/node_nginx_ssl.md
Node app deploy with nginx & SSL

Node.js Deployment

Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt

1. Sign up for Digital Ocean

If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a

2. Create a droplet and log in via ssh

I will be using the root user, but would suggest creating a new user