• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 12:02
CEST 18:02
KST 01:02
  • 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
[ASL19] Finals Recap: Standing Tall9HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Flash Announces Hiatus From ASL55Weekly Cups (June 23-29): Reynor in world title form?13FEL Cracov 2025 (July 27) - $8000 live event18Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
TRUSTED USDT RECOVERY TECHY FORCE CYBER RETRIEVAL Statistics for vetoed/disliked maps The SCII GOAT: A statistical Evaluation Weekly Cups (June 23-29): Reynor in world title form? PiG Sty Festival #5: Playoffs Preview + Groups Recap
Tourneys
FEL Cracov 2025 (July 27) - $8000 live event RSL: Revival, a new crowdfunded tournament series Korean Starcraft League Week 77 Master Swan Open (Global Bronze-Master 2) [GSL 2025] Code S: Season 2 - Semi Finals & Finals
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
Player “Jedi” cheat on CSL Replays question BW General Discussion Flash Announces Hiatus From ASL BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[Megathread] Daily Proleagues [BSL20] Grand Finals - Sunday 20:00 CET Small VOD Thread 2.0 [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Trading/Investing Thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread The Games Industry And ATVI
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion 2024 - 2025 Football Thread NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Blogs
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 670 users

The Big Programming Thread - Page 821

Forum Index > General Forum
Post a Reply
Prev 1 819 820 821 822 823 1031 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.
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
Last Edited: 2016-12-27 02:13:02
December 27 2016 02:05 GMT
#16401
Well, the fastest way to learn Symfony (PHP) is googling for "[Tuts Plus] Build a CMS in Symfony 2 Video Tutorial-KTR" (you can find it in the "Good Stores"TM ). This shouldn't take you more than a couple of evenings and it'll be a lot easier to grasp the basics of the framework (and also lay some groundwork for most common stuff done in PHP outside of WP plugins - CMS). After that I'd focus on following the symfony website (switching to Symfony3) for the cookbooks. With those in hand your goal should be to try and create some of the same stuff you built in the Odin course, but on your own with Symfony. This way you'll have some sense of direction and do something worthwhile instead of following PHP 101 Tutorial #98375893475.

If you get lost or need any help just ask here.

It's not really possible to give you any definitive list of stuff you just have to read (apart from the general programming guides and books like Clean Code and Code Complete which are good for any language). Just let us know when you get stuck on some of the intermediate-advanced stuff like dynamic forms, data transformers etc. (or anything you get stuck on)

Some advice for starters:

RoR:
RailsCasts is awesome.
https://github.com/bbatsov/ruby-style-guide - learn it
https://github.com/railsbp/rails_best_practices - use it
https://github.com/bbatsov/rubocop - use it

PHP:
https://github.com/squizlabs/PHP_CodeSniffer - use it

Will add more if you need it.
Time is precious. Waste it wisely.
3FFA
Profile Blog Joined February 2010
United States3931 Posts
Last Edited: 2016-12-27 07:12:08
December 27 2016 02:39 GMT
#16402
Okay, great, thank you so much! I'll get back to doing some serious studying now, bookmarking this to look into more during a break. ^^

edit:
One more question I just thought of before going to bed. It has been stressed by many of the people I've talked with that I should specialize in something. What should be my overall methodology when specializing? When should I be looking at specializing? What are good options for specializing in? How do I decide which option to specialize in? How should I maintain this specialization?

By one more question... I meant... one more stream of questions. ^^'
"As long as it comes from a pure place and from a honest place, you know, you can write whatever you want."
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
Last Edited: 2016-12-27 08:49:58
December 27 2016 08:32 GMT
#16403
On December 27 2016 11:39 3FFA wrote:
Okay, great, thank you so much! I'll get back to doing some serious studying now, bookmarking this to look into more during a break. ^^

edit:
One more question I just thought of before going to bed. It has been stressed by many of the people I've talked with that I should specialize in something. What should be my overall methodology when specializing? When should I be looking at specializing? What are good options for specializing in? How do I decide which option to specialize in? How should I maintain this specialization?

By one more question... I meant... one more stream of questions. ^^'


For now just focus on learning the ropes. Start thinking about specializing when you have several projects under your belt, preferably quite different ones, so that at least you know what brings you the most joy and what feels like a total chore

If you have too much money on your hands you could always try something like Udacity's Nanodegrees:
https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd004
Time is precious. Waste it wisely.
Cyx.
Profile Joined November 2010
Canada806 Posts
December 27 2016 09:54 GMT
#16404
On December 27 2016 17:32 Manit0u wrote:
Start thinking about specializing when you have several projects under your belt, preferably quite different ones, so that at least you know what brings you the most joy and what feels like a total chore

FWIW I agree with Mani big time on this. You don't need to worry about specializing in something just yet - spend a couple months figuring out what exactly it is you enjoy first. I feel like a lot of people focus way too much on 'what will be good for me?' when the real question should be 'what do I enjoy?'. If you find something you love developing in, and you can do great things with it, then you're set - doesn't really matter what it is.
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
December 27 2016 16:39 GMT
#16405
https://github.com/ruby-jokes/job_interview

Cracked me up real good
Time is precious. Waste it wisely.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
December 27 2016 20:11 GMT
#16406
ok, christmas visits from inlaws dying down so its back to working on my project

and, I need help, this is tough. I thought this would be easier than it is, haha

I need help conceptualizing how to write the pseudo code for a depth first search cycle of my graph. I am using an adjacency matrix, and every vertex connects to every other vertex (and technically they connect to theirselves). So, my code here is to do depth first searches to literally brute force every pathway.

But "just depth first searching" seems to be more complicated than I was anticipating.

Let's say I have adjacencymatrix[5][5] where each value is a weight, and it represents the edges of 5 vertices (just as an example)

Here is what I have been able to conceptualize so far
(disclaimer, I am sorry this probably doesn't count as pseudocode, there is probably some standard that I am not meeting I haven't really ever learned anything about it)



1.)remove starting node from "unvisited" set, save it as a temporary vertex "startingVertex"
2.)push it's children onto a stack
3.)pop the top of the stack, remove it from "unvisited", push it's children onto stack
4.)repeat #3 until unvisited is empty
5.)add in the edge from the last visited edge back to "startingVertex", and save this path as temporary solution

