Skip to content

Instantly share code, notes, and snippets.

View sailik1991's full-sized avatar
:electron:
Learning, Decoding, and Evolving

Sailik Sengupta sailik1991

:electron:
Learning, Decoding, and Evolving
View GitHub Profile
@sailik1991
sailik1991 / 0.0 Optimization References.md
Created April 8, 2020 16:36
References for understanding Optimization basics
@sailik1991
sailik1991 / 0.0 Task_planning_resources.md
Last active April 8, 2020 16:38
Task planning for users!

In trying to use planning for decision support systems, there have been an array of automated planning techniques and softwares that we have tried to use. Here is a list of things we believe others might find useful:

@subfuzion
subfuzion / curl.md
Last active May 6, 2024 09:53
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.