This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{u'bio': u'Playing', u'display_name': u'RealKraftyy', u'name': u'realkraftyy', u'created_at': u'2014-07-29T19:42:01Z', u'updated_at': u'2015-07-12T23:18:02Z', u'_links': {u'self': u'https://api.twitch.tv/kraken/users/realkraftyy'}, u'logo': u'http://static-cdn.jtvnw.net/jtv_user_pictures/realkraftyy-profile_image-b8a08801f8be3ad9-300x300.png', u'_id': 67650991, u'type': u'user'} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script> | |
<script> | |
$.ajax({ | |
url:"https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20in%20%28select%20woeid%20from%20geo.places%281%29%20where%20text=%22London%22%29%20and%20u=%27c%27&format=json", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"query":{ | |
"count":1, | |
"created":"2015-05-31T18:48:50Z", | |
"lang":"en-GB", | |
"results":{ | |
"channel":{ | |
"title":"Yahoo! Weather - London, GB", | |
"link":"http://us.rd.yahoo.com/dailynews/rss/weather/London__GB/*http://weather.yahoo.com/forecast/UKXX0085_c.html", | |
"description":"Yahoo! Weather for London, GB", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*====================================================================================================================*/ | |
/*====================================================================================================================*/ | |
/*============================================ Events Calendar ============================================*/ | |
/*====================================================================================================================*/ | |
/*====================================================================================================================*/ | |
.wiki-page-content .md blockquote table, | |
.side .md blockquote table { | |
height:190px !important; | |
cursor:default !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Venue(models.Model): | |
client = models.ForeignKey(TixUser, null=True) | |
class Event(models.Model): | |
venue = models.OneToOneField(Venue, null=True) | |
Event.objects.filter(venue__client=SomeClient) | |
----------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Fix for https://ticketabc.atlassian.net/browse/TIX-994 | |
#content .box { | |
h2 { | |
color:#666 !important; | |
} | |
.inner { | |
color:#666 !important; | |
p, h2, h3 { | |
color:#666 !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
None:948, | |
u'slayer':841, | |
u'quests':619, | |
u'woodcutting':464, | |
u'wildyskull':434, | |
u'fishing':401, | |
u'ranging':392, | |
u'20k':373, | |
u'overall':364, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[](#cal) | |
> Event| Game| Date | Time (UTC) | | |
>:----:|----:|----:|-----: | |
>[Operation Red Fog](http://www.reddit.com/r/ProjectSports/comments/2z1dlr/test_event/)|ARMA 3|[20 Mar](https://www.google.com/calendar/event?eid=MW52MmkydjEycXNjdjNmbWU3NnBqdHIzZmcgcHJvamVjdGF3ZXNvbWVnYW1pbmdAbQ)|[20:00](https://www.google.com/calendar/event?eid=MW52MmkydjEycXNjdjNmbWU3NnBqdHIzZmcgcHJvamVjdGF3ZXNvbWVnYW1pbmdAbQ)|#### Updated 2015-03-16 17:02 UTC | |
[](#endcal) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[](#cal) | |
> Event| Game| Date | Time (UTC) | | |
>----|----|----|----- | |
>[Operation Nidalap](#link) | Arma 3 | 15 Jan| 20:00 | | |
>Public Event | Arma 3 | 16 Jan | 11:00 | |
>Desert Storm | BF3 | 16 Jan | 09:00 | |
>LongName Example | Arma 3 | 18 Jan | 20:00 | |
>Rush Hour | Arma 3 | 20 Jan | 20:00 | |
[](#endcal) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DONE * Suggestion box below message the moderators | |
DONE * Make credits dropdown | |
DONE * fix flair selection panel for linkflair | |
DONE * Donation box https://slack-files.com/files-tmb/T03A5T438-F03NYV8M4-6adaa5dc47/subreddit_design_version_3_-_banner_720.png | |
DONE * flair indicator before hover https://slack-files.com/files-tmb/T03A5T438-F03P15PS5-3a818745b9/flair4_360.png |