• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 18:30
CEST 00:30
KST 07:30
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL21] Ro24 Preview Pt2: News Flash10[ASL21] Ro24 Preview Pt1: New Chaos0Team Liquid Map Contest #22 - Presented by Monster Energy18ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book20
Community News
GSL CK: More events planned pending crowdfunding0Weekly Cups (May 30-Apr 5): herO, Clem, SHIN win0[BSL22] RO32 Group Stage3Weekly Cups (March 23-29): herO takes triple6Aligulac acquired by REPLAYMAN.com/Stego Research8
StarCraft 2
General
Weekly Cups (May 30-Apr 5): herO, Clem, SHIN win Rongyi Cup S3 - Preview & Info Team Liquid Map Contest #22 - Presented by Monster Energy Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool What mix of new & old maps do you want in the next ladder pool? (SC2)
Tourneys
$5,000 WardiTV TLMC tournament - Presented by Monster Energy GSL CK: More events planned pending crowdfunding Sparkling Tuna Cup - Weekly Open Tournament RSL Season 4 announced for March-April StarCraft Evolution League (SC Evo Biweekly)
Strategy
Custom Maps
[M] (2) Frigid Storage Publishing has been re-enabled! [Feb 24th 2026]
External Content
The PondCast: SC2 News & Results Mutation # 520 Moving Fees Mutation # 519 Inner Power Mutation # 518 Radiation Zone
Brood War
General
ASL21 General Discussion Pros React To: JaeDong vs Queen [BSL22] RO32 Group Stage so ive been playing broodwar for a week straight. Gypsy to Korea
Tourneys
[Megathread] Daily Proleagues [ASL21] Ro24 Group F Escore Tournament StarCraft Season 2 [ASL21] Ro24 Group E
Strategy
What's the deal with APM & what's its true value Fighting Spirit mining rates Simple Questions, Simple Answers
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Starcraft Tabletop Miniature Game General RTS Discussion Thread Darkest Dungeon
Dota 2
The Story of Wings Gaming Official 'what is Dota anymore' discussion
League of Legends
G2 just beat GenG in First stand
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
US Politics Mega-thread The Chess Thread Russo-Ukrainian War Thread NASA and the Private Sector Things Aren’t Peaceful in Palestine
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece [Req][Books] Good Fantasy/SciFi books Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion Cricket [SPORT] Tokyo Olympics 2021 Thread General nutrition recommendations
World Cup 2022
Tech Support
[G] How to Block Livestream Ads
TL Community
The Automated Ban List
Blogs
Loot Boxes—Emotions, And Why…
TrAiDoS
Broowar part 2
qwaykee
Funny Nicknames
LUCKY_NOOB
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
ASL S21 English Commentary…
namkraft
Electronics
mantequilla
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1307 users

The Big Programming Thread - Page 30

Forum Index > General Forum
Post a Reply
Prev 1 28 29 30 31 32 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
FirstBorn
Profile Blog Joined March 2007
Romania3955 Posts
December 27 2010 10:24 GMT
#581
This seemed like a really nice find:
3 Types of Programmers: Terran, Zerg and Protoss
SonuvBob: Yes, the majority of TL is college-aged, and thus clearly stupid.
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
December 27 2010 12:04 GMT
#582
On December 27 2010 16:55 Craton wrote:
The vast majority of my work right now (.NET intern) deals with ASP.NET (I hate stateless programming so very, very much). A lot of what I do is fairly simplistic, but rather a pain in the ass to accomplish in the stateless world. Lots of converting legacy ASP to .NET, too.

Example:
Imagine you have an inventory system to keep track of your company's hardware (computers, printers, etc), including who is responsible, where it is, what it is, and so forth; it's all stored in a SQL Server DB. It's my job to make admin-accessible forms/pages so that someone could come in and get a nice chart-view of everything and make edits. Database design/modifications may or may not be required for any of what I do; it depends on what they want added or changed. If it's just straight convert old X to new X, it's usually doable in a few hours.

It's pretty easy on paper and even easier for an experienced programmer, but glhf if you're still an ASP.NET novice. There are lots of ways to accomplish this, but actually doing it efficiently (so you're not whacking against the server/DB all the time) and in a way that's easily modified or read by someone else is a challenge in and of itself. I think a lot of introductory .NET jobs involve migrating old systems to .NET, so this is as good a place to start as any.

If you do decide to play with ASP.NET, learn the page life-cycle well. Also get intimately familiar with how/when data is (or isn't) persisted. That alone will take awhile to get used to (I'm still working on it after a number of months).


Did you have any experience working with databases or functional languages before? Finishing my last year of CS and I have no idea what they'll expect of you as a new CS graduate. Besdies from studies, in the past year I've been fiddling with C# and win32 (I really don't like MFC or CLI syntax but I guess I'll have to learn it >.<).
England will fight to the last American
stalking.d00m
Profile Joined December 2010
213 Posts
December 27 2010 12:22 GMT
#583
Whether it works or not I would like to say I appreciate OP's spirit of trying to help and educate others. Seriously, how many of us have done that? Two thumbs up to Tofucake
<3 to all fellow gamers.
decaf
Profile Joined October 2010
Austria1797 Posts
December 27 2010 13:11 GMT
#584
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S
Adeny
Profile Blog Joined January 2009
Norway1233 Posts
December 27 2010 13:46 GMT
#585
On December 27 2010 22:11 decaf wrote:
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S


Could you show me where in the OP it says "complete list of all programming languages every and no languages but programming languages"?
Craton
Profile Blog Joined December 2009
United States17281 Posts
Last Edited: 2010-12-27 14:38:38
December 27 2010 14:38 GMT
#586
On December 27 2010 21:04 KaiserJohan wrote:
Show nested quote +
On December 27 2010 16:55 Craton wrote:
The vast majority of my work right now (.NET intern) deals with ASP.NET (I hate stateless programming so very, very much). A lot of what I do is fairly simplistic, but rather a pain in the ass to accomplish in the stateless world. Lots of converting legacy ASP to .NET, too.

Example:
Imagine you have an inventory system to keep track of your company's hardware (computers, printers, etc), including who is responsible, where it is, what it is, and so forth; it's all stored in a SQL Server DB. It's my job to make admin-accessible forms/pages so that someone could come in and get a nice chart-view of everything and make edits. Database design/modifications may or may not be required for any of what I do; it depends on what they want added or changed. If it's just straight convert old X to new X, it's usually doable in a few hours.

It's pretty easy on paper and even easier for an experienced programmer, but glhf if you're still an ASP.NET novice. There are lots of ways to accomplish this, but actually doing it efficiently (so you're not whacking against the server/DB all the time) and in a way that's easily modified or read by someone else is a challenge in and of itself. I think a lot of introductory .NET jobs involve migrating old systems to .NET, so this is as good a place to start as any.

If you do decide to play with ASP.NET, learn the page life-cycle well. Also get intimately familiar with how/when data is (or isn't) persisted. That alone will take awhile to get used to (I'm still working on it after a number of months).


Did you have any experience working with databases or functional languages before? Finishing my last year of CS and I have no idea what they'll expect of you as a new CS graduate. Besides from studies, in the past year I've been fiddling with C# and win32 (I really don't like MFC or CLI syntax but I guess I'll have to learn it >.<).

I was pretty familiar with SQL and db interaction from code. I'd done ORACLE, MySQL, and SQL Server to varying degrees. I hadn't worked with stored procedures, but those aren't very hard to write and ours are pretty long (~2 pages) which get parsed (I'm not 100% sure what goes on behind the scenes) by our library to generate entity classes. I don't think I've used any functional languages.

Even doing what I'm doing, I still feel my schooling was inadequate (which is frankly was; most of the courses at my school are a complete joke). You can get by with a lot of Googling + MSDN for .NET. My workplace doesn't really seem to expect much from interns/college graduates, so I guess underwhelming college courses isn't unusual.
twitch.tv/cratonz
tofucake
Profile Blog Joined October 2009
Hyrule19200 Posts
December 27 2010 16:05 GMT
#587
On December 27 2010 22:11 decaf wrote:
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S

So...what are they? Tools used in conjunction with "real" programming languages?
Liquipediaasante sana squash banana
decaf
Profile Joined October 2010
Austria1797 Posts
December 27 2010 18:07 GMT
#588
On December 28 2010 01:05 tofucake wrote:
Show nested quote +
On December 27 2010 22:11 decaf wrote:
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S

So...what are they? Tools used in conjunction with "real" programming languages?

I don't know, I would call some of them description language. For instance html, you describe web pages with it, but you can't program anything with this language. Most people don't know the difference anyways so it doesn't matter.
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
December 27 2010 18:17 GMT
#589
HTML is a markup language, as XML and CSS.

C, C++, Java, etc are programming languages.

MySQL, Oracle, Postgres, MS Access (lol) are database manager systems.

SQL is a DB language (Right? Not sure if thats what you call it).
"When the geyser died, a probe came out" - SirJolt
catamorphist
Profile Joined May 2010
United States297 Posts
December 27 2010 20:33 GMT
#590
On December 28 2010 01:05 tofucake wrote:
Show nested quote +
On December 27 2010 22:11 decaf wrote:
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S

So...what are they? Tools used in conjunction with "real" programming languages?


What, CSS and HTML? They're DSLs.
http://us.battle.net/sc2/en/profile/281144/1/catamorphist/
hegl
Profile Joined August 2010
6 Posts
December 29 2010 20:24 GMT
#591
Hi guys, this feels so basic that i'm a bit embarrassed, but anyways:
i've been programming as a hobby for some time, and am now learning it from the scratch in the university. one thing is driving me nuts though, as i am toying abit around with pointers. (this is C btw ):

void bar(char *foo)
{
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

int main()
{
char foo[4] = "abc";
printf("%s\n", foo);
bar(foo);
printf("%s\n", foo);
}

this is working like i want it too, it prints:
abc
def
def

however, if i use this instead:

void bar(char *foo)
{
foo = "def";
printf("%s\n", foo);
}

the output is
abc
def
abc

and, on top of things, if i use this:

void bar(char *foo)
{
foo = "def";
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

the programm crashs.

thanks for your help
mmp
Profile Blog Joined April 2009
United States2130 Posts
Last Edited: 2010-12-29 21:07:48
December 29 2010 20:42 GMT
#592
On December 30 2010 05:24 hegl wrote:
Hi guys, this feels so basic that i'm a bit embarrassed, but anyways:
i've been programming as a hobby for some time, and am now learning it from the scratch in the university. one thing is driving me nuts though, as i am toying abit around with pointers. (this is C btw ):

void bar(char *foo)
{
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

int main()
{
char foo[4] = "abc";
printf("%s\n", foo);
bar(foo);
printf("%s\n", foo);
}

this is working like i want it too, it prints:
abc
def
def

however, if i use this instead:

void bar(char *foo)
{
foo = "def";
printf("%s\n", foo);
}

the output is
abc
def
abc

and, on top of things, if i use this:

void bar(char *foo)
{
foo = "def";
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

the programm crashs.

thanks for your help


Haha welcome to the awesome world of C where everything makes perfect sense all the time.

So in your first example, you pass the memory address formatted as a char pointer, so when you offset [0] [1] [2] it is from the address you passed in. This works by changing the data at foo in main, which you have write access to (in a nutshell, you declared a variable for it).

Next, you take the foo from your local bar stack frame and point it to a constant '\d','\e','\f','\0' somewhere in read-only memory. During build, the linker stores this constant into a read-only segment and so foo refers to this read-only address, but you haven't changed foo in main. So your assignment changes the bar's foo's memory address from main's foo's array to this constant array.

Note that in main you allocated the space for a 4-char-long string while in bar you simply declared a variable that will point to some char. bar doesn't actually allocate that space so an assignment like this effectively has to use some constant-value scratch space.

For the above reason, it should be obvious why assignment operations fail.
I (λ (foo) (and (<3 foo) ( T_T foo) (RAGE foo) )) Starcraft
mgj
Profile Blog Joined March 2010
191 Posts
December 29 2010 20:44 GMT
#593
On December 28 2010 03:07 decaf wrote:
Show nested quote +
On December 28 2010 01:05 tofucake wrote:
On December 27 2010 22:11 decaf wrote:
I just felt like pointing out that some of the languages you posted aren't programming languages. Btw, there isn't even C on that list.. :S

So...what are they? Tools used in conjunction with "real" programming languages?

I don't know, I would call some of them description language. For instance html, you describe web pages with it, but you can't program anything with this language. Most people don't know the difference anyways so it doesn't matter.


Yes, they are all programming languages.

Why is declarative programming languages (HTML, ect) less of a "programming language" than imperative programming languages(C, ect)? Because they describe what to do, instead of how?

If thats the case, then what about logic languages such as Prolog? Are they not programming languages either?

Its all just terminology-whoring, but you started it
Pengu1n
Profile Blog Joined October 2004
United States552 Posts
Last Edited: 2010-12-29 20:51:54
December 29 2010 20:51 GMT
#594
Craton
Profile Blog Joined December 2009
United States17281 Posts
Last Edited: 2010-12-29 20:58:40
December 29 2010 20:54 GMT
#595
Is there way to select the 'top 1' of a particular category in a complex join?

SELECT DISTINCT itm.*, ua.lastName + ', ' + ua.firstName as responsible_party, itmstatref.item_status_ref_name as item_status_ref_name, 
itmtyperef.item_type_name as item_type_name, uac.lastName + ', ' + uac.firstName as checked_out_by
FROM ITEM itm INNER JOIN USERACCOUNTS ua ON ua.userUID=itm.userUID
INNER JOIN ITEM_STATUS itmstat ON itm.item_id=itmstat.item_id
INNER JOIN ITEM_STATUS_REF itmstatref ON itmstat.item_status_ref_id=itmstatref.item_status_ref_id
INNER JOIN ITEM_TYPE_REF itmtyperef ON itm.item_type_id=itmtyperef.item_type_id
INNER JOIN ITEM_CHECKOUT itmcheckout on itm.item_id=itmcheckout.item_id
INNER JOIN USERACCOUNTS uac on itmcheckout.userUID=uac.userUID
ORDER BY itm.item_id, itm.item_inv_no


I basically only want to get the latest checkout of a given item, if existing, rather than a separate record for each time it was checked out (which is what I'm getting).

I feel like I'm missing something obvious.
twitch.tv/cratonz
mmp
Profile Blog Joined April 2009
United States2130 Posts
Last Edited: 2010-12-29 21:13:39
December 29 2010 21:01 GMT
#596
Craton, do you just want to pull out the first row after the ordering? It's a little unclear from what you've presented what your query is intending to do (I'm just a PHP amateur).

v v v Hegl: yeah C is very tricky. Don't be afraid to ask for help, it will save you many headaches.
I (λ (foo) (and (<3 foo) ( T_T foo) (RAGE foo) )) Starcraft
hegl
Profile Joined August 2010
6 Posts
December 29 2010 21:02 GMT
#597
On December 30 2010 05:42 mmp wrote:+ Show Spoiler +

On December 30 2010 05:24 hegl wrote:
Hi guys, this feels so basic that i'm a bit embarrassed, but anyways:
i've been programming as a hobby for some time, and am now learning it from the scratch in the university. one thing is driving me nuts though, as i am toying abit around with pointers. (this is C btw ):

void bar(char *foo)
{
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

int main()
{
char foo[4] = "abc";
printf("%s\n", foo);
bar(foo);
printf("%s\n", foo);
}

this is working like i want it too, it prints:
abc
def
def

however, if i use this instead:

void bar(char *foo)
{
foo = "def";
printf("%s\n", foo);
}

the output is
abc
def
abc

and, on top of things, if i use this:

void bar(char *foo)
{
foo = "def";
foo[0] = 'd';
foo[1] = 'e';
foo[2] = 'f';
printf("%s\n", foo);
}

the programm crashs.

thanks for your help


Haha welcome to the awesome world of C where everything makes perfect sense all the time.

So in your first example, you pass the memory address formatted as a char pointer, so when you offset [0] [1] [2] it is from the address you passed in. This works by changing the data at foo in main, which you have write access to (in a nutshell, you declared a variable for it).

Next, you take the foo from your local bar stack frame and point it to a constant '\d','\e','\f','\0' somewhere in read-only memory. During build, the linker stores this constant into a read-only segment and so foo refers to this read-only address, but you haven't changed foo in main. So your assignment changes the memory address from main's foo to this constant array.

Note that in main you allocated the space for a 4-char-long string while in bar you simply declared a variable that will point to some char. bar doesn't actually allocate that space so an assignment like this effectively has to use some constant-value scratch space.

For the above reason, it should be obvious why assignment operations fail.


After reading every sentence about 10 times, i now understand it. thank you very much for your quick help!
Craton
Profile Blog Joined December 2009
United States17281 Posts
Last Edited: 2010-12-29 21:16:49
December 29 2010 21:15 GMT
#598
On December 30 2010 06:01 mmp wrote:
Craton, do you just want to pull out the first row after the ordering? It's a little unclear from what you've presented what your query is intending to do (I'm just a PHP amateur).


Right now I get something like:

item_id | item_name | misc. columns | Checked Out By
1 | C# Reference Book | < etc etc etc > | Joe Smith
1 | C# Reference Book | < etc etc etc > | Billy Bob


It's the same book, but it has been checked out (and back in) by Billy Bob and then checked out again by Joe Smith.

Actually now that I think about I probably just need a where clause about the check-in date being null. Of course I can't test that because someone broke the DB server again, but it should be sufficient.
twitch.tv/cratonz
mmp
Profile Blog Joined April 2009
United States2130 Posts
Last Edited: 2010-12-29 21:28:26
December 29 2010 21:23 GMT
#599
On December 30 2010 06:15 Craton wrote:
Show nested quote +
On December 30 2010 06:01 mmp wrote:
Craton, do you just want to pull out the first row after the ordering? It's a little unclear from what you've presented what your query is intending to do (I'm just a PHP amateur).


Right now I get something like:

item_id | item_name | misc. columns | Checked Out By
1 | C# Reference Book | < etc etc etc > | Joe Smith
1 | C# Reference Book | < etc etc etc > | Billy Bob


It's the same book, but it has been checked out (and back in) by Billy Bob and then checked out again by Joe Smith.

Actually now that I think about I probably just need a where clause about the check-in date being null. Of course I can't test that because someone broke the DB server again, but it should be sufficient.

You want the latest checkout, yes? Why don't you keep a key column that auto-increments the transaction number, so you can order by the last transaction? Or does your check-out date effectively do something like that?

Correct me if I'm misreading your intent.
I (λ (foo) (and (<3 foo) ( T_T foo) (RAGE foo) )) Starcraft
Qzy
Profile Blog Joined July 2010
Denmark1121 Posts
December 29 2010 21:26 GMT
#600
Anyone want to discuss Project euler problems? Not solutions, but rather discuss a problem in general. I'm level 2 euler, near question 60-80 I believe.
TG Sambo... Intel classic! Life of lively to live to life of full life thx to shield battery
Prev 1 28 29 30 31 32 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 1h 30m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
CosmosSc2 26
StarCraft: Brood War
Artosis 429
Sexy 30
910 28
NaDa 12
Dota 2
monkeys_forever395
League of Legends
JimRising 275
Counter-Strike
Coldzera 1595
Super Smash Bros
hungrybox500
AZ_Axe115
PPMD15
Other Games
summit1g14190
Grubby3015
shahzam560
FrodaN436
C9.Mang0161
Liquid`Hasu134
ToD115
Sick91
ViBE52
ROOTCatZ38
Mew2King37
minikerr4
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 19 non-featured ]
StarCraft 2
• RyuSc2 47
• davetesta34
• musti20045 33
• OhrlRock 1
• IndyKCrew
• sooper7s
• AfreecaTV YouTube
• intothetv
• Kozan
• LaughNgamezSOOP
• Migwel
StarCraft: Brood War
• RayReign 25
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV877
League of Legends
• Doublelift3620
Other Games
• imaqtpie1163
• Scarra982
Upcoming Events
PiGosaur Cup
1h 30m
Replay Cast
10h 30m
Kung Fu Cup
12h 30m
Replay Cast
1d 1h
The PondCast
1d 11h
CranKy Ducklings
2 days
WardiTV Team League
2 days
Replay Cast
3 days
CranKy Ducklings
3 days
WardiTV Team League
3 days
[ Show More ]
uThermal 2v2 Circuit
3 days
BSL
3 days
Sparkling Tuna Cup
4 days
WardiTV Team League
4 days
BSL
4 days
Replay Cast
5 days
Replay Cast
5 days
Wardi Open
5 days
GSL
6 days
Liquipedia Results

Completed

CSL Elite League 2026
RSL Revival: Season 4
NationLESS Cup

Ongoing

BSL Season 22
ASL Season 21
CSL 2026 SPRING (S20)
StarCraft2 Community Team League 2026 Spring
Nations Cup 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026

Upcoming

Escore Tournament S2: W2
IPSL Spring 2026
Escore Tournament S2: W3
Acropolis #4
BSL 22 Non-Korean Championship
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
RSL Revival: Season 5
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.