Skip to content

Instantly share code, notes, and snippets.

View abrantesasf's full-sized avatar

Abrantes Araújo Silva Filho abrantesasf

View GitHub Profile
@xero
xero / irc.md
Last active March 29, 2024 13:30
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.
@mjf
mjf / man2pdf.sh
Created September 4, 2012 12:53
man2pdf -- Convert manual page to PDF via PS
#! /bin/sh
# man2pdf -- Convert manual page to PDF via PS
# Copyright (C) 2012 Matous J. Fialka, <http://mjf.cz/>
# Released under the terms of The MIT License
groff='groff -Tps -mandoc'
ps2pdf='ps2pdf -'
file=file
man='man -w'