Go Back   Flash Flash Revolution > Flash Flash Revolution > FFR General Talk
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
Old 09-22-2011, 01:01 AM   #1
MaxGhost
FFR Veteran
FFR Veteran
 
MaxGhost's Avatar
 
Join Date: Feb 2008
Location: Ottawa, Canada
Age: 30
Posts: 2,141
Send a message via Skype™ to MaxGhost
Default Curious: does anyone want this script?

I wrote a script earlier today in java/processing to take text copied from levelranks.php and fix the tabs (add more tabs) to align the columns properly. Seems to work fine, I didn't do any rigorous testing. It should also work for all TSV files (tab separated values) as well.

I'm wondering if anyone wants this script, if so, I can improve it a bit more (making a simple UI for choosing an input file and output file, among other things).

This would also be useful for formatting level ranks before posting them on the forums as well.

When using it, make sure the input text file only contains level rank lines, with tab separated values, or it may not work as expected.

The script, for use with processing (google it):
Code:
// Defines the path to the text files containing 
//   the input and output files.
String inputfile = "C:/levelranks.txt";
String outputfile = "C:/levelranksfixed.txt";

// Defines the amount of spaces separating each
//   column. Change at your leisure.
int buffersize = 4;


ArrayList<String[]> lines = new ArrayList<String[]>();
String r;
BufferedReader reader = createReader(inputfile);

while(true) {
  try {
    r = reader.readLine();
  } catch (IOException e) {
    r = null;
  }
  if(r == null){
    break;
  } else {
    lines.add(split(r, TAB));
  }
}

int[] biggest = new int[lines.get(0).length];

for(int i = 0; i < lines.size(); i++) {
  String[] l = lines.get(i);
  for(int x = 0; x < l.length; x++){
    if(l[x].length() > biggest[x]) biggest[x] = l[x].length();
  }
}

PrintWriter output;
output = createWriter(outputfile);

for(int i = 0; i < lines.size(); i++) {
  String[] l = lines.get(i);
  for(int x = 0; x < l.length; x++){
    String buffer = String.format("%1$-" + (biggest[x] + buffersize) + "s", l[x]);
    output.print(buffer);
  }
  output.println();
}

output.flush();
output.close();
exit();

