source: https://www.reddit.com/r/debian/comments/1g2r45s/a_70_used_laptop_lives_its_new_life_as_my_remote/
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
| # source: https://github.com/ChristopherProject/Streamtape-Video-Downloader | |
| import re | |
| import requests | |
| from bs4 import BeautifulSoup | |
| def steamtape_get_dl_link(link): | |
| try: | |
| if "/e/" in link: | |
| link = link.replace("/e/", "/v/") |
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
| OWNER="neovim" | |
| REPO="neovim-releases" | |
| DEB_URL=$(curl -s "https://api.github.com/repos/$OWNER/$REPO/releases/latest" | \ | |
| jq -r '.assets[] | select(.name | endswith(".deb")) | .browser_download_url') | |
| echo "Downloading: $DEB_URL" |
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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # βββ CONFIG ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| BACKUP_DIR="$(pwd)" | |
| NOTE_ID="" | |
| SERVER_URL="" | |
| DATA_URL="$SERVER_URL/etapi/notes/$NOTE_ID/export" | |
| SECRET_TOKEN="" | |
| MAX_BACKUPS=5 |
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
| the | |
| of | |
| to | |
| and | |
| a | |
| in | |
| is | |
| it | |
| you | |
| that |
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
| #!/bin/bash | |
| # **NOTE** | |
| # This is just the bootloader startup script, | |
| # if you want to get a log in script | |
| # for proot-distro i recommend visiting this repo | |
| # https://github.com/LinuxDroidMaster/Termux-Desktops/ | |
| # Global Variables |
- Download the font on this link, for example:
https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip
You can find more list on this repository: https://github.com/ryanoasis/nerd-fonts/releases
- Create font directory in the user home dir, in case it does not exist:
mkdir ~/.fonts
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
| 666b70667e74666b63667566746c7e61666374706e6b69667563666e69716b6e6332343c |
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
| source: reddit comment | |
| https://sh.reddit.com/r/Frontend/comments/16gpov4/not_getting_any_reply_or_interviews/k0bjwqu/ | |
| You obviously don't understand what having a poor mindset is. | |
| If all you're doing is searching job boards for "entry level" jobs then yea they don't exist much anymore. That's what people with a poor mindset are doing. You don't apply for jobs because they have the title you think fits you. You apply for jobs where you think you'd be qualified to do the job. Required qualifications are just a list of what they would like from the applicant but no one will ever have them all. HR people and recruiters create jobe ads. They are just boiler plate. They don't put "entry level" or "junior" anymore. The reason is there are 1000s of people who are applying and they want to discourage anyone that isn't truly motivated from even applying. If you see a job post for web developer that doesn't say "entry level" and immediately skim past it or look at the qualifications and see a technology you don't kno |
NewerOlder
