• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 02:30
CET 08:30
KST 16: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
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) SEL Doubles (SC Evo Bimonthly) WardiTV Team League Season 10 RSL Season 4 announced for March-April The Dave Testa Open #11
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
Mutation # 514 Ulnar New Year The PondCast: SC2 News & Results Mutation # 513 Attrition Warfare Mutation # 512 Overclocked
Brood War
General
TvZ is the most complete match up BGH Auto Balance -> http://bghmmr.eu/ Soma Explains: JD's Unrelenting Aggro vs FlaSh ACS replaced by "ASL Season Open" - Starts 21/02 BW General Discussion
Tourneys
[Megathread] Daily Proleagues [LIVE] [S:21] ASL Season Open Day 1 ASL Season 21 Qualifiers March 7-8 Small VOD Thread 2.0
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
Nintendo Switch Thread Battle Aces/David Kim RTS Megathread Path of Exile Beyond All Reason New broswer game : STG-World
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
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
YOUTUBE VIDEO
XenOsky
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Inside the Communication of …
TrAiDoS
Life Update and thoughts.
FuDDx
How do archons sleep?
8882
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2448 users

The Big Programming Thread - Page 704

Forum Index > General Forum
Post a Reply
Prev 1 702 703 704 705 706 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.
Cyx.
Profile Joined November 2010
Canada806 Posts
Last Edited: 2016-01-28 04:10:46
January 28 2016 02:29 GMT
#14061
On January 28 2016 10:22 Shield wrote:
Show nested quote +
On January 28 2016 10:14 Cyx. wrote:
ugh... moved to vs2015 at work last week, and it takes siginificantly more memory to link... and since we statically link LIKE FUCKING EVERYTHING in this place linking some of our exes takes over 15 minutes now, consuming 5.5GB of memory in the process. Oh well, at least it gets people talking about using DLLs for some of our shit...


Is it Visual Studio really? What more is it doing then?

I'm a bit fuzzy on the exact details (someone described it to me earlier today) but it involves the PDB generation, as well as the /profile option to the linker. First problem is PDB generation requires a fair bit more memory for statically linked libraries, don't ask me why - don't ask me why we link so much shit statically either, I just work here. Second problem is that the /profile option to link.exe (which our dev build has turned on by default) triggers full PDB generation now (or something close to it), which it didn't do before.

So we would be fine with just turning off profiling, which most devs have been doing - unfortunately I kind of needed to debug one of our bigger exes over the last few days and I also have a couple VMs running most of the time, so every build is taking up ~6GB, my VMs take up ~8GB, and I have around 2GB left for Emacs, Chrome, my IMs, ... my workstation basically shuts down every time I need to rebuild.

EDIT: all this not to mention I have to pipe my build to "grep -v \(warning\|note\)" in order to see any sort of progress messages...
tofucake
Profile Blog Joined October 2009
Hyrule19193 Posts
January 29 2016 14:51 GMT
#14062
Our new project is pretty nice so far. Symfony 3 on PHP7 + nginx, and it's blazing fast. Getting all the assets installed was tricky since all the docs are still basically written for Symfony 2, but we got it working. AdminLTE is beautiful too :D
Liquipediaasante sana squash banana
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
January 30 2016 01:55 GMT
#14063
--- Nuked ---
Manit0u
Profile Blog Joined August 2004
Poland17677 Posts
January 30 2016 02:02 GMT
#14064
On January 30 2016 10:55 Nesserev wrote:
Does anyone know any resources to pick up Java quickly and thoroughly?
My background is mostly C++ and Python.


Thinking in Java is actually a pretty good book if you're able to ignore all of the "Java teh bestest thing in the world!" propaganda in it.
Time is precious. Waste it wisely.
Manit0u
Profile Blog Joined August 2004
Poland17677 Posts
February 06 2016 02:09 GMT
#14065
Oh man, trying to install php7 running in fcgi mode while using xampp on win7 blows
Time is precious. Waste it wisely.
Nyxisto
Profile Joined August 2010
Germany6287 Posts
Last Edited: 2016-02-06 02:32:10
February 06 2016 02:24 GMT
#14066
On January 30 2016 10:55 Nesserev wrote:
Does anyone know any resources to pick up Java quickly and thoroughly?
My background is mostly C++ and Python.


If you can read German Java ist auch eine Insel is what we used in university and I think it's the go-to book nowadays in German universities. The online version is also free. I doubt that quickly and thoroughly is possible though
Civil
Profile Joined May 2008
United States9 Posts
Last Edited: 2016-02-06 03:12:17
February 06 2016 03:11 GMT
#14067
Does anyone know any resources to pick up Java quickly and thoroughly?
My background is mostly C++ and Python.


My vote is Effective Java. One of my favorite books on Java.
http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683
tofucake
Profile Blog Joined October 2009
Hyrule19193 Posts
February 06 2016 03:37 GMT
#14068
On February 06 2016 11:09 Manit0u wrote:
Oh man, trying to install php7 running in fcgi mode while using xampp on win7 blows

I found it easier to provision a vagrant box than to try to setup php7/xampp on windows.
Liquipediaasante sana squash banana
Thaniri
Profile Blog Joined March 2011
1264 Posts
February 06 2016 04:29 GMT
#14069
https://parse.com/docs/js/guide

Found Sean Plott while googling javascript stuff. And Dario Wunsch, Jonathan Walsh, Shawn Simon among others.
vik7
Profile Joined May 2009
United States227 Posts
February 06 2016 05:34 GMT
#14070
Hey I never really posted on this thread before, I'm just wondering If I could find a mentor or something I've been learning Java, yes I watch videos and read about java, and practice, however hopefully I can find a mentor I can skype here and there with questions =D
NA player, go KT Flash, ST Life( ;( ) , IMMvp, EGJD, CMStorm Polt, SKT Rain, KT Zest, Bisu, RootherO, Stats and teamliqiud
AKnopf
Profile Blog Joined March 2011
Germany259 Posts
February 06 2016 07:09 GMT
#14071
On February 06 2016 13:29 Thaniri wrote:
https://parse.com/docs/js/guide

Found Sean Plott while googling javascript stuff. And Dario Wunsch, Jonathan Walsh, Shawn Simon among others.


Haha, I love it when people sneak in there nerdy little interests in coding examples. Good find!

I use the numbers 42 (The Hitchhiker’s Guide to the Galaxy) and 4711 (cologne beer) as example integers.
The world - its a funny place
hooktits
Profile Blog Joined February 2008
United States972 Posts
February 09 2016 09:18 GMT
#14072
I know this question has been asked probably countless times, however i can't find the right search criteria on google to get the answer i need. I'm trying to figure out how to show the difference between 2 times in php ( i know javascript would be ideal but for this project of mine its php only) So What i'm trying to accomplish is find the difference between current time and 12 PM or 12 noon EST, and then just echo it out in the header " You have X Hours X Minutes and X seconds left" and if some one is viewing the page they get a reminder how much time is left when page is refreshed.

If you could please put the answer in procedural code
after the timer runs out of time (if some one refreshes the page)
I want to then have it say a message for the next hour, lets say between 12pm est and 1pm est it says
for example "time is up"

Then the timer resets and returns to showing

"You have X Hours X Minutes and X seconds left"

again after it reaches 1pm est and starts the process over again.

I have been at this for almost 2 hrs because i don't want to accept defeat but its getting late and i gotta go to work tom so i'm sure this is super easy for some one who has more experience then me.
Thanks
Hooktits of Tits gaming @hooktits twit
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
February 09 2016 09:36 GMT
#14073
On February 09 2016 18:18 hooktits wrote:
I know this question has been asked probably countless times, however i can't find the right search criteria on google to get the answer i need. I'm trying to figure out how to show the difference between 2 times in php ( i know javascript would be ideal but for this project of mine its php only) So What i'm trying to accomplish is find the difference between current time and 12 PM or 12 noon EST, and then just echo it out in the header " You have X Hours X Minutes and X seconds left" and if some one is viewing the page they get a reminder how much time is left when page is refreshed.

If you could please put the answer in procedural code
after the timer runs out of time (if some one refreshes the page)
I want to then have it say a message for the next hour, lets say between 12pm est and 1pm est it says
for example "time is up"

Then the timer resets and returns to showing

"You have X Hours X Minutes and X seconds left"

again after it reaches 1pm est and starts the process over again.

I have been at this for almost 2 hrs because i don't want to accept defeat but its getting late and i gotta go to work tom so i'm sure this is super easy for some one who has more experience then me.
Thanks



$now = strtotime("now UTC");
$target = strtotime("today UTC + 1 day"); // alternatively "today EST" and "now EST" above
$difference = $target - $now;
$hours = floor($difference / 3600);
$minutes = ($difference / 60) % 60;
$seconds = $difference % 60;

Manit0u
Profile Blog Joined August 2004
Poland17677 Posts
Last Edited: 2016-02-10 08:43:58
February 10 2016 08:11 GMT
#14074
Just in case you'd want to format the numbers (like outputting them with leading zeros) you can do it like that:


$readable_difference = [
sprintf('%1$02d', floor($difference / 3600)),
sprintf('%1$02d', ($difference / 60) % 60),
sprintf('%1$02d', $difference % 60),
];

echo 'Time left: ' . implode(':', $readable_difference);


Edit:

The client just stabbed me in the heart. They've changed stuff at their servers and logic of storing some voip files on their server. They're stored as .wav until 11PM, at which point they're converted to .mp3. This required some stupid ifology to let them save/download correct files (and I'm still not sure it's 100% correct):


$fileDate = substr($fileName, 0, 8);
$fileTime = substr($fileName, 9, 6);

$ymd = [
substr($fileDate, 0, 4),
substr($fileDate, 5, 2),
substr($fileDate, 6, 2),
];

$hms = [
substr($fileTime, 0, 2),
substr($fileTime, 3, 2),
substr($fileTime, 5, 2),
];

$fileTimestamp = strtotime(implode('-', $ymd) . ' ' . implode(':', $hms));
$yesterdayTimestamp = strtotime('yesterday +23 hours');
$todayTimestamp = strtotime('today + 23 hours');

if ($fileTimestamp < $yesterdayTimestamp) {
$extension = '.mp3';
} else {
$extension = ($fileTimestamp > $yesterdayTimestamp && $fileTimestamp < $todayTimestamp) ? '.wav' : '.mp3';
}
Time is precious. Waste it wisely.
netherh
Profile Blog Joined November 2011
United Kingdom333 Posts
February 10 2016 20:05 GMT
#14075
On February 10 2016 17:11 Manit0u wrote:

The client just stabbed me in the heart. They've changed stuff at their servers and logic of storing some voip files on their server. They're stored as .wav until 11PM, at which point they're converted to .mp3. This required some stupid ifology to let them save/download correct files (and I'm still not sure it's 100% correct):


If you're keeping file name, date and time around, can't you store the format too?
tofucake
Profile Blog Joined October 2009
Hyrule19193 Posts
February 10 2016 20:32 GMT
#14076
Uh...probably simpler to just use DateTime object
Liquipediaasante sana squash banana
Manit0u
Profile Blog Joined August 2004
Poland17677 Posts
Last Edited: 2016-02-10 22:23:18
February 10 2016 22:15 GMT
#14077
On February 11 2016 05:05 netherh wrote:
Show nested quote +
On February 10 2016 17:11 Manit0u wrote:

The client just stabbed me in the heart. They've changed stuff at their servers and logic of storing some voip files on their server. They're stored as .wav until 11PM, at which point they're converted to .mp3. This required some stupid ifology to let them save/download correct files (and I'm still not sure it's 100% correct):


If you're keeping file name, date and time around, can't you store the format too?


Date and time are stored within the filename...

The heart of the problem:

- for the past 5 years all files were stored as .wav
- user-related filenames are stored in the db
- all filenames in the db are added when the file is created, this includes the .wav extension

I've had to choose between changing how filenames are stored in the db (without extension) and updating 5 years worth of records or dynamically switching file extension based on timestamps.

On February 11 2016 05:32 tofucake wrote:
Uh...probably simpler to just use DateTime object


Not really, I'd have to create multiple DateTime objects, then use ->diff on them and then calculate stuff.

The easiest way to do it would be this:


$filenameWithoutExtension = pathinfo($file, PATHINFO_FILENAME);

$extension = ftp_size($ftpStream, $filenameWithoutExtension . '.wav') > 0 ? '.wav' : '.mp3';
// might add another line here to test if mp3 actually exists (returns > 0 and not -1) just to be sure


Figured it out way too late... Will still do it this way as this makes the code immune to random time of file conversion to another format server-side.
Time is precious. Waste it wisely.
hooktits
Profile Blog Joined February 2008
United States972 Posts
February 11 2016 07:57 GMT
#14078
Thanks a lot for all your answers, To the timer question, i got it solved and it works perfectly and i also better understand how it works thanks to your replies, so thanks for all the feed back... (Morfildur, Manit0u, and any one else that helped or is going to help in the future.)
One more question?

1. i'm currently using XAMPP to test my site. I'm curious is there some kind testing server where i can test my code on a linux based server. (reason being, there is a php extension i wanna experiment with and its gunna be a while till i will have access to the final server to test on (which will be linux based). However the php extension i wanna play with only works on linux based server.(It won't work testing on xampp) So i looked up something called LAMP dunno if i can run it on my windows computer(or maybe it just plain sucks really bad, i have no experience with it so i dunno) or i would i have to use virtual box or vmware or something like that or again are there any other options other then lamp, just want a simple easy to use linux based testing server so i can test a php extension that only works on linux.?? what are my options?
Hooktits of Tits gaming @hooktits twit
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
February 11 2016 08:48 GMT
#14079
On February 11 2016 16:57 hooktits wrote:
Thanks a lot for all your answers, To the timer question, i got it solved and it works perfectly and i also better understand how it works thanks to your replies, so thanks for all the feed back... (Morfildur, Manit0u, and any one else that helped or is going to help in the future.)
One more question?

1. i'm currently using XAMPP to test my site. I'm curious is there some kind testing server where i can test my code on a linux based server. (reason being, there is a php extension i wanna experiment with and its gunna be a while till i will have access to the final server to test on (which will be linux based). However the php extension i wanna play with only works on linux based server.(It won't work testing on xampp) So i looked up something called LAMP dunno if i can run it on my windows computer(or maybe it just plain sucks really bad, i have no experience with it so i dunno) or i would i have to use virtual box or vmware or something like that or again are there any other options other then lamp, just want a simple easy to use linux based testing server so i can test a php extension that only works on linux.?? what are my options?


I would recommend setting up a virtualbox. There are already pre-configured boxes available that you just have to download and run. Quick google resulted in a good selection of boxes.

Alternatively you can rent a vhost for a few bucks a month, which allows you to also have your projects available to others.
Manit0u
Profile Blog Joined August 2004
Poland17677 Posts
February 11 2016 10:03 GMT
#14080
On February 11 2016 16:57 hooktits wrote:
Thanks a lot for all your answers, To the timer question, i got it solved and it works perfectly and i also better understand how it works thanks to your replies, so thanks for all the feed back... (Morfildur, Manit0u, and any one else that helped or is going to help in the future.)
One more question?

1. i'm currently using XAMPP to test my site. I'm curious is there some kind testing server where i can test my code on a linux based server. (reason being, there is a php extension i wanna experiment with and its gunna be a while till i will have access to the final server to test on (which will be linux based). However the php extension i wanna play with only works on linux based server.(It won't work testing on xampp) So i looked up something called LAMP dunno if i can run it on my windows computer(or maybe it just plain sucks really bad, i have no experience with it so i dunno) or i would i have to use virtual box or vmware or something like that or again are there any other options other then lamp, just want a simple easy to use linux based testing server so i can test a php extension that only works on linux.?? what are my options?


Also, LAMP stands for Linux Apache MySQL PHP, it's just an acronym for OS and programs
Time is precious. Waste it wisely.
Prev 1 702 703 704 705 706 1032 Next
Please log in or register to reply.
Live Events Refresh
Replay Cast
00:00
LiuLi Cup Grand Finals Group B
LiquipediaDiscussion
AI Arena Tournament
20:00
RO8
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
WinterStarcraft621
SortOf 118
StarCraft: Brood War
GuemChi 3199
ggaemo 258
firebathero 227
ToSsGirL 76
Larva 51
NaDa 16
Dota 2
NeuroSwarm162
League of Legends
JimRising 538
Reynor100
Counter-Strike
Stewie2K1076
Other Games
Mew2King113
Livibee47
RuFF_SC230
Organizations
Other Games
gamesdonequick718
Counter-Strike
PGL318
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 12 non-featured ]
StarCraft 2
• StrangeGG 79
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Lourlo1605
Upcoming Events
PiG Sty Festival
1h 31m
Clem vs Serral
Maru vs ShoWTimE
Sparkling Tuna Cup
2h 31m
uThermal 2v2 Circuit
7h 31m
Replay Cast
1d 1h
Wardi Open
1d 4h
Monday Night Weeklies
1d 9h
Replay Cast
1d 16h
Replay Cast
3 days
Replay Cast
3 days
The PondCast
4 days
[ Show More ]
KCM Race Survival
4 days
Replay Cast
4 days
Replay Cast
5 days
CranKy Ducklings
6 days
Replay Cast
6 days
Liquipedia Results

Completed

[S:21] ASL SEASON OPEN 2nd Round
LiuLi Cup: 2025 Grand Finals
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Acropolis #4 - TS5
Jeongseon Sooper Cup
Spring Cup 2026
WardiTV Winter 2026
PiG Sty Festival 7.0
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
IEM Atlanta 2026
Asian Champions League 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...

Disclosure: This page contains affiliate marketing links that support TLnet.

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.