//now is where things get fuzzy for me

6.)somehow put the last "visited" vertex (not counting startingVertex) back into the "unvisited" set - how do I do this??
7.)go back to #4
8.)now when the last 2 levels of vertexes have been fully visited I am now going to somehow put 2 steps worth of vertexes back into "unvisited" set, again - I don't know how to mark my vertexes as unvisited
9.)back to #4, eventually having to put 3 steps worth of nodes as unvisited, and then finally 4 steps
10.)all done? I think this does every pathway? If I can figure out how to do that? I don't know how to backtrack.




spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
December 27 2016 20:58 GMT
#16407
Look up the proper algorithm on wikipedia. It probably uses concepts such as "get all children". Whenever something like that comes up, create a separate method for it which only does that one thing and makes sense even without the search algorithm.

Also there is no standard for pseudocode. People probably tend to write it a bit less prosaic and use common programming constructs in pseudocode, but in essence it's just about describing the general outline of an algorithm.
If you have a good reason to disagree with the above, please tell me. Thank you.
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
Last Edited: 2016-12-27 22:35:46
December 27 2016 22:34 GMT
#16408
I think that the biggest question here is why do they even ask people to write down pseudocode for some of the most common algorithms?

I mean, you can straight out wikipedia it and you get pseudocode, actual code in several languages, links to implementations in other languages...

Why not instead introduce a problem that requires a specific algorithm to solve and see how people tackle it?
Time is precious. Waste it wisely.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2016-12-28 06:33:08
December 28 2016 01:26 GMT
#16409
On December 28 2016 05:11 travis wrote:
ok, christmas visits from inlaws dying down so its back to working on my project