Examples:
This:
Code:
Rank	D	Level	Score	P	G	A	M	B	C	Played
1	2	Excite Bike	49,600*	32	0	0	0	0	32	137
1	1	Free Space (FFR Edit)	91,450*	59	0	0	0	0	59	23
1	1	Power	94,550*	61	0	0	0	0	61	23
1	2	Fall into Night	113,150*	73	0	0	0	0	73	1
1	2	Counting Snow	116,250*	75	0	0	0	0	75	1
1	2	Prelude No. 7	141,050*	91	0	0	0	0	91	1
1	3	Norfolk Gals	159,650*	103	0	0	0	0	103	3
1	3	Pita	164,300*	106	0	0	0	0	106	25
1	5	Above The Clouds	165,850*	107	0	0	0	0	107	1
1	2	Etude in E Major	173,600*	112	0	0	0	0	112	5
1	2	Love You Anymore	186,000*	120	0	0	0	0	120	7
1	1	Sea Breeze	204,600*	132	0	0	0	0	132	1
1	4	Bubbleman Stage Theme	213,900*	138	0	0	0	0	138	24
1	2	Tower	213,900*	138	0	0	0	0	138	1
1	1	Trip to the Moon (Club Remix)	221,650*	143	0	0	0	0	143	72
1	2	Halcyon	232,500*	150	0	0	0	0	150	14
1	2	Baby Don't You Want Me	235,600*	152	0	0	0	0	152	6
1	3	NES-Style Eye of the Tiger	240,250*	155	0	0	0	0	155	4
1	2	Tears of Remorse	240,250*	155	0	0	0	0	155	2
1	4	Mocha Ocean	246,450*	159	0	0	0	0	159	5
1	2	Dance 2 This	249,550*	161	0	0	0	0	161	36
1	4	Skate or Die 2	257,300*	166	0	0	0	0	166	1
1	2	Seattle's Finest (Parental Advisory)	261,950*	169	0	0	0	0	169	4
1	1	SuperMario 8bit Eighties Remix	269,700*	174	0	0	0	0	174	17
1	2	When Petals Fall	272,800*	176	0	0	0	0	176	1
1	4	Sonic 1 Final Zone	275,900*	178	0	0	0	0	178	14
1	4	Metal Gear Solid Piano Remix	279,000*	180	0	0	0	0	180	2
1	2	This Beat is For Tha Streets!	280,550*	181	0	0	0	0	181	5
1	2	For Who I Am	285,200*	184	0	0	0	0	184	4
1	2	Computer Dreams	288,300*	186	0	0	0	0	186	52
1	5	She Bangs (William Hung Version)	291,400*	188	0	0	0	0	188	10
1	5	Theme Of Dragoon Knights	292,950*	189	0	0	0	0	189	119
1	3	Lucid Quazar	296,050*	191	0	0	0	0	191	3
1	2	Sun and Stars	306,900*	198	0	0	0	0	198	1
1	2	Digital Atmosphere	310,000*	200	0	0	0	0	200	1
1	3	Moonlight Sonata	310,000*	200	0	0	0	0	200	5
1	3	Above	316,200*	204	0	0	0	0	204	2
1	2	Cid's Theme Piano Concerto	317,750*	205	0	0	0	0	205	7
1	4	After Altair	330,150*	213	0	0	0	0	213	3
1	3	botu1	342,550*	221	0	0	0	0	221	1
1	2	London Bridges	356,500*	230	0	0	0	0	230	4
1	9	Yoshi's Cookie	381,300*	246	0	0	0	0	246	34
1	4	The Worst Is Yet To Come	384,400*	248	0	0	0	0	248	1
1	2	Activity Unbroken	385,950*	249	0	0	0	0	249	20
1	3	Soul Shift (ffr edit)	390,600*	252	0	0	0	0	252	14
1	4	Passage D [Light]	399,900*	258	0	0	0	0	258	2
1	4	Zelda Stormy	404,550*	261	0	0	0	0	261	32
1	5	A Christmas Carol	407,650*	263	0	0	0	0	263	5
1	3	Kung Fu Koalas	409,200*	264	0	0	0	0	264	6
1	4	Arrrrrr	413,850*	267	0	0	0	0	267	2
1	4	Johto Wild Pokemon Battle Remix	415,400*	268	0	0	0	0	268	6
1	8	On Conquest and Capture	418,500*	270	0	0	0	0	270	18
1	4	Floating Bridge	423,150*	273	0	0	0	0	273	2
1	8	Brooks Was Here [Heavy]	424,700*	274	0	0	0	0	274	15
1	2	Freak Out	441,750*	285	0	0	0	0	285	5
1	4	Tricky Concert	443,300*	286	0	0	0	0	286	4
1	3	Eternal Struggle	447,950*	289	0	0	0	0	289	3
1	6	Arabesque	449,500*	290	0	0	0	0	290	8
1	3	The Color of Battle	454,150*	293	0	0	0	0	293	18
1	4	Fight Through The Forest	458,800*	296	0	0	0	0	296	1
1	2	Falling Into You	466,550*	301	0	0	0	0	301	50
1	5	{Lazy Summer Days}	471,200*	304	0	0	0	0	304	8
1	6	Contra- distinction	475,850*	307	0	0	0	0	307	32
1	4	Mega Man 2 - Dr. Wily Theme #1	478,950*	309	0	0	0	0	309	6
1	4	Dr Wily Theme V2	482,050*	311	0	0	0	0	311	50
1	3	Spontaneous Hydroxide	492,900*	318	0	0	0	0	318	55
1	6	Digital Intervention	496,000*	320	0	0	0	0	320	24
1	3	Come With Me	497,550*	321	0	0	0	0	321	6
1	7	Ninja Turtles Theme	503,750*	325	0	0	0	0	325	21
1	3	Bomb the Base	505,300*	326	0	0	0	0	326	81
1	5	{Lost Memories}	506,850*	327	0	0	0	0	327	1
1	5	Below The Surface	514,600*	332	0	0	0	0	332	8
1	2	Driveway [Light]	514,600*	332	0	0	0	0	332	4
1	6	Funktacular	514,600*	332	0	0	0	0	332	3
1	7	Pondering Stuff	522,350*	337	0	0	0	0	337	18
1	6	Honolulu	527,000*	340	0	0	0	0	340	8
1	4	Pathos	527,000*	340	0	0	0	0	340	1
1	4	Canon In WHEE	536,300*	346	0	0	0	0	346	2
1	3	Salad for Your Tuesday	540,950*	349	0	0	0	0	349	9
1	5	Little Star	550,250*	355	0	0	0	0	355	1
1	4	Intense Colors (FFR Edit)	556,450*	359	0	0	0	0	359	5
1	6	FFR	558,000*	360	0	0	0	0	360	13
1	6	Half Symphony	559,550*	361	0	0	0	0	361	6
1	4	Tom Savini vs Greg Nicotero [Heavy]	562,650*	363	0	0	0	0	363	2
1	7	Lady's Cake	564,200*	364	0	0	0	0	364	1
1	3	Too Tight	564,200*	364	0	0	0	0	364	7
1	5	Secret Zombie Room	568,850*	367	0	0	0	0	367	47
1	8	Start Something	570,400*	368	0	0	0	0	368	17
1	5	8-Bit Day Dreamer	576,600*	372	0	0	0	0	372	35
1	5	La Luna Caida	578,150*	373	0	0	0	0	373	19
1	7	Syndrome Craze	579,700*	374	0	0	0	0	374	13
1	7	Mario Eurobeat	581,250*	375	0	0	0	0	375	11
1	6	Determine	590,550*	381	0	0	0	0	381	1
1	10	ABCDEath	593,650*	383	0	0	0	0	383	38
1	5	Fierce Combat	599,850*	387	0	0	0	0	387	40
1	5	The Essential	604,500*	390	0	0	0	0	390	6
1	6	Ingenuity	606,050*	391	0	0	0	0	391	7
1	4	Snowflakes	606,050*	391	0	0	0	0	391	11
1	9	Famouz	607,600*	392	0	0	0	0	392	92
1	7	ReRicked	620,000*	400	0	0	0	0	400	50
1	7	Platypus	638,600*	412	0	0	0	0	412	9
1	9	In The Wind	643,250*	415	0	0	0	0	415	7
1	7	Battle Squadron Menu (Juno Reaktor Mix)	652,550*	421	0	0	0	0	421	4
1	7	Gameboy Rave!	654,100*	422	0	0	0	0	422	39
1	5	That Tethnic Vibe	657,200*	424	0	0	0	0	424	6
1	6	Speed Kitty	658,750*	425	0	0	0	0	425	8
1	5	Burnout	697,500*	450	0	0	0	0	450	35
1	7	Norgers	706,800*	456	0	0	0	0	456	8
1	7	Hadazamui Rittou	708,350*	457	0	0	0	0	457	9
1	6	Metalman Goes Clubbing	717,650*	463	0	0	0	0	463	10
1	3	RainDrops	720,750*	465	0	0	0	0	465	18
1	6	Parachute (stupid clowns)	726,950*	469	0	0	0	0	469	4
1	5	The Cracking Sky	726,950*	469	0	0	0	0	469	6
1	9	the Dream of Scarlet	734,700*	474	0	0	0	0	474	33
1	6	Memories [KgZ]	737,800*	476	0	0	0	0	476	2
1	4	{A Change of Seasons}	751,750*	485	0	0	0	0	485	2
1	6	The Lion's Dance	759,500*	490	0	0	0	0	490	2
1	5	Save Me	771,900*	498	0	0	0	0	498	16
1	6	Play It Funky	775,000*	500	0	0	0	0	500	4
1	8	Badinerie	790,500*	510	0	0	0	0	510	26
1	9	Hungarian Dance #7	790,500*	510	0	0	0	0	510	28
1	6	memories [KURi-ZiLL]	793,600*	512	0	0	0	0	512	3
1	4	Snake Devil [Heavy]	795,150*	513	0	0	0	0	513	4
1	4	Love	798,250*	515	0	0	0	0	515	3
1	7	Water Like Pudding	806,000*	520	0	0	0	0	520	17
1	7	Elements	816,850*	527	0	0	0	0	527	46
1	5	Jump In	816,850*	527	0	0	0	0	527	8
1	8	Jurs OP	838,550*	541	0	0	0	0	541	18
1	5	Story of the Constellations	846,300*	546	0	0	0	0	546	2
1	6	Serenade of Storms	849,400*	548	0	0	0	0	548	2
1	9	Wild Sky	850,950*	549	0	0	0	0	549	5
1	6	Beaker Sunset	857,150*	553	0	0	0	0	553	5
1	7	Noir Remixed	858,700*	554	0	0	0	0	554	13
1	9	Decisive Battle	860,250*	555	0	0	0	0	555	15
1	7	Hungarian Dance #5	872,650*	563	0	0	0	0	563	9
1	9	Techno Green Greens	872,650*	563	0	0	0	0	563	13
1	5	Breaking the Common	878,850*	567	0	0	0	0	567	43
1	9	Into The Night	883,500*	570	0	0	0	0	570	14
1	7	Dying Flame	894,350*	577	0	0	0	0	577	3
1	6	Zodiac	903,650*	583	0	0	0	0	583	27
1	6	Maintenance Bot	906,750*	585	0	0	0	0	585	1
1	9	Through The Martian Hell	920,700*	594	0	0	0	0	594	15
1	9	Electronic Music Is A Joke	928,450*	599	0	0	0	0	599	3
1	8	X-Dreamer Final Cut	942,400*	608	0	0	0	0	608	11
1	9	Nothing's Gonna Stop Me	943,950*	609	0	0	0	0	609	5
1	7	Monster Mash [Heavy]	950,150*	613	0	0	0	0	613	9
1	7	Haruka	961,000*	620	0	0	0	0	620	2
1	9	Csikos Post	973,400*	628	0	0	0	0	628	11
1	9	Forsaken Neon	1,007,500*	650	0	0	0	0	650	21
1	9	Electrical Parade -Remix-	1,012,150*	653	0	0	0	0	653	1
1	9	{Arabian Assassin}	1,021,450*	659	0	0	0	0	659	23
1	9	Nyanyanyanyanyanyanya!	1,032,300*	666	0	0	0	0	666	7
1	10	Tambourin Chinois	1,047,800*	676	0	0	0	0	676	49
1	8	Farewell, My Little Basquiat	1,081,900*	698	0	0	0	0	698	3
1	9	Infinity 301	1,085,000*	700	0	0	0	0	700	11
1	7	Bubble Bobble Hillbilly Rodeo	1,119,100*	722	0	0	0	0	722	12
1	7	Ancient's Death	1,156,300*	746	0	0	0	0	746	37
1	10	Turbulence	1,171,800*	756	0	0	0	0	756	39
1	9	Etude To A Dragon	1,191,950*	769	0	0	0	0	769	11
1	8	bbblow	1,199,700*	774	0	0	0	0	774	14
1	9	Seven	1,204,350*	777	0	0	0	0	777	22
1	9	Over the Frail Dream	1,222,950*	789	0	0	0	0	789	24
1	10	XP Sounds Attempt	1,243,100*	802	0	0	0	0	802	19
1	8	Coactive	1,247,750*	805	0	0	0	0	805	16
1	7	REVERSE SQUIGGLEY	1,267,900*	818	0	0	0	0	818	2
1	7	Ieva's Polka (Basshunter Remix)	1,272,550*	821	0	0	0	0	821	1
1	9	Destination Unknown	1,315,950*	849	0	0	0	0	849	7
1	8	Overdrive!	1,333,000*	860	0	0	0	0	860	6
1	9	Z	1,351,600*	872	0	0	0	0	872	16
1	10	Mute City Remix	1,354,700*	874	0	0	0	0	874	28
1	6	The Moment [Heavy]	1,356,250*	875	0	0	0	0	875	4
1	8	Lost	1,388,800*	896	0	0	0	0	896	18
1	10	Cutting Circles	1,395,000*	900	0	0	0	0	900	22
1	5	Straight To Video	1,398,100*	902	0	0	0	0	902	18
1	9	Fantranstic	1,401,200*	904	0	0	0	0	904	6
1	10	Life Light	1,446,150*	933	0	0	0	0	933	35
1	10	Carrousel Paradise	1,467,850*	947	0	0	0	0	947	40
1	9	I am Maid	1,483,350*	957	0	0	0	0	957	21
1	10	dot death (Stealth Remix)	1,497,300*	966	0	0	0	0	966	54
1	10	Randomness Reactor III	1,506,600*	972	0	0	0	0	972	44
1	8	The Space Between [Heavy]	1,618,200*	1044	0	0	0	0	1044	4
1	9	CIA Rave	1,643,000*	1060	0	0	0	0	1060	29
1	10	Kamonene 100%	1,677,100*	1082	0	0	0	0	1082	21
1	9	{Adrenaline Pumper}	1,678,650*	1083	0	0	0	0	1083	95
1	9	Inside The Fire [FFR Chart]	1,686,400*	1088	0	0	0	0	1088	8
1	6	Blame It on Bad Luck	1,694,150*	1093	0	0	0	0	1093	3
1	8	Twilight Techno	1,715,850*	1107	0	0	0	0	1107	13
1	9	Tori No Uta (Noise Rave Mix)	1,779,400*	1148	0	0	0	0	1148	12
1	10	Gradeus	2,332,750*	1505	0	0	0	0	1505	44
54	10	Lives Without Meaning	1,117,430*	716	6	0	0	1	722	2
59	9	Ready to go	1,177,725*	759	1	0	0	0	760	2
64	10	analyzed	1,483,770*	931	32	0	0	4	963	2
68	9	Radiant	1,195,225*	767	5	0	0	0	772	1
69	10	Sirius	1,811,675*	1168	1	0	0	0	1169	20
69	10	The Final Hour	2,202,000*	1419	2	0	0	0	1421	7
77	10	Sexplosion	1,622,575*	1046	1	0	0	0	1047	16
80	11	Cinnamon Roll	3,198,880*	2049	18	0	0	1	2067	23
81	10	Fast Asleep	1,028,860*	659	5	1	0	1	665	15
81	11	Distorted God	2,181,080*	1394	16	0	0	1	1410	12
82	11	Passage D [Heavy]	2,289,515*	1450	33	0	0	3	1483	11
83	9	Automata	1,259,580*	811	2	0	0	1	813	4
83	10	Bury the Hatchet	2,670,805*	1719	5	0	0	1	1724	34
86	12	honki sentai majirenjaa -MAJI eurobeat version-	2,737,080	1776	51	1	2	9	1747	16
89	10	Lune Noir	1,156,025*	745	1	0	0	0	746	23
90	9	System Split	1,437,300*	924	4	0	0	0	928	2
90	10	Sunny Funny Chiny	1,807,180*	1161	6	0	0	1	1167	15
90	11	Heavenly Spores	2,540,615*	1622	20	1	0	2	1643	15
91	6	Leaves In The Wind	1,176,900*	756	4	0	0	0	760	1
94	10	pain night grand tin	1,038,490	912	8	0	1	0	535	8
96	11	Dance and Zeal	1,918,640*	1228	12	0	0	3	1240	16
98	11	Famicom Selecta	1,797,975*	1146	17	0	0	0	1163	13
100	11	Blindfolds Aside	3,992,875*	2567	11	0	0	0	2578	35
102	10	Everything Went Numb	1,689,585*	1068	26	1	0	1	1095	8
103	8	Sleet	1,122,375*	720	5	0	0	0	725	2
105	11	Grocery Escape Plan	1,447,140*	909	30	0	0	3	939	24
105	10	He's a Pirate - F-777 ReMiX	1,497,200*	961	6	0	0	0	967	14
106	10	Finder Keepers	1,721,040*	1099	13	1	0	2	1113	1
106	12	Chik Habit	1,774,035	1450	100	5	18	33	955	14
108	11	Aim Burst	3,219,060*	2039	46	0	0	2	2085	20
109	9	Scavenger	1,145,585*	735	5	0	0	2	740	4
111	10	Positively Inclined RMX	2,532,755*	1625	11	0	0	1	1636	6
112	10	Camel	1,651,125*	1045	23	2	0	3	1070	7
114	11	Variations 2	1,945,930*	1239	20	0	0	1	1259	30
116	9	Chrome Gadget Zone 8bit mix	1,382,830*	879	16	0	0	1	895	34
117	10	Twilight Jewel	3,395,690*	2176	18	0	0	3	2194	18
118	10	System Failure	1,836,660*	1157	34	0	0	2	1191	3
119	10	Sigh	1,579,540*	1011	9	1	0	2	1021	9
119	10	The Crow's Newspaper	2,055,355*	1317	11	0	0	1	1328	5
121	9	Musicmaker RX	1,454,350*	935	4	0	0	0	939	2
121	12	Mathsma Attack	2,900,955	2378	171	18	20	38	1552	11
122	9	Fly away -mix del matador-	1,359,910*	866	13	1	0	1	880	1
122	10	Angel Island Remix	1,795,330*	1155	4	0	0	1	1159	29
123	11	JULIA	1,999,030*	1267	26	2	0	4	1295	13
124	10	Cette Annee	2,485,445*	1593	12	1	0	3	1606	14
125	10	Miraiya	1,712,825*	1096	11	0	0	0	1107	20
127	10	It's Only Natural	2,488,275*	1593	15	0	0	0	1608	13
132	10	Tamashii	1,752,675*	1125	7	0	0	0	1132	5
135	11	Ripoff	1,487,715*	936	29	0	0	3	965	20
135	11	Overdrive	2,462,510	1576	18	2	1	2	1591	25
138	9	Can Can (Piano Version)	1,605,405*	1030	7	0	0	1	1037	10
139	12	12 Bar Bloops	2,536,040	2201	94	8	14	23	1304	12
140	11	Scythe of 13	3,336,500*	2146	8	0	0	0	2154	35
141	10	Sexperation	1,819,600*	1169	6	0	0	0	1175	9
141	10	Four Blocks Madness	1,874,455*	1197	15	0	0	1	1212	22
142	10	to the Heaven -Driven Beat Remix-	2,028,450*	1284	30	0	0	0	1314	5
143	10	Ark	1,152,405*	728	18	1	0	0	747	14
144	10	Silence	2,296,825*	1481	1	0	0	0	1482	45
146	9	Thrash the Plank	1,378,910*	882	6	4	0	3	892	1
148	12	Gunkienen Tarusuigin	1,482,635	1401	73	0	15	17	697	10
148	10	Gene Gadget Zone - Act 1	2,160,390*	1366	33	1	0	2	1400	6
150	12	Einstein-Rosen Bridge	1,565,685	1229	47	2	4	3	878	12
151	10	AcidAce-Alliance	1,320,500*	821	36	2	0	3	859	6
153	8	A Beautiful Storm	1,128,750*	720	10	0	0	0	730	2
153	11	Flesvelka	1,326,750	1447	75	7	9	16	513	15
154	9	Interlude	413,795	267	1	0	1	1	267	1
155	4	Finding A Way	780,925*	503	1	0	0	0	504	1
155	10	Kanon-Kanon	1,829,660*	1174	7	1	0	1	1182	17
155	11	Arrogant Cobbler	2,197,205*	1397	25	0	0	1	1422	28
157	10	Guitar Sounds	1,852,645*	1165	36	1	0	3	1202	32
157	11	Staring at my Spaceship	3,444,805	2400	139	2	1	11	2087	31
158	9	Comfortably Lost	1,291,745	833	7	0	1	1	832	1
159	10	R/\IN	1,111,250*	712	6	0	0	0	718	8
159	9	Fei Longer	1,143,350*	736	2	0	0	0	738	21
160	11	Im Sick of Uprock	3,364,925*	2157	17	0	0	5	2174	21
161	10	Caixa D'Aqua	1,369,135*	881	2	1	0	1	884	15
163	10	Session	1,468,850*	946	2	0	0	0	948	14
163	10	Kil Stage	1,757,130*	1132	2	0	0	1	1134	26
166	7	Humoresque No. 7	1,103,675*	703	11	0	0	0	714	1
167	6	Experiment	907,475*	583	3	0	0	0	586	1
167	9	Dimensions	2,698,275*	1740	1	0	0	0	1741	10
169	9	Spacedust	1,259,510*	793	23	1	0	1	817	1
170	11	Kanon Medley ~Metal Wings~	2,385,355*	1512	32	1	0	5	1545	17
171	10	Tougenkyou -H.E.Remix-	1,600,875*	1032	1	0	0	0	1033	23
171	10	Ska de Chocobo	1,735,595*	1101	22	1	0	3	1124	19
174	9	Homosexual Love Scene	1,466,925*	939	9	0	0	0	948	1
175	10	Down	1,133,675*	724	9	0	0	0	733	12
176	8	TizAshura	805,705*	519	1	0	0	1	520	5
176	8	Laser Shooter	1,195,205*	767	5	0	0	1	772	1
176	10	reveal yourself	1,669,930*	1066	13	1	0	0	1080	8
177	12	Time to Eye	1,760,765*	1091	45	12	0	16	1148	32
179	7	Chase You Down	1,967,380*	1266	4	0	0	1	1270	1
179	7	Bundy	1,981,855*	1273	6	1	0	0	1280	1
180	7	The Gateway	839,000*	538	4	0	0	0	542	1
180	6	The Battle With the Betrayed	1,501,125*	966	3	0	0	0	969	1
183	10	moon_child -Go with the flow-	1,864,550*	1198	6	0	0	0	1204	13
185	6	No Running Water	788,675*	508	1	0	0	0	509	4
186	11	Skeletor	2,066,965*	1281	59	6	0	7	1346	23
187	12	RAN	1,973,150	1633	103	7	11	15	1050	20
187	11	INFINITY Hyperspace	2,636,735	1694	42	3	2	3	1694	13
188	11	Puzzle	1,298,040*	798	48	0	0	3	846	22
189	7	Subconsciousness	634,720	409	4	0	1	1	409	1
189	4	Field of Snow [Light]	923,250*	594	2	0	0	0	596	3
189	9	Voodoo People	1,073,200*	676	20	0	0	5	696	4
189	10	You will die	1,466,200*	941	6	0	0	0	947	20
189	11	Silly Symphony	3,434,425*	2184	37	2	0	3	2223	24
190	11	Piano Concerto 1 'ANTI-ARES' (For Kirby)	2,816,960	1804	42	2	2	14	1814	17
191	10	The Fusion	3,017,185*	1913	40	1	0	1	1954	5
192	9	Waltz In The Rain	1,241,175*	795	7	0	0	0	802	6
198	10	Extreme Dishwasher Race	1,557,820*	997	9	1	0	3	1007	19
199	10	Counter Strike Gun Sounds	775,880*	494	8	0	0	1	502	38
199	11	Clockwork	1,951,215*	1226	36	5	0	13	1267	20
199	10	Keep In Mind	2,124,630*	1361	11	1	0	0	1373	17
199	7	Song For The Nihonjins	2,210,025*	1425	1	0	0	0	1426	17
202	10	Mysterious Desert	1,474,035*	929	26	1	0	6	956	3
202	11	Going On Spring Wind	1,844,930*	1187	4	0	0	1	1191	57
203	8	Moonlight	1,370,100*	879	6	0	0	0	885	2
203	10	Beadumaegen	2,040,845*	1283	41	0	0	4	1324	17
204	9	Song of the second moon	1,085,600*	679	26	0	0	0	705	2
204	9	Koisuru VOC@LOID	1,984,340*	1269	12	2	0	1	1283	3
206	12	DeVouR	1,471,400	1368	104	4	2	10	691	15
207	12	Grist	1,139,585	1350	133	6	30	26	370	26
207	10	Feldschlacht	2,752,060*	1745	33	5	0	2	1783	22
209	10	Humanism	2,355,555*	1501	22	1	0	5	1524	10
210	10	Slaytronic	1,695,775*	1085	11	0	0	0	1096	11
211	7	DKC2 Symphonic Rock Remix	940,575*	606	1	0	0	0	607	2
213	5	Pokemon GSC Elite Four	668,830*	430	1	1	0	0	432	3
216	9	Champion Freeverse	1,299,425*	826	15	0	0	0	841	6
217	10	Turn Soonest to the Sea [Oni]	2,159,455*	1371	27	0	0	1	1398	6
219	10	Bit Blue	1,098,975*	670	41	8	0	12	719	9
219	11	Master Maid	2,265,285*	1446	18	1	0	1	1465	27
220	8	Feeling This REMIX	1,107,325*	707	9	0	0	0	716	2
220	10	Do A Barrel Roll	1,615,550*	1039	4	0	0	0	1043	29
221	12	Jamais Deux	1,120,590	1086	106	6	3	13	495	12
221	11	Floating Hour	2,277,990	1445	32	4	2	8	1475	43
224	5	Until Tomorrow	0	0	0	0	0	0	0	0
225	10	Hey Hey Monkey	1,641,030*	1049	11	1	0	0	1061	27
227	10	Ice Disk	1,996,600*	1262	31	1	0	4	1294	5
228	10	Nitrx	1,299,350*	835	4	0	0	0	839	22
231	10	Fake Jazz	1,385,875*	890	5	0	0	0	895	27
232	9	Felys	1,449,460*	932	3	1	0	1	936	1
232	8	Card House Dreamer	1,860,725*	1198	3	0	0	0	1201	2
233	12	A Quick Death	1,189,680	1228	334	28	61	110	442	10
233	11	The Divine Suicide of K [Heavy]	3,864,755*	2486	9	0	0	1	2495	44
237	12	11ELEVEN	1,583,315	1423	49	2	6	3	789	19
237	8	Devotion and Desire	2,062,775*	1330	1	0	0	0	1331	32
238	11	Yorukumoryuu Yamikaze	3,219,770*	2051	32	0	0	4	2083	28
240	9	Melted Marble	1,215,925*	782	3	0	0	0	785	17
241	6	Shinryuu	0	0	0	0	0	0	0	0
241	5	Fatum Anima	569,850*	366	2	0	0	0	368	1
241	8	Piasolute	1,328,975*	850	9	0	0	0	859	2
241	10	Versatile	1,744,625*	1105	25	0	0	0	1130	23
242	8	Snow	1,014,570*	635	23	1	0	3	659	1
244	10	Phantom Ensemble	1,840,485*	1167	24	1	0	1	1192	9
245	10	CRASH the BEAT!	2,983,825*	1916	11	0	0	0	1927	28
248	10	Nova Pulser	1,180,550*	760	2	0	0	0	762	67
248	11	Mario Minor	3,790,380*	2426	22	2	0	4	2450	56
249	12	Crowdpleaser	1,421,205	1206	22	7	1	11	752	26
250	8	Grandolin	1,047,525*	675	1	0	0	0	676	12
250	8	MegaScorcher	1,311,025*	845	1	0	0	0	846	35
250	10	Run Through The Stream Of Time	3,461,500*	2199	40	2	0	3	2241	10
251	11	Blue-Violet	1,409,510*	888	26	0	0	2	914	20
251	11	3020	2,466,885*	1571	25	0	0	2	1596	42
252	11	Night and Day	3,874,600*	2480	24	0	0	0	2504	24
254	3	bitmapstar	259,815	167	1	0	1	0	168	1
254	10	L9	1,668,800*	1075	2	0	0	0	1077	39
254	10	StarmineX -HappyHyperStarmiX-	1,945,230*	1255	0	0	0	1	1255	32
255	11	Over The Ocean	1,152,020	1257	128	4	11	17	429	11
255	10	Didj PVC	1,209,035*	771	11	0	0	2	782	16
255	11	October	2,414,765*	1531	32	1	0	7	1564	23
257	7	I Remember When	1,795,285*	1141	21	0	0	2	1162	2
257	10	Infiltration	2,062,440*	1303	32	2	0	6	1337	8
259	10	Survive	2,771,850*	1785	4	0	0	0	1789	28
260	10	Pure In Asia	1,554,355*	1002	1	0	0	1	1003	29
261	9	Radius ~Hacker No Yabou~	1,631,875*	1052	1	0	0	0	1053	13
261	10	Travel Demon	1,681,530*	1075	12	0	0	1	1087	21
263	10	Over the Rave	1,595,950*	1028	2	0	0	0	1030	28
263	11	Toxiferous Dystopia	2,243,650*	1410	44	2	0	3	1456	31
266	9	2008	2,000,735*	1259	37	2	0	0	1298	5
269	8	Tribe Attacker	1,036,125*	666	3	0	0	0	669	1
269	11	bmv.578	1,903,085*	1201	31	2	0	5	1234	42
271	11	Momentary Life	2,869,195	2082	39	2	2	6	1714	24
273	7	Rain	702,325*	449	5	0	0	0	454	3
275	4	No Salt	321,850*	206	2	0	0	0	208	1
275	8	Betrayal of Fate	1,837,950*	1168	20	2	0	3	1190	1
277	10	Witches Hat	1,998,125*	1285	5	0	0	0	1290	19
278	9	Dragons Bane	1,180,550*	760	2	0	0	0	762	24
279	10	Twelve	1,755,675*	1122	13	0	0	0	1135	15
281	11	Bloodmeat [Heavy]	2,937,150*	1849	56	0	0	10	1905	30
282	8	Chaoz Fantasy	1,481,975*	952	5	0	0	0	957	6
282	10	Band Dynamics	2,250,180*	1432	24	0	0	1	1456	19
283	10	Fighting For Control	1,689,400*	1085	6	0	0	0	1091	27
283	11	Thrash	3,232,175*	2068	21	0	0	0	2089	23
284	9	C7 Funk	1,153,005*	722	25	2	0	4	749	7
285	9	Chaoz Japan	1,287,260*	829	1	1	0	1	831	6
288	11	Op.10 No.9	1,509,260	1009	12	0	3	3	952	36
293	8	Break Out! Break Out! [Heavy]	1,042,600*	671	2	0	0	0	673	5
294	8	dr0p	1,323,425*	853	1	0	0	0	854	9
295	11	Largiloquent Dithyramb	2,472,145*	1550	53	2	0	2	1605	29
296	10	{Frozen}	2,228,075*	1435	3	0	0	0	1438	32
299	10	Air.sul G iRock	2,142,175*	1373	11	0	0	0	1384	39
299	11	Choprite	2,781,875*	1789	7	0	0	0	1796	33
299	11	Final Fantasy Last Battle Festival	5,648,105*	3627	19	2	0	4	3648	60
301	7	Solar Force	1,149,550*	740	2	0	0	0	742	2
301	11	Hellhounds On My Trail	2,712,235	2384	34	3	4	12	1393	20
302	9	Dimensions Of A Square	1,280,060*	816	12	0	0	2	828	3
304	8	Indulgence	1,487,725*	959	1	0	0	0	960	27
304	9	Lost In Mind	1,629,950*	1045	8	0	0	0	1053	6
304	10	Szerencsetlen	3,439,875*	2202	21	0	0	0	2223	5
307	11	Brandish Headless	3,153,620*	1992	51	1	0	3	2044	26
309	12	Winter Wind Etude	1,866,340	1501	507	383	16	1137	908	8
310	11	300	1,722,655*	1104	9	0	0	1	1113	38
310	8	Troglodytic Epica	2,296,550*	1480	2	0	0	0	1482	11
311	10	For FFR	1,338,725*	853	13	0	0	0	866	38
311	8	Oasis -Long Version-	1,978,975*	1271	7	0	0	0	1278	10
312	10	End Night	1,744,455*	1123	3	0	0	1	1126	33
312	11	Piano Etude (Demon Fire)	2,608,285*	1664	22	1	0	1	1687	43
315	7	Two Sisters [Heavy]	1,197,500*	766	8	0	0	0	774	2
316	8	Hyoukai	1,210,210*	776	5	1	0	1	782	6
316	10	Shining Sword	2,501,360*	1599	18	0	0	2	1617	15
317	11	Starwolf	1,781,995*	1126	28	1	0	3	1155	24
318	11	He's A Radical Rat	1,877,165	1380	37	2	6	13	1110	16
319	5	Floating Through Time	489,525*	315	1	0	0	0	316	2
319	10	Balloon Fever	1,503,205*	969	1	0	0	1	970	46
319	10	Procrastination on a Paper	1,764,945*	1115	28	1	0	3	1144	7
321	9	Innocent Decay	1,121,925*	723	1	0	0	0	724	21
323	6	Empornium (Parental Advisory)	1,461,375*	942	1	0	0	0	943	2
323	11	Novo Mundo	1,957,275*	1257	7	0	0	0	1264	38
323	9	Infernoplex	2,254,700*	1453	2	0	0	0	1455	39
324	12	Sparkle Downer	1,308,845	1289	61	4	6	12	585	10
324	9	*Twinklesky*	1,388,250*	894	2	0	0	0	896	23
325	12	La Campanella	2,498,670	2451	314	76	47	167	1078	20
328	7	Charge!!!	1,076,425*	692	3	0	0	0	695	2
328	11	Setsujou! Hyakka Ryouran!	2,811,710*	1801	15	1	0	1	1817	40
328	12	==Planet KARMA==	3,162,180	2915	135	3	22	27	1529	14
329	6	Until You Leave [Heavy]	1,539,050*	988	6	0	0	0	994	1
330	7	Inspector Gadget	762,305*	491	1	0	0	1	492	1
330	5	Greensleeves	1,151,275*	737	7	0	0	0	744	4
331	10	Illumination of the Sky	1,692,275*	1078	16	1	0	4	1095	23
334	10	Wish (For FFR)	1,746,575*	1126	1	0	0	0	1127	29
334	11	Of course you Need and...NEED ME	1,752,055	1280	78	7	8	15	1029	30
335	6	My Beautiful Rescue	1,301,725*	839	1	0	0	0	840	1
338	8	The Past	1,070,300*	679	14	0	0	0	693	1
338	11	Midnight Dragon	2,161,030*	1386	10	0	0	1	1396	35
339	10	Jelly Roll Blues	1,204,525*	773	5	0	0	0	778	22
340	11	Exciting Hyper Highspeed Star	2,070,110*	1329	8	0	0	2	1337	76
342	9	Wish (Reprise)	1,421,340*	904	15	1	0	2	920	3
343	10	Starlight	1,098,125*	706	3	0	0	0	709	46
343	8	Black Wing Metamorphosis	2,013,625*	1295	5	0	0	0	1300	8
344	9	You're My Number One	1,453,385*	927	13	0	0	2	940	3
344	12	Mephisto Waltz	1,966,140	1683	124	28	7	49	1008	7
345	10	Ascii Art Core	1,219,300*	785	2	0	0	0	787	41
345	9	Lovely Lovely Lovely	1,280,025*	825	1	0	0	0	826	28
345	9	Reversing Darts	1,908,755*	1229	3	0	0	1	1232	11
346	11	Big Blue	2,111,090*	1328	39	3	0	10	1370	41
348	11	Radio Heads	2,749,585*	1731	49	4	0	8	1784	27
350	9	Bouff	1,432,680*	882	49	3	0	3	934	6
350	11	Black Key Etude	1,540,710*	981	15	1	0	1	997	34
354	9	Falsie the Pseudo-Science Girl	1,581,660*	1004	20	0	0	2	1024	6
354	9	Comfort Betrays	1,858,625*	1195	5	0	0	0	1200	8
354	11	Epidermis	1,976,305*	1266	11	0	0	1	1277	37
356	8	Angel Stays On This Ground -Vocal Remix-	1,499,490*	961	7	1	0	2	969	1
356	12	Red Wings Over Baron	3,795,730	4014	261	9	28	28	1525	14
357	9	WAIWAI230	1,258,500*	807	6	0	0	0	813	11
359	4	Colossus	611,700*	393	2	0	0	0	395	1
360	10	{Big Boss}	922,425*	591	5	0	0	0	596	41
360	12	Kidney Stone	1,768,300	1338	236	14	31	33	977	16
365	7	Twist	917,500*	587	6	0	0	0	593	2
365	10	Pimp Slap	1,095,200*	700	8	0	0	0	708	30
369	10	the Casket of Star	2,517,665*	1612	15	0	0	3	1627	25
370	8	Wow, I Can Get Sexual Too	1,459,725*	936	7	0	0	0	943	2
370	10	Xeno-Flow	2,832,235*	1810	21	0	0	2	1831	39
376	9	Uber Rave	1,494,905*	962	3	0	0	1	965	37
377	9	Lapis -The Heavens Remix-	1,363,185*	864	18	1	0	1	883	1
378	11	Strangeprogram	2,229,580*	1422	20	0	0	1	1442	49
379	12	Rage Template	1,195,730	1356	195	11	18	36	402	6
379	11	Summer Time Perfume	2,576,230*	1644	22	0	0	1	1666	37
381	5	Yellow Lasers	832,500*	519	22	0	0	0	541	2
382	9	Evil Approaches	1,213,100*	781	2	0	0	0	783	51
382	9	101 Kittens	2,672,825*	1717	9	0	0	0	1726	34
383	10	X-Tinction	1,150,175*	733	11	0	0	0	744	62
383	11	World Tour 2004	5,751,720	3891	47	1	1	0	3599	16
384	10	We Wish You A Merry XMas (Jazzy Groove Mix)	2,259,755*	1439	23	0	0	1	1462	11
385	12	Blue Rose	4,371,750	3488	117	5	12	19	2425	15
386	9	Ska Cha Cha	1,629,850*	1040	14	0	0	0	1054	13
386	11	Jeanie and Caroline	1,877,510*	1195	19	1	0	1	1215	19
389	10	Hero's Theme (w.i.p.)	1,706,135*	1095	7	0	0	2	1102	56
390	6	Until The End	694,125*	447	1	0	0	0	448	5
390	12	Saddest RMX	849,970	831	74	6	8	14	375	16
391	7	The Final Fantasy	1,038,205*	669	1	0	0	1	670	11
393	11	BB Evolution	4,071,780*	2609	21	1	0	0	2631	38
394	4	136.6	859,425*	552	3	0	0	0	555	13
394	9	Toph's OP Remix	1,545,875*	985	15	0	0	0	1000	3
396	10	BB Euro	1,958,650*	1262	2	0	0	0	1264	27
397	9	Ivaltek	1,723,830*	1099	16	0	0	1	1115	5
397	10	KlungKung 2004	2,582,355*	1657	11	0	0	1	1668	55
399	10	Nebula [she]	1,920,315*	1217	25	2	0	1	1244	14
399	10	M.A.M.A.	1,952,680*	1245	18	0	0	1	1263	49
399	11	4 Chord Touhou	2,772,150*	1754	42	0	0	5	1796	85
400	9	Neon-213	1,014,975*	654	1	0	0	0	655	18
403	10	Ievan Polkka (Rin & Len ver.)	1,417,675*	904	13	0	0	5	917	20
403	9	Sunny Side Up	1,612,290*	1032	10	0	0	3	1042	27
403	12	Tageri	1,832,155	1837	90	11	7	19	799	15
404	10	party 4u -holy nite mix- v2	1,021,835*	631	32	3	0	9	666	24
405	8	Remember 15 Years Ago...	1,363,880*	875	6	0	0	1	881	5
409	8	Smash Podcast	869,305*	537	29	0	0	1	566	1
410	10	Turkish March	1,632,380*	1040	16	0	0	1	1056	31
414	9	Gym Leader (RBY)	1,610,850*	1023	19	1	0	4	1043	12
414	10	The Lunatic Princess	4,005,485*	2562	27	0	0	2	2589	41
415	7	Stalled Out and Sushi Bars	920,425*	593	1	0	0	0	594	5
420	7	Felys (Elegiac Mix)	954,525*	615	1	0	0	0	616	3
420	8	Sakura no Kenshi	1,876,730*	1206	5	1	0	0	1212	12
421	10	Bus Rides With People	1,636,380*	1010	55	1	0	15	1066	22
421	9	20031023	1,733,900*	1117	2	0	0	0	1119	9
422	9	Amefuri Koneko	1,364,705*	878	3	0	0	1	881	21
424	8	Asteroid Run	1,641,830*	1038	25	1	0	0	1064	1
426	10	Shihen	1,595,125*	1025	5	0	0	0	1030	11
430	9	The Games We Played, Part 4	1,741,100*	1120	4	0	0	0	1124	16
431	11	Kyrie	1,222,370	890	8	0	1	1	731	35
431	11	Document 13b	1,530,580	1112	58	0	3	2	904	27
432	5	Sakura Blue Sky	929,605*	594	7	0	0	1	601	4
432	10	Katharsis	1,734,760*	1111	10	0	0	2	1121	8
433	9	Here's To Life [Oni]	1,822,875*	1167	11	0	0	0	1178	4
434	10	Ninja Lad	1,265,205*	799	21	0	0	1	820	18
436	10	R176	1,545,525*	993	5	0	0	0	998	34
439	10	None Would Escape	2,124,635*	1365	7	0	0	2	1372	81
440	7	Get Ready 2 Rokk	1,669,075*	1076	1	0	0	0	1077	17
441	6	Hey, Ladies (Parental Advisory!)	1,033,555*	666	1	0	0	1	667	1
442	12	Counter Clockwise Chant Pattern	1,192,335	1318	85	4	16	10	449	14
442	10	Gacha Gacha Cute Figu atto Mate	1,383,600*	891	2	0	0	0	893	51
442	9	Shining Sky	2,052,605*	1312	15	0	0	6	1327	4
446	12	Reality	1,399,225*	834	70	17	0	33	921	28
446	9	Nanairopanda	1,827,800*	1171	10	0	0	0	1181	10
447	12	I Hate The 80s	1,133,030	924	62	8	14	16	612	11
448	9	Pupil of Frenzy	2,223,855*	1429	7	0	0	1	1436	22
451	8	Crazy Hair Day	1,400,745*	898	7	0	0	4	905	5
452	8	Butterflies (Short Edit)	1,473,105*	943	9	0	0	1	952	2
453	9	Secrets and Lies	1,255,225*	809	1	0	0	0	810	13
454	7	Kire Kire Mayoi	949,875*	612	1	0	0	0	613	19
454	9	Progression	1,448,105*	927	8	1	0	0	936	6
455	6	Yeah Yeah Beats	1,083,035*	693	7	0	0	2	700	5
455	9	ESC - Super Version	1,464,475*	944	1	0	0	0	945	11
455	11	Church Bells	1,851,610*	1165	36	0	0	2	1201	29
457	10	Streets	1,437,895*	909	22	1	0	8	932	12
457	10	Pwntendo	1,769,860*	1132	12	0	0	2	1144	56
459	10	Chlorophyll	1,848,775*	1187	7	0	0	0	1194	30
460	7	Bicycle Break	2,233,450*	1436	6	0	0	0	1442	5
461	10	The Games We Played, Part 1	1,839,630*	1177	12	0	0	1	1189	40
463	10	Blue Army	5,148,610*	3284	45	1	0	1	3330	12
465	9	Teh Tricky Techno	732,600*	471	2	0	0	0	473	32
467	6	Forgotten Planet	817,850*	526	2	0	0	0	528	3
468	10	Degenerates	2,620,455*	1675	19	0	0	1	1694	29
470	10	K8107	1,652,315*	1046	22	3	0	10	1071	40
476	6	American in Amsterdam [Heavy]	1,109,525*	715	1	0	0	0	716	4
479	10	Doomsayer [Heavy]	1,808,255*	1151	19	0	0	1	1170	48
482	9	Summer -Speedy Mix-	1,203,780*	775	2	0	0	1	777	6
488	4	Steel for Pappa	0	0	0	0	0	0	0	0
488	10	Adult's Sketchbook	1,344,475*	860	9	0	0	0	869	26
488	8	Lethal Injection	1,656,155*	1043	31	0	0	1	1074	51
488	10	Szamar Madar	1,694,580*	1090	4	0	0	1	1094	54
490	10	Be Princess	1,403,475*	903	3	0	0	0	906	36
490	7	Dont Breathe A Word [Heavy]	1,703,860*	1096	4	0	0	2	1100	3
493	7	Pavlov's Dog	743,725*	479	1	0	0	0	480	22
494	10	Final Step	2,964,005*	1895	21	0	0	1	1916	28
497	8	Virtual Emotion	1,158,575*	745	3	0	0	0	748	2
499	11	Perfect Cherry Storm	1,644,260*	1016	48	8	0	9	1072	40
500	7	The World As We Know It	1,124,475*	723	3	0	0	0	726	6
500	9	The Brain of the Moon	3,306,775*	2126	9	0	0	0	2135	23
501	9	Hyper Pressure	1,721,500*	1109	2	0	0	0	1111	24
502	9	Otter's Dance (Hotroot Mix)	1,330,090*	845	16	0	0	3	861	10
502	9	Legendary Etude	2,052,255*	1315	11	0	0	1	1326	59
504	8	Comptine D'un Autre Ete Techno Mix	1,398,980*	896	8	0	0	1	904	9
505	9	Robotix	1,273,550*	820	2	0	0	0	822	21
507	10	The Games We Played, Part 3	2,013,010*	1289	11	1	0	1	1301	27
509	10	Speedcore Sunday	1,810,080*	1153	18	0	0	1	1171	24
511	12	Magical 8bit Tour	1,649,790	1767	77	15	18	24	662	9
514	6	Shut Up and Let Me Go ( w The Ting Tings) [Heavy]	986,975*	631	7	0	0	0	638	1
514	9	Euphoria [Smiley]	1,346,810*	864	6	0	0	2	870	10
515	6	Driveway [Standard]	1,447,150*	932	2	0	0	0	934	5
515	9	Dazzling Soul	1,550,725*	998	3	0	0	0	1001	29
515	10	Pretty Green Onions	2,483,155*	1593	11	0	0	1	1604	31
517	9	Dokudenpa	2,478,625*	1595	5	0	0	0	1600	27
521	5	Between The Sheets [Heavy]	1,266,075*	816	1	0	0	0	817	29
521	12	Schmollbluk	1,448,320	1436	176	14	19	38	616	16
522	8	Vanity Angel (Seraphim Mix)	1,232,855*	788	9	0	0	1	797	2
523	9	Brain Dot Wave	2,289,855*	1465	15	0	0	1	1480	21
524	9	Battle Theme #36	986,150*	628	10	0	0	0	638	7
524	9	The Games We Played, Part 5	1,955,900*	1252	12	0	0	0	1264	19
524	9	{Blaze}	2,125,830*	1370	1	1	0	0	1372	33
524	12	Pants	3,568,775	2913	101	6	4	12	1940	21
526	7	Horizon II (Seven's Dawn)	1,295,975*	832	5	0	0	0	837	10
527	6	Moonlight River	1,420,800*	915	2	0	0	0	917	5
530	9	600 AD in Piano	1,537,500*	987	6	0	0	0	993	25
531	10	The Epidemic of Unexpected Relapses [Hard]	1,975,260*	1263	13	1	0	1	1277	28
531	11	Hajnal	3,092,830*	1974	26	0	0	1	2000	61
532	8	Sly	1,318,950*	846	6	0	0	0	852	4
533	9	Far Away From Home	1,489,060*	948	13	3	0	4	964	2
534	8	Back in the Day	1,662,325*	1070	3	0	0	0	1073	8
535	7	Lemonade [Heavy]	1,464,925*	941	5	0	0	0	946	2
537	12	grind2	715,120	782	75	9	12	19	268	16
537	8	Victims And Martyrs	1,849,010*	1188	6	0	0	2	1194	13
543	9	Coat Czech	1,034,925*	657	13	0	0	0	670	36
545	9	Video Out A	1,162,675*	746	5	0	0	0	751	12
546	9	Abtrusity	1,110,700*	710	8	0	0	0	718	16
546	9	Brainwave	1,417,925*	901	16	1	0	4	918	13
548	6	Dragon's Final Roar	976,225*	629	1	0	0	0	630	20
548	9	Rock Paper Snippers	2,320,305*	1483	17	0	0	1	1500	10
549	9	Kirby's Dream Land	1,466,475*	942	5	0	0	0	947	19
549	8	Fig Leaf Rag	1,734,605*	1115	5	0	0	1	1120	7
549	9	Faces [Heavy]	2,282,225*	1465	9	0	0	0	1474	15
550	12	Nomina Nuda Tenemus	1,208,460	832	131	19	5	33	716	23
550	10	Monstrous Turtles!	2,143,275*	1377	7	0	0	0	1384	61
552	9	Pulling Through	1,142,875*	725	15	0	0	0	740	2
552	10	Lunar Saturation	1,694,500*	1085	10	0	0	0	1095	46
554	8	Four Vents	772,350*	495	4	0	0	0	499	21
555	9	Vanishing Gungaroon	1,202,150*	769	8	0	0	0	777	4
555	7	Science Genius Girl (lameboy mix)	1,303,430*	836	6	0	0	1	842	8
555	9	Tribal Transcendency	1,759,405*	1131	5	0	0	1	1136	13
556	10	State of Emergency	1,213,915*	781	1	2	0	1	784	52
557	11	Caprice	1,991,265*	1219	76	5	0	18	1300	31
559	9	Ramua	1,437,335*	915	15	0	0	2	930	4
559	8	Horizon Remix	2,164,815*	1386	13	0	0	3	1399	19
563	10	Classical Insanity	1,704,330*	1093	8	0	0	1	1101	65
564	9	Duality	1,619,100*	1038	8	0	0	0	1046	9
564	8	Night Of Flight	2,437,225*	1565	9	0	0	0	1574	10
565	9	Hybrid	1,402,820*	897	9	1	0	3	907	8
568	10	Blue Noah	3,812,680*	2439	22	4	0	2	2465	4
570	3	Shu Kurimu no Uta	0	0	0	0	0	0	0	0
571	7	4F73R M3 (FFR edit)	1,372,825*	875	13	0	0	0	888	28
574	7	Robot Army --_--	811,925*	523	1	0	0	0	524	19
574	10	Aztec Templing (Techno-Titlan mix)	1,489,725*	957	5	0	0	0	962	35
579	8	Utopia	1,231,150*	791	4	0	0	0	795	5
579	10	Destined Marionette	1,736,020*	1074	56	0	0	4	1130	7
581	7	Song For All Time	1,852,030*	1185	12	0	0	1	1197	2
584	11	Lawn Wake I (LW EP Edit)	2,189,985*	1394	23	0	0	2	1417	44
585	4	Cat Walk 2	569,850*	366	2	0	0	0	368	6
587	9	Nebula [Rushjet1]	1,381,675*	884	9	0	0	0	893	4
588	8	Cryosleep	962,330*	611	12	0	0	1	623	1
592	8	Bricks	1,028,080*	660	4	0	0	1	664	3
592	10	Flying High [Heavy]	2,893,375*	1856	13	0	0	0	1869	39
593	8	Euthanasia	1,260,580*	810	4	0	0	1	814	9
595	8	Courage	1,288,225*	827	5	0	0	0	832	15
596	11	Rottel-da-station	1,878,600*	1186	30	2	0	3	1218	31
596	10	{I Don't Need You Anymore}	3,030,005*	1931	29	0	0	1	1960	67
597	9	Washamanoose's OP	1,863,735*	1172	37	0	0	2	1209	6
597	9	Rise Up	2,801,410*	1786	26	0	0	2	1812	7
597	10	Shanghai Girl of Meiji 17	2,966,015*	1890	27	2	0	1	1919	40
598	9	Tell Me A Story (Compendium Mix)	1,054,595*	670	11	2	0	2	683	6
603	8	Lover Reef	1,724,040*	1096	19	1	0	2	1116	9
604	9	Glove Stage - Ultra Sweden	1,251,140*	799	10	0	0	3	809	21
605	8	{Red Alert}	768,525*	495	1	0	0	0	496	46
606	8	Snowball Fight	1,172,800*	755	2	0	0	0	757	6
606	10	Piano X Forte	2,631,160*	1663	42	0	0	2	1705	15
607	7	False Strawberry	1,101,675*	705	7	0	0	0	712	9
607	10	Lawn Wake IV	1,635,960*	1041	16	2	0	5	1059	74
607	12	Little God Channel	2,626,295	2659	131	16	8	29	1130	16
608	7	Outside the Skies	1,157,300*	745	2	0	0	0	747	8
610	12	Necropotence	1,750,385	1596	80	11	8	27	853	14
610	12	Frictional Nevada	2,017,695	1286	37	0	2	8	1301	49
611	12	Ketsarku Mozgalom	2,323,160	1566	65	1	3	7	1445	33
615	6	Koala In The Spider's Web	774,725*	499	1	0	0	0	500	11
620	12	Holy Orders	2,612,460	2685	53	7	13	11	1125	16
622	8	Heel and Toe	928,130*	594	5	1	0	0	600	6
622	7	Black Noise --_--	1,234,700*	790	8	0	0	0	798	7
624	8	J219 (Ura-Rokkou Mix)	1,340,375*	859	7	0	0	0	866	10
628	11	Club	806,940	516	49	1	7	11	512	49
628	8	Strawberry Music	1,022,350*	653	8	0	0	0	661	6
630	8	Mercury Lamp	1,625,125*	1046	3	0	0	0	1049	6
635	6	Ball of Malt	665,400*	426	4	0	0	0	430	7
635	7	Flutter	1,044,600*	669	6	0	0	0	675	8
635	8	Casio Destroy Toy	1,803,430*	1152	14	0	0	1	1166	5
636	9	Megane De Ne!	2,149,935*	1375	13	2	0	0	1390	11
637	10	Air	3,003,130*	1926	14	0	0	1	1940	44
638	10	A World Of Piano	2,226,420*	1404	37	3	0	6	1444	15
642	8	GO!	1,802,255*	1157	7	0	0	1	1164	9
643	10	Epic	1,818,260*	1165	9	1	0	1	1175	29
645	9	Sword Strike	1,029,550*	656	10	0	0	0	666	9
647	10	Border Of Maximum	1,707,105*	1066	43	0	0	1	1109	40
651	7	Snake Riddim	1,273,625*	811	13	0	0	0	824	6
651	12	Grand Galop Chromatique	2,340,675	2241	101	8	11	34	1084	12
653	11	AIM Anthem	890,860	639	71	9	17	17	525	32
653	8	The Entertainer	2,300,805*	1477	9	0	0	1	1486	5
654	10	Sympathizer	2,982,915*	1909	18	1	0	2	1928	54
659	12	Molto Vivace	1,403,155	1131	39	2	5	9	772	24
661	12	Almost There	1,951,790	1718	150	44	10	134	969	25
664	10	DMYK	2,340,565*	1488	26	1	0	2	1515	27
669	12	Across Rooftops	2,257,295	2001	222	17	14	45	1100	18
671	9	Chariot	1,459,880*	932	12	0	0	1	944	6
671	10	The Final Conflict	1,629,710*	1035	20	0	0	2	1055	22
675	7	Hiszekeny	992,450*	637	4	0	0	0	641	11
676	9	Toono Youkai Zensen	1,305,900*	831	14	0	0	0	845	5
681	11	Piano Etude (Gymnastics)	1,385,120	1229	21	1	2	2	704	35
684	9	ShapeShifter	1,222,905*	775	17	0	0	1	792	13
687	12	Eclipse (Solar)	1,449,440	1241	134	60	10	108	732	29
687	9	Divinity	1,561,180*	999	10	0	0	1	1009	11
691	5	Dendrite	805,725*	519	1	0	0	0	520	28
692	8	Emerald Hill (Metaljonus Mix)	607,325*	391	1	0	0	0	392	14
692	9	Relic Expedition Inanotherstar	1,444,825*	905	33	0	0	0	938	4
693	8	Take Me Back	1,139,755*	723	15	0	0	1	738	5
696	10	Splash Beats	1,298,845*	821	19	2	0	2	842	18
697	7	The Last Firstborn	888,500*	565	10	0	0	0	575	9
699	7	Your Grace [Heavy]	1,148,175*	735	7	0	0	0	742	4
704	7	Improvisation et Chien	508,300*	323	6	0	0	0	329	18
704	7	Fly With Me (ITG Cut)	1,198,580*	770	4	0	0	1	774	6
705	9	For Your Love	1,277,780*	813	13	1	0	0	827	10
706	8	Fantasia	1,096,025*	703	5	0	0	0	708	8
707	9	{Rose}	2,015,725*	1298	3	0	0	0	1301	102
713	8	Road To You	1,238,055*	793	7	0	0	1	800	6
717	9	Toph's OP	1,160,575*	743	7	0	0	0	750	15
719	10	Get Down	1,779,925*	1136	15	0	0	0	1151	27
721	6	Drum Song	1,028,650*	662	2	0	0	0	664	3
721	9	Endless Dream	1,440,400*	926	4	0	0	0	930	18
724	7	Never Look Back	950,325*	609	5	0	0	0	614	7
724	7	Work (S. Pitron & M. Sanna Radio Edit) [Heavy]	1,249,630*	798	10	0	0	1	808	34
725	10	Kick Your A	1,605,875*	1027	11	0	0	0	1038	34
730	6	Get Um Up	876,475*	563	3	0	0	0	566	4
730	9	ASB	1,326,540*	846	12	0	0	3	858	9
733	8	Crystalis - House Leaves (Long)	1,113,525*	711	9	0	0	0	720	9
735	8	Delta Beat (0 Vector Mix)	1,762,455*	1115	26	1	0	0	1142	16
738	10	Happy Happy Shining Star!!	1,252,355*	794	17	0	0	1	811	23
739	10	Dot Matrix Hero	1,547,505*	991	9	0	0	1	1000	29
740	7	Synesthetic FFR Edit	1,188,905*	758	11	0	0	1	769	5
740	8	Nice Nice Noise	1,196,675*	763	11	0	0	0	774	5
747	10	Purple	765,575*	475	23	0	0	0	498	61
749	8	Deep Breath	1,225,105*	783	9	0	0	1	792	10
751	11	Dead and Direct	1,656,230	1350	85	3	5	13	892	49
752	8	Bury Me On The Jedi Battlefield	1,180,960*	757	6	0	0	2	763	19
754	10	Love Coloured Master Spark (LUV2 Remix)	2,954,565*	1884	27	0	0	3	1911	34
759	7	{Paranorma}	1,004,810*	645	4	0	0	2	649	3
760	7	Speed Limit 38	1,091,355*	700	5	0	0	1	705	7
762	12	Integraation	1,913,100	1821	94	10	5	15	887	23
766	6	Crystalis - House Leaves (Remix)	436,275*	279	3	0	0	0	282	22
770	3	Temple	326,775*	210	1	0	0	0	211	1
771	6	Infinite Blue	977,755*	630	1	0	0	1	631	23
778	9	Force Of Light	1,661,105*	1061	13	0	0	1	1074	8
781	7	Wish (Kyrn Remix)	1,216,585*	776	10	1	0	1	787	8
781	10	Vertex BETA	2,714,455*	1734	21	0	0	1	1755	118
783	9	Gaussian Blur 3	1,330,350*	855	4	0	0	0	859	8
783	8	Hanabi	1,511,150*	970	6	0	0	0	976	14
783	10	Garyuutensei	1,798,490*	1126	41	1	0	7	1168	49
785	8	U.M.A.	1,306,425*	819	29	0	0	0	848	2
786	10	Legend	1,758,060*	1113	25	1	0	1	1139	47
787	8	Clockwork Genesis	1,273,010*	805	19	1	0	1	825	13
788	6	Seagull	866,625*	555	5	0	0	0	560	2
788	9	R8U Another	1,594,875*	975	60	7	0	13	1042	8
790	9	Playdoh	1,525,015*	975	10	1	0	2	986	15
796	9	AAA	1,605,975*	1032	5	0	0	0	1037	43
798	9	Beauty Is In The Eyes Of The Beerholder [Heavy]	1,397,525*	886	19	0	0	0	905	15
799	9	Final Fantasy 3 Boss	1,207,760*	771	10	0	0	2	781	55
800	9	Rondo Alla Turca V2	2,351,510*	1491	31	1	0	6	1523	7
801	7	Leeroy Jenkins (Fun Time Mix)	847,475*	541	7	0	0	0	548	1
801	9	Carol Megamix	1,896,550*	1217	8	0	0	0	1225	15
805	9	Shind Bad	1,475,570*	929	28	0	0	4	957	9
810	10	Cosmic Orchestra	2,459,000*	1570	20	0	0	0	1590	21
812	13	Reluctantly Accepting Temporary Overexhaustion	972,785	921	414	203	62	578	372	21
816	12	One Minute Waltz	917,255	898	123	18	18	44	395	16
818	8	NeoMAX	1,085,640*	694	7	1	0	2	702	14
820	10	HELLBEAT	773,735*	477	27	0	0	2	504	47
825	10	Southern Cross	3,279,295*	2082	41	0	0	4	2123	40
829	9	Wisdom	1,187,275*	752	17	0	0	0	769	58
831	6	Let Mom Sleep	751,200*	483	2	0	0	0	485	5
837	7	Indigo	914,950*	587	4	0	0	0	591	28
839	6	Horizon	887,875*	572	1	0	0	0	573	85
840	12	STRAWBERRY SWEETZ	2,648,045	3010	215	6	19	51	940	18
841	8	00.01	1,095,885*	698	11	0	0	2	709	71
841	9	Delirium	1,668,975*	1071	7	0	0	0	1078	10
843	9	Haven	1,432,725*	912	15	0	0	0	927	7
844	6	Keep On Lovin' You	766,425*	492	3	0	0	0	495	7
844	8	Air Breeze	1,143,230*	731	8	0	0	1	739	16
844	9	Rondo Alla Turca	2,390,890*	1508	42	0	0	3	1550	34
847	8	That is Fair	912,850*	584	6	0	0	0	590	8
848	7	Underground	1,323,240*	844	11	1	0	2	856	11
853	6	January's Song	976,675*	626	5	0	0	0	631	8
855	6	Agenda X	838,450*	536	6	0	0	0	542	1
857	7	F	1,061,100*	678	8	0	0	0	686	5
859	8	Electro Rush x8	1,219,300*	785	2	0	0	0	787	43
861	12	J'ai Envie de Plaisir X2	878,100	766	83	3	9	20	437	16
863	9	Switchback [Heavy]	1,480,500*	942	16	0	0	0	958	20
863	8	Frozen Rain	1,911,435*	1211	27	0	0	2	1238	3
864	9	Kaleidoscope	1,128,985*	721	9	0	0	2	730	10
868	8	Youkoso! Himitsu no Janbaraya!	1,121,080*	720	4	0	0	1	724	4
870	7	Build God, Then We'll Talk [Heavy]	1,530,650*	976	14	0	0	0	990	26
883	12	Revolutionary Etude	1,365,720	1314	210	10	66	41	606	9
895	7	Shin Trigger	924,875*	586	13	0	0	0	599	8
899	9	Matador	1,583,005*	991	36	1	0	0	1028	11
905	4	Allison [Heavy]	997,650*	642	2	0	0	0	644	5
912	9	Crystal Wind	1,179,230*	746	18	0	0	1	764	20
912	9	Euro Freak	1,478,010*	947	8	0	0	2	955	16
912	11	RunnyMorning (SGX MIX)	1,497,805	1045	20	3	1	15	918	66
915	8	Synful Sub	2,053,085*	1301	27	2	0	0	1330	10
923	5	Dishwater	1,158,555*	745	3	0	0	1	748	3
923	7	Domani	1,336,900*	851	14	0	0	0	865	54
924	9	Uber Rave V2	1,585,880*	1010	16	0	0	1	1026	6
925	8	Cruel Whole (Abelcain Remix)	1,819,375*	1145	35	0	0	0	1180	13
926	7	Kick It	910,850*	586	2	0	0	0	588	23
928	6	Expedite	795,875*	511	3	0	0	0	514	6
933	8	Solitude Sun	1,119,660*	711	13	1	0	1	725	9
936	11	Flight of the Bumblebee	1,193,030	730	107	23	2	27	762	63
936	7	Sing A Song [Instrum]	1,538,845*	979	16	1	0	3	996	9
938	9	Rumia, Sealed Youkai of the Night	1,785,145*	1125	30	3	0	1	1158	7
939	9	Endless Altercation	1,442,155*	874	67	2	0	4	943	18
943	5	Seed	639,010*	409	4	0	0	2	413	1
943	13	Death Piano	1,485,435	1626	542	155	130	357	481	12
946	7	Halogen	1,213,550*	778	6	0	0	0	784	7
948	9	Tension	1,515,660*	968	12	0	0	2	980	31
950	11	Blooddrunk [Heavy]	2,338,140	2024	216	22	13	32	1169	46
952	9	Synaxis Symphony	1,091,550*	696	10	0	0	0	706	9
961	9	Ruins	1,355,005*	862	14	1	0	0	877	15
966	12	Hardkore Atomic	983,165	966	56	1	11	9	440	26
966	7	Midnight of the North	1,000,375*	638	9	0	0	0	647	10
973	6	PARANOiA ~Darkness Mix~	901,530*	580	2	0	0	1	582	9
973	11	Battle Theme #37	1,275,545	798	33	0	1	6	828	53
974	5	Infection	866,175*	558	1	0	0	0	559	29
982	11	Eradication	1,497,210	1294	44	2	2	4	774	45
991	4	The Ushering In Of The Magical Era	515,875*	332	1	0	0	0	333	5
992	9	The Prototype	1,964,565*	1252	18	1	0	2	1271	13
993	9	Dokodemo Kawaii	1,300,655*	796	50	3	0	3	849	5
999	9	Mother Of God	2,144,110*	1367	19	1	0	1	1387	11
1,010	7	AM-3P (House Party Dub)	887,675*	562	13	0	0	0	575	5
1,010	5	Boss Machine (Sonic2)	890,975*	574	1	0	0	0	575	13
1,015	8	Frozen Fire	1,068,475*	677	15	0	0	0	692	6
1,017	5	One Last Battle	890,975*	574	1	0	0	0	575	38
1,021	7	Red Dress [Heavy]	1,376,430*	875	15	1	0	0	891	8
1,026	8	iPatch's OP	773,075*	493	7	0	0	0	500	10
1,035	5	Libertine	745,275*	480	1	0	0	0	481	4
1,042	4	Resistance	420,500*	268	4	0	0	0	272	6
1,046	5	Policy In The Sky	849,125*	547	1	0	0	0	548	62
1,050	8	SYNiC	1,333,560*	839	26	0	0	2	865	8
1,057	8	Destiny	948,050*	610	2	0	0	0	612	10
1,061	8	Okusenman! -Hardcore Mix-	1,004,255*	639	10	1	0	0	650	3
1,103	8	Affected	1,179,075*	750	13	0	0	0	763	6
1,104	12	The Adventures Of Lolo	721,035*	289	142	93	0	304	524	35
1,109	8	5 Black Skulls	1,441,760*	914	18	2	0	0	934	19
1,126	7	Roses and Butterflies [Heavy]	1,840,590*	1176	14	0	0	3	1190	5
1,137	8	Chaotic Sound	1,469,750*	940	10	0	0	0	950	17
1,149	6	A	639,775*	407	7	0	0	0	414	1
1,151	5	Sound of my Dream RMX	754,300*	485	2	0	0	0	487	11
1,165	6	The Rhythm Of Life	713,900*	454	8	0	0	0	462	1
1,167	5	Distorted Reality (cut)	620,980*	399	2	0	0	1	401	1
1,168	3	Lilium (Strings & Piano Remix)	472,200*	303	2	0	0	0	305	1
1,174	8	Sky Dive	1,167,775*	746	9	0	0	0	755	2
1,176	8	PSYCHIC DiVE	1,072,480*	636	68	0	0	1	704	3
1,187	6	From Mount Chorus	1,624,925*	1036	15	0	0	0	1051	5
1,195	8	Go Go Go Power Rangers	824,775*	528	5	0	0	0	533	18
1,210	8	Sensorium	2,198,675*	1393	31	0	0	0	1424	3
1,218	5	Life Goes On	615,075*	396	1	0	0	0	397	7
1,226	6	Just Died	1,187,905*	759	9	0	0	1	768	3
1,255	7	{Losing Touch}	1,126,200*	720	8	0	0	0	728	6
1,271	6	Blank Knowing	601,850*	385	4	0	0	0	389	26
1,276	8	The Wanderer	1,618,050*	1011	40	0	0	0	1051	12
1,278	7	FFR Evolution	1,181,900*	751	14	0	0	0	765	3
1,291	5	See You Dance	798,955*	513	3	0	0	1	516	15
1,293	5	Roses and Butterflies [Standard]	1,277,275*	815	11	0	0	0	826	16
1,296	5	Slap Guitar 2	752,725*	470	19	0	0	0	489	7
1,297	6	Learn 2 Play	801,975*	510	9	0	0	0	519	11
1,303	7	Fahrenheit	999,825*	636	11	0	0	0	647	34
1,307	8	Wrath	1,175,585*	715	52	1	0	1	768	7
1,309	4	Unhearted	699,950*	445	8	0	0	0	453	1
1,313	8	Visions (NRGyzd mix)	2,073,250*	1280	70	0	0	0	1350	11
1,333	2	Red Dress [Light]	529,550*	340	2	0	0	0	342	6
1,340	8	Moonbeam	1,368,725*	874	11	0	0	0	885	15
1,342	4	Funk in G	996,580*	625	21	1	0	0	647	12
1,350	5	Killer Dance Floor	807,275*	520	1	0	0	0	521	15
1,358	3	You're Not Alone Remix	628,475*	403	3	0	0	0	406	8
1,377	7	August (Hyper Euro Twin Turbo Mix)	819,980*	516	15	1	0	0	532	5
1,381	8	{Firestorm}	1,557,800*	982	28	0	0	0	1010	16
1,390	7	Cash Cow	1,538,560*	950	51	1	0	1	1002	19
1,398	7	H.T.I.J.	1,192,095*	762	7	2	0	2	771	12
1,412	8	ROAR (Rage Mix)	1,059,410*	672	14	0	0	2	686	14
1,415	3	Let It Snow, Let It Snow, Let It Snow [Heavy]	656,060*	420	4	0	0	2	424	5
1,429	8	Harry Potter Techno Remix	939,180*	601	6	0	0	1	607	5
1,441	7	Green Twilight FFR Edit	965,155*	612	13	0	0	1	625	45
1,442	7	I'm Just A DJ	1,043,730*	652	26	0	0	1	678	1
1,442	8	Resurrection In Progress	1,051,150*	665	16	0	0	0	681	21
1,459	8	Palindrome	674,325*	426	11	0	0	0	437	24
1,469	8	Legend of the Starfighter	1,485,440*	906	62	2	0	1	970	9
1,490	4	Amity	569,025*	363	5	0	0	0	368	1
1,516	8	Vijore	931,865*	576	29	2	0	1	607	8
1,537	7	World of Dreams	1,631,005*	1035	21	0	0	1	1056	34
1,543	7	Desperation ~Pandemic Day Mix~	925,225*	578	23	0	0	0	601	7
1,552	6	Stay With Me (Unlikely) FFR V2	856,125*	540	15	0	0	0	555	21
1,581	5	My When Clones I Am Out Many	802,800*	513	6	0	0	0	519	14
1,607	8	Sunshine Stone	1,332,360*	814	53	3	0	4	870	5
1,648	8	Metropolis Zone	974,630*	614	18	0	0	1	632	8
1,654	8	Prison Break	1,564,715*	971	46	1	0	2	1018	4
1,669	3	Switchback [Light]	631,830*	406	2	0	0	1	408	14
1,671	6	Legend of Zelda Remix	452,125*	281	13	0	0	0	294	10
1,679	8	X	917,575*	578	17	0	0	0	595	18
1,705	8	Sepia	1,172,390*	732	28	2	0	1	762	4
1,706	8	Maple Leaf Rag	1,783,650*	1131	24	0	0	0	1155	12
1,715	5	I Can See The Light	741,800*	472	8	0	0	0	480	5
1,716	7	Tetris Remix	842,505*	533	12	1	0	0	546	17
1,718	6	My Darkest Hour [Heavy]	1,035,650*	655	16	0	0	0	671	7
1,782	6	Goodbye, My Love	1,363,830*	857	27	1	0	0	885	1
1,783	8	MAX Forever	4,166,470*	2605	87	17	0	7	2709	19
1,788	3	100 Bar Blackout	547,400*	340	16	0	0	0	356	5
1,801	5	Alpha Helix	571,675*	368	1	0	0	0	369	75
1,826	8	Incognito	1,160,390*	724	30	0	0	3	754	14
1,840	4	Riddle Me A Rat's Nest	769,580*	485	14	0	0	1	499	6
1,863	6	300 This is Sparta EXTENDED Mix	1,113,875*	703	19	0	0	0	722	2
1,863	8	Less Talk More Rokk (Mark Saunders Remix)	2,135,065*	1346	35	4	0	4	1385	75
1,882	8	Hyper Hyper -Definitive Version-	1,185,270*	745	24	0	0	4	769	9
1,899	3	SkellyBones	461,580*	293	5	1	0	0	299	46
1,902	5	Lesson	614,930*	387	11	1	0	0	399	3
1,905	7	Diamond Heart (FFR Edit)	1,126,135*	706	25	0	0	2	731	7
1,911	8	What's What	945,000*	585	30	0	0	0	615	5
1,913	7	Eternal Nightmare [Heavy]	2,146,300*	1331	62	4	0	1	1397	34
1,955	4	The Return F SuperDouble	687,075*	426	21	0	0	0	447	4
1,963	8	Oasis (ITG Cut)	1,021,940*	614	51	5	0	3	670	1
1,964	6	Emotions	766,070*	470	27	3	0	1	500	8
1,967	8	July	1,117,305*	707	16	1	0	0	724	16
1,972	7	-Y	1,195,315*	749	27	0	0	3	776	8
1,984	8	Saikyou OX Keikaku	951,010*	581	38	2	0	5	621	1
2,055	6	Prototypical	1,303,975*	824	21	0	0	0	845	7
2,066	7	Vi Sitter I Ventrilo Och Spelar DotA [Heavy]	1,456,010*	918	26	0	0	2	944	14
2,081	8	Aurora	1,425,640*	858	71	5	0	3	934	2
2,083	8	DT Rabbit Blood Festival	1,665,835*	1028	56	1	0	1	1085	7
2,144	4	Same Dream	771,975*	489	11	0	0	0	500	5
2,156	5	Massive (ffr remix)	537,200*	340	8	0	0	0	348	11
2,163	4	Shag	794,430*	488	29	1	0	0	518	3
2,171	8	The Games We Played, Part 2	1,062,575*	652	40	1	0	4	693	11
2,178	8	Say It Right (Sanxion7 Remix)	1,280,435*	771	67	0	0	2	838	11
2,201	8	Hatten Carnival!	983,430*	614	20	6	0	5	640	2
2,230	8	Thinking Different	1,393,955*	887	15	0	0	1	902	14
2,297	8	Driveway [Heavy]	1,642,355*	1026	40	1	0	0	1067	10
2,329	6	Fett's Vette	778,955*	492	12	1	0	0	505	3
2,426	3	Euphoria [Antinomie]	663,025*	422	7	0	0	0	429	17
2,478	7	Beethoven Virus	708,660*	449	10	0	0	2	459	12
2,493	6	Read The Mind	695,080*	416	37	3	0	3	456	4
2,506	8	Guitar Vs Piano	1,544,850*	936	73	1	0	4	1010	42
2,689	3	Stay With Me FFR V1	382,300*	245	2	0	0	0	247	6
2,753	7	Trisection	1,035,880*	652	19	1	0	0	672	12
2,819	8	Tribal Revival	1,529,085*	932	63	4	0	3	999	21
2,857	3	Get on the Move	548,930*	341	16	0	0	1	357	7
2,919	4	Terror From Beyond	785,975*	475	39	0	0	0	514	8
3,047	4	Story of Snowman and Sunshine Girl	819,350*	499	36	0	0	0	535	12
3,089	8	Brightone	1,086,540*	688	15	1	0	2	704	13
turns into this:
Code:
Rank     D     Level                                                Score         P       G      A      M      B       C       Played    
1        2     Excite Bike                                          49,600*       32      0      0      0      0       32      137       
1        1     Free Space (FFR Edit)                                91,450*       59      0      0      0      0       59      23        
1        1     Power                                                94,550*       61      0      0      0      0       61      23        
1        2     Fall into Night                                      113,150*      73      0      0      0      0       73      1         
1        2     Counting Snow                                        116,250*      75      0      0      0      0       75      1         
1        2     Prelude No. 7                                        141,050*      91      0      0      0      0       91      1         
1        3     Norfolk Gals                                         159,650*      103     0      0      0      0       103     3         
1        3     Pita                                                 164,300*      106     0      0      0      0       106     25        
1        5     Above The Clouds                                     165,850*      107     0      0      0      0       107     1         
1        2     Etude in E Major                                     173,600*      112     0      0      0      0       112     5         
1        2     Love You Anymore                                     186,000*      120     0      0      0      0       120     7         
1        1     Sea Breeze                                           204,600*      132     0      0      0      0       132     1         
1        4     Bubbleman Stage Theme                                213,900*      138     0      0      0      0       138     24        
1        2     Tower                                                213,900*      138     0      0      0      0       138     1         
1        1     Trip to the Moon (Club Remix)                        221,650*      143     0      0      0      0       143     72        
1        2     Halcyon                                              232,500*      150     0      0      0      0       150     14        
1        2     Baby Don't You Want Me                               235,600*      152     0      0      0      0       152     6         
1        3     NES-Style Eye of the Tiger                           240,250*      155     0      0      0      0       155     4         
1        2     Tears of Remorse                                     240,250*      155     0      0      0      0       155     2         
1        4     Mocha Ocean                                          246,450*      159     0      0      0      0       159     5         
1        2     Dance 2 This                                         249,550*      161     0      0      0      0       161     36        
1        4     Skate or Die 2                                       257,300*      166     0      0      0      0       166     1         
1        2     Seattle's Finest (Parental Advisory)                 261,950*      169     0      0      0      0       169     4         
1        1     SuperMario 8bit Eighties Remix                       269,700*      174     0      0      0      0       174     17        
1        2     When Petals Fall                                     272,800*      176     0      0      0      0       176     1         
1        4     Sonic 1 Final Zone                                   275,900*      178     0      0      0      0       178     14        
1        4     Metal Gear Solid Piano Remix                         279,000*      180     0      0      0      0       180     2         
1        2     This Beat is For Tha Streets!                        280,550*      181     0      0      0      0       181     5         
1        2     For Who I Am                                         285,200*      184     0      0      0      0       184     4         
1        2     Computer Dreams                                      288,300*      186     0      0      0      0       186     52        
1        5     She Bangs (William Hung Version)                     291,400*      188     0      0      0      0       188     10        
1        5     Theme Of Dragoon Knights                             292,950*      189     0      0      0      0       189     119       
1        3     Lucid Quazar                                         296,050*      191     0      0      0      0       191     3         
1        2     Sun and Stars                                        306,900*      198     0      0      0      0       198     1         
1        2     Digital Atmosphere                                   310,000*      200     0      0      0      0       200     1         
1        3     Moonlight Sonata                                     310,000*      200     0      0      0      0       200     5         
1        3     Above                                                316,200*      204     0      0      0      0       204     2         
1        2     Cid's Theme Piano Concerto                           317,750*      205     0      0      0      0       205     7         
1        4     After Altair                                         330,150*      213     0      0      0      0       213     3         
1        3     botu1                                                342,550*      221     0      0      0      0       221     1         
1        2     London Bridges                                       356,500*      230     0      0      0      0       230     4         
1        9     Yoshi's Cookie                                       381,300*      246     0      0      0      0       246     34        
1        4     The Worst Is Yet To Come                             384,400*      248     0      0      0      0       248     1         
1        2     Activity Unbroken                                    385,950*      249     0      0      0      0       249     20        
1        3     Soul Shift (ffr edit)                                390,600*      252     0      0      0      0       252     14        
1        4     Passage D [Light]                                    399,900*      258     0      0      0      0       258     2         
1        4     Zelda Stormy                                         404,550*      261     0      0      0      0       261     32        
1        5     A Christmas Carol                                    407,650*      263     0      0      0      0       263     5         
1        3     Kung Fu Koalas                                       409,200*      264     0      0      0      0       264     6         
1        4     Arrrrrr                                              413,850*      267     0      0      0      0       267     2         
1        4     Johto Wild Pokemon Battle Remix                      415,400*      268     0      0      0      0       268     6         
1        8     On Conquest and Capture                              418,500*      270     0      0      0      0       270     18        
1        4     Floating Bridge                                      423,150*      273     0      0      0      0       273     2         
1        8     Brooks Was Here [Heavy]                              424,700*      274     0      0      0      0       274     15        
1        2     Freak Out                                            441,750*      285     0      0      0      0       285     5         
1        4     Tricky Concert                                       443,300*      286     0      0      0      0       286     4         
1        3     Eternal Struggle                                     447,950*      289     0      0      0      0       289     3         
1        6     Arabesque                                            449,500*      290     0      0      0      0       290     8         
1        3     The Color of Battle                                  454,150*      293     0      0      0      0       293     18        
1        4     Fight Through The Forest                             458,800*      296     0      0      0      0       296     1         
1        2     Falling Into You                                     466,550*      301     0      0      0      0       301     50        
1        5     {Lazy Summer Days}                                   471,200*      304     0      0      0      0       304     8         
1        6     Contra- distinction                                  475,850*      307     0      0      0      0       307     32        
1        4     Mega Man 2 - Dr. Wily Theme #1                       478,950*      309     0      0      0      0       309     6         
1        4     Dr Wily Theme V2                                     482,050*      311     0      0      0      0       311     50        
1        3     Spontaneous Hydroxide                                492,900*      318     0      0      0      0       318     55        
1        6     Digital Intervention                                 496,000*      320     0      0      0      0       320     24        
1        3     Come With Me                                         497,550*      321     0      0      0      0       321     6         
1        7     Ninja Turtles Theme                                  503,750*      325     0      0      0      0       325     21        
1        3     Bomb the Base                                        505,300*      326     0      0      0      0       326     81        
1        5     {Lost Memories}                                      506,850*      327     0      0      0      0       327     1         
1        5     Below The Surface                                    514,600*      332     0      0      0      0       332     8         
1        2     Driveway [Light]                                     514,600*      332     0      0      0      0       332     4         
1        6     Funktacular                                          514,600*      332     0      0      0      0       332     3         
1        7     Pondering Stuff                                      522,350*      337     0      0      0      0       337     18        
1        6     Honolulu                                             527,000*      340     0      0      0      0       340     8         
1        4     Pathos                                               527,000*      340     0      0      0      0       340     1         
1        4     Canon In WHEE                                        536,300*      346     0      0      0      0       346     2         
1        3     Salad for Your Tuesday                               540,950*      349     0      0      0      0       349     9         
1        5     Little Star                                          550,250*      355     0      0      0      0       355     1         
1        4     Intense Colors (FFR Edit)                            556,450*      359     0      0      0      0       359     5         
1        6     FFR                                                  558,000*      360     0      0      0      0       360     13        
1        6     Half Symphony                                        559,550*      361     0      0      0      0       361     6         
1        4     Tom Savini vs Greg Nicotero [Heavy]                  562,650*      363     0      0      0      0       363     2         
1        7     Lady's Cake                                          564,200*      364     0      0      0      0       364     1         
1        3     Too Tight                                            564,200*      364     0      0      0      0       364     7         
1        5     Secret Zombie Room                                   568,850*      367     0      0      0      0       367     47        
1        8     Start Something                                      570,400*      368     0      0      0      0       368     17        
1        5     8-Bit Day Dreamer                                    576,600*      372     0      0      0      0       372     35        
1        5     La Luna Caida                                        578,150*      373     0      0      0      0       373     19        
1        7     Syndrome Craze                                       579,700*      374     0      0      0      0       374     13        
1        7     Mario Eurobeat                                       581,250*      375     0      0      0      0       375     11        
1        6     Determine                                            590,550*      381     0      0      0      0       381     1         
1        10    ABCDEath                                             593,650*      383     0      0      0      0       383     38        
1        5     Fierce Combat                                        599,850*      387     0      0      0      0       387     40        
1        5     The Essential                                        604,500*      390     0      0      0      0       390     6         
1        6     Ingenuity                                            606,050*      391     0      0      0      0       391     7         
1        4     Snowflakes                                           606,050*      391     0      0      0      0       391     11        
1        9     Famouz                                               607,600*      392     0      0      0      0       392     92        
1        7     ReRicked                                             620,000*      400     0      0      0      0       400     50        
1        7     Platypus                                             638,600*      412     0      0      0      0       412     9         
1        9     In The Wind                                          643,250*      415     0      0      0      0       415     7         
1        7     Battle Squadron Menu (Juno Reaktor Mix)              652,550*      421     0      0      0      0       421     4         
1        7     Gameboy Rave!                                        654,100*      422     0      0      0      0       422     39        
1        5     That Tethnic Vibe                                    657,200*      424     0      0      0      0       424     6         
1        6     Speed Kitty                                          658,750*      425     0      0      0      0       425     8         
1        5     Burnout                                              697,500*      450     0      0      0      0       450     35        
1        7     Norgers                                              706,800*      456     0      0      0      0       456     8         
1        7     Hadazamui Rittou                                     708,350*      457     0      0      0      0       457     9         
1        6     Metalman Goes Clubbing                               717,650*      463     0      0      0      0       463     10        
1        3     RainDrops                                            720,750*      465     0      0      0      0       465     18        
1        6     Parachute (stupid clowns)                            726,950*      469     0      0      0      0       469     4         
1        5     The Cracking Sky                                     726,950*      469     0      0      0      0       469     6         
1        9     the Dream of Scarlet                                 734,700*      474     0      0      0      0       474     33        
1        6     Memories [KgZ]                                       737,800*      476     0      0      0      0       476     2         
1        4     {A Change of Seasons}                                751,750*      485     0      0      0      0       485     2         
1        6     The Lion's Dance                                     759,500*      490     0      0      0      0       490     2         
1        5     Save Me                                              771,900*      498     0      0      0      0       498     16        
1        6     Play It Funky                                        775,000*      500     0      0      0      0       500     4         
1        8     Badinerie                                            790,500*      510     0      0      0      0       510     26        
1        9     Hungarian Dance #7                                   790,500*      510     0      0      0      0       510     28        
1        6     memories [KURi-ZiLL]                                 793,600*      512     0      0      0      0       512     3         
1        4     Snake Devil [Heavy]                                  795,150*      513     0      0      0      0       513     4         
1        4     Love                                                 798,250*      515     0      0      0      0       515     3         
1        7     Water Like Pudding                                   806,000*      520     0      0      0      0       520     17        
1        7     Elements                                             816,850*      527     0      0      0      0       527     46        
1        5     Jump In                                              816,850*      527     0      0      0      0       527     8         
1        8     Jurs OP                                              838,550*      541     0      0      0      0       541     18        
1        5     Story of the Constellations                          846,300*      546     0      0      0      0       546     2         
1        6     Serenade of Storms                                   849,400*      548     0      0      0      0       548     2         
1        9     Wild Sky                                             850,950*      549     0      0      0      0       549     5         
1        6     Beaker Sunset                                        857,150*      553     0      0      0      0       553     5         
1        7     Noir Remixed                                         858,700*      554     0      0      0      0       554     13        
1        9     Decisive Battle                                      860,250*      555     0      0      0      0       555     15        
1        7     Hungarian Dance #5                                   872,650*      563     0      0      0      0       563     9         
1        9     Techno Green Greens                                  872,650*      563     0      0      0      0       563     13        
1        5     Breaking the Common                                  878,850*      567     0      0      0      0       567     43        
1        9     Into The Night                                       883,500*      570     0      0      0      0       570     14        
1        7     Dying Flame                                          894,350*      577     0      0      0      0       577     3         
1        6     Zodiac                                               903,650*      583     0      0      0      0       583     27        
1        6     Maintenance Bot                                      906,750*      585     0      0      0      0       585     1         
1        9     Through The Martian Hell                             920,700*      594     0      0      0      0       594     15        
1        9     Electronic Music Is A Joke                           928,450*      599     0      0      0      0       599     3         
1        8     X-Dreamer Final Cut                                  942,400*      608     0      0      0      0       608     11        
1        9     Nothing's Gonna Stop Me                              943,950*      609     0      0      0      0       609     5         
1        7     Monster Mash [Heavy]                                 950,150*      613     0      0      0      0       613     9         
1        7     Haruka                                               961,000*      620     0      0      0      0       620     2         
1        9     Csikos Post                                          973,400*      628     0      0      0      0       628     11        
1        9     Forsaken Neon                                        1,007,500*    650     0      0      0      0       650     21        
1        9     Electrical Parade -Remix-                            1,012,150*    653     0      0      0      0       653     1         
1        9     {Arabian Assassin}                                   1,021,450*    659     0      0      0      0       659     23        
1        9     Nyanyanyanyanyanyanya!                               1,032,300*    666     0      0      0      0       666     7         
1        10    Tambourin Chinois                                    1,047,800*    676     0      0      0      0       676     49        
1        8     Farewell, My Little Basquiat                         1,081,900*    698     0      0      0      0       698     3         
1        9     Infinity 301                                         1,085,000*    700     0      0      0      0       700     11        
1        7     Bubble Bobble Hillbilly Rodeo                        1,119,100*    722     0      0      0      0       722     12        
1        7     Ancient's Death                                      1,156,300*    746     0      0      0      0       746     37        
1        10    Turbulence                                           1,171,800*    756     0      0      0      0       756     39        
1        9     Etude To A Dragon                                    1,191,950*    769     0      0      0      0       769     11        
1        8     bbblow                                               1,199,700*    774     0      0      0      0       774     14        
1        9     Seven                                                1,204,350*    777     0      0      0      0       777     22        
1        9     Over the Frail Dream                                 1,222,950*    789     0      0      0      0       789     24        
1        10    XP Sounds Attempt                                    1,243,100*    802     0      0      0      0       802     19        
1        8     Coactive                                             1,247,750*    805     0      0      0      0       805     16        
1        7     REVERSE SQUIGGLEY                                    1,267,900*    818     0      0      0      0       818     2         
1        7     Ieva's Polka (Basshunter Remix)                      1,272,550*    821     0      0      0      0       821     1         
1        9     Destination Unknown                                  1,315,950*    849     0      0      0      0       849     7         
1        8     Overdrive!                                           1,333,000*    860     0      0      0      0       860     6         
1        9     Z                                                    1,351,600*    872     0      0      0      0       872     16        
1        10    Mute City Remix                                      1,354,700*    874     0      0      0      0       874     28        
1        6     The Moment [Heavy]                                   1,356,250*    875     0      0      0      0       875     4         
1        8     Lost                                                 1,388,800*    896     0      0      0      0       896     18        
1        10    Cutting Circles                                      1,395,000*    900     0      0      0      0       900     22        
1        5     Straight To Video                                    1,398,100*    902     0      0      0      0       902     18        
1        9     Fantranstic                                          1,401,200*    904     0      0      0      0       904     6         
1        10    Life Light                                           1,446,150*    933     0      0      0      0       933     35        
1        10    Carrousel Paradise                                   1,467,850*    947     0      0      0      0       947     40        
1        9     I am Maid                                            1,483,350*    957     0      0      0      0       957     21        
1        10    dot death (Stealth Remix)                            1,497,300*    966     0      0      0      0       966     54        
1        10    Randomness Reactor III                               1,506,600*    972     0      0      0      0       972     44        
1        8     The Space Between [Heavy]                            1,618,200*    1044    0      0      0      0       1044    4         
1        9     CIA Rave                                             1,643,000*    1060    0      0      0      0       1060    29        
1        10    Kamonene 100%                                        1,677,100*    1082    0      0      0      0       1082    21        
1        9     {Adrenaline Pumper}                                  1,678,650*    1083    0      0      0      0       1083    95        
1        9     Inside The Fire [FFR Chart]                          1,686,400*    1088    0      0      0      0       1088    8         
1        6     Blame It on Bad Luck                                 1,694,150*    1093    0      0      0      0       1093    3         
1        8     Twilight Techno                                      1,715,850*    1107    0      0      0      0       1107    13        
1        9     Tori No Uta (Noise Rave Mix)                         1,779,400*    1148    0      0      0      0       1148    12        
1        10    Gradeus                                              2,332,750*    1505    0      0      0      0       1505    44        
54       10    Lives Without Meaning                                1,117,430*    716     6      0      0      1       722     2         
59       9     Ready to go                                          1,177,725*    759     1      0      0      0       760     2         
64       10    analyzed                                             1,483,770*    931     32     0      0      4       963     2         
68       9     Radiant                                              1,195,225*    767     5      0      0      0       772     1         
69       10    Sirius                                               1,811,675*    1168    1      0      0      0       1169    20        
69       10    The Final Hour                                       2,202,000*    1419    2      0      0      0       1421    7         
77       10    Sexplosion                                           1,622,575*    1046    1      0      0      0       1047    16        
80       11    Cinnamon Roll                                        3,198,880*    2049    18     0      0      1       2067    23        
81       10    Fast Asleep                                          1,028,860*    659     5      1      0      1       665     15        
81       11    Distorted God                                        2,181,080*    1394    16     0      0      1       1410    12        
82       11    Passage D [Heavy]                                    2,289,515*    1450    33     0      0      3       1483    11        
83       9     Automata                                             1,259,580*    811     2      0      0      1       813     4         
83       10    Bury the Hatchet                                     2,670,805*    1719    5      0      0      1       1724    34        
86       12    honki sentai majirenjaa -MAJI eurobeat version-      2,737,080     1776    51     1      2      9       1747    16        
89       10    Lune Noir                                            1,156,025*    745     1      0      0      0       746     23        
90       9     System Split                                         1,437,300*    924     4      0      0      0       928     2         
90       10    Sunny Funny Chiny                                    1,807,180*    1161    6      0      0      1       1167    15        
90       11    Heavenly Spores                                      2,540,615*    1622    20     1      0      2       1643    15        
91       6     Leaves In The Wind                                   1,176,900*    756     4      0      0      0       760     1         
94       10    pain night grand tin                                 1,038,490     912     8      0      1      0       535     8         
96       11    Dance and Zeal                                       1,918,640*    1228    12     0      0      3       1240    16        
98       11    Famicom Selecta                                      1,797,975*    1146    17     0      0      0       1163    13        
100      11    Blindfolds Aside                                     3,992,875*    2567    11     0      0      0       2578    35        
102      10    Everything Went Numb                                 1,689,585*    1068    26     1      0      1       1095    8         
103      8     Sleet                                                1,122,375*    720     5      0      0      0       725     2         
105      11    Grocery Escape Plan                                  1,447,140*    909     30     0      0      3       939     24        
105      10    He's a Pirate - F-777 ReMiX                          1,497,200*    961     6      0      0      0       967     14        
106      10    Finder Keepers                                       1,721,040*    1099    13     1      0      2       1113    1         
106      12    Chik Habit                                           1,774,035     1450    100    5      18     33      955     14        
108      11    Aim Burst                                            3,219,060*    2039    46     0      0      2       2085    20        
109      9     Scavenger                                            1,145,585*    735     5      0      0      2       740     4         
111      10    Positively Inclined RMX                              2,532,755*    1625    11     0      0      1       1636    6         
112      10    Camel                                                1,651,125*    1045    23     2      0      3       1070    7         
114      11    Variations 2                                         1,945,930*    1239    20     0      0      1       1259    30        
116      9     Chrome Gadget Zone 8bit mix                          1,382,830*    879     16     0      0      1       895     34        
117      10    Twilight Jewel                                       3,395,690*    2176    18     0      0      3       2194    18        
118      10    System Failure                                       1,836,660*    1157    34     0      0      2       1191    3         
119      10    Sigh                                                 1,579,540*    1011    9      1      0      2       1021    9         
119      10    The Crow's Newspaper                                 2,055,355*    1317    11     0      0      1       1328    5         
121      9     Musicmaker RX                                        1,454,350*    935     4      0      0      0       939     2         
121      12    Mathsma Attack                                       2,900,955     2378    171    18     20     38      1552    11        
122      9     Fly away -mix del matador-                           1,359,910*    866     13     1      0      1       880     1         
122      10    Angel Island Remix                                   1,795,330*    1155    4      0      0      1       1159    29        
123      11    JULIA                                                1,999,030*    1267    26     2      0      4       1295    13        
124      10    Cette Annee                                          2,485,445*    1593    12     1      0      3       1606    14        
125      10    Miraiya                                              1,712,825*    1096    11     0      0      0       1107    20        
127      10    It's Only Natural                                    2,488,275*    1593    15     0      0      0       1608    13        
132      10    Tamashii                                             1,752,675*    1125    7      0      0      0       1132    5         
135      11    Ripoff                                               1,487,715*    936     29     0      0      3       965     20        
135      11    Overdrive                                            2,462,510     1576    18     2      1      2       1591    25        
138      9     Can Can (Piano Version)                              1,605,405*    1030    7      0      0      1       1037    10        
139      12    12 Bar Bloops                                        2,536,040     2201    94     8      14     23      1304    12        
140      11    Scythe of 13                                         3,336,500*    2146    8      0      0      0       2154    35        
141      10    Sexperation                                          1,819,600*    1169    6      0      0      0       1175    9         
141      10    Four Blocks Madness                                  1,874,455*    1197    15     0      0      1       1212    22        
142      10    to the Heaven -Driven Beat Remix-                    2,028,450*    1284    30     0      0      0       1314    5         
143      10    Ark                                                  1,152,405*    728     18     1      0      0       747     14        
144      10    Silence                                              2,296,825*    1481    1      0      0      0       1482    45        
146      9     Thrash the Plank                                     1,378,910*    882     6      4      0      3       892     1         
148      12    Gunkienen Tarusuigin                                 1,482,635     1401    73     0      15     17      697     10        
148      10    Gene Gadget Zone - Act 1                             2,160,390*    1366    33     1      0      2       1400    6         
150      12    Einstein-Rosen Bridge                                1,565,685     1229    47     2      4      3       878     12        
151      10    AcidAce-Alliance                                     1,320,500*    821     36     2      0      3       859     6         
153      8     A Beautiful Storm                                    1,128,750*    720     10     0      0      0       730     2         
153      11    Flesvelka                                            1,326,750     1447    75     7      9      16      513     15        
154      9     Interlude                                            413,795       267     1      0      1      1       267     1         
155      4     Finding A Way                                        780,925*      503     1      0      0      0       504     1         
155      10    Kanon-Kanon                                          1,829,660*    1174    7      1      0      1       1182    17        
155      11    Arrogant Cobbler                                     2,197,205*    1397    25     0      0      1       1422    28        
157      10    Guitar Sounds                                        1,852,645*    1165    36     1      0      3       1202    32        
157      11    Staring at my Spaceship                              3,444,805     2400    139    2      1      11      2087    31        
158      9     Comfortably Lost                                     1,291,745     833     7      0      1      1       832     1         
159      10    R/\IN                                                1,111,250*    712     6      0      0      0       718     8         
159      9     Fei Longer                                           1,143,350*    736     2      0      0      0       738     21        
160      11    Im Sick of Uprock                                    3,364,925*    2157    17     0      0      5       2174    21        
161      10    Caixa D'Aqua                                         1,369,135*    881     2      1      0      1       884     15        
163      10    Session                                              1,468,850*    946     2      0      0      0       948     14        
163      10    Kil Stage                                            1,757,130*    1132    2      0      0      1       1134    26        
166      7     Humoresque No. 7                                     1,103,675*    703     11     0      0      0       714     1         
167      6     Experiment                                           907,475*      583     3      0      0      0       586     1         
167      9     Dimensions                                           2,698,275*    1740    1      0      0      0       1741    10        
169      9     Spacedust                                            1,259,510*    793     23     1      0      1       817     1         
170      11    Kanon Medley ~Metal Wings~                           2,385,355*    1512    32     1      0      5       1545    17        
171      10    Tougenkyou -H.E.Remix-                               1,600,875*    1032    1      0      0      0       1033    23        
171      10    Ska de Chocobo                                       1,735,595*    1101    22     1      0      3       1124    19        
174      9     Homosexual Love Scene                                1,466,925*    939     9      0      0      0       948     1         
175      10    Down                                                 1,133,675*    724     9      0      0      0       733     12        
176      8     TizAshura                                            805,705*      519     1      0      0      1       520     5         
176      8     Laser Shooter                                        1,195,205*    767     5      0      0      1       772     1         
176      10    reveal yourself                                      1,669,930*    1066    13     1      0      0       1080    8         
177      12    Time to Eye                                          1,760,765*    1091    45     12     0      16      1148    32        
179      7     Chase You Down                                       1,967,380*    1266    4      0      0      1       1270    1         
179      7     Bundy                                                1,981,855*    1273    6      1      0      0       1280    1         
180      7     The Gateway                                          839,000*      538     4      0      0      0       542     1         
180      6     The Battle With the Betrayed                         1,501,125*    966     3      0      0      0       969     1         
183      10    moon_child -Go with the flow-                        1,864,550*    1198    6      0      0      0       1204    13        
185      6     No Running Water                                     788,675*      508     1      0      0      0       509     4         
186      11    Skeletor                                             2,066,965*    1281    59     6      0      7       1346    23        
187      12    RAN                                                  1,973,150     1633    103    7      11     15      1050    20        
187      11    INFINITY Hyperspace                                  2,636,735     1694    42     3      2      3       1694    13        
188      11    Puzzle                                               1,298,040*    798     48     0      0      3       846     22        
189      7     Subconsciousness                                     634,720       409     4      0      1      1       409     1         
189      4     Field of Snow [Light]                                923,250*      594     2      0      0      0       596     3         
189      9     Voodoo People                                        1,073,200*    676     20     0      0      5       696     4         
189      10    You will die                                         1,466,200*    941     6      0      0      0       947     20        
189      11    Silly Symphony                                       3,434,425*    2184    37     2      0      3       2223    24        
190      11    Piano Concerto 1 'ANTI-ARES' (For Kirby)             2,816,960     1804    42     2      2      14      1814    17        
191      10    The Fusion                                           3,017,185*    1913    40     1      0      1       1954    5         
192      9     Waltz In The Rain                                    1,241,175*    795     7      0      0      0       802     6         
198      10    Extreme Dishwasher Race                              1,557,820*    997     9      1      0      3       1007    19        
199      10    Counter Strike Gun Sounds                            775,880*      494     8      0      0      1       502     38        
199      11    Clockwork                                            1,951,215*    1226    36     5      0      13      1267    20        
199      10    Keep In Mind                                         2,124,630*    1361    11     1      0      0       1373    17        
199      7     Song For The Nihonjins                               2,210,025*    1425    1      0      0      0       1426    17        
202      10    Mysterious Desert                                    1,474,035*    929     26     1      0      6       956     3         
202      11    Going On Spring Wind                                 1,844,930*    1187    4      0      0      1       1191    57        
203      8     Moonlight                                            1,370,100*    879     6      0      0      0       885     2         
203      10    Beadumaegen                                          2,040,845*    1283    41     0      0      4       1324    17        
204      9     Song of the second moon                              1,085,600*    679     26     0      0      0       705     2         
204      9     Koisuru VOC@LOID                                     1,984,340*    1269    12     2      0      1       1283    3         
206      12    DeVouR                                               1,471,400     1368    104    4      2      10      691     15        
207      12    Grist                                                1,139,585     1350    133    6      30     26      370     26        
207      10    Feldschlacht                                         2,752,060*    1745    33     5      0      2       1783    22        
209      10    Humanism                                             2,355,555*    1501    22     1      0      5       1524    10        
210      10    Slaytronic                                           1,695,775*    1085    11     0      0      0       1096    11        
211      7     DKC2 Symphonic Rock Remix                            940,575*      606     1      0      0      0       607     2         
213      5     Pokemon GSC Elite Four                               668,830*      430     1      1      0      0       432     3         
216      9     Champion Freeverse                                   1,299,425*    826     15     0      0      0       841     6         
217      10    Turn Soonest to the Sea [Oni]                        2,159,455*    1371    27     0      0      1       1398    6         
219      10    Bit Blue                                             1,098,975*    670     41     8      0      12      719     9         
219      11    Master Maid                                          2,265,285*    1446    18     1      0      1       1465    27        
220      8     Feeling This REMIX                                   1,107,325*    707     9      0      0      0       716     2         
220      10    Do A Barrel Roll                                     1,615,550*    1039    4      0      0      0       1043    29        
221      12    Jamais Deux                                          1,120,590     1086    106    6      3      13      495     12        
221      11    Floating Hour                                        2,277,990     1445    32     4      2      8       1475    43        
224      5     Until Tomorrow                                       0             0       0      0      0      0       0       0         
225      10    Hey Hey Monkey                                       1,641,030*    1049    11     1      0      0       1061    27        
227      10    Ice Disk                                             1,996,600*    1262    31     1      0      4       1294    5         
228      10    Nitrx                                                1,299,350*    835     4      0      0      0       839     22        
231      10    Fake Jazz                                            1,385,875*    890     5      0      0      0       895     27        
232      9     Felys                                                1,449,460*    932     3      1      0      1       936     1         
232      8     Card House Dreamer                                   1,860,725*    1198    3      0      0      0       1201    2         
233      12    A Quick Death                                        1,189,680     1228    334    28     61     110     442     10        
233      11    The Divine Suicide of K [Heavy]                      3,864,755*    2486    9      0      0      1       2495    44        
237      12    11ELEVEN                                             1,583,315     1423    49     2      6      3       789     19        
237      8     Devotion and Desire                                  2,062,775*    1330    1      0      0      0       1331    32        
238      11    Yorukumoryuu Yamikaze                                3,219,770*    2051    32     0      0      4       2083    28        
240      9     Melted Marble                                        1,215,925*    782     3      0      0      0       785     17        
241      6     Shinryuu                                             0             0       0      0      0      0       0       0         
241      5     Fatum Anima                                          569,850*      366     2      0      0      0       368     1         
241      8     Piasolute                                            1,328,975*    850     9      0      0      0       859     2         
241      10    Versatile                                            1,744,625*    1105    25     0      0      0       1130    23        
242      8     Snow                                                 1,014,570*    635     23     1      0      3       659     1         
244      10    Phantom Ensemble                                     1,840,485*    1167    24     1      0      1       1192    9         
245      10    CRASH the BEAT!                                      2,983,825*    1916    11     0      0      0       1927    28        
248      10    Nova Pulser                                          1,180,550*    760     2      0      0      0       762     67        
248      11    Mario Minor                                          3,790,380*    2426    22     2      0      4       2450    56        
249      12    Crowdpleaser                                         1,421,205     1206    22     7      1      11      752     26        
250      8     Grandolin                                            1,047,525*    675     1      0      0      0       676     12        
250      8     MegaScorcher                                         1,311,025*    845     1      0      0      0       846     35        
250      10    Run Through The Stream Of Time                       3,461,500*    2199    40     2      0      3       2241    10        
251      11    Blue-Violet                                          1,409,510*    888     26     0      0      2       914     20        
251      11    3020                                                 2,466,885*    1571    25     0      0      2       1596    42        
252      11    Night and Day                                        3,874,600*    2480    24     0      0      0       2504    24        
254      3     bitmapstar                                           259,815       167     1      0      1      0       168     1         
254      10    L9                                                   1,668,800*    1075    2      0      0      0       1077    39        
254      10    StarmineX -HappyHyperStarmiX-                        1,945,230*    1255    0      0      0      1       1255    32        
255      11    Over The Ocean                                       1,152,020     1257    128    4      11     17      429     11        
255      10    Didj PVC                                             1,209,035*    771     11     0      0      2       782     16        
255      11    October                                              2,414,765*    1531    32     1      0      7       1564    23        
257      7     I Remember When                                      1,795,285*    1141    21     0      0      2       1162    2         
257      10    Infiltration                                         2,062,440*    1303    32     2      0      6       1337    8         
259      10    Survive                                              2,771,850*    1785    4      0      0      0       1789    28        
260      10    Pure In Asia                                         1,554,355*    1002    1      0      0      1       1003    29        
261      9     Radius ~Hacker No Yabou~                             1,631,875*    1052    1      0      0      0       1053    13        
261      10    Travel Demon                                         1,681,530*    1075    12     0      0      1       1087    21        
263      10    Over the Rave                                        1,595,950*    1028    2      0      0      0       1030    28        
263      11    Toxiferous Dystopia                                  2,243,650*    1410    44     2      0      3       1456    31        
266      9     2008                                                 2,000,735*    1259    37     2      0      0       1298    5         
269      8     Tribe Attacker                                       1,036,125*    666     3      0      0      0       669     1         
269      11    bmv.578                                              1,903,085*    1201    31     2      0      5       1234    42        
271      11    Momentary Life                                       2,869,195     2082    39     2      2      6       1714    24        
273      7     Rain                                                 702,325*      449     5      0      0      0       454     3         
275      4     No Salt                                              321,850*      206     2      0      0      0       208     1         
275      8     Betrayal of Fate                                     1,837,950*    1168    20     2      0      3       1190    1         
277      10    Witches Hat                                          1,998,125*    1285    5      0      0      0       1290    19        
278      9     Dragons Bane                                         1,180,550*    760     2      0      0      0       762     24        
279      10    Twelve                                               1,755,675*    1122    13     0      0      0       1135    15        
281      11    Bloodmeat [Heavy]                                    2,937,150*    1849    56     0      0      10      1905    30        
282      8     Chaoz Fantasy                                        1,481,975*    952     5      0      0      0       957     6         
282      10    Band Dynamics                                        2,250,180*    1432    24     0      0      1       1456    19        
283      10    Fighting For Control                                 1,689,400*    1085    6      0      0      0       1091    27        
283      11    Thrash                                               3,232,175*    2068    21     0      0      0       2089    23        
284      9     C7 Funk                                              1,153,005*    722     25     2      0      4       749     7         
285      9     Chaoz Japan                                          1,287,260*    829     1      1      0      1       831     6         
288      11    Op.10 No.9                                           1,509,260     1009    12     0      3      3       952     36        
293      8     Break Out! Break Out! [Heavy]                        1,042,600*    671     2      0      0      0       673     5         
294      8     dr0p                                                 1,323,425*    853     1      0      0      0       854     9         
295      11    Largiloquent Dithyramb                               2,472,145*    1550    53     2      0      2       1605    29        
296      10    {Frozen}                                             2,228,075*    1435    3      0      0      0       1438    32        
299      10    Air.sul G iRock                                      2,142,175*    1373    11     0      0      0       1384    39        
299      11    Choprite                                             2,781,875*    1789    7      0      0      0       1796    33        
299      11    Final Fantasy Last Battle Festival                   5,648,105*    3627    19     2      0      4       3648    60        
301      7     Solar Force                                          1,149,550*    740     2      0      0      0       742     2         
301      11    Hellhounds On My Trail                               2,712,235     2384    34     3      4      12      1393    20        
302      9     Dimensions Of A Square                               1,280,060*    816     12     0      0      2       828     3         
304      8     Indulgence                                           1,487,725*    959     1      0      0      0       960     27        
304      9     Lost In Mind                                         1,629,950*    1045    8      0      0      0       1053    6         
304      10    Szerencsetlen                                        3,439,875*    2202    21     0      0      0       2223    5         
307      11    Brandish Headless                                    3,153,620*    1992    51     1      0      3       2044    26        
309      12    Winter Wind Etude                                    1,866,340     1501    507    383    16     1137    908     8         
310      11    300                                                  1,722,655*    1104    9      0      0      1       1113    38        
310      8     Troglodytic Epica                                    2,296,550*    1480    2      0      0      0       1482    11        
311      10    For FFR                                              1,338,725*    853     13     0      0      0       866     38        
311      8     Oasis -Long Version-                                 1,978,975*    1271    7      0      0      0       1278    10        
312      10    End Night                                            1,744,455*    1123    3      0      0      1       1126    33        
312      11    Piano Etude (Demon Fire)                             2,608,285*    1664    22     1      0      1       1687    43        
315      7     Two Sisters [Heavy]                                  1,197,500*    766     8      0      0      0       774     2         
316      8     Hyoukai                                              1,210,210*    776     5      1      0      1       782     6         
316      10    Shining Sword                                        2,501,360*    1599    18     0      0      2       1617    15        
317      11    Starwolf                                             1,781,995*    1126    28     1      0      3       1155    24        
318      11    He's A Radical Rat                                   1,877,165     1380    37     2      6      13      1110    16        
319      5     Floating Through Time                                489,525*      315     1      0      0      0       316     2         
319      10    Balloon Fever                                        1,503,205*    969     1      0      0      1       970     46        
319      10    Procrastination on a Paper                           1,764,945*    1115    28     1      0      3       1144    7         
321      9     Innocent Decay                                       1,121,925*    723     1      0      0      0       724     21        
323      6     Empornium (Parental Advisory)                        1,461,375*    942     1      0      0      0       943     2         
323      11    Novo Mundo                                           1,957,275*    1257    7      0      0      0       1264    38        
323      9     Infernoplex                                          2,254,700*    1453    2      0      0      0       1455    39        
324      12    Sparkle Downer                                       1,308,845     1289    61     4      6      12      585     10        
324      9     *Twinklesky*                                         1,388,250*    894     2      0      0      0       896     23        
325      12    La Campanella                                        2,498,670     2451    314    76     47     167     1078    20        
328      7     Charge!!!                                            1,076,425*    692     3      0      0      0       695     2         
328      11    Setsujou! Hyakka Ryouran!                            2,811,710*    1801    15     1      0      1       1817    40        
328      12    ==Planet KARMA==                                     3,162,180     2915    135    3      22     27      1529    14        
329      6     Until You Leave [Heavy]                              1,539,050*    988     6      0      0      0       994     1         
330      7     Inspector Gadget                                     762,305*      491     1      0      0      1       492     1         
330      5     Greensleeves                                         1,151,275*    737     7      0      0      0       744     4         
331      10    Illumination of the Sky                              1,692,275*    1078    16     1      0      4       1095    23        
334      10    Wish (For FFR)                                       1,746,575*    1126    1      0      0      0       1127    29        
334      11    Of course you Need and...NEED ME                     1,752,055     1280    78     7      8      15      1029    30        
335      6     My Beautiful Rescue                                  1,301,725*    839     1      0      0      0       840     1         
338      8     The Past                                             1,070,300*    679     14     0      0      0       693     1         
338      11    Midnight Dragon                                      2,161,030*    1386    10     0      0      1       1396    35        
339      10    Jelly Roll Blues                                     1,204,525*    773     5      0      0      0       778     22        
340      11    Exciting Hyper Highspeed Star                        2,070,110*    1329    8      0      0      2       1337    76        
342      9     Wish (Reprise)                                       1,421,340*    904     15     1      0      2       920     3         
343      10    Starlight                                            1,098,125*    706     3      0      0      0       709     46        
343      8     Black Wing Metamorphosis                             2,013,625*    1295    5      0      0      0       1300    8         
344      9     You're My Number One                                 1,453,385*    927     13     0      0      2       940     3         
344      12    Mephisto Waltz                                       1,966,140     1683    124    28     7      49      1008    7         
345      10    Ascii Art Core                                       1,219,300*    785     2      0      0      0       787     41        
345      9     Lovely Lovely Lovely                                 1,280,025*    825     1      0      0      0       826     28        
345      9     Reversing Darts                                      1,908,755*    1229    3      0      0      1       1232    11        
346      11    Big Blue                                             2,111,090*    1328    39     3      0      10      1370    41        
348      11    Radio Heads                                          2,749,585*    1731    49     4      0      8       1784    27        
350      9     Bouff                                                1,432,680*    882     49     3      0      3       934     6         
350      11    Black Key Etude                                      1,540,710*    981     15     1      0      1       997     34        
354      9     Falsie the Pseudo-Science Girl                       1,581,660*    1004    20     0      0      2       1024    6         
354      9     Comfort Betrays                                      1,858,625*    1195    5      0      0      0       1200    8         
354      11    Epidermis                                            1,976,305*    1266    11     0      0      1       1277    37        
356      8     Angel Stays On This Ground -Vocal Remix-             1,499,490*    961     7      1      0      2       969     1         
356      12    Red Wings Over Baron                                 3,795,730     4014    261    9      28     28      1525    14        
357      9     WAIWAI230                                            1,258,500*    807     6      0      0      0       813     11        
359      4     Colossus                                             611,700*      393     2      0      0      0       395     1         
360      10    {Big Boss}                                           922,425*      591     5      0      0      0       596     41        
360      12    Kidney Stone                                         1,768,300     1338    236    14     31     33      977     16        
365      7     Twist                                                917,500*      587     6      0      0      0       593     2         
365      10    Pimp Slap                                            1,095,200*    700     8      0      0      0       708     30        
369      10    the Casket of Star                                   2,517,665*    1612    15     0      0      3       1627    25        
370      8     Wow, I Can Get Sexual Too                            1,459,725*    936     7      0      0      0       943     2         
370      10    Xeno-Flow                                            2,832,235*    1810    21     0      0      2       1831    39        
376      9     Uber Rave                                            1,494,905*    962     3      0      0      1       965     37        
377      9     Lapis -The Heavens Remix-                            1,363,185*    864     18     1      0      1       883     1         
378      11    Strangeprogram                                       2,229,580*    1422    20     0      0      1       1442    49        
379      12    Rage Template                                        1,195,730     1356    195    11     18     36      402     6         
379      11    Summer Time Perfume                                  2,576,230*    1644    22     0      0      1       1666    37        
381      5     Yellow Lasers                                        832,500*      519     22     0      0      0       541     2         
382      9     Evil Approaches                                      1,213,100*    781     2      0      0      0       783     51        
382      9     101 Kittens                                          2,672,825*    1717    9      0      0      0       1726    34        
383      10    X-Tinction                                           1,150,175*    733     11     0      0      0       744     62        
383      11    World Tour 2004                                      5,751,720     3891    47     1      1      0       3599    16        
384      10    We Wish You A Merry XMas (Jazzy Groove Mix)          2,259,755*    1439    23     0      0      1       1462    11        
385      12    Blue Rose                                            4,371,750     3488    117    5      12     19      2425    15        
386      9     Ska Cha Cha                                          1,629,850*    1040    14     0      0      0       1054    13        
386      11    Jeanie and Caroline                                  1,877,510*    1195    19     1      0      1       1215    19        
389      10    Hero's Theme (w.i.p.)                                1,706,135*    1095    7      0      0      2       1102    56        
390      6     Until The End                                        694,125*      447     1      0      0      0       448     5         
390      12    Saddest RMX                                          849,970       831     74     6      8      14      375     16        
391      7     The Final Fantasy                                    1,038,205*    669     1      0      0      1       670     11        
393      11    BB Evolution                                         4,071,780*    2609    21     1      0      0       2631    38        
394      4     136.6                                                859,425*      552     3      0      0      0       555     13        
394      9     Toph's OP Remix                                      1,545,875*    985     15     0      0      0       1000    3         
396      10    BB Euro                                              1,958,650*    1262    2      0      0      0       1264    27        
397      9     Ivaltek                                              1,723,830*    1099    16     0      0      1       1115    5         
397      10    KlungKung 2004                                       2,582,355*    1657    11     0      0      1       1668    55        
399      10    Nebula [she]                                         1,920,315*    1217    25     2      0      1       1244    14        
399      10    M.A.M.A.                                             1,952,680*    1245    18     0      0      1       1263    49        
399      11    4 Chord Touhou                                       2,772,150*    1754    42     0      0      5       1796    85        
400      9     Neon-213                                             1,014,975*    654     1      0      0      0       655     18        
403      10    Ievan Polkka (Rin & Len ver.)                        1,417,675*    904     13     0      0      5       917     20        
403      9     Sunny Side Up                                        1,612,290*    1032    10     0      0      3       1042    27        
403      12    Tageri                                               1,832,155     1837    90     11     7      19      799     15        
404      10    party 4u -holy nite mix- v2                          1,021,835*    631     32     3      0      9       666     24        
405      8     Remember 15 Years Ago...                             1,363,880*    875     6      0      0      1       881     5         
409      8     Smash Podcast                                        869,305*      537     29     0      0      1       566     1         
410      10    Turkish March                                        1,632,380*    1040    16     0      0      1       1056    31        
414      9     Gym Leader (RBY)                                     1,610,850*    1023    19     1      0      4       1043    12        
414      10    The Lunatic Princess                                 4,005,485*    2562    27     0      0      2       2589    41        
415      7     Stalled Out and Sushi Bars                           920,425*      593     1      0      0      0       594     5         
420      7     Felys (Elegiac Mix)                                  954,525*      615     1      0      0      0       616     3         
420      8     Sakura no Kenshi                                     1,876,730*    1206    5      1      0      0       1212    12        
421      10    Bus Rides With People                                1,636,380*    1010    55     1      0      15      1066    22        
421      9     20031023                                             1,733,900*    1117    2      0      0      0       1119    9         
422      9     Amefuri Koneko                                       1,364,705*    878     3      0      0      1       881     21        
424      8     Asteroid Run                                         1,641,830*    1038    25     1      0      0       1064    1         
426      10    Shihen                                               1,595,125*    1025    5      0      0      0       1030    11        
430      9     The Games We Played, Part 4                          1,741,100*    1120    4      0      0      0       1124    16        
431      11    Kyrie                                                1,222,370     890     8      0      1      1       731     35        
431      11    Document 13b                                         1,530,580     1112    58     0      3      2       904     27        
432      5     Sakura Blue Sky                                      929,605*      594     7      0      0      1       601     4         
432      10    Katharsis                                            1,734,760*    1111    10     0      0      2       1121    8         
433      9     Here's To Life [Oni]                                 1,822,875*    1167    11     0      0      0       1178    4         
434      10    Ninja Lad                                            1,265,205*    799     21     0      0      1       820     18        
436      10    R176                                                 1,545,525*    993     5      0      0      0       998     34        
439      10    None Would Escape                                    2,124,635*    1365    7      0      0      2       1372    81        
440      7     Get Ready 2 Rokk                                     1,669,075*    1076    1      0      0      0       1077    17        
441      6     Hey, Ladies (Parental Advisory!)                     1,033,555*    666     1      0      0      1       667     1         
442      12    Counter Clockwise Chant Pattern                      1,192,335     1318    85     4      16     10      449     14        
442      10    Gacha Gacha Cute Figu atto Mate                      1,383,600*    891     2      0      0      0       893     51        
442      9     Shining Sky                                          2,052,605*    1312    15     0      0      6       1327    4         
446      12    Reality                                              1,399,225*    834     70     17     0      33      921     28        
446      9     Nanairopanda                                         1,827,800*    1171    10     0      0      0       1181    10        
447      12    I Hate The 80s                                       1,133,030     924     62     8      14     16      612     11        
448      9     Pupil of Frenzy                                      2,223,855*    1429    7      0      0      1       1436    22        
451      8     Crazy Hair Day                                       1,400,745*    898     7      0      0      4       905     5         
452      8     Butterflies (Short Edit)                             1,473,105*    943     9      0      0      1       952     2         
453      9     Secrets and Lies                                     1,255,225*    809     1      0      0      0       810     13        
454      7     Kire Kire Mayoi                                      949,875*      612     1      0      0      0       613     19        
454      9     Progression                                          1,448,105*    927     8      1      0      0       936     6         
455      6     Yeah Yeah Beats                                      1,083,035*    693     7      0      0      2       700     5         
455      9     ESC - Super Version                                  1,464,475*    944     1      0      0      0       945     11        
455      11    Church Bells                                         1,851,610*    1165    36     0      0      2       1201    29        
457      10    Streets                                              1,437,895*    909     22     1      0      8       932     12        
457      10    Pwntendo                                             1,769,860*    1132    12     0      0      2       1144    56        
459      10    Chlorophyll                                          1,848,775*    1187    7      0      0      0       1194    30        
460      7     Bicycle Break                                        2,233,450*    1436    6      0      0      0       1442    5         
461      10    The Games We Played, Part 1                          1,839,630*    1177    12     0      0      1       1189    40        
463      10    Blue Army                                            5,148,610*    3284    45     1      0      1       3330    12        
465      9     Teh Tricky Techno                                    732,600*      471     2      0      0      0       473     32        
467      6     Forgotten Planet                                     817,850*      526     2      0      0      0       528     3         
468      10    Degenerates                                          2,620,455*    1675    19     0      0      1       1694    29        
470      10    K8107                                                1,652,315*    1046    22     3      0      10      1071    40        
476      6     American in Amsterdam [Heavy]                        1,109,525*    715     1      0      0      0       716     4         
479      10    Doomsayer [Heavy]                                    1,808,255*    1151    19     0      0      1       1170    48        
482      9     Summer -Speedy Mix-                                  1,203,780*    775     2      0      0      1       777     6         
488      4     Steel for Pappa                                      0             0       0      0      0      0       0       0         
488      10    Adult's Sketchbook                                   1,344,475*    860     9      0      0      0       869     26        
488      8     Lethal Injection                                     1,656,155*    1043    31     0      0      1       1074    51        
488      10    Szamar Madar                                         1,694,580*    1090    4      0      0      1       1094    54        
490      10    Be Princess                                          1,403,475*    903     3      0      0      0       906     36        
490      7     Dont Breathe A Word [Heavy]                          1,703,860*    1096    4      0      0      2       1100    3         
493      7     Pavlov's Dog                                         743,725*      479     1      0      0      0       480     22        
494      10    Final Step                                           2,964,005*    1895    21     0      0      1       1916    28        
497      8     Virtual Emotion                                      1,158,575*    745     3      0      0      0       748     2         
499      11    Perfect Cherry Storm                                 1,644,260*    1016    48     8      0      9       1072    40        
500      7     The World As We Know It                              1,124,475*    723     3      0      0      0       726     6         
500      9     The Brain of the Moon                                3,306,775*    2126    9      0      0      0       2135    23        
501      9     Hyper Pressure                                       1,721,500*    1109    2      0      0      0       1111    24        
502      9     Otter's Dance (Hotroot Mix)                          1,330,090*    845     16     0      0      3       861     10        
502      9     Legendary Etude                                      2,052,255*    1315    11     0      0      1       1326    59        
504      8     Comptine D'un Autre Ete Techno Mix                   1,398,980*    896     8      0      0      1       904     9         
505      9     Robotix                                              1,273,550*    820     2      0      0      0       822     21        
507      10    The Games We Played, Part 3                          2,013,010*    1289    11     1      0      1       1301    27        
509      10    Speedcore Sunday                                     1,810,080*    1153    18     0      0      1       1171    24        
511      12    Magical 8bit Tour                                    1,649,790     1767    77     15     18     24      662     9         
514      6     Shut Up and Let Me Go ( w The Ting Tings) [Heavy]    986,975*      631     7      0      0      0       638     1         
514      9     Euphoria [Smiley]                                    1,346,810*    864     6      0      0      2       870     10        
515      6     Driveway [Standard]                                  1,447,150*    932     2      0      0      0       934     5         
515      9     Dazzling Soul                                        1,550,725*    998     3      0      0      0       1001    29        
515      10    Pretty Green Onions                                  2,483,155*    1593    11     0      0      1       1604    31        
517      9     Dokudenpa                                            2,478,625*    1595    5      0      0      0       1600    27        
521      5     Between The Sheets [Heavy]                           1,266,075*    816     1      0      0      0       817     29        
521      12    Schmollbluk                                          1,448,320     1436    176    14     19     38      616     16        
522      8     Vanity Angel (Seraphim Mix)                          1,232,855*    788     9      0      0      1       797     2         
523      9     Brain Dot Wave                                       2,289,855*    1465    15     0      0      1       1480    21        
524      9     Battle Theme #36                                     986,150*      628     10     0      0      0       638     7         
524      9     The Games We Played, Part 5                          1,955,900*    1252    12     0      0      0       1264    19        
524      9     {Blaze}                                              2,125,830*    1370    1      1      0      0       1372    33        
524      12    Pants                                                3,568,775     2913    101    6      4      12      1940    21        
526      7     Horizon II (Seven's Dawn)                            1,295,975*    832     5      0      0      0       837     10        
527      6     Moonlight River                                      1,420,800*    915     2      0      0      0       917     5         
530      9     600 AD in Piano                                      1,537,500*    987     6      0      0      0       993     25        
531      10    The Epidemic of Unexpected Relapses [Hard]           1,975,260*    1263    13     1      0      1       1277    28        
531      11    Hajnal                                               3,092,830*    1974    26     0      0      1       2000    61        
532      8     Sly                                                  1,318,950*    846     6      0      0      0       852     4         
533      9     Far Away From Home                                   1,489,060*    948     13     3      0      4       964     2         
534      8     Back in the Day                                      1,662,325*    1070    3      0      0      0       1073    8         
535      7     Lemonade [Heavy]                                     1,464,925*    941     5      0      0      0       946     2         
537      12    grind2                                               715,120       782     75     9      12     19      268     16        
537      8     Victims And Martyrs                                  1,849,010*    1188    6      0      0      2       1194    13        
543      9     Coat Czech                                           1,034,925*    657     13     0      0      0       670     36        
545      9     Video Out A                                          1,162,675*    746     5      0      0      0       751     12        
546      9     Abtrusity                                            1,110,700*    710     8      0      0      0       718     16        
546      9     Brainwave                                            1,417,925*    901     16     1      0      4       918     13        
548      6     Dragon's Final Roar                                  976,225*      629     1      0      0      0       630     20        
548      9     Rock Paper Snippers                                  2,320,305*    1483    17     0      0      1       1500    10        
549      9     Kirby's Dream Land                                   1,466,475*    942     5      0      0      0       947     19        
549      8     Fig Leaf Rag                                         1,734,605*    1115    5      0      0      1       1120    7         
549      9     Faces [Heavy]                                        2,282,225*    1465    9      0      0      0       1474    15        
550      12    Nomina Nuda Tenemus                                  1,208,460     832     131    19     5      33      716     23        
550      10    Monstrous Turtles!                                   2,143,275*    1377    7      0      0      0       1384    61        
552      9     Pulling Through                                      1,142,875*    725     15     0      0      0       740     2         
552      10    Lunar Saturation                                     1,694,500*    1085    10     0      0      0       1095    46        
554      8     Four Vents                                           772,350*      495     4      0      0      0       499     21        
555      9     Vanishing Gungaroon                                  1,202,150*    769     8      0      0      0       777     4         
555      7     Science Genius Girl (lameboy mix)                    1,303,430*    836     6      0      0      1       842     8         
555      9     Tribal Transcendency                                 1,759,405*    1131    5      0      0      1       1136    13        
556      10    State of Emergency                                   1,213,915*    781     1      2      0      1       784     52        
557      11    Caprice                                              1,991,265*    1219    76     5      0      18      1300    31        
559      9     Ramua                                                1,437,335*    915     15     0      0      2       930     4         
559      8     Horizon Remix                                        2,164,815*    1386    13     0      0      3       1399    19        
563      10    Classical Insanity                                   1,704,330*    1093    8      0      0      1       1101    65        
564      9     Duality                                              1,619,100*    1038    8      0      0      0       1046    9         
564      8     Night Of Flight                                      2,437,225*    1565    9      0      0      0       1574    10        
565      9     Hybrid                                               1,402,820*    897     9      1      0      3       907     8         
568      10    Blue Noah                                            3,812,680*    2439    22     4      0      2       2465    4         
570      3     Shu Kurimu no Uta                                    0             0       0      0      0      0       0       0         
571      7     4F73R M3 (FFR edit)                                  1,372,825*    875     13     0      0      0       888     28        
574      7     Robot Army --_--                                     811,925*      523     1      0      0      0       524     19        
574      10    Aztec Templing (Techno-Titlan mix)                   1,489,725*    957     5      0      0      0       962     35        
579      8     Utopia                                               1,231,150*    791     4      0      0      0       795     5         
579      10    Destined Marionette                                  1,736,020*    1074    56     0      0      4       1130    7         
581      7     Song For All Time                                    1,852,030*    1185    12     0      0      1       1197    2         
584      11    Lawn Wake I (LW EP Edit)                             2,189,985*    1394    23     0      0      2       1417    44        
585      4     Cat Walk 2                                           569,850*      366     2      0      0      0       368     6         
587      9     Nebula [Rushjet1]                                    1,381,675*    884     9      0      0      0       893     4         
588      8     Cryosleep                                            962,330*      611     12     0      0      1       623     1         
592      8     Bricks                                               1,028,080*    660     4      0      0      1       664     3         
592      10    Flying High [Heavy]                                  2,893,375*    1856    13     0      0      0       1869    39        
593      8     Euthanasia                                           1,260,580*    810     4      0      0      1       814     9         
595      8     Courage                                              1,288,225*    827     5      0      0      0       832     15        
596      11    Rottel-da-station                                    1,878,600*    1186    30     2      0      3       1218    31        
596      10    {I Don't Need You Anymore}                           3,030,005*    1931    29     0      0      1       1960    67        
597      9     Washamanoose's OP                                    1,863,735*    1172    37     0      0      2       1209    6         
597      9     Rise Up                                              2,801,410*    1786    26     0      0      2       1812    7         
597      10    Shanghai Girl of Meiji 17                            2,966,015*    1890    27     2      0      1       1919    40        
598      9     Tell Me A Story (Compendium Mix)                     1,054,595*    670     11     2      0      2       683     6         
603      8     Lover Reef                                           1,724,040*    1096    19     1      0      2       1116    9         
604      9     Glove Stage - Ultra Sweden                           1,251,140*    799     10     0      0      3       809     21        
605      8     {Red Alert}                                          768,525*      495     1      0      0      0       496     46        
606      8     Snowball Fight                                       1,172,800*    755     2      0      0      0       757     6         
606      10    Piano X Forte                                        2,631,160*    1663    42     0      0      2       1705    15        
607      7     False Strawberry                                     1,101,675*    705     7      0      0      0       712     9         
607      10    Lawn Wake IV                                         1,635,960*    1041    16     2      0      5       1059    74        
607      12    Little God Channel                                   2,626,295     2659    131    16     8      29      1130    16        
608      7     Outside the Skies                                    1,157,300*    745     2      0      0      0       747     8         
610      12    Necropotence                                         1,750,385     1596    80     11     8      27      853     14        
610      12    Frictional Nevada                                    2,017,695     1286    37     0      2      8       1301    49        
611      12    Ketsarku Mozgalom                                    2,323,160     1566    65     1      3      7       1445    33        
615      6     Koala In The Spider's Web                            774,725*      499     1      0      0      0       500     11        
620      12    Holy Orders                                          2,612,460     2685    53     7      13     11      1125    16        
622      8     Heel and Toe                                         928,130*      594     5      1      0      0       600     6         
622      7     Black Noise --_--                                    1,234,700*    790     8      0      0      0       798     7         
624      8     J219 (Ura-Rokkou Mix)                                1,340,375*    859     7      0      0      0       866     10        
628      11    Club                                                 806,940       516     49     1      7      11      512     49        
628      8     Strawberry Music                                     1,022,350*    653     8      0      0      0       661     6         
630      8     Mercury Lamp                                         1,625,125*    1046    3      0      0      0       1049    6         
635      6     Ball of Malt                                         665,400*      426     4      0      0      0       430     7         
635      7     Flutter                                              1,044,600*    669     6      0      0      0       675     8         
635      8     Casio Destroy Toy                                    1,803,430*    1152    14     0      0      1       1166    5         
636      9     Megane De Ne!                                        2,149,935*    1375    13     2      0      0       1390    11        
637      10    Air                                                  3,003,130*    1926    14     0      0      1       1940    44        
638      10    A World Of Piano                                     2,226,420*    1404    37     3      0      6       1444    15        
642      8     GO!                                                  1,802,255*    1157    7      0      0      1       1164    9         
643      10    Epic                                                 1,818,260*    1165    9      1      0      1       1175    29        
645      9     Sword Strike                                         1,029,550*    656     10     0      0      0       666     9         
647      10    Border Of Maximum                                    1,707,105*    1066    43     0      0      1       1109    40        
651      7     Snake Riddim                                         1,273,625*    811     13     0      0      0       824     6         
651      12    Grand Galop Chromatique                              2,340,675     2241    101    8      11     34      1084    12        
653      11    AIM Anthem                                           890,860       639     71     9      17     17      525     32        
653      8     The Entertainer                                      2,300,805*    1477    9      0      0      1       1486    5         
654      10    Sympathizer                                          2,982,915*    1909    18     1      0      2       1928    54        
659      12    Molto Vivace                                         1,403,155     1131    39     2      5      9       772     24        
661      12    Almost There                                         1,951,790     1718    150    44     10     134     969     25        
664      10    DMYK                                                 2,340,565*    1488    26     1      0      2       1515    27        
669      12    Across Rooftops                                      2,257,295     2001    222    17     14     45      1100    18        
671      9     Chariot                                              1,459,880*    932     12     0      0      1       944     6         
671      10    The Final Conflict                                   1,629,710*    1035    20     0      0      2       1055    22        
675      7     Hiszekeny                                            992,450*      637     4      0      0      0       641     11        
676      9     Toono Youkai Zensen                                  1,305,900*    831     14     0      0      0       845     5         
681      11    Piano Etude (Gymnastics)                             1,385,120     1229    21     1      2      2       704     35        
684      9     ShapeShifter                                         1,222,905*    775     17     0      0      1       792     13        
687      12    Eclipse (Solar)                                      1,449,440     1241    134    60     10     108     732     29        
687      9     Divinity                                             1,561,180*    999     10     0      0      1       1009    11        
691      5     Dendrite                                             805,725*      519     1      0      0      0       520     28        
692      8     Emerald Hill (Metaljonus Mix)                        607,325*      391     1      0      0      0       392     14        
692      9     Relic Expedition Inanotherstar                       1,444,825*    905     33     0      0      0       938     4         
693      8     Take Me Back                                         1,139,755*    723     15     0      0      1       738     5         
696      10    Splash Beats                                         1,298,845*    821     19     2      0      2       842     18        
697      7     The Last Firstborn                                   888,500*      565     10     0      0      0       575     9         
699      7     Your Grace [Heavy]                                   1,148,175*    735     7      0      0      0       742     4         
704      7     Improvisation et Chien                               508,300*      323     6      0      0      0       329     18        
704      7     Fly With Me (ITG Cut)                                1,198,580*    770     4      0      0      1       774     6         
705      9     For Your Love                                        1,277,780*    813     13     1      0      0       827     10        
706      8     Fantasia                                             1,096,025*    703     5      0      0      0       708     8         
707      9     {Rose}                                               2,015,725*    1298    3      0      0      0       1301    102       
713      8     Road To You                                          1,238,055*    793     7      0      0      1       800     6         
717      9     Toph's OP                                            1,160,575*    743     7      0      0      0       750     15        
719      10    Get Down                                             1,779,925*    1136    15     0      0      0       1151    27        
721      6     Drum Song                                            1,028,650*    662     2      0      0      0       664     3         
721      9     Endless Dream                                        1,440,400*    926     4      0      0      0       930     18        
724      7     Never Look Back                                      950,325*      609     5      0      0      0       614     7         
724      7     Work (S. Pitron & M. Sanna Radio Edit) [Heavy]       1,249,630*    798     10     0      0      1       808     34        
725      10    Kick Your A                                          1,605,875*    1027    11     0      0      0       1038    34        
730      6     Get Um Up                                            876,475*      563     3      0      0      0       566     4         
730      9     ASB                                                  1,326,540*    846     12     0      0      3       858     9         
733      8     Crystalis - House Leaves (Long)                      1,113,525*    711     9      0      0      0       720     9         
735      8     Delta Beat (0 Vector Mix)                            1,762,455*    1115    26     1      0      0       1142    16        
738      10    Happy Happy Shining Star!!                           1,252,355*    794     17     0      0      1       811     23        
739      10    Dot Matrix Hero                                      1,547,505*    991     9      0      0      1       1000    29        
740      7     Synesthetic FFR Edit                                 1,188,905*    758     11     0      0      1       769     5         
740      8     Nice Nice Noise                                      1,196,675*    763     11     0      0      0       774     5         
747      10    Purple                                               765,575*      475     23     0      0      0       498     61        
749      8     Deep Breath                                          1,225,105*    783     9      0      0      1       792     10        
751      11    Dead and Direct                                      1,656,230     1350    85     3      5      13      892     49        
752      8     Bury Me On The Jedi Battlefield                      1,180,960*    757     6      0      0      2       763     19        
754      10    Love Coloured Master Spark (LUV2 Remix)              2,954,565*    1884    27     0      0      3       1911    34        
759      7     {Paranorma}                                          1,004,810*    645     4      0      0      2       649     3         
760      7     Speed Limit 38                                       1,091,355*    700     5      0      0      1       705     7         
762      12    Integraation                                         1,913,100     1821    94     10     5      15      887     23        
766      6     Crystalis - House Leaves (Remix)                     436,275*      279     3      0      0      0       282     22        
770      3     Temple                                               326,775*      210     1      0      0      0       211     1         
771      6     Infinite Blue                                        977,755*      630     1      0      0      1       631     23        
778      9     Force Of Light                                       1,661,105*    1061    13     0      0      1       1074    8         
781      7     Wish (Kyrn Remix)                                    1,216,585*    776     10     1      0      1       787     8         
781      10    Vertex BETA                                          2,714,455*    1734    21     0      0      1       1755    118       
783      9     Gaussian Blur 3                                      1,330,350*    855     4      0      0      0       859     8         
783      8     Hanabi                                               1,511,150*    970     6      0      0      0       976     14        
783      10    Garyuutensei                                         1,798,490*    1126    41     1      0      7       1168    49        
785      8     U.M.A.                                               1,306,425*    819     29     0      0      0       848     2         
786      10    Legend                                               1,758,060*    1113    25     1      0      1       1139    47        
787      8     Clockwork Genesis                                    1,273,010*    805     19     1      0      1       825     13        
788      6     Seagull                                              866,625*      555     5      0      0      0       560     2         
788      9     R8U Another                                          1,594,875*    975     60     7      0      13      1042    8         
790      9     Playdoh                                              1,525,015*    975     10     1      0      2       986     15        
796      9     AAA                                                  1,605,975*    1032    5      0      0      0       1037    43        
798      9     Beauty Is In The Eyes Of The Beerholder [Heavy]      1,397,525*    886     19     0      0      0       905     15        
799      9     Final Fantasy 3 Boss                                 1,207,760*    771     10     0      0      2       781     55        
800      9     Rondo Alla Turca V2                                  2,351,510*    1491    31     1      0      6       1523    7         
801      7     Leeroy Jenkins (Fun Time Mix)                        847,475*      541     7      0      0      0       548     1         
801      9     Carol Megamix                                        1,896,550*    1217    8      0      0      0       1225    15        
805      9     Shind Bad                                            1,475,570*    929     28     0      0      4       957     9         
810      10    Cosmic Orchestra                                     2,459,000*    1570    20     0      0      0       1590    21        
812      13    Reluctantly Accepting Temporary Overexhaustion       972,785       921     414    203    62     578     372     21        
816      12    One Minute Waltz                                     917,255       898     123    18     18     44      395     16        
818      8     NeoMAX                                               1,085,640*    694     7      1      0      2       702     14        
820      10    HELLBEAT                                             773,735*      477     27     0      0      2       504     47        
825      10    Southern Cross                                       3,279,295*    2082    41     0      0      4       2123    40        
829      9     Wisdom                                               1,187,275*    752     17     0      0      0       769     58        
831      6     Let Mom Sleep                                        751,200*      483     2      0      0      0       485     5         
837      7     Indigo                                               914,950*      587     4      0      0      0       591     28        
839      6     Horizon                                              887,875*      572     1      0      0      0       573     85        
840      12    STRAWBERRY SWEETZ                                    2,648,045     3010    215    6      19     51      940     18        
841      8     00.01                                                1,095,885*    698     11     0      0      2       709     71        
841      9     Delirium                                             1,668,975*    1071    7      0      0      0       1078    10        
843      9     Haven                                                1,432,725*    912     15     0      0      0       927     7         
844      6     Keep On Lovin' You                                   766,425*      492     3      0      0      0       495     7         
844      8     Air Breeze                                           1,143,230*    731     8      0      0      1       739     16        
844      9     Rondo Alla Turca                                     2,390,890*    1508    42     0      0      3       1550    34        
847      8     That is Fair                                         912,850*      584     6      0      0      0       590     8         
848      7     Underground                                          1,323,240*    844     11     1      0      2       856     11        
853      6     January's Song                                       976,675*      626     5      0      0      0       631     8         
855      6     Agenda X                                             838,450*      536     6      0      0      0       542     1         
857      7     F                                                    1,061,100*    678     8      0      0      0       686     5         
859      8     Electro Rush x8                                      1,219,300*    785     2      0      0      0       787     43        
861      12    J'ai Envie de Plaisir X2                             878,100       766     83     3      9      20      437     16        
863      9     Switchback [Heavy]                                   1,480,500*    942     16     0      0      0       958     20        
863      8     Frozen Rain                                          1,911,435*    1211    27     0      0      2       1238    3         
864      9     Kaleidoscope                                         1,128,985*    721     9      0      0      2       730     10        
868      8     Youkoso! Himitsu no Janbaraya!                       1,121,080*    720     4      0      0      1       724     4         
870      7     Build God, Then We'll Talk [Heavy]                   1,530,650*    976     14     0      0      0       990     26        
883      12    Revolutionary Etude                                  1,365,720     1314    210    10     66     41      606     9         
895      7     Shin Trigger                                         924,875*      586     13     0      0      0       599     8         
899      9     Matador                                              1,583,005*    991     36     1      0      0       1028    11        
905      4     Allison [Heavy]                                      997,650*      642     2      0      0      0       644     5         
912      9     Crystal Wind                                         1,179,230*    746     18     0      0      1       764     20        
912      9     Euro Freak                                           1,478,010*    947     8      0      0      2       955     16        
912      11    RunnyMorning (SGX MIX)                               1,497,805     1045    20     3      1      15      918     66        
915      8     Synful Sub                                           2,053,085*    1301    27     2      0      0       1330    10        
923      5     Dishwater                                            1,158,555*    745     3      0      0      1       748     3         
923      7     Domani                                               1,336,900*    851     14     0      0      0       865     54        
924      9     Uber Rave V2                                         1,585,880*    1010    16     0      0      1       1026    6         
925      8     Cruel Whole (Abelcain Remix)                         1,819,375*    1145    35     0      0      0       1180    13        
926      7     Kick It                                              910,850*      586     2      0      0      0       588     23        
928      6     Expedite                                             795,875*      511     3      0      0      0       514     6         
933      8     Solitude Sun                                         1,119,660*    711     13     1      0      1       725     9         
936      11    Flight of the Bumblebee                              1,193,030     730     107    23     2      27      762     63        
936      7     Sing A Song [Instrum]                                1,538,845*    979     16     1      0      3       996     9         
938      9     Rumia, Sealed Youkai of the Night                    1,785,145*    1125    30     3      0      1       1158    7         
939      9     Endless Altercation                                  1,442,155*    874     67     2      0      4       943     18        
943      5     Seed                                                 639,010*      409     4      0      0      2       413     1         
943      13    Death Piano                                          1,485,435     1626    542    155    130    357     481     12        
946      7     Halogen                                              1,213,550*    778     6      0      0      0       784     7         
948      9     Tension                                              1,515,660*    968     12     0      0      2       980     31        
950      11    Blooddrunk [Heavy]                                   2,338,140     2024    216    22     13     32      1169    46        
952      9     Synaxis Symphony                                     1,091,550*    696     10     0      0      0       706     9         
961      9     Ruins                                                1,355,005*    862     14     1      0      0       877     15        
966      12    Hardkore Atomic                                      983,165       966     56     1      11     9       440     26        
966      7     Midnight of the North                                1,000,375*    638     9      0      0      0       647     10        
973      6     PARANOiA ~Darkness Mix~                              901,530*      580     2      0      0      1       582     9         
973      11    Battle Theme #37                                     1,275,545     798     33     0      1      6       828     53        
974      5     Infection                                            866,175*      558     1      0      0      0       559     29        
982      11    Eradication                                          1,497,210     1294    44     2      2      4       774     45        
991      4     The Ushering In Of The Magical Era                   515,875*      332     1      0      0      0       333     5         
992      9     The Prototype                                        1,964,565*    1252    18     1      0      2       1271    13        
993      9     Dokodemo Kawaii                                      1,300,655*    796     50     3      0      3       849     5         
999      9     Mother Of God                                        2,144,110*    1367    19     1      0      1       1387    11        
1,010    7     AM-3P (House Party Dub)                              887,675*      562     13     0      0      0       575     5         
1,010    5     Boss Machine (Sonic2)                                890,975*      574     1      0      0      0       575     13        
1,015    8     Frozen Fire                                          1,068,475*    677     15     0      0      0       692     6         
1,017    5     One Last Battle                                      890,975*      574     1      0      0      0       575     38        
1,021    7     Red Dress [Heavy]                                    1,376,430*    875     15     1      0      0       891     8         
1,026    8     iPatch's OP                                          773,075*      493     7      0      0      0       500     10        
1,035    5     Libertine                                            745,275*      480     1      0      0      0       481     4         
1,042    4     Resistance                                           420,500*      268     4      0      0      0       272     6         
1,046    5     Policy In The Sky                                    849,125*      547     1      0      0      0       548     62        
1,050    8     SYNiC                                                1,333,560*    839     26     0      0      2       865     8         
1,057    8     Destiny                                              948,050*      610     2      0      0      0       612     10        
1,061    8     Okusenman! -Hardcore Mix-                            1,004,255*    639     10     1      0      0       650     3         
1,103    8     Affected                                             1,179,075*    750     13     0      0      0       763     6         
1,104    12    The Adventures Of Lolo                               721,035*      289     142    93     0      304     524     35        
1,109    8     5 Black Skulls                                       1,441,760*    914     18     2      0      0       934     19        
1,126    7     Roses and Butterflies [Heavy]                        1,840,590*    1176    14     0      0      3       1190    5         
1,137    8     Chaotic Sound                                        1,469,750*    940     10     0      0      0       950     17        
1,149    6     A                                                    639,775*      407     7      0      0      0       414     1         
1,151    5     Sound of my Dream RMX                                754,300*      485     2      0      0      0       487     11        
1,165    6     The Rhythm Of Life                                   713,900*      454     8      0      0      0       462     1         
1,167    5     Distorted Reality (cut)                              620,980*      399     2      0      0      1       401     1         
1,168    3     Lilium (Strings & Piano Remix)                       472,200*      303     2      0      0      0       305     1         
1,174    8     Sky Dive                                             1,167,775*    746     9      0      0      0       755     2         
1,176    8     PSYCHIC DiVE                                         1,072,480*    636     68     0      0      1       704     3         
1,187    6     From Mount Chorus                                    1,624,925*    1036    15     0      0      0       1051    5         
1,195    8     Go Go Go Power Rangers                               824,775*      528     5      0      0      0       533     18        
1,210    8     Sensorium                                            2,198,675*    1393    31     0      0      0       1424    3         
1,218    5     Life Goes On                                         615,075*      396     1      0      0      0       397     7         
1,226    6     Just Died                                            1,187,905*    759     9      0      0      1       768     3         
1,255    7     {Losing Touch}                                       1,126,200*    720     8      0      0      0       728     6         
1,271    6     Blank Knowing                                        601,850*      385     4      0      0      0       389     26        
1,276    8     The Wanderer                                         1,618,050*    1011    40     0      0      0       1051    12        
1,278    7     FFR Evolution                                        1,181,900*    751     14     0      0      0       765     3         
1,291    5     See You Dance                                        798,955*      513     3      0      0      1       516     15        
1,293    5     Roses and Butterflies [Standard]                     1,277,275*    815     11     0      0      0       826     16        
1,296    5     Slap Guitar 2                                        752,725*      470     19     0      0      0       489     7         
1,297    6     Learn 2 Play                                         801,975*      510     9      0      0      0       519     11        
1,303    7     Fahrenheit                                           999,825*      636     11     0      0      0       647     34        
1,307    8     Wrath                                                1,175,585*    715     52     1      0      1       768     7         
1,309    4     Unhearted                                            699,950*      445     8      0      0      0       453     1         
1,313    8     Visions (NRGyzd mix)                                 2,073,250*    1280    70     0      0      0       1350    11        
1,333    2     Red Dress [Light]                                    529,550*      340     2      0      0      0       342     6         
1,340    8     Moonbeam                                             1,368,725*    874     11     0      0      0       885     15        
1,342    4     Funk in G                                            996,580*      625     21     1      0      0       647     12        
1,350    5     Killer Dance Floor                                   807,275*      520     1      0      0      0       521     15        
1,358    3     You're Not Alone Remix                               628,475*      403     3      0      0      0       406     8         
1,377    7     August (Hyper Euro Twin Turbo Mix)                   819,980*      516     15     1      0      0       532     5         
1,381    8     {Firestorm}                                          1,557,800*    982     28     0      0      0       1010    16        
1,390    7     Cash Cow                                             1,538,560*    950     51     1      0      1       1002    19        
1,398    7     H.T.I.J.                                             1,192,095*    762     7      2      0      2       771     12        
1,412    8     ROAR (Rage Mix)                                      1,059,410*    672     14     0      0      2       686     14        
1,415    3     Let It Snow, Let It Snow, Let It Snow [Heavy]        656,060*      420     4      0      0      2       424     5         
1,429    8     Harry Potter Techno Remix                            939,180*      601     6      0      0      1       607     5         
1,441    7     Green Twilight FFR Edit                              965,155*      612     13     0      0      1       625     45        
1,442    7     I'm Just A DJ                                        1,043,730*    652     26     0      0      1       678     1         
1,442    8     Resurrection In Progress                             1,051,150*    665     16     0      0      0       681     21        
1,459    8     Palindrome                                           674,325*      426     11     0      0      0       437     24        
1,469    8     Legend of the Starfighter                            1,485,440*    906     62     2      0      1       970     9         
1,490    4     Amity                                                569,025*      363     5      0      0      0       368     1         
1,516    8     Vijore                                               931,865*      576     29     2      0      1       607     8         
1,537    7     World of Dreams                                      1,631,005*    1035    21     0      0      1       1056    34        
1,543    7     Desperation ~Pandemic Day Mix~                       925,225*      578     23     0      0      0       601     7         
1,552    6     Stay With Me (Unlikely) FFR V2                       856,125*      540     15     0      0      0       555     21        
1,581    5     My When Clones I Am Out Many                         802,800*      513     6      0      0      0       519     14        
1,607    8     Sunshine Stone                                       1,332,360*    814     53     3      0      4       870     5         
1,648    8     Metropolis Zone                                      974,630*      614     18     0      0      1       632     8         
1,654    8     Prison Break                                         1,564,715*    971     46     1      0      2       1018    4         
1,669    3     Switchback [Light]                                   631,830*      406     2      0      0      1       408     14        
1,671    6     Legend of Zelda Remix                                452,125*      281     13     0      0      0       294     10        
1,679    8     X                                                    917,575*      578     17     0      0      0       595     18        
1,705    8     Sepia                                                1,172,390*    732     28     2      0      1       762     4         
1,706    8     Maple Leaf Rag                                       1,783,650*    1131    24     0      0      0       1155    12        
1,715    5     I Can See The Light                                  741,800*      472     8      0      0      0       480     5         
1,716    7     Tetris Remix                                         842,505*      533     12     1      0      0       546     17        
1,718    6     My Darkest Hour [Heavy]                              1,035,650*    655     16     0      0      0       671     7         
1,782    6     Goodbye, My Love                                     1,363,830*    857     27     1      0      0       885     1         
1,783    8     MAX Forever                                          4,166,470*    2605    87     17     0      7       2709    19        
1,788    3     100 Bar Blackout                                     547,400*      340     16     0      0      0       356     5         
1,801    5     Alpha Helix                                          571,675*      368     1      0      0      0       369     75        
1,826    8     Incognito                                            1,160,390*    724     30     0      0      3       754     14        
1,840    4     Riddle Me A Rat's Nest                               769,580*      485     14     0      0      1       499     6         
1,863    6     300 This is Sparta EXTENDED Mix                      1,113,875*    703     19     0      0      0       722     2         
1,863    8     Less Talk More Rokk (Mark Saunders Remix)            2,135,065*    1346    35     4      0      4       1385    75        
1,882    8     Hyper Hyper -Definitive Version-                     1,185,270*    745     24     0      0      4       769     9         
1,899    3     SkellyBones                                          461,580*      293     5      1      0      0       299     46        
1,902    5     Lesson                                               614,930*      387     11     1      0      0       399     3         
1,905    7     Diamond Heart (FFR Edit)                             1,126,135*    706     25     0      0      2       731     7         
1,911    8     What's What                                          945,000*      585     30     0      0      0       615     5         
1,913    7     Eternal Nightmare [Heavy]                            2,146,300*    1331    62     4      0      1       1397    34        
1,955    4     The Return F SuperDouble                             687,075*      426     21     0      0      0       447     4         
1,963    8     Oasis (ITG Cut)                                      1,021,940*    614     51     5      0      3       670     1         
1,964    6     Emotions                                             766,070*      470     27     3      0      1       500     8         
1,967    8     July                                                 1,117,305*    707     16     1      0      0       724     16        
1,972    7     -Y                                                   1,195,315*    749     27     0      0      3       776     8         
1,984    8     Saikyou OX Keikaku                                   951,010*      581     38     2      0      5       621     1         
2,055    6     Prototypical                                         1,303,975*    824     21     0      0      0       845     7         
2,066    7     Vi Sitter I Ventrilo Och Spelar DotA [Heavy]         1,456,010*    918     26     0      0      2       944     14        
2,081    8     Aurora                                               1,425,640*    858     71     5      0      3       934     2         
2,083    8     DT Rabbit Blood Festival                             1,665,835*    1028    56     1      0      1       1085    7         
2,144    4     Same Dream                                           771,975*      489     11     0      0      0       500     5         
2,156    5     Massive (ffr remix)                                  537,200*      340     8      0      0      0       348     11        
2,163    4     Shag                                                 794,430*      488     29     1      0      0       518     3         
2,171    8     The Games We Played, Part 2                          1,062,575*    652     40     1      0      4       693     11        
2,178    8     Say It Right (Sanxion7 Remix)                        1,280,435*    771     67     0      0      2       838     11        
2,201    8     Hatten Carnival!                                     983,430*      614     20     6      0      5       640     2         
2,230    8     Thinking Different                                   1,393,955*    887     15     0      0      1       902     14        
2,297    8     Driveway [Heavy]                                     1,642,355*    1026    40     1      0      0       1067    10        
2,329    6     Fett's Vette                                         778,955*      492     12     1      0      0       505     3         
2,426    3     Euphoria [Antinomie]                                 663,025*      422     7      0      0      0       429     17        
2,478    7     Beethoven Virus                                      708,660*      449     10     0      0      2       459     12        
2,493    6     Read The Mind                                        695,080*      416     37     3      0      3       456     4         
2,506    8     Guitar Vs Piano                                      1,544,850*    936     73     1      0      4       1010    42        
2,689    3     Stay With Me FFR V1                                  382,300*      245     2      0      0      0       247     6         
2,753    7     Trisection                                           1,035,880*    652     19     1      0      0       672     12        
2,819    8     Tribal Revival                                       1,529,085*    932     63     4      0      3       999     21        
2,857    3     Get on the Move                                      548,930*      341     16     0      0      1       357     7         
2,919    4     Terror From Beyond                                   785,975*      475     39     0      0      0       514     8         
3,047    4     Story of Snowman and Sunshine Girl                   819,350*      499     36     0      0      0       535     12        
3,089    8     Brightone                                            1,086,540*    688     15     1      0      2       704     13

Last edited by MaxGhost; 09-22-2011 at 02:47 AM..
MaxGhost is offline   Reply With Quote
Old 09-22-2011, 01:11 AM   #2
FFRGreen
Greeeeeeeeeeeeeeeeeeeeeen
FFR Veteran
 
FFRGreen's Avatar
 
Join Date: Oct 2010
Location: California
Age: 30
Posts: 1,151
Send a message via MSN to FFRGreen Send a message via Skype™ to FFRGreen
Default Re: Curious: does anyone want this script?

**** yes this question shouldn't be asked.
FFRGreen is offline   Reply With Quote
Old 09-22-2011, 01:21 AM   #3
Zon Fire
♎♏
FFR Veteran
 
Zon Fire's Avatar
 
Join Date: Nov 2006
Location: MN
Age: 32
Posts: 1,082
Default Re: Curious: does anyone want this script?

I dont see any significance in this.....
__________________
Zon Fire is offline   Reply With Quote
Old 09-22-2011, 01:47 AM   #4
MaxGhost
FFR Veteran
FFR Veteran
 
MaxGhost's Avatar
 
Join Date: Feb 2008
Location: Ottawa, Canada
Age: 30
Posts: 2,141
Send a message via Skype™ to MaxGhost
Default Re: Curious: does anyone want this script?

Check again, I fixed it lmao

I decided TSV is way too much of a hassle so I just changed it to use spaces instead. Works in all mediums that don't trim extra spaces (i.e. inside <pre> tags online, notepad, etc.)

Last edited by MaxGhost; 09-22-2011 at 01:50 AM..
MaxGhost is offline   Reply With Quote
Old 09-22-2011, 02:22 AM   #5
Patashu
FFR Simfile Author
Retired StaffFFR Simfile Author
 
Patashu's Avatar
 
Join Date: Apr 2006
Location: we traced the call...it's coming from inside the house
Age: 33
Posts: 8,609
Send a message via AIM to Patashu Send a message via MSN to Patashu Send a message via Yahoo to Patashu
Default Re: Curious: does anyone want this script?

if it's already TSV then you can import it into excel can't you?
__________________
Patashu makes Chiptunes in Famitracker:
http://soundcloud.com/patashu/8bit-progressive-metal-fading-world
http://img.photobucket.com/albums/v216/Mechadragon/smallpackbanner.png
Best non-AAAs: ERx8 v2 (14-1-0-4), Hajnal (3-0-0-0), RunnyMorning (8-0-0-4), Xeno-Flow (1-0-0-3), Blue Rose (35-2-0-20), Ketsarku (14-0-0-0), Silence (1-0-0-0), Lolo (14-1-0-1)
http://i231.photobucket.com/albums/ee301/xiaoven/solorulzsig.png
Patashu is offline   Reply With Quote
Old 09-22-2011, 02:36 AM   #6
MaxGhost
FFR Veteran
FFR Veteran
 
MaxGhost's Avatar
 
Join Date: Feb 2008
Location: Ottawa, Canada
Age: 30
Posts: 2,141
Send a message via Skype™ to MaxGhost
Default Re: Curious: does anyone want this script?

Probably, but I don't like excel. I just want it to be lined up in a text file. Also, it makes posting level ranks 1000x easier and prettier. I'll look into making a web app of this if someone is willing to host it.

Edit: Posted the processing script in the OP.

Last edited by MaxGhost; 09-22-2011 at 02:44 AM..
MaxGhost is offline   Reply With Quote
Old 09-22-2011, 08:34 AM   #7
hi19hi19
lol happy
Retired StaffFFR Simfile AuthorFFR Veteran
 
hi19hi19's Avatar
 
Join Date: Oct 2005
Location: DESTINY
Age: 33
Posts: 12,193
Default Re: Curious: does anyone want this script?

lol this is pretty handy, ty
__________________


hi19hi19 is offline   Reply With Quote
Old 09-22-2011, 12:02 PM   #8
justin_ator
🥓<strong><span style="col
Resident Overseer
FFR Veteran
 
justin_ator's Avatar
 
Join Date: Mar 2007
Location: Kingsport, TN
Posts: 7,648
Default Re: Curious: does anyone want this script?

This makes my partial OCD happy.

Not really the most important fix this site could use, but definitely helpful haha. Good work :P
__________________
justin_ator is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 03:23 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution