• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 22:52
CEST 04:52
KST 11:52
  • 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
[ASL22] Ro16 Preview: Rough Waters10[ASL22] Ro24 Preview: Siren's Call8[ASL22] Ro24 Preview: Summer's End9Serral wins HomeStory Cup 2915Serral wins Maestros of the Game 244
Community News
StarCraft open world shooter announced at BlizzCon53Weekly Cups (Aug 30-Sep 7): herO thrives amid growing schism10Official StarCraft website teases new content ahead of BlizzCon?158Stellar Fest TWO the Moon (Dec 16-20)9Weekly Cups (August 24-30): Patches' balance mod takes over3
StarCraft 2
General
StarCraft open world shooter announced at BlizzCon How do you feel about the StarCraft shooter announcement at BlizzCon 2026? Balance hotfix patch 5.0.16b (July 16) Team Liquid Map Contest #22: Results and Winners Weekly Cups (Aug 30-Sep 7): herO thrives amid growing schism
Tourneys
RSL goes to London! 2026 Offline Finals Nov 21-22 KSL Week #92 IntoTheTV X SOOP SC2 League : Weekly & Monthly 2026 GSTL Announcement Sparkling Tuna Cup - Weekly Open Tournament
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
Mutation # 542 The Ascended Mutation # 541 Binary Choice The PondCast: SC2 News & Results Mutation # 540 Dodge This
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ Official StarCraft website teases new content ahead of BlizzCon? Broodwar Prediction Market Practice Partners (Official) [D] Brainstorming a balance patch for Brood war
Tourneys
[ASL22] Ro16 Group A [ASL22] Ro16 Group B Escore Tournament - Season 3 Small VOD Thread 2.0
Strategy
Replay Review Process - What do you do? Simple Questions, Simple Answers Odyssey Mineral Stack Saturation Game Theory for Starcraft
Other Games
General Games
EVE Corporation Diablo IV Nintendo Switch Thread [Maplestory Hardcore] Let's Play~!! General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish TSM pausing esports and CLG Dead
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Community Thread
Community
General
Trading/Investing Thread US Politics Mega-thread UK Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread
Fan Clubs
MarineLorD Fan Club The Creator Fan Club The ShoWTimE Fan Club
Media & Entertainment
Diablo Animated Series on Netflix Movie Discussion!
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 MLB/Baseball 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Virtual Romance, Real-Life C…
TrAiDoS
Regacy Esports:Our Goa…
regacyesports
Dreaming of BW patches (mod…
c3rberUs
LOCKPICKING NOOB
LUCKY_NOOB
Customize Sidebar...

Website Feedback

Closed Threads



Active: 5720 users

The Big Programming Thread - Page 542

Forum Index > General Forum
Post a Reply
Prev 1 540 541 542 543 544 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.
iaretehnoob
Profile Joined June 2004
Sweden741 Posts
November 03 2014 12:56 GMT
#10821
Visual Studio.
Or alternatively Visual Studio.
nunez
Profile Blog Joined February 2011
Norway4003 Posts
November 03 2014 13:34 GMT
#10822
visual studio is pretty good i think, and their compiler isn't that far behind the Holy Binary (GCC).
... even though they had an update half a year ago that broke perfectly fine c++11 code so violenlty,
that their compiler choked out on it and crashed without letting you know what caused it.
i'm still mentally scarred from that.
c++14 too now!
conspired against by a confederacy of dunces.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
November 03 2014 13:38 GMT
#10823
On November 03 2014 22:34 nunez wrote:
visual studio is pretty good i think, and their compiler isn't that far behind the Holy Binary (GCC).
... even though they had an update half a year ago that broke perfectly fine c++11 code so violenlty,
that their compiler choked out on it and crashed without letting you know what caused it.
i'm still mentally scarred from that.
c++14 too now!

Granted, it's been a couple of years, but when I did my bachelor's thesis I compared the performance of binaries for a molecular dynamics simulation produced by gcc, and the microsoft and Intel C++ compilers. It was a pretty clear result gcc < MS < Intel.
If you have a good reason to disagree with the above, please tell me. Thank you.
nunez
Profile Blog Joined February 2011
Norway4003 Posts
Last Edited: 2014-11-03 13:50:20
November 03 2014 13:39 GMT
#10824
i'm was talking about conformance to spec! but i don't doubt you.
as a mere pleb i do not care that much about performance. i actually haven't even dared to time my ad-hoc abstraction against regular inheritance yet, in fear of the result bumming me out.

did you try running a comparison vs opencl or cuda as well? i implemented a trivial x_dot=Ax+Bu simulator, and it was quite astounding how much faster the gpu was chomping through the simulation than the cpu (but i guess that's to be expected) when the number of particles got large.

any new features you like in particular? or do you just think the extent of them make c++ attractive again?
also i'd link your paper if possible! sounds pretty cool!
conspired against by a confederacy of dunces.
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
November 03 2014 13:51 GMT
#10825
Do any of you have experience with Amazon EC2 server instances?

I need to somehow find out one instance settings (what's installed, how is it configured) and re-create it on a different server (also Amazon EC2, but with different owner). Is such a thing even possible?
Time is precious. Waste it wisely.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2014-11-03 20:24:50
November 03 2014 20:13 GMT
#10826
Hi guys

The good news is that my tutor loved my anime recommendation/list idea even after I explained your thoughts on it being too simple a project. I also read other past projects at my university and can fulfil that standard I believe. (my uni is not a top uni)
It might not be the best thing to show a prospective employer but who knows, maybe that's the sort of job i want to go into anyway, at the very least it is something I want to do as a project, and my tutor marks so it if he's happy I'm happy.

The not so amazing news is someone just released a product very similar to my idea like 4 days ago lol. But that aside, I'm sure I can work with this still.

As you know I have very little programming knowledge/understanding so if you could provide me with direction that would be awesome.... my first question is going to be........

Looking at this API https://www.mashape.com/vikhyat/hummingbird-v1 , it seems like you can connect to it using Java, PHP, Python etc. Could anyone very briefly shed some light on what route I should go in order to understand which of these I should prefer to use in my project?

What I want to do:
1) have a mobile-friendly web front end with performance as priority and utilise cool interaction features (html5?)
2) connect to an anime database using their API to get data on the anime episodes including pictures
3) use caching on desktop/mobile browsers? to speed up re-visits
4) connect to my own database to store user login and other user data