and, I need help, this is tough. I thought this would be easier than it is, haha

I need help conceptualizing how to write the pseudo code for a depth first search cycle of my graph. I am using an adjacency matrix, and every vertex connects to every other vertex (and technically they connect to theirselves). So, my code here is to do depth first searches to literally brute force every pathway.

But "just depth first searching" seems to be more complicated than I was anticipating.

Let's say I have adjacencymatrix[5][5] where each value is a weight, and it represents the edges of 5 vertices (just as an example)

Here is what I have been able to conceptualize so far
(disclaimer, I am sorry this probably doesn't count as pseudocode, there is probably some standard that I am not meeting I haven't really ever learned anything about it)



1.)remove starting node from "unvisited" set, save it as a temporary vertex "startingVertex"
2.)push it's children onto a stack
3.)pop the top of the stack, remove it from "unvisited", push it's children onto stack
4.)repeat #3 until unvisited is empty
5.)add in the edge from the last visited edge back to "startingVertex", and save this path as temporary solution

//now is where things get fuzzy for me

6.)somehow put the last "visited" vertex (not counting startingVertex) back into the "unvisited" set - how do I do this??
7.)go back to #4
8.)now when the last 2 levels of vertexes have been fully visited I am now going to somehow put 2 steps worth of vertexes back into "unvisited" set, again - I don't know how to mark my vertexes as unvisited
9.)back to #4, eventually having to put 3 steps worth of nodes as unvisited, and then finally 4 steps
10.)all done? I think this does every pathway? If I can figure out how to do that? I don't know how to backtrack.







1. add start node to visited set
2. push start node to stack
3. pop off an element in stack
4. for each child of element
a. if child is not in visited set
i. add child to visited set
ii. push child on stack
iii. set child's parent to element
b. if child is node to find, go to step 6 // if searching for the path to a node
5. if stack is not empty go to step 3
6. if child has parent, return list of parents up to starting node // if searching for the path to a node


Your problem seems to be turning the DFS into real code, and you're mixing up the two pseudocodes, the math one that talks about visited and unvisited sets, and the code one that gives you the code.

In #6, the sets you're referring to are math specific terms, not a catch-all for sets in your programming language, because this is math pseudocode. You cannot always convert math pseudocode into real code 1-to-1. For example, a stack in mathematics is a completely different term, so no math pseudocode ever says "pop an element off the stack until there are no elements" - that is a code translation. A lot of the algorithms in Computer Science use this math pseudocode because CS is math, so trying to convert this pseudocode into real code requires you to actually understand the steps involved and conceptualize what data structures work together to solve the problem. In this same vein, moving a vertex from the unvisited set to the visited set just means marking the vertex as visited in the code. In a DFS you never unvisit visited nodes so you are mixing something up.

#8 and #10 are problems with your confusion between the two pseudocodes. For #10 however, what happens if your graph is not connected (you can't reach every node from every node). What happens if your chosen starting node has no children? How does that relate to the concept of picking from the unvisited set? Do you need to visit every pathway/edge in a DFS? How is backtracking taken care of in a DFS? What is backtracking? are questions you should be thinking about and know how to answer.
There is no one like you in the universe.
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
December 28 2016 02:08 GMT
#16410
For the first time ever I've set up a server, and it's been an interesting experience. I do have a few questions, though.

Is it necessary to have both a static IP and a domain name? What if you have one and not the other? What if you have neither? I am aware that without a domain name it would be difficult/annoying to access your server, but you would still be able to, correct? What about when you have a domain name and a dynamic IP? Do you have to update the DNS with your new IP every time it changes? And if you don't have either you would have to let all of your users know what your new IP is every time it changes, right?

