Skip to content

Instantly share code, notes, and snippets.

@Hayvi
Hayvi / irc.md
Created June 4, 2021 04:15 — forked from xero/irc.md
irc cheat sheet

IRC Reference

Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.

The Basics

  • /join #channel
    • Joins the specified channel.
  • /part #channel
  • Leaves the specified channel.
@Hayvi
Hayvi / curl.md
Created March 18, 2020 23:28 — 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.

@Hayvi
Hayvi / README.md
Created February 10, 2020 23:07 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007