Skip to content

Instantly share code, notes, and snippets.

View jakbin's full-sized avatar
😃
happy

Dhruv Jagdish jakbin

😃
happy
View GitHub Profile
@jakbin
jakbin / README.md
Created October 7, 2023 05:19
how i can find github repos that have hacktoberfest topic and less than n stars

Here is search filter for this. Put your number instead of 100.

https://github.com/search?q=topic:hacktoberfest+stars:<100

if you want also filter language.

https://github.com/search?q=topic:hacktoberfest+stars:<100+language:Python

You can get more filter ideas from here.

@jakbin
jakbin / README.md
Created June 1, 2023 13:00
generate samsung hotspot password

this code can generate samsung hotspot password but this takes more than 10 gb size 😂 😂 😂

@jakbin
jakbin / README.md
Created June 1, 2023 12:45
No valid crumb was included in the request

Here is solution. If you are using jenkins api with python and getting error 'No valid crumb was included in the request' again and again.

I have solution for this. DM me Telegram

@jakbin
jakbin / README.md
Last active July 17, 2022 10:30
download deb file of telegram desktop 4.0.2

Here you can download latest vesion deb file of telegram desktop 4.0.2

Download link :- Telegram Desktop

@jakbin
jakbin / README.md
Last active July 17, 2022 10:30
Download deb file of node js 16.16

Here you can download latest vesion deb file of node js

Latest LTS Version: 16.16.0 (includes npm 8.11.0, also include npx)

Download link :- Node Js

@jakbin
jakbin / README.md
Created November 9, 2021 13:01
download or stream json file from flask server

download or stream json file from flask server

you can return json file from your flask server without creating it.