- Pixel art:
- The Ultimate Pixel Art Tutorial
- Do's and Don'ts of Pixel art
- Xem thêm:
- Pixel Overload
- Pixel Pete (Peter Milko)
- Spriters resource: có pixelart đc rút từ các games khác nhau, vào xem và học hỏi.
- Godot:
- Getting started with the Godot game engine in 2021 hoặc Learn GDScript from Zero with this Free app (chọn một trong hai hoặc cả hai thì càng tốt)
- Xem thêm:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "tty-reader" | |
class HighLow | |
@@DESK = [?A, *'2'..'10', ?J, ?Q, ?K].product(%w[♠ ♥ ♦ ♣]) | |
def initialize | |
@deck = @@DESK.shuffle | |
@score = 0 | |
end |
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).
Name | Structure | Bar | Menu | Window decoration | Difficulty | Config method | Description |
---|---|---|---|---|---|---|---|
Tree | Yes | No | Border | Easy | Python | With Plasma it can be use tree-base tiling system like I3 and Sway but because Qtile is Python-base, it's way more hackable | |
Tree | Yes | No | Tabsbar | Easy | [Plain text](https://wikiped |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" | |
" █ █ ███ | |
" █ █ ███ | |
" █ █ ████ | |
" █ █ ████ | |
" | |
" File: init.vim | |
" Description: Vim config that SuperB | |
" Author: NNB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json, requests | |
with open('bookmarks.json') as file: | |
bookmarks = json.load(file) | |
saved = [] | |
error = {} | |
for bookmark in bookmarks: | |
url = bookmark['uri'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# __________ | |
# / ___/ ___/____ ___ ____ _____ ____ _ | |
# \__ \\__ \/ __ `__ \/ __ `/ __ \/ __ `/ | |
# ___/ /__/ / / / / / / /_/ / / / / /_/ / | |
# /____/____/_/ /_/ /_/\__,_/_/ /_/\__,_/ | |
# | |
# File: ssmana |
NewerOlder