- Best Artist:
- Best Rookie Artist:
- Best Album:
- Best Comeback (Song):
- Best Debut (Song):
- Best Choreography/Dance:
- Best M/V:
- Best Album B-Side:
- Best (Individual) Vocalist:
- Best (Individual) Rapper:
I hereby claim:
- I am pmrowla on github.
- I am pmrowla (https://keybase.io/pmrowla) on keybase.
- I have a public key whose fingerprint is 2E02 AF19 BD0D B788 62C1 14EA F5CD CFCE 344E DABF
To claim this, I am signing this object:
This file contains hidden or 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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| '''FizzBuzz library''' | |
| from __future__ import unicode_literals | |
| class FizzBuzzError(Exception): | |
| pass |
This file contains hidden or 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
| #!/usr/bin/env python | |
| from __future__ import unicode_literals | |
| def check_cipher(plaintexts): | |
| winner = None | |
| winner_count = 0 | |
| winner_shift = 0 | |
| for plaintext, shift in plaintexts: |
This Week in KPOP (151025 to 151031)
Releases
| Group | Release | Type | Date (KST) |
|---|---|---|---|
| f(x) | 4Walls | Album | 10/27 |
| Kisum and Hwasa | Love Talk | Single | 10/29 |
This file contains hidden or 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
| // dota 2 autoexec.cfg file | |
| con_enable "1" //Enables Console | |
| //cl_cmdrate "60" //Amount of updates sent to server per second | |
| //cl_updaterate "60" //Amount of updates received from server per second | |
| //rate "80000" //Total amount of bandwith dota may use | |
| //cl_interp "0" //More network stuff below... | |
| //cl_interp_ratio "1" | |
| //cl_smooth "1" | |
| //cl_smoothtime "0.01" | |
| //cl_lagcompensation "1" |
This file contains hidden or 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
| http://www.twitch.tv/bazza87 | |
| http://www.twitch.tv/kuvosa | |
| http://www.twitch.tv/emalde | |
| http://www.twitch.tv/testrunner | |
| http://www.twitch.tv/cosmowright | |
| http://www.twitch.tv/clumsyyoukai | |
| http://www.twitch.tv/mexiricanbassmonkey | |
| http://www.twitch.tv/srkfunkdoc | |
| http://www.twitch.tv/eg_floe | |
| http://www.twitch.tv/teamsp00ky |
This file contains hidden or 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
| // Author: Peter "Astroman" Rowlands | |
| // CS:GO autoexec.cfg | |
| // misc junk | |
| cl_autowepswitch "0" // don't use autoswitch! | |
| hud_showtargetid "1" | |
| cl_autohelp "0" | |
| cl_showhelp "0" | |
| cl_disablefreezecam "1" | |
| // turn this back on for esea stats |
NewerOlder