So (again) the question is, seemingly given many options? for a backend how should I go about investigating them? Should I google "java api database" , "python api database" etc , build prototype versions and then somehow compare them in terms of performance?

THANKS GUYS

ps: currently googling of course
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
November 03 2014 20:23 GMT
#10827
I believe that it would be easiest to build it around some form of PHP as it's much easier to get into building web apps in it than Java or Python, with higher probability of third-party sites having APIs ready for it. You can also select from a huge range of frameworks, from micro to full-stack, depending on your skill, time-constraints and performance needs. If you're not very familiar with PHP and want to build working stuff fast (one that will also be pretty solid) you can go with the likes of Laravel (full-stack) or php-mvc (micro, but requires you to actually learn stuff and build most of the stuff on your own).

You should also look into jQuery and Bootstrap to make your life easier and deal with responsiveness right away.
Time is precious. Waste it wisely.
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
November 03 2014 20:36 GMT
#10828
The entire idea behind Web APIs is that they're completely language independent, and just clicking that link it basically looks like you send a JSON formatted request and get back a JSON response, which is quite typical.

Which basically means use whatever language you feel most comfortable with, then just figure out how to send Requests with the right syntax, and then parse the data you get back. Realistically, handling the 3rd party API should actually be one of the easiest parts of your project.

As for what to use, you'll probably want some kind of MVC framework. Not technically required, but it keeps your back-end organized, and it's basically an industry standard...and it's really just good for back-end design in general.

Depending on how much time you have, and how much you're willing to learn on your own, consider looking into Single-Page Application design. Not required either, but not bad if you really want to show off your end product to potential interviewers.
Average means I'm better than half of you.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2014-11-03 21:09:44
November 03 2014 20:42 GMT
#10829
thanks dude. i've used PHP for this "sort of thing" in the past. (made a website with login & search functionality connected to phpmyadmin database) .

so the (PHP) is used for connecting to the anime database API but also for connecting to my own database.

