Skip to content

Instantly share code, notes, and snippets.

View fahadskt's full-sized avatar

Fahad Aziz Qureshi fahadskt

View GitHub Profile
@fahadskt
fahadskt / free-database-hosting.md
Created January 11, 2025 11:44 — forked from bmaupin/free-database-hosting.md
Free database hosting
@fahadskt
fahadskt / README.md
Created December 10, 2024 01:11 — forked from disler/README.md
Use Meta Prompting to rapidly generate results in the GenAI Age

Meta Prompting

In the Generative AI Age your ability to generate prompts is your ability to generate results.

Guide

Claude 3.5 Sonnet and o1 series models are recommended for meta prompting.

Replace {{user-input}} with your own input to generate prompts.

Use mp_*.txt as example user-inputs to see how to generate high quality prompts.

A) Choose Amazon Linux instance (t3.small should be fine) and launch.

B) SSH into the machine (using the same instructions as before)

C) Setup the machine:

  1. Install the CLI
  2. Install Docker
  3. Install tmux

All 3 steps done with 1 command:

@fahadskt
fahadskt / code
Created October 11, 2022 21:39 — forked from delotok/code
this script auto claim faucethub
* * * * * php -q /sdcard/script > /dev/null 2>&1
@fahadskt
fahadskt / .deps...remix-tests...remix_accounts.sol
Created October 11, 2022 21:39 — forked from RichyXin/.deps...remix-tests...remix_accounts.sol
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.4+commit.1dca32f3.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.4.22 <0.9.0;
library TestsAccounts {
function getAccount(uint index) pure public returns (address) {
address[15] memory accounts;
accounts[0] = 0x5B38Da6a701c568545dCfcB03FcB875f56beddC4;
accounts[1] = 0xAb8483F64d9C6d1EcF9b849Ae677dD3315835cb2;
@fahadskt
fahadskt / README.md
Created October 11, 2022 21:18 — forked from cre-mer/README.md
JavaScript snippet to run from the browser console in https://faucet.polygon.technology/ to auto recharge an address.

How to

  1. Go to https://faucet.polygon.technology/
  2. Paste your address
  3. Copy and paste the script in the browser console
  4. Press enter and enjoy

Notes

Loop runs max 20 times. The faucet funds 0.5 MATIC each time and the faucet doesn't fund if address balance is bigger than 10 MATIC. After 20 runs an alert pops up with the message that it's done.

Attention

@fahadskt
fahadskt / Hcaptcha Solver with Browser Trainer(Automatically solves Hcaptcha in browser).user.js Hcaptcha Solver with Browser Trainer(Automatically solves Hcaptcha in browser) by Md ubeadulla | Note: This script is solely intended for the use of educational purposes only and not to abuse any website. This script uses audio in order to solve the captcha. Use it wisely and do not abuse any website. Click "Raw" to install it on Tampermonkey
// ==UserScript==
// @name Hcaptcha Solver with Browser Trainer(Automatically solves Hcaptcha in browser)
// @namespace Hcaptcha Solver
// @version 10.0
// @description Hcaptcha Solver in Browser | Automatically solves Hcaptcha in browser
// @author Md ubeadulla
// @match https://*.hcaptcha.com/*hcaptcha-challenge*
// @match https://*.hcaptcha.com/*checkbox*
// @grant GM_xmlhttpRequest
// @grant GM_setValue
@fahadskt
fahadskt / Recaptcha Solver (Automatically solves Recaptcha in browser).user.js Recaptcha Solver in Browser | Automatically solves Recaptcha in browser by engageub | Note: This script is solely intended for the use of educational purposes only and not to abuse any website. This script uses audio in order to solve the captcha. Use it wisely and do not abuse any website. Click "Raw" to install it on Tampermonkey
// ==UserScript==
// @name Recaptcha Solver (Automatically solves Recaptcha in browser)
// @namespace Recaptcha Solver
// @version 2.1
// @description Recaptcha Solver in Browser | Automatically solves Recaptcha in browser
// @author engageub
// @match *://*/recaptcha/*
// @connect engageub.pythonanywhere.com
// @connect engageub1.pythonanywhere.com
// @grant GM_xmlhttpRequest