Skip to content

Instantly share code, notes, and snippets.

View Shashwat986's full-sized avatar
☯️
A scarecrow says, "This job isn't for everyone, but hay, it's in my jeans."

Shashwat Chandra Shashwat986

☯️
A scarecrow says, "This job isn't for everyone, but hay, it's in my jeans."
View GitHub Profile
@subfuzion
subfuzion / curl.md
Last active December 5, 2025 19:15
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@patilarpith
patilarpith / CustomChecker.py
Last active April 20, 2020 20:11
Custom checker in Python
# Start of HEAD
import json
import string
import sys
# End of HEAD
# Start of BODY
'''
TestStruct::