- 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:
- Video này giúp mình nhanh chóng biết được hầu hết các node trong Godot, không cần học chuyên sâu hết, chỉ cần biết nó tồn tại và nó dùng để làm gì là được. Để lúc sau cần dùng thì nhớ ra rồi tìm hiểu chi tiết sau.
This file contains hidden or 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
| // oauth2-pkce-client.js - Complete PKCE client for single-page applications | |
| import { | |
| generateCodeVerifier, | |
| generateCodeChallenge, | |
| generateState, | |
| } from "./pkce-utils.js"; | |
| /** | |
| * OAuth2 client with PKCE support for browser-based applications. |
This file contains hidden or 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
| { | |
| "*": { | |
| "text": " ┏┏━━━━┓┓ \n ┇┛FILE ┃ \n ┃┋┇┃┃┇┋┃ \n ┗━━━━━━┛ ", | |
| "color": 4 | |
| }, | |
| "*.3gp": { | |
| "text": " ┏┳┳┳┳┳┳┓ \n ┇3GP∴∵◖┇ \n ┇_░▃_▓▆┇ \n ┗┻┻┻┻┻┻┛ ", | |
| "color": 4 | |
| }, | |
| "*.7z": { |
This file contains hidden or 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 hidden or 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 hidden or 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-jointo 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 hidden or 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 hidden or 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'] |
NewerOlder
