Skip to content

Instantly share code, notes, and snippets.

View kedar2a's full-sized avatar
🎯
Focusing

Kedar Aitawdekar kedar2a

🎯
Focusing
  • Fynd
  • Mumbai
View GitHub Profile
@kedar2a
kedar2a / enrollment_notes.md
Last active April 19, 2018 10:12 — forked from katkamrachana/enrollment_notes.md
Enrollement module

I. Present Enrollment module

[A]. Actions prevented without Enrollment:

  1. Post comment
  2. Add rating
  3. File upload
  4. Note creation

[B]. Post-Enrollment :

@kedar2a
kedar2a / curl.md
Created November 21, 2017 10:37 — forked from subfuzion/curl.md
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.

@kedar2a
kedar2a / bobp-python.md
Created November 20, 2017 06:09 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens