• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 00:46
CET 06:46
KST 14:46
  • 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
ByuL: The Forgotten Master of ZvT28Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Weekly Cups (Feb 16-22): MaxPax doubles0Weekly Cups (Feb 9-15): herO doubles up2ACS replaced by "ASL Season Open" - Starts 21/0258LiuLi Cup: 2025 Grand Finals (Feb 10-16)46Weekly Cups (Feb 2-8): Classic, Solar, MaxPax win2
StarCraft 2
General
Terran AddOns placement How do you think the 5.0.15 balance patch (Oct 2025) for StarCraft II has affected the game? Nexon's StarCraft game could be FPS, led by UMS maker ByuL: The Forgotten Master of ZvT Oliveira Would Have Returned If EWC Continued
Tourneys
PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) Sparkling Tuna Cup - Weekly Open Tournament SEL Doubles (SC Evo Bimonthly) WardiTV Team League Season 10 RSL Season 4 announced for March-April
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 515 Together Forever Mutation # 514 Ulnar New Year Mutation # 513 Attrition Warfare
Brood War
General
Soma Explains: JD's Unrelenting Aggro vs FlaSh Recent recommended BW games TvZ is the most complete match up BGH Auto Balance -> http://bghmmr.eu/ ACS replaced by "ASL Season Open" - Starts 21/02
Tourneys
BWCL Season 64 Announcement The Casual Games of the Week Thread [Megathread] Daily Proleagues [LIVE] [S:21] ASL Season Open Day 1
Strategy
Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
Online Quake Live Config Editor Tool Battle Aces/David Kim RTS Megathread Diablo 2 thread Nintendo Switch Thread Path of Exile
Dota 2
The Story of Wings Gaming Official 'what is Dota anymore' discussion
League of Legends
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
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine UK Politics Mega-thread YouTube Thread Mexico's Drug War
Fan Clubs
The IdrA Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece [Req][Books] Good Fantasy/SciFi books Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Inside the Communication of …
TrAiDoS
Life Update and thoughts.
FuDDx
How do archons sleep?
8882
James Bond movies ranking - pa…
Topin
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2997 users

The Big Programming Thread - Page 712

Forum Index > General Forum
Post a Reply
Prev 1 710 711 712 713 714 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.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2016-03-24 00:00:32
March 23 2016 23:51 GMT
#14221
On March 24 2016 06:13 BlueRoyaL wrote:
Browsed through his python script, looks like he's just using beautiful soup to scrape.

I've used HTML Agility Pack for C#/.NET, and it works amazingly:

http://www.nuget.org/packages/HtmlAgilityPack
http://www.mikesdotnetting.com/article/273/using-the-htmlagilitypack-to-parse-html-in-asp-net

In a nutshell, you specify a URL to load, it parses the DOM nodes into a nice tree that you can traverse, query from, etc.

I'm about to start on the backend portion of a personal project soon using it again, it works very well. Cheers!


Thanks. I've figured out it's some library called BeautifulSoup as well.

I've also tried this HTML Agility Pack, and it seems nice. I've gone as far as parsing these kinds of strings (where players and their score are):


"\n\n3 위\nnoinsung\n207\n88\n3342\n"
"\n\n2 위\neternal.pose\n210\n90\n3359\n"


I guess what's needed there is to use some regex to ignore other strings which do not look like those ones. Then, some string split by "\n" delimiter if the front bit of those strings is ignored up to players' names.

Anyway, thanks for help. It's good to learn something new.

Cyx.
Profile Joined November 2010
Canada806 Posts
Last Edited: 2016-03-24 23:24:23
March 24 2016 05:10 GMT
#14222
https://gist.github.com/rauchg/5b032c2c2166e4e36713 oh man I wish I had real life friends who would get this.

(context for those who aren't aware: http://www.haneycodes.net/npm-left-pad-have-we-forgotten-how-to-program/ )
Thaniri
Profile Blog Joined March 2011
1264 Posts
Last Edited: 2016-03-24 06:10:09
March 24 2016 06:09 GMT
#14223
Is this from that Kik debacle? I thought it was basic knowledge that you download a library and not link to a website. For example on the Jquery site 10 links to download it before you scroll down to the link to it just to avoid this problem.

Node.js was destroyed?

+ Show Spoiler +
Why would you want to install a 500kb dependency that has only one function you need, when you can install a 10kb dependency that has it?

Would you want each of your five 20kb dependencies to re-implement the same 5kb function, increasing the code you must send to the client by 20%, or would it be more optimal for each of those dependency to use the same 5kb function?

The author comes from rants about practices of developers from different programming environment, without experience, without figuring how things came to be in the first place. If he did give an effort to think from the perspective from Node.JS developers he’d have addressed the previous two points.

This is like going to a friend’s house and complaining everything is put in the wrong place. It would have been wise to immerse in Node.JS conventions and observe for a while before making comment


Anyone have an idea as to why downloading this left-padding thing would cost 500kb of resources, whereas linking to it costs 10kb? That doesnt make sense to me.
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
Last Edited: 2016-03-24 07:18:36
March 24 2016 06:52 GMT
#14224
--- Nuked ---
Cyx.
Profile Joined November 2010
Canada806 Posts
March 25 2016 01:48 GMT
#14225
On March 24 2016 15:09 Thaniri wrote:
Anyone have an idea as to why downloading this left-padding thing would cost 500kb of resources, whereas linking to it costs 10kb? That doesnt make sense to me.

I don't think that commenter knew what he was talking about?... The debacle was that literally the entire npm ecosystem chose to take on a dependency on the 11-line 'left-pad' package rather than implementing a leftpad() function themselves

Whether or not this is a Good Thing (tm) is of course up to you... but the whole thing I think really illustrates why Javascript is a super fucking weird place for a C++ programmer :D
Manit0u
Profile Blog Joined August 2004
Poland17679 Posts
March 25 2016 06:00 GMT
#14226

if (!isset($var) && intval($var) > 0) {
...
}


The things I find...
Time is precious. Waste it wisely.
waffelz
Profile Blog Joined June 2012
Germany711 Posts
March 25 2016 08:56 GMT
#14227
Stupid Problem that stole me way too much time by now and shouldn’t even exist:

I got a python-script that I run when logging into windows. To start it I use a .cmd like this:

@echo off
START python [path] \MIN

The .cmd itself works great however ever since I installed pythontools for visual studio, on startup instead of launching the script like it used to be, a popup appears where windows asks me how I would like to run it(using python or visual studio) only to close that popup a split-second later while not executing my script at all.
+ Show Spoiler +
Not like that I already specified in the goddamn .cmd which way I want it to open. But wait, I don’t want to open this script. Let me just real quick give you these 2 options instead. Oh that was too fast for you to click? Well, have a kick to the shin instead while I proceed to do nothing of what you asked me to and laugh in binary. That’s how I imagine the situation by now.

The weird thing is that it only does this on login. If I execute the .cmd at any other time, it works just fine. At this point my only solution left is to uninstall pythontools for visual studio and accept that all OS can be quite amazing at times....

- Everything worked just fine previously
- Installing pythontools for visual studio broke things
- Open .py-files is correctly set to python launcher
- .cmd works just fine at any other point then logging in
- Already reinstalled python to no effect
RIP "The big travis CS degree thread", taken from us too soon | Honourable forum princess, defended by Rebs-approved white knights
Ropid
Profile Joined March 2009
Germany3557 Posts
March 25 2016 10:30 GMT
#14228
What happens if you use the full path and name of the Python .exe?
"My goal is to replace my soul with coffee and become immortal."
waffelz
Profile Blog Joined June 2012
Germany711 Posts
March 25 2016 10:39 GMT
#14229
On March 25 2016 19:30 Ropid wrote:
What happens if you use the full path and name of the Python .exe?


Already tried that to no effect.
RIP "The big travis CS degree thread", taken from us too soon | Honourable forum princess, defended by Rebs-approved white knights
Manit0u
Profile Blog Joined August 2004
Poland17679 Posts
March 25 2016 13:14 GMT
#14230
Trying to fix one small issue, I navigate to the code and see this:


public function someFun()
{
error_reporting(0);
ini_set('display_errors', 0);

// 500 lines of code
}


At this point I know I'm in trouble...
Time is precious. Waste it wisely.
waffelz
Profile Blog Joined June 2012
Germany711 Posts
Last Edited: 2016-03-25 14:03:37
March 25 2016 14:03 GMT
#14231
On March 25 2016 17:56 waffelz wrote:
Stupid Problem that stole me way too much time by now and shouldn’t even exist:

I got a python-script that I run when logging into windows. To start it I use a .cmd like this:

@echo off
START python [path] \MIN

The .cmd itself works great however ever since I installed pythontools for visual studio, on startup instead of launching the script like it used to be, a popup appears where windows asks me how I would like to run it(using python or visual studio) only to close that popup a split-second later while not executing my script at all.
+ Show Spoiler +
Not like that I already specified in the goddamn .cmd which way I want it to open. But wait, I don’t want to open this script. Let me just real quick give you these 2 options instead. Oh that was too fast for you to click? Well, have a kick to the shin instead while I proceed to do nothing of what you asked me to and laugh in binary. That’s how I imagine the situation by now.

The weird thing is that it only does this on login. If I execute the .cmd at any other time, it works just fine. At this point my only solution left is to uninstall pythontools for visual studio and accept that all OS can be quite amazing at times....

- Everything worked just fine previously
- Installing pythontools for visual studio broke things
- Open .py-files is correctly set to python launcher
- .cmd works just fine at any other point then logging in
- Already reinstalled python to no effect


Well, I managed to hack my way around the problem... I just added a wait-statement to my .cmd file. I have no idea why but now my pythonscripts get started properly
RIP "The big travis CS degree thread", taken from us too soon | Honourable forum princess, defended by Rebs-approved white knights
tofucake
Profile Blog Joined October 2009
Hyrule19193 Posts
March 25 2016 14:35 GMT
#14232
On March 25 2016 22:14 Manit0u wrote:
Trying to fix one small issue, I navigate to the code and see this:


public function someFun()
{
error_reporting(0);
ini_set('display_errors', 0);

// 500 lines of code
}


At this point I know I'm in trouble...

oh sweet zombie jesus

how many things melt down when you turn on errors?
Liquipediaasante sana squash banana
Wrath
Profile Blog Joined July 2014
3174 Posts
March 25 2016 15:53 GMT
#14233
On March 25 2016 15:00 Manit0u wrote:

if (!isset($var) && intval($var) > 0) {
...
}


The things I find...


Forgive my ignorance but from my limited understanding... Um... What is he trying to do again? Is he checking for $var to be not set and try to get an integer value from it?
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
March 25 2016 20:08 GMT
#14234
On March 26 2016 00:53 WrathSCII wrote:
Show nested quote +
On March 25 2016 15:00 Manit0u wrote:

if (!isset($var) && intval($var) > 0) {
...
}


The things I find...


Forgive my ignorance but from my limited understanding... Um... What is he trying to do again? Is he checking for $var to be not set and try to get an integer value from it?


Pretty much. This condition can only be true if the variable is at the same time not defined or null and still greater than zero, which can't happen since the integer value of a null/undefined value is 0.
Manit0u
Profile Blog Joined August 2004
Poland17679 Posts
Last Edited: 2016-03-25 21:09:00
March 25 2016 21:06 GMT
#14235
On March 25 2016 23:35 tofucake wrote:
Show nested quote +
On March 25 2016 22:14 Manit0u wrote:
Trying to fix one small issue, I navigate to the code and see this:


public function someFun()
{
error_reporting(0);
ini_set('display_errors', 0);

// 500 lines of code
}


At this point I know I'm in trouble...

oh sweet zombie jesus

how many things melt down when you turn on errors?


I don't even want to know. I've discovered the painful way that even if you do stuff like:


fopen('php://output', 'w');


To say send csv data without having to save it to file first you get a bunch of html stuff in there unless you do ob_clean() first...

I even forgot such functions exist in PHP and I'm not sure if it's the case of ZF1 being super shitty or this many-years-old project screwing it up even more.

On March 26 2016 05:08 Morfildur wrote:
Show nested quote +
On March 26 2016 00:53 WrathSCII wrote:
On March 25 2016 15:00 Manit0u wrote:

if (!isset($var) && intval($var) > 0) {
...
}


The things I find...


Forgive my ignorance but from my limited understanding... Um... What is he trying to do again? Is he checking for $var to be not set and try to get an integer value from it?


Pretty much. This condition can only be true if the variable is at the same time not defined or null and still greater than zero, which can't happen since the integer value of a null/undefined value is 0.


Yes. Also, I now believe it might be a work of some prankster developer since I keep coming across stuff like:


if (false) {
// Hehe
} else {
// actual code here
}
Time is precious. Waste it wisely.
tofucake
Profile Blog Joined October 2009
Hyrule19193 Posts
March 25 2016 21:54 GMT
#14236
my first thought was maybe it's supposed to be


if (!(isset($var) && intval($var) > 0)) {
...
}
Liquipediaasante sana squash banana
Manit0u
Profile Blog Joined August 2004
Poland17679 Posts
Last Edited: 2016-03-26 01:43:15
March 26 2016 01:36 GMT
#14237
My first thought was that the isset negation is erroneous.

And a question to you guys. If you were to code a rather large system based on the web app (DMS/QMS that runs in the browser), which language/framework would you choose?

You can be as biased in your opinion as you like. I'm researching possible options for some hopefully not too distant future.
My boss would like to try with Java (Spring) - personally I have nothing against it except it seems that whenever you have to write something in it you have to write an entire essay worth of code (I do get some serious boner when looking at H2 specs though). Would you consider Scala (Scalatra) or Groovy (GRails) within the Java ecosystem?

Just fire away with your experiences with modern web frameworks (I'm leaning towards Django although I'd definitely like to get some experience with Java-stuff).
Time is precious. Waste it wisely.
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
March 26 2016 10:17 GMT
#14238
On March 26 2016 10:36 Manit0u wrote:
My first thought was that the isset negation is erroneous.

And a question to you guys. If you were to code a rather large system based on the web app (DMS/QMS that runs in the browser), which language/framework would you choose?

You can be as biased in your opinion as you like. I'm researching possible options for some hopefully not too distant future.
My boss would like to try with Java (Spring) - personally I have nothing against it except it seems that whenever you have to write something in it you have to write an entire essay worth of code (I do get some serious boner when looking at H2 specs though). Would you consider Scala (Scalatra) or Groovy (GRails) within the Java ecosystem?

Just fire away with your experiences with modern web frameworks (I'm leaning towards Django although I'd definitely like to get some experience with Java-stuff).

I have no idea about Scalatra but we use some Groovy within our Java ecosystem, use of groovy is definitely not web-related though, we use that in our rule engine. We put groovy scripts in the database and run those scripts whenever the rule is invoked. Works pretty well. 10/10 would use again.

Might wanna check out Vaadin. It also works well with Java ecosystem as far as I've read so far.
"windows bash is a steaming heap of shit" tofucake
Manit0u
Profile Blog Joined August 2004
Poland17679 Posts
March 26 2016 10:58 GMT
#14239
This Vaadin thing looks amazing. I'll definitely look into that.
Time is precious. Waste it wisely.
FFGenerations
Profile Blog Joined April 2011
7088 Posts
Last Edited: 2016-03-26 11:27:22
March 26 2016 11:22 GMT
#14240
just dropping in to say i just left my junior programming job after 6 months (after giving 6 weeks notice)

i saved up some money (4500 lol) and going to take a year to learn to draw and try to become an artist instead

just thought you'd like to kno since you saw me pass my uni degree last year (barely) and go on from there

programming was pretty much what i expected - hard, relentless, lonely 9 hour days with a lot of feeling like shit for being incompetent (in my eyes), a lack of traditional skills progression due to the nature of my particular job and not being smart enough to make larger leaps in progression/understanding and also not having any real interest in it, and ultimately feeling like i was wasting my life , just a human machine that might aswell not even exist

i made a good friend (the guy who sat next to me for 6 months) and everyone had really kind words for me

maybe i will use my (limited) skills in the future that i learnt in the job to combine with my art. i mean the option is there (i worked with flash/as) just i am shit at it and not smart enough and hate it so fuck. lol

the dream now is to get good enough at drawing then digital art and maybe make my own visual novel game for some sort of commercial release. that would be the dream i start monday . and got ~10+ months to succeed (else its back to applying for programming jobs or my mom will go mad lol)

also im looking for a cheap place to live FYI
Cool BW Music Vid - youtube.com/watch?v=W54nlqJ-Nx8 ~~~~~ ᕤ OYSTERS ᕤ CLAMS ᕤ AND ᕤ CUCKOLDS ᕤ ~~~~~~ ༼ ᕤ◕◡◕ ༽ᕤ PUNCH HIM ༼ ᕤ◕◡◕ ༽ᕤ
Prev 1 710 711 712 713 714 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 3h 14m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
WinterStarcraft520
NeuroSwarm 207
Livibee 82
Ketroc 49
StarCraft: Brood War
Sea 13517
GuemChi 3879
PianO 888
Leta 312
NaDa 44
Jaeyun 38
Icarus 10
League of Legends
JimRising 782
Counter-Strike
Stewie2K433
Other Games
summit1g10554
C9.Mang0323
RuFF_SC2150
Mew2King47
Organizations
Other Games
gamesdonequick796
Counter-Strike
PGL147
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• davetesta25
• Light_VIP 18
• Mapu2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Azhi_Dahaki11
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush1612
• Lourlo1578
Upcoming Events
Replay Cast
3h 14m
Wardi Open
6h 14m
Monday Night Weeklies
11h 14m
Replay Cast
18h 14m
Replay Cast
2 days
Replay Cast
2 days
The PondCast
3 days
KCM Race Survival
3 days
Replay Cast
3 days
Ultimate Battle
4 days
Light vs ZerO
[ Show More ]
Replay Cast
4 days
CranKy Ducklings
5 days
Replay Cast
5 days
Sparkling Tuna Cup
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Acropolis #4 - TS5
PiG Sty Festival 7.0
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
Spring Cup 2026
WardiTV Winter 2026
Nations Cup 2026
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual
eXTREMESLAND 2025

Upcoming

ASL Season 21: Qualifier #1
ASL Season 21: Qualifier #2
ASL Season 21
Acropolis #4 - TS6
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
RSL Revival: Season 4
NationLESS Cup
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
FISSURE Playground #3
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
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.