so i'm guessing which language exactly isn't so important. but maybe if i decide to use one PHP framework over another than that might have an impact..? in the past i just needed...PHP...no framework or anything. i just had PHP to the database and an ajax/javascript file thing that my professor provided which let me use ajax. it was super simple, no framework.....why would i use a framework like Laravel? what does it let me do?

jquery looks awesome!

where do you think i might be able to investigate performance issues? would it still be in terms of the PHP? would it be in terms of database choice? i used phpmyadmin (and sql) in the past and that was just a case of ....dropdown menus or whatever to make a database. i've never made an object orientated style database but i'm very interested in this....is it an option?


edit: WolfintheSheep cheers! i'll google those words

edit2: man it feels so good to be able to ask these questions and get such answers.


edit3: So I'm guessing..... a framework (PHP or other) incorporates database into it? so instead of having PHP backend and then a separate database system like phpmyadmin, we instead have our database as part of the framework. i had to do a talk on RubyOnRails so had to install it and saw the view, controller, database folders. my dickwad tutor gave me 40/100 for that even though the others got stuff like "html5" or whatever to talk about. you can basically piss into a bottle and get 40/100, idk why he done that to me. was the last mark of the year so he didn't have to see me again by the time i got it. idk why people hate me


so i think the missing component to my project so far is a web server?
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
LaNague
Profile Blog Joined April 2010
Germany9118 Posts
November 03 2014 21:13 GMT
#10830
if you run under windows, you might as well use visual studio.
Microsoft cares a great deal about it, its a good IDE and you can use it for C# and other stuff as wel. C# is quite productive, lots of companies in my region use it, so its useful to allready know the IDE it uses if at some point you want to get into it.
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
Last Edited: 2014-11-04 16:37:23
November 04 2014 16:36 GMT
#10831
On November 04 2014 05:42 FFGenerations wrote:
thanks dude. i've used PHP for this "sort of thing" in the past. (made a website with login & search functionality connected to phpmyadmin database) .

so the (PHP) is used for connecting to the anime database API but also for connecting to my own database.

so i'm guessing which language exactly isn't so important. but maybe if i decide to use one PHP framework over another than that might have an impact..? in the past i just needed...PHP...no framework or anything. i just had PHP to the database and an ajax/javascript file thing that my professor provided which let me use ajax. it was super simple, no framework.....why would i use a framework like Laravel? what does it let me do?

jquery looks awesome!

where do you think i might be able to investigate performance issues? would it still be in terms of the PHP? would it be in terms of database choice? i used phpmyadmin (and sql) in the past and that was just a case of ....dropdown menus or whatever to make a database. i've never made an object orientated style database but i'm very interested in this....is it an option?


edit: WolfintheSheep cheers! i'll google those words

edit2: man it feels so good to be able to ask these questions and get such answers.


edit3: So I'm guessing..... a framework (PHP or other) incorporates database into it? so instead of having PHP backend and then a separate database system like phpmyadmin, we instead have our database as part of the framework. i had to do a talk on RubyOnRails so had to install it and saw the view, controller, database folders. my dickwad tutor gave me 40/100 for that even though the others got stuff like "html5" or whatever to talk about. you can basically piss into a bottle and get 40/100, idk why he done that to me. was the last mark of the year so he didn't have to see me again by the time i got it. idk why people hate me


so i think the missing component to my project so far is a web server?


So, let me address a couple of things:

1. What does the framework give me?
- organized way to handle your code
- lots (depending on the framework) of stuff that's already built into it and that you won't have to write yourself, like event listeners, form validation and what not
- way of doing things that's then easy to maintain for you and others
- easy way to create, edit and manage your web app

Instead of me trying to search for good words to describe it, I'd better just let you read this as an example: http://symfony.com/doc/current/book/from_flat_php_to_symfony2.html