Also, I'm trying to teach my girlfriend a bit of it. She has OSX so I was thinking of setting up a MAMP server for her, which seems like everything except for PHP is already installed. Is that correct?
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
tofucake
Profile Blog Joined October 2009
Hyrule19030 Posts
December 28 2016 03:26 GMT
#16411
Set up a server how and where? A lot of home ISPs ban running servers on non-business accounts. If you're talking about a server hosted by someone else like Amazon or DigitalOcean, they take care of all the networking stuff, even for non-static IPs.

But anyway, for home servers, yes you'll have to push out DNS updates for your domain every time your IP changes, or you can get something like noip which is a program that does that for you.
Liquipediaasante sana squash banana
3FFA
Profile Blog Joined February 2010
United States3931 Posts
Last Edited: 2016-12-28 06:31:57
December 28 2016 06:31 GMT
#16412
If it's a server for less than 10 people it'll likely fall under the radar but don't come back here complaining if you get caught and have to face consequences for your actions. However, If you max out your bandwidth or have a lot of people using the server at once then you'll most certainly need a business account as tofu said. Few ISP's will allow it otherwise. Google is one of those that will allow it(only non-commercial servers).
Some ISPs don't change the IP for months, others change it every few days. Business accounts have static IPs but of course they come with a much higher price in general.
"As long as it comes from a pure place and from a honest place, you know, you can write whatever you want."
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
December 28 2016 14:49 GMT
#16413
These servers are going to be just for testing/fun. I am thinking of setting up a Fantasy Football site way down the road, but I'll use a domain and server host if I'm going to do that. Thanks for the warning though!
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2016-12-28 16:47:45
December 28 2016 16:35 GMT
#16414
So, I've done some research now and found few truly brute force solutions to the TSP available.

I've only seen a couple options, actually. The first is to store completed pathways in lists and then look at your lists to see if you have gone through all the subpaths of a given vertex, so that you then know to backtrack. This sounds extremely inefficient to me, though.

So the option I am going with is what I came up with in the shower just now which I think is probably more efficient

Put starting node in a tree.
Put all it's connected nodes as children in the tree.
Repeat for all it's children, putting connected nodes as children only if that node isn't an ancestor.

Eventually the tree will contain all pathways, and I can just DFS it, stopping at every leaf as a completed pathway.
This method should also be incredibly easy to put in a couple small measures to improve it's efficiency.

Maybe there is some sort of problem I am not thinking of
mantequilla
Profile Blog Joined June 2012
Turkey779 Posts
December 28 2016 19:09 GMT
#16415
so you first convert graph to a tree and then traverse the tree?

not all graphs can be defined as a tree though, circle graphs, disconnected graphs...
Age of Mythology forever!
RoomOfMush
Profile Joined March 2015
1296 Posts
December 28 2016 19:40 GMT
#16416
On December 29 2016 04:09 mantequilla wrote:
so you first convert graph to a tree and then traverse the tree?

not all graphs can be defined as a tree though, circle graphs, disconnected graphs...

If I understood travis correctly he wants to construct a tree where each path from the root to a leaf is one possible path of the traveling salesman through the entire graph. I assume he then wants to iterate all of these paths to see which one is the cheapest. Constructing the tree correctly though will be just as expensive as all the other brute force algorithms.
raNazUra
Profile Joined December 2012
United States10 Posts
Last Edited: 2016-12-28 19:56:26
December 28 2016 19:54 GMT
#16417
travis, if you're looking for a very simple brute force solution to TSP and you have an adjacency list (and all nodes have paths between each other), you can actually forget about DFS completely. The idea is that any solution to TSP is just some ordering of the nodes, so if you check the length for all possible orderings, you'll find the minimum distance.


// This is pythony, but shouldn't be too complicated to make into Java
permutations = all permutations of [0...n-1] // each element is a list with 0 to n-1 in a different order
minLength = a gajillion // or some upper bound on TSP solution
minWalk = None
for perm in permutations:
walkLength = sum([adjMatrix[perm[i]][perm[i+1]] for i in range(n-1)])
if walkLength < minLength:
minLength = walkLength
minWalk = perm
return minWalk


Of course, since this is a side project, if you're doing it because you're interested in DFS in particular, then this solution isn't that interesting.
Speak the truth, even if your voice shakes
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
December 29 2016 01:54 GMT
#16418
On December 29 2016 04:40 RoomOfMush wrote:
Show nested quote +
On December 29 2016 04:09 mantequilla wrote:
so you first convert graph to a tree and then traverse the tree?

not all graphs can be defined as a tree though, circle graphs, disconnected graphs...

If I understood travis correctly he wants to construct a tree where each path from the root to a leaf is one possible path of the traveling salesman through the entire graph. I assume he then wants to iterate all of these paths to see which one is the cheapest. Constructing the tree correctly though will be just as expensive as all the other brute force algorithms.


Yeah I figured it would be I just couldn't figure out how to do them lol

On December 29 2016 04:54 raNazUra wrote:
travis, if you're looking for a very simple brute force solution to TSP and you have an adjacency list (and all nodes have paths between each other), you can actually forget about DFS completely. The idea is that any solution to TSP is just some ordering of the nodes, so if you check the length for all possible orderings, you'll find the minimum distance.


// This is pythony, but shouldn't be too complicated to make into Java
permutations = all permutations of [0...n-1] // each element is a list with 0 to n-1 in a different order
minLength = a gajillion // or some upper bound on TSP solution
minWalk = None
for perm in permutations:
walkLength = sum([adjMatrix[perm[i]][perm[i+1]] for i in range(n-1)])
if walkLength < minLength:
minLength = walkLength
minWalk = perm
return minWalk


Of course, since this is a side project, if you're doing it because you're interested in DFS in particular, then this solution isn't that interesting.


so this seems like the conceptually simple approach but the part I have trouble with is

//permutations = all permutations of [0...n-1] // each element is a list with 0 to n-1 in a different order

my trouble is that I can't figure out or find out a way to do all the permutations

though I just found one on stackoverflow that was actually really nice


Running output of string "abcd":

Step 1: Merge [a] and b: [ba, ab]
Step 2: Merge [ba, ab] and c: [cba, bca, bac, cab, acb, abc]
Step 3: Merge [cba, bca, bac, cab, acb, abc] and d: [dcba, cdba, cbda, cbad, dbca, bdca, bcda, bcad, dbac, bdac, badc, bacd, dcab, cdab, cadb, cabd, dacb, adcb, acdb, acbd, dabc, adbc, abdc, abcd]


Can you think of other ways to do it? The only way I could think of was basically just versions of DFS that involved backtracking based on checking a list to see if combinations had been completed already but clearly that would be insanely inefficient.

Like, someone highly upvoted on stackexchange said this (it's for string permutations but I imagine the logic is the same yes?)


Use recursion.

Try each of the letters in turn as the first letter and then find all the permutations of the remaining letters using a recursive call.


Now I don't understand how we actually do this. Let's just say we have nodes A, B, C, D

The main thing I don't see here is how we keep track of remaining letters

I guess we pass our method a container of nodes left to be explored (initially A, B, C, D)

So then our method will then explore the first one, put it into a container that keeps track of explored nodes, and then recursively pass the explored and unexplored nodes. then repeat and repeat until there are no more unexplored nodes


ohhh ok yeah I get this is does make sense lol that's not bad
Manit0u
Profile Blog Joined August 2004
Poland17243 Posts
Last Edited: 2016-12-29 03:17:27
December 29 2016 03:04 GMT
#16419
Here's the PHP version of it (applicable for all procedural languages, it's not optimal with the backtracking but it works). Might be easier to understand for some:


function permute($ary, $it, $len) {
if ($it === $len) {
print implode($ary) . PHP_EOL;
}

for ($i = $it; $i < $len; $i++) {
swap($ary, $it, $i);
permute($ary, $it + 1, $len);
swap($ary, $it, $i); // backtrack
}
}

