Skip to content

Instantly share code, notes, and snippets.

View NNBnh's full-sized avatar
⚠️
TypeError: Cannot read property 'status' of undefined.

NNB NNBnh

⚠️
TypeError: Cannot read property 'status' of undefined.
View GitHub Profile
@NNBnh
NNBnh / readme.txt
Created October 3, 2023 15:10
I'm Too Big For The Target (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@NNBnh
NNBnh / discs.yaml
Last active March 9, 2024 13:25
Directories tree of 2 (probably pirated) games discs that I get when I was a kid.
- g1226:
- 2M Flower Garden v1.3:
- 2M Flower Garden v1.3.txt
- 2mfwe.exe
- Crack:
- Keygen.exe
- 2M Tetrix Collection v2.2:
- 2mTetrix.exe
- Keygen.exe
- 4 In 1 Lines:
@NNBnh
NNBnh / tutor.md
Created March 31, 2023 03:16
Tài liệu học làm game
require "tty-reader"
class HighLow
@@DESK = [?A, *'2'..'10', ?J, ?Q, ?K].product(%w[♠ ♥ ♦ ♣])
def initialize
@deck = @@DESK.shuffle
@score = 0
end
@NNBnh
NNBnh / diyfetch.md
Last active January 24, 2023 22:37
Some message from the author of DIYfetch

Some message from the author

After created SuperB Fetch, I was brainstorming about creating a follow up project about sysfetch that is faster and more customizable. That project is now tuned into DIYfetch!

DIYfetch wasn't originally planned to use Gum, I was planned to create a bunch of Rust CLI utilities that follow the Unix philosophy:

Do One Thing and Do It Well

  • ansi-join to combine ansi strings horizontally/vertically (with options to set align, width and hight).
@NNBnh
NNBnh / wm.md
Created May 3, 2022 08:02
My old windows manager ranking
@NNBnh
NNBnh / init.vim
Last active November 23, 2021 06:16
My last Neovim config
"
" █ █ ███
" █ █ ███
" █ █ ████
" █ █ ████
"
" File: init.vim
" Description: Vim config that SuperB
" Author: NNB
@NNBnh
NNBnh / bookmarks2artists.py
Last active December 12, 2021 17:14
Script I use to convert artists bookmarks into ___booru artist's names (remember to customize this script to fit your bookmarks file).
import json, requests
with open('bookmarks.json') as file:
bookmarks = json.load(file)
saved = []
error = {}
for bookmark in bookmarks:
url = bookmark['uri']
@NNBnh
NNBnh / projectStatus.md
Last active March 16, 2023 09:55
My project status indicator explains

Project status

My project status indicator explains.

Development completed

Indicator:
Development completed

![Development completed](https://img.shields.io/badge/development-completed-%23FFC387.svg?labelColor=585858&style=for-the-badge&logoColor=FFFFFF "Development completed")
#!/bin/sh
# __________
# / ___/ ___/____ ___ ____ _____ ____ _
# \__ \\__ \/ __ `__ \/ __ `/ __ \/ __ `/
# ___/ /__/ / / / / / / /_/ / / / / /_/ /
# /____/____/_/ /_/ /_/\__,_/_/ /_/\__,_/
#
# File: ssmana