2. Does PHP framework incorporate a database?
No, it does not. What you get are tools to work with database abstraction layers and object relational mapping (mapping of database in PHP object classes for easier acces). You can read more on that by simply googling "doctrine" and hitting the first link. Frameworks like Symfony2 and Laravel (I think, don't have much experience with Laravel) let you easily and automagically map your entire database, creating classes with required methods or create database out of the classes.

You really need to read up on DBAL, ORM and PDO. That stuff makes working with databases in PHP really easy.
Time is precious. Waste it wisely.
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
November 05 2014 12:29 GMT
#10832
Just look at the bullshit I have to deal with...


protected void parseEntries() throws JsonParseException, IOException,
LogicException {
parseArrayOfObjects(new ArrayEvent() {
@Override
public void newObject() throws JsonParseException, IOException,
LogicException {
final Entry entry = new Entry();

parseObjectFields(new FieldEvent() {
@Override
public boolean parseField(String name)
throws JsonParseException, IOException,
LogicException {
if ("pageref".equals(name)) {
jParser.nextToken();

entry.pageRef = jParser.getText();

return true;
}

if ("request".equals(name)) {
parseObjectFields(new FieldEvent() {
@Override
public boolean parseField(String name)
throws JsonParseException, IOException,
LogicException {
if ("url".equals(name)) {
jParser.nextToken();

entry.url = jParser.getText();

return true;
}

return false;
}
});

return true;
} else if ("response".equals(name)) {
parseObjectFields(new FieldEvent() {
@Override
public boolean parseField(String name)
throws JsonParseException, IOException,
LogicException {
if ("content".equals(name)) {
parseObjectFields(new FieldEvent() {
@Override
public boolean parseField(
String name)
throws JsonParseException,
IOException, LogicException {
if ("mimeType".equals(name)) {
jParser.nextToken();

entry.mimeType = jParser
.getText().trim()
.toLowerCase();

return true;
} else if ("size".equals(name)) {
jParser.nextToken();

entry.size = jParser
.getIntValue();

return true;
}

return false;
}
});

return true;
}

return false;
}
});

return true;
}

return false;
}
});

if (Resource.mimeToType(entry.mimeType) != Resource.Type.UNKNOWN
&& !entries.contains(entry)
&& pages.containsKey(entry.pageRef)) {
entry.disabled = !isUrlAllowed(entry.url);

if (!entry.disabled) {
allowedEntries.add(entry);
}

entries.add(entry);
}
}
});
}


Watch and weep.
Time is precious. Waste it wisely.
solidbebe
Profile Blog Joined November 2010
Netherlands4921 Posts
November 05 2014 13:17 GMT
#10833
My eyesss
That's the 2nd time in a week I've seen someone sig a quote from this GD and I have never witnessed a sig quote happen in my TL history ever before. -Najda
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
Last Edited: 2014-11-05 13:32:46
November 05 2014 13:31 GMT
#10834
Pah, only 13 indentations, I've seen worse. Also look at the bright side: The majority of this code is just clean, empty, angelic whitespace.

That's Java, right? What a great idea these anonymous subclasses are... Is there even an application where that stuff doesn't lead to awful code?
If you have a good reason to disagree with the above, please tell me. Thank you.
Gowerly
Profile Blog Joined July 2011
United Kingdom916 Posts
November 05 2014 14:00 GMT
#10835
Tabs as tabs is evil. At least tabs as spaces.
Functions within functions within functions is also just slightly slipping into madness.
Biggest sin, obviously, is where are the fucking comments. Comment your code or I will find you and end you.
I will reduce you to a series of numbers.
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
November 05 2014 14:10 GMT
#10836
There's so much blessed whitespace because I took my precious time and used it to format the code to the point where it's readable.

Some other cool methods I'm looking at right now:


@Override
protected void someMethod() {
try {
if () {
throw new;
}

try {
} finally {
}

if () {
throw new;
}

if () {
throw new;
}

if () {
throw new;
}

if () {
throw new);
}

if () {
throw new;
}

try {
if () {
throw new;
}

try {
} finally {
}
} finally {
}

if () {
throw new;
}
try {
for () {
}
} finally {
}
} catch () {
}
}

protected void someMethod2() throws ValidationException, IOException {
if () {
throw new;
}

if () {
throw new;
}

if () {
throw new;
}

try {
while () {
if () {
if () {
try {
while () {
}
} catch () {
} finally {
if () {
}
}
}
}
}
} finally {
if () {
}
}
}

@Override
protected void someMethod3WhoseNameIsJustLikeAnotherMethodSomewhereElse() throws ServletException, IOException {
try {
if () {
throw new ;
} else {
try {
if () {
throw new;
}

if () {
} else {
if () {
throw new;
}

if () {
throw new;
}

if () {
} else {
}
}
} finally {
}
}
} catch () {
} catch () {
} finally {
if () {
}

if () {
}
}

}


