You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wchar file.txt # prints lines, words, chars
wchar -c file.txt # prints only characters
wchar -w file.txt # prints only words
wchar -l file.txt # prints only lines
3. Notes CLI (Difficulty 3/10)
Requirements
Add, list, and delete notes.
Store notes in a JSON file.
Usage
notes add "Buy milk"
notes list
notes delete 1
4. URL Shortener (In-Memory) (Difficulty 4/10)
Requirements
HTTP server with endpoints:
POST /shorten → returns short URL
GET /abc123 → redirects to full URL
Store mappings in memory.
Usage
curl -X POST localhost:8080/shorten -d "https://example.com"# returns http://localhost:8080/abc123
curl localhost:8080/abc123
# redirects to https://example.com
I want to create some sort of automatic telegram channel content downloader, meaning if there is something that I want from a channel to be downloaded
it should download it automatically.
Fuzzy search enabled notes manager and synchronisations, that will totally be helpful if merged with bookmarks
iterfzf for fuzzy finding
git for synchronisation
xsel or something similar for clipboard
Automatic mount with rclone and having some good speed
An automated script for the automation of scenarios in MPTCP