by @delasy
This script is way more advanced than other scripts out there.
- allows generating HamsterKombat coupon code for free using your machine.
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
| { | |
| "log": { | |
| "level": "panic" | |
| }, | |
| "dns": { | |
| "independent_cache": true, | |
| "disable_cache": false, | |
| "strategy": "ipv4_only", | |
| "fakeip": { | |
| "enabled": true, |
by @delasy
This script is way more advanced than other scripts out there.
| { | |
| "log": { | |
| "loglevel": "warning" | |
| }, | |
| "routing": { | |
| "domainStrategy": "IPIfNonMatch", | |
| "rules": [ | |
| { | |
| "type": "field", | |
| "ip": [ |
| name: Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - features/** | |
| - dependabot/** | |
| pull_request: | |
| branches: |
| #!/bin/bash | |
| # brew install jq | |
| # brew install qrencode | |
| config_file=v2rayx*.json | |
| rss_file=rss.txt | |
| cat $config_file | \ | |
| jq --raw-output ' |
| import tweepy | |
| consumer_key = 'change with your consumer key' | |
| consumer_secret = 'change with your consumer secret' | |
| access_token = 'change with your access token' | |
| access_secret = 'change with your access secret' | |
| tweetsPerQry = 100 | |
| maxTweets = 1000000 | |
| hashtag = "#mencatatindonesia" |