function swap(&$ary, $x, $y) {
$temp = $ary[$x];
$ary[$x] = $ary[$y];
$ary[$y] = $temp;
}

$letters = ['a', 'b', 'c', 'd'];

echo permute($letters, 0, count($letters));

// => abcd abdc acbd acdb adcb adbc bacd badc bcad bcda bdca bdac cbad cbda cabd cadb cdab cdba dbca dbac dcba dcab dacb dabc


Required reading: https://en.wikipedia.org/wiki/Permutation
Time is precious. Waste it wisely.
meadbert
Profile Blog Joined October 2010
United States681 Posts
December 29 2016 06:54 GMT
#16420
If you can add a marked flag onto your nodes then depth first traversals are straight forward.
The following codes leaves the data structures up to you.
You need a stack that can push, peek and pop.
You need an iterator to loop over all possible starting nodes (if applicable)
You need an iterator to loop over all adjacent nodes from a node.


// This assumes you have at least one node on the stack. All nodes on stack are marked and all off stack are unmarked.
void dfs(void)
{
Node *node = peek();
Node *otherNode;
bool found = false;

forEachAdjacentNode(node, otherNode) {
if(otherNode->marked == false) {
found = true;
otherNode->marked = true; //This can be part of push if you like
push(otherNode); //If you want all paths from starting node to any node then do something in push or here.
dfs();
pop();
otherNode->marked = false; // This can be part of pop if you like.
}
if(found == false) {
//Your stack now contains one of the paths from your starting node to a node with no unreached adjacent nodes.
}
}

//This calls dfs from each node.
void alldfs(void)
{
Node *node;

forEachNode(node) {
node->marked = true;
push(node);
dfs();
pop();
node->marked = false;
}
}

Prev 1 819 820 821 822 823 1031 Next
Please log in or register to reply.
Live Events Refresh
FEL
16:00
Cracov 2025: Qualifier #1
CranKy Ducklings31
Liquipedia
PSISTORM Gaming Misc
15:55
FSL team league: ASP vs PTB
Freeedom1
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
trigger 333
Hui .280
SC2Nice 23
StarCraft: Brood War
Calm 9558
Horang2 2731
Bisu 1917
Jaedong 1733
Flash 1466
Mini 975
Larva 967
firebathero 715
BeSt 582
actioN 383
[ Show more ]
hero 340
Mind 167
Hyun 139
sSak 55
GoRush 31
Mong 27
Rock 16
zelot 15
Dota 2
LuMiX3
Heroes of the Storm
Khaldor534
Other Games
Gorgc3903
singsing3045
B2W.Neo1311
FrodaN1120
Mlord344
Fuzer 337
Lowko307
TKL 164
KnowMe126
Trikslyr60
Organizations
Other Games
EGCTV1185
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• HeavenSC 27
• Kozan
• LaughNgamezSOOP
• AfreecaTV YouTube
• sooper7s
• Migwel
• intothetv
• IndyKCrew
StarCraft: Brood War
• Michael_bg 5
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 2956
• WagamamaTV624
• Ler58
League of Legends
• Nemesis8010
Other Games
• Shiphtur29
Upcoming Events
RSL Revival
17h 58m
Clem vs Classic
SHIN vs Cure
FEL
19h 58m
WardiTV European League
19h 58m
BSL: ProLeague
1d 1h
Dewalt vs Bonyth
Replay Cast
2 days
Sparkling Tuna Cup
2 days
WardiTV European League
2 days
The PondCast
3 days
Replay Cast
4 days
RSL Revival
4 days
[ Show More ]
Replay Cast
5 days
RSL Revival
5 days
FEL
5 days
RSL Revival
6 days
FEL
6 days
FEL
6 days
Liquipedia Results

Completed

BSL 2v2 Season 3
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
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 © 2025 TLnet. All Rights Reserved.