sudo apt-get install build-essential curl file git python-setuptools
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
test -d ~/.linuxbrew && PATH="$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin:$PATH"
test -d /home/linuxbrew/.linuxbrew && PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH"
| <Name>IDM Full ToolKit</Name> | |
| <Version>4.7</Version> | |
| <Download>https://onedrive.live.com/download?cid=860C6C270D0296DF&resid=860C6C270D0296DF%21175&authkey=APaTYii-uJSRpD0</Download> | |
| link khác: | |
| https://uploading.vn/vtyktzy6ukao | |
| https://veryfiles.com/apcik7jdp3wz | |
| [IDM Toolbar] | |
| <URL>https://drive.google.com/uc?export=download&id=0B3sqdC3gTItxWDNubEFCZEI0RkE</URL> |
| /* | |
| This function will help you to convert your object from struct to map[string]interface{} based on your JSON tag in your structs. | |
| Example how to use posted in sample_test.go file. | |
| */ | |
| func structToMap(item interface{}) map[string]interface{} { | |
| res := map[string]interface{}{} | |
| if item == nil { | |
| return res | |
| } |
| *. Full Toolkit 4.7: | |
| https://veryfiles.com/apcik7jdp3wz | |
| https://uploading.vn/vtyktzy6ukao | |
| *. Tools Download 4: | |
| https://veryfiles.com/j7ixfpx6disy | |
| https://uploading.vn/f2t2lheqjben | |
| *. 6.40 b.11 P@cth: | |
| https://veryfiles.com/8pp1pwdly2kp |
| const express = require('express'); | |
| const bodyParser = require('body-parser'); | |
| const jwt = require('jsonwebtoken'); | |
| const router = express.Router(); | |
| const config = require('./config'); | |
| const utils = require('./utils'); | |
| const tokenList = {}; | |
| const app = express(); | |
| router.get('/', (req, res) => { |
This is an effort to document what is known about Google's (Blogger's/Blogspot's) image URL parameters. Some of these options were taken from existing first or third party documentation (see the links at the end of this document), but the majority is based off my own investigations.
- On Blogger's image URL's:
2.bp.blogspot.com/-OF7u67HQE1M/VHc8S8qJTDI/AAAAAAAACxI/UD-11c63diQ/s1600/005.png - On just about any googleusercontent image URL:
https://lh3.googleusercontent.com/Jvmz11cLrvNIHG_LWjVO9B-UV2IN4Cfk1pycbhWZl6IriMgCAGCOFuBRtoHaiZ6xeVGqCugZcCql=w176-h176-n-o
Replace the bolded parts with the parameters.
I’ve written a newer optimized 2026 version of this guide with a faster setup using Zinit + Starship and improved plugin loading.
This version avoids slow shell startups and works better with modern Zsh setups.
Updated guide: https://gist.github.com/n1snt/2cccc8aa5f7b645a7628d3512c70deb6
When I click on links from Slack or Outlook on MacOS they open in seemingly random browser windows/profiles. This is annoying.
Open links in a particular Google Chrome profile window based on the source application or URL. Be less annoyed.
- In Chrome, visit
chrome://versionand find the desired profile name. Mine wasDefault. Copy that profile's directory name, likeProfile 2orDefault, not the profile's vanity name you see when you click on your profile icon in the browser. - Install Finicky:
brew install finicky. After install it should be running and you should see the icon in the upper toolbar. - From the Finicky Toolbar Item, click
> Config > Create New(or edit~/.finicky.js/~/.finicky.ts).
