Skip to content

Instantly share code, notes, and snippets.

View algun's full-sized avatar
🏠
Working from home

Algün Akgündüz algun

🏠
Working from home
  • alpha-sense.com
  • Helsinki, Finland
  • 05:06 (UTC +03:00)
View GitHub Profile
@oswaldoacauan
oswaldoacauan / autoexec.cfg
Last active October 1, 2022 09:23
CS:GO - Useful binds
// Some useful binds for CS:GO
// ===================
// Launch Options: -console -novid -high -tickrate 128 -freq 144 +exec autoexec.cfg
// by Lamarkz
// Show damage given in the console
// ===================
developer "1"
con_filter_text "Damage given"
con_filter_text_out "Player:"
@staltz
staltz / introrx.md
Last active May 24, 2025 19:53
The introduction to Reactive Programming you've been missing
@mikedfunk
mikedfunk / README.md
Created August 28, 2012 21:17
CodeIgniter Pagination for Twitter Bootstrap

This uses Twitter Bootstrap classes for CodeIgniter pagination.

Drop this file into application/config.

body {
background: #222;
color: #ddd;
white-space: pre;
font-family: monospace;
}
a {
color: #6482c8;
}