Skip to content

Instantly share code, notes, and snippets.

View tibhar940's full-sized avatar

Alexey Samoylov tibhar940

  • Moscow
View GitHub Profile
@subfuzion
subfuzion / curl.md
Last active October 11, 2025 00:58
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.

@mrocklin
mrocklin / distributed-dataframe.md
Last active July 1, 2018 17:48
Example using dask.dataframe together with distributed

We set up a distributed network, create a lot of pandas dataframes on the workers, then create a single logical dask.dataframe out of their futures. We then do distributed dataframe filtering operations.

$ dscheduler
$ dworker 127.0.0.1:8786
$ dworker 127.0.0.1:8786
$ dworker 127.0.0.1:8786