Falso LV - Andres Calamaro
(Astrid S) AstridS_TBIT_OfficialVideo.mp4
(Bill Whelan) Lift The Wings Chinese version.mp3
BONGEZIWE MABANDLA - Mangaliso (For Black Major)
(BRKN LOVE) Shot Down_GBUM71900629_44k-16b.wav
FreeBeats #Raptags 2017
Griffin Oskar (Hostage EP)
(Katia & Marielle Labèque - Amoria) Audio completo
(Major Lazer - Afrobeats Mix) AUDIO



alt-J Live 2017
Basement: Disconnect-KFRR.mp3
B.o.B_Head Band_Feat. 2 Chainz_Mix Show
(Charlotte Cardin) Main Girl EP - MP3s
(Jasiah) BREAK SH!T (MAIN) (MIX2) SING MASTER.wav
(Grandson) Blood __ Water.mp3
(Kim Larsen & Kjukken) Damen Inde Ved Siden Af.wav
Plies - Ran Off On Da Plug Twice - Mix Show Link
Plug In Stereo - A Little Peace EP
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
from sys import stdout, stdin | |
songs = [] | |
n_songs, select_n = map(int, stdin.readline().split()) | |
n_songs = n_songs | |
select_n = select_n | |
for i in range(1, n_songs + 1): | |
plays, title = stdin.readline().split() |
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
CC = gcc | |
CFLAGS = -c -O3 -Wall | |
EXECUTABLE = $(basename $(file)) | |
auto: $(EXECUTABLE).o | |
$(CC) $(EXECUTABLE).o -o $(EXECUTABLE) | |
rm -f $(EXECUTABLE).o | |
.c.o: |
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
var css = "text-shadow: -1px -1px hsl(0,100%,50%), 1px 1px hsl(5.4, 100%, 50%), 3px 2px hsl(10.8, 100%, 50%), 5px 3px hsl(16.2, 100%, 50%), 7px 4px hsl(21.6, 100%, 50%), 9px 5px hsl(27, 100%, 50%), 11px 6px hsl(32.4, 100%, 50%), 13px 7px hsl(37.8, 100%, 50%), 14px 8px hsl(43.2, 100%, 50%), 16px 9px hsl(48.6, 100%, 50%), 18px 10px hsl(54, 100%, 50%), 20px 11px hsl(59.4, 100%, 50%), 22px 12px hsl(64.8, 100%, 50%), 23px 13px hsl(70.2, 100%, 50%), 25px 14px hsl(75.6, 100%, 50%), 27px 15px hsl(81, 100%, 50%), 28px 16px hsl(86.4, 100%, 50%), 30px 17px hsl(91.8, 100%, 50%), 32px 18px hsl(97.2, 100%, 50%), 33px 19px hsl(102.6, 100%, 50%), 35px 20px hsl(108, 100%, 50%), 36px 21px hsl(113.4, 100%, 50%), 38px 22px hsl(118.8, 100%, 50%), 39px 23px hsl(124.2, 100%, 50%), 41px 24px hsl(129.6, 100%, 50%), 42px 25px hsl(135, 100%, 50%), 43px 26px hsl(140.4, 100%, 50%), 45px 27px hsl(145.8, 100%, 50%), 46px 28px hsl(151.2, 100%, 50%), 47px 29px hsl(156.6, 100%, 50%), 48px 30px hsl(162, 100%, 50%), 49px 31px hsl(167.4, 100%, 5 |
NewerOlder