Skip to content

Instantly share code, notes, and snippets.

View ZackBoe's full-sized avatar
🐧

Zack Boehm ZackBoe

🐧
View GitHub Profile
@ZackBoe
ZackBoe / csgo_game_state.json
Created December 9, 2015 08:14
Sample game state output using Valve's examples.
[{
"provider": {
"name": "Counter-Strike: Global Offensive",
"appid": 730,
"version": 13512,
"steamid": "76561198035497894",
"timestamp": 1449648667
},
"player": {
"steamid": "76561198035497894",
{
"name": "Steam Early Access - newfixed",
"count": 293,
"frequency": "Daily",
"version": 3,
"newdata": true,
"lastrunstatus": "partial",
"lastsuccess": "Sun Nov 16 2014 08:01:53 GMT+0000 (UTC)",
"thisversionrun": "Sun Nov 16 2014 08:01:14 GMT+0000 (UTC)",
"thisversionstatus": "partial",
@ZackBoe
ZackBoe / widetwitter.css
Last active December 26, 2015 22:59
Widescreen Twitter Feed | Works well with https://github.com/mdo/twitter-userstyle
/* I use the Firefox addon Stylish to apply this to _only_ the homepage */
/* I never use the sidebar on the homepage. Bigger tweets are better tweets. Most of the time.
This hides your profile card, trends, who to follow, and anything other than the actual feed */
.dashboard {
display:none;
}
#timeline {
width:100% !important;