I just can't wait to start tracking the errors...
Time is precious. Waste it wisely.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
Last Edited: 2014-11-05 14:14:50
November 05 2014 14:12 GMT
#10837
I retract the question. You're defining a method inside a class inside a method inside a class. This just can't be a good idea. Ever.

Is that 3rd method catching the exceptions it throws?
If you have a good reason to disagree with the above, please tell me. Thank you.
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
November 05 2014 14:21 GMT
#10838
--- Nuked ---
Gowerly
Profile Blog Joined July 2011
United Kingdom916 Posts
November 05 2014 14:31 GMT
#10839
http://theprofoundprogrammer.com/page/17
The only way.
I will reduce you to a series of numbers.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
November 05 2014 14:36 GMT
#10840
I too have trouble reading non-Allman code. I suppose it's just that I use the whitespace and intentation to quickly recognize control flow and such stuff, and if I was more used to K&R I probably would recognize those pattens better.

What I really can't stand is stuff like this:
if(condition) return;

You'd have to actually read the code to understand that the control flow is manipulated here. That actually costs a lot of time.
If you have a good reason to disagree with the above, please tell me. Thank you.
Prev 1 540 541 542 543 544 1032 Next
Please log in or register to reply.
Live Events Refresh
OSC
20:30
Masters Cup #151
davetesta29
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Tasteless 479
RuFF_SC2 235
ViBE107
StarCraft: Brood War
Artosis 588
Aegong 40
Dota 2
monkeys_forever484
NeuroSwarm134
LuMiX1
Counter-Strike
fl0m5541
Coldzera 1341
minikerr36
Super Smash Bros
amsayoshi106
Heroes of the Storm
Liquid`Hasu320
Other Games
summit1g12275
B2W.Neo1127
JimRising 594
PiGStarcraft221
XaKoH 210
Sick152
Organizations
Heroes of the Storm
Heroes of the Storm1248
StarCraft 2
StarCraft1065
StarCraft: Brood War
Afreeca ASL 963
Other Games
BasetradeTV188
[ Show 10 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• masondota21955
League of Legends
• Lourlo819
Upcoming Events
Sparkling Tuna Cup
7h 8m
WardiTV Invitational
8h 8m
ByuN vs Percival
Cure vs Classic
Shopify Rebellion Sundays
12h 8m
Spirit vs Mixu
Clem vs TBD
RSL Revival
13h 8m
Serral vs Rogue
BlizzCon
15h 38m
IdrA vs MC
Replay Cast
21h 8m
Afreeca Starleague
1d 7h
Light vs JyJ
Soulkey vs hero
WardiTV Weekly
1d 8h
Monday Night Weeklies
1d 13h
Afreeca Starleague
2 days
Snow vs Shinee
Shine vs EffOrt
[ Show More ]
GSL
2 days
PiGosaur Cup
2 days
The PondCast
3 days
Kung Fu Cup
3 days
Replay Cast
3 days
KCM Race Survival
4 days
IntoTheTV X SOOP
4 days
Replay Cast
4 days
IntoTheTV X SOOP
5 days
Replay Cast
5 days
GSL
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Acropolis #5 - TRS
PiG Sty Festival 8.0
Big Dog Cup 2026 Div 1

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
ASL Season 22
Super Anchor Qualifying S3
CSL 2026 AUTUMN (S22)
Acropolis #5
Blizzard Classic Cup 2026
Blizzard Classic Cup 2026
RSL Revival: Season 6
Calamity Invitational
FISSURE Playground #3
BLAST Open Fall 2026
Esports World Cup 2026
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026

Upcoming

Acropolis #5 - GSA
Acropolis #5 - GSB
Acropolis #5 - GSC
SC4ALL II: Brood War
HSC XXX
Stellar Fest 2: Lunar Cup
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
PGL Major Singapore 2026
Stake Ranked Episode 6
BLAST Rivals Fall 2026
IEM Beijing 2026
Stake Ranked Episode 5
PGL Masters Bucharest 2026
1win Private Club #2
Thunderpick World Champ. '26
ESL Pro League Season 24
Stake Ranked Episode 4
1win Private Club #1
Logitech G Play Connect 2026
SL StarSeries Fall 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.