• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 05:47
CEST 11:47
KST 18:47
  • 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
Code S Season 2 (2026): RO4 and Finals Preview11TL.net Map Contest #22 - Voting & Ladder Map Selection5Code S Season 2 (2026) - RO8 Preview5[ASL21] Finals Preview: Two Legacies21Code S Season 2 (2026) - RO12 Preview2
Community News
[BSL22] Non-Korean Championship from 13 to 28 June2Weekly Cups (May 25-31): Clem doubles, 2v2 circuit heads toward finale0StarCraft II 5.0.16 PTR Patch Notes may 26th151Weekly Cups (May 18-24): MaxPax wins doubles0Crank Gathers Season 4: BW vs SC2 Team League6
StarCraft 2
General
Code S Season 2 (2026): RO4 and Finals Preview What kind of tool would you be interested in? TL Poll: How do you feel about the 5.0.16 PTR balance changes? Oliveira Would Have Returned If EWC Continued TL.net Map Contest #22 - Voting & Ladder Map Selection
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament GSL Code S Season 2 (2026) WardiTV Mondays Maestros of The Game 2 announcement and schedule ! Crank Gathers Season 4: BW vs SC2 Team League
Strategy
[G] Having the right mentality to improve
Custom Maps
[D]RTS in all its shapes and glory <3
External Content
The PondCast: SC2 News & Results Mutation # 529 Opportunities Unleashed Mutation # 528 Infection Detected Welcome to the External Content forum
Brood War
General
FlaSh's ASL S21 Finals Review 25 Years Since Brood War Patch 1.08 [BSL22] Non-Korean Championship from 13 to 28 June BW animated web series: seeking contributors FlaShFTW vs A.Alm Grudge Match Event
Tourneys
[BSL22] Grand Finals - Sunday 21:00 CEST [ASL21] Grand Finals [Megathread] Daily Proleagues Escore Tournament StarCraft Season 2
Strategy
Why doesn't anyone use restoration? Any training maps people recommend? Muta micro map competition [G] Hydra ZvZ: An Introduction
Other Games
General Games
ZeroSpace Megathread Summer Games Done Quick 2026! Nintendo Switch Thread The Perfect Game Path of Exile
Dota 2
Looking for a Dota Mentor 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
Community
General
US Politics Mega-thread Trading/Investing Thread Things Aren’t Peaceful in Palestine YouTube Thread Russo-Ukrainian War Thread
Fan Clubs
The herO Fan Club!
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books [TV/BOOK] *SPOILERS* Game of Thrones Discussion Movie Discussion! [Manga] One Piece
Sports
2024 - 2026 Football Thread McBoner: A hockey love story Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Facing Challenges in Mobile App Development
TL Community
The Automated Ban List
Blogs
An Exploration of th…
waywardstrategy
I'm an arrogant trash talke…
FlaShFTW
Gauntlet SC2: A Retrospectiv…
Ctone23
Esportsmanship: How to NOT B…
TrAiDoS
Why RTS gamers make better f…
gosubay
ASL S21 English Commentary…
namkraft
StarCraft improvement
iopq
Customize Sidebar...

Website Feedback

Closed Threads



Active: 6045 users

The Big Programming Thread - Page 910

Forum Index > General Forum
Post a Reply
Prev 1 908 909 910 911 912 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.
berated-
Profile Blog Joined February 2007
United States1134 Posts
October 14 2017 15:52 GMT
#18181
On October 15 2017 00:34 Wrath wrote:
Not sure if I get it right... You made a enterprise application client and deployed to the server. Thus the client called the server from within the server? I'm still learning what is the InitialContext is so not sure what is the different between using here within the code or use it via jndi.properties. Sorry I'm still beginner


Hey I'm still all new to this too! I was surprised I got it working. So I think from the tutorial when it tried to run the client code, it was just running it as a main method. That's why it had you put all the jars etc on the classpath. I wasn't prepared for it but when I told netbeans to make a new application client and then I tried to run a main method it actually ran the main method from within the application server itself as you were asking. If you watch the output of the netbeans glassfish server it's trying to deploy the jar.

Since the jar is running within the application server itself, it doesn't need to use remote jndi properties. The initial context that it has access to is from the container (glassfish) and has the remote bean within it.

Does that make more sense? You can pm me and we can exchange chat info if you want to and I can try to talk you through it more if you wish.
bo1b
Profile Blog Joined August 2012
Australia12814 Posts
October 16 2017 07:27 GMT
#18182
I just spent a small amount of time learning shell scripts, honestly one of the better things I've done. Really useful things can be done relatively quickly in there.

For instance, in a game I play the linux port doesn't play mp3 music files. So the solution is to convert all of the files to ogg, and then change the .ogg extension to a .mp3 extension. Given that there was a few hundred files a quick shell script came to save the day :D

Yes this is being made a bigger deal then it needs to be, but I'm glad I learned how to do it efficiently.
Manit0u
Profile Blog Joined August 2004
Poland17760 Posts
Last Edited: 2017-10-16 14:14:32
October 16 2017 09:14 GMT
#18183
https://api-platform.com/

Fucken amazing!

https://github.com/docker/dockercraft

This is too much...
Time is precious. Waste it wisely.
ZigguratOfUr
Profile Blog Joined April 2012
Iraq16955 Posts
October 18 2017 22:10 GMT
#18184
Are there any parallel sorting algorithms that can actually run in log(n) time when you use n processors? Most parallel sorting algorithms that people actually use such as bitonic sort or odd-even merge sort are all log²(n), but is it because there we haven't found a log(n) algorithm, or is it because in practice they are too inefficient?
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-10-19 21:16:29
October 19 2017 21:13 GMT
#18185
Alright braniacs, what's the best way to conquer the following scenario.

I have a square grid(like graph paper), represented by a 2d array. Each square can be 0, 1, or 2.

In a typical grid, the "2" squares are a small portion of the grid, surrounded by "1" squares. The 1s are surrounded by 0s.

The grids have this general design but the specifics are random, I don't know what a grid will look like.

I want to isolate the positions of every "ring" of 1s, expanding outward, starting at the border between 2s and 1s. A square is in the ring if it touches the last ring (even diagonally).

For example if my grid was


11111
11211
12111
11111

then I would isolate the following rings

x111x
x1x1x
1x11x
111xx

and then

1xxx1
1xxx1
xxxx1
xxx11


Now of course, my grid is much bigger than this.

So, my approach to solving this problem is pretty much brute force.

I make an array of 2d arrays of nil (or whatever), matching the size of my original grid
I do a for loop through the original array
if I hit a 2 in the original array, I look one square in every direction for a 1
if I hit a 1, I record the 1s index into the positionally identical index of the new (empty) 2d array
when I am done checking the original grid, I go through the 2d array of nil and 1s, I find each ring position, and for every 1 I find, I change that position to a 2 in the original array

I then go to the next index of my array of 2d arrays, and repeat the process. I repeat until the process results in a new array that finds no 1s.



So, this works. But it doesn't seem very efficient. I will potentially be doing this for quite a few grids (a couple hundred?). And this is a lot of for loops over each grid.

Does anyone know of a better way to do this? I am using python if it matters, which it might, because python has lots of neat stuff and I don't know hardly any of it.

Thanks for any help!

spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
October 19 2017 22:19 GMT
#18186
I'm developing a web app for watching replays of mahjong games played on tenhou.net. To go with that I'm planning to have a background application that monitors a file where the game client stores IDs of those replays. When a player finishes a game, I send those IDs to my web app and pull the actual replay. Then I display a balloon notification that links to the replay online.

I'm currently working on that background application. C#, Single Instance Application based on Windows Forms but with no actual forms and instead an icon and context menu in the system tray. I added code for registering the application for autostart in the registry, which the user can toggle in the context menu (off by default even). That worked fine. Then I went on to tackle other features, and when testing another menu item to toggle notifications, I toggled autostart too. My antivirus (Avira) then flagged the executable as a virus.

I don't know at which point the antivirus would first flag it. The registry code has been in there for at least a bunch of test runs. I also added code to open google in the default browser (Process.Start). So that might be part of it. I use a FileSystemWatcher. And I have an instance of HttpClient though it's not actually used yet. Any of these might or might not contribute, I guess.

My internet searches on the topic have been rather disappointing. None of the places where I found out how to do these things (mostly stackoverflow) mentioned anything on antivirus concerns, either.

Does anyone have experience with this? Going though some whitelisting process is out of the question, my project is way too small for that. I could drop the autostart, though that would be significant loss of convenience. But I don't even know for sure if that's what's triggering it...
If you have a good reason to disagree with the above, please tell me. Thank you.
ZigguratOfUr
Profile Blog Joined April 2012
Iraq16955 Posts
Last Edited: 2017-10-20 03:08:18
October 19 2017 23:03 GMT
#18187
On October 20 2017 06:13 travis wrote:
Alright braniacs, what's the best way to conquer the following scenario.

I have a square grid(like graph paper), represented by a 2d array. Each square can be 0, 1, or 2.

In a typical grid, the "2" squares are a small portion of the grid, surrounded by "1" squares. The 1s are surrounded by 0s.

The grids have this general design but the specifics are random, I don't know what a grid will look like.

I want to isolate the positions of every "ring" of 1s, expanding outward, starting at the border between 2s and 1s. A square is in the ring if it touches the last ring (even diagonally).

For example if my grid was


11111
11211
12111
11111

then I would isolate the following rings

x111x
x1x1x
1x11x
111xx

and then

1xxx1
1xxx1
xxxx1
xxx11


Now of course, my grid is much bigger than this.

So, my approach to solving this problem is pretty much brute force.

I make an array of 2d arrays of nil (or whatever), matching the size of my original grid
I do a for loop through the original array
if I hit a 2 in the original array, I look one square in every direction for a 1
if I hit a 1, I record the 1s index into the positionally identical index of the new (empty) 2d array
when I am done checking the original grid, I go through the 2d array of nil and 1s, I find each ring position, and for every 1 I find, I change that position to a 2 in the original array

I then go to the next index of my array of 2d arrays, and repeat the process. I repeat until the process results in a new array that finds no 1s.



So, this works. But it doesn't seem very efficient. I will potentially be doing this for quite a few grids (a couple hundred?). And this is a lot of for loops over each grid.

Does anyone know of a better way to do this? I am using python if it matters, which it might, because python has lots of neat stuff and I don't know hardly any of it.

Thanks for any help!



This sounds like a caching and spatial locality problem... I think your approach is generally correct, but you can probably do clever things to get a considerable speed-up by trying to avoid cache-lines getting swapped out. For example if you go through the array operating on three rows at a time, you can avoid the re-traversal by updating the original array as you go. Also make sure to traverse the grid in rows rather than columns since Python is row-major ordered
netherh
Profile Blog Joined November 2011
United Kingdom333 Posts
Last Edited: 2017-10-20 03:13:00
October 20 2017 02:34 GMT
#18188
On October 20 2017 06:13 travis wrote:
For example if my grid was

11111
11211
12111
11111

then I would isolate the following rings

x111x
x1x1x
1x11x
111xx



So... is this just edge detection?

Can you separate it into two passes, one vertical, and one horizontal? Just check if each 1 is next to a 2 on the relevant axis on each pass.

EDIT: Though that doesn't give diagonals, so nvm.
Hanh
Profile Joined June 2016
146 Posts
October 20 2017 04:18 GMT
#18189
Looks like a flood fill
Manit0u
Profile Blog Joined August 2004
Poland17760 Posts
Last Edited: 2017-10-20 12:26:39
October 20 2017 12:15 GMT
#18190
Just remove all 1's that are adjacent to 2's and then remove the 2's?

Edit:
Simpler yet:
1. Find all 2's
2. Make an adjacency list for 2's (ignoring duplicates) which is dead simple for 2d array
3. Profit!
Time is precious. Waste it wisely.
bo1b
Profile Blog Joined August 2012
Australia12814 Posts
October 20 2017 13:31 GMT
#18191
I'm playing around with rust atm, and I don't really know how I feel about it. It's in a weird position of being what will most likely be by far the best systems language to use in a few years (at least, I think it will be after it's more fleshed out), it has functional elements which I really like after going through haskell from first principles (great rec thanks )... but it's just not quite there yet.

But my god is it quick, and super easy in comparison to c++ - and it even has concepts!!
phar
Profile Joined August 2011
United States1080 Posts
Last Edited: 2017-10-20 15:50:03
October 20 2017 15:44 GMT
#18192
On October 20 2017 21:15 Manit0u wrote:
Just remove all 1's that are adjacent to 2's and then remove the 2's?

Edit:
Simpler yet:
1. Find all 2's
2. Make an adjacency list for 2's (ignoring duplicates) which is dead simple for 2d array
3. Profit!

Yea I agree this feels like it could be done easier by constructing a graph and then traversing. Depending on the language a couple of queues and a cache/map might make it cleaner.



To the above question about sorting on multiple machines in logn, it's not quite as straightforward. Probably you want to do some searching around in academic literature for parallelized sorting. Sample sort or the like.
Who after all is today speaking about the destruction of the Armenians?
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-10-20 16:28:22
October 20 2017 16:27 GMT
#18193
Haven't looked at you guy's responses about the graph thing, will in a bit. Just got home.

Wanted to post asking about this, first

https://imgur.com/a/FJYNy


I received 0 points for part b. Grader said it was incorrect. Couldn't make heads or tails of his explanation, but he didn't actually provide any examples, which should be easy to do.

I don't see how this is incorrect. I went over my regex several times, it seems to be exactly right.

Since our start state is a final state we can accept epsilon. = epsilon
or = |
we can accept any combination of "b" or "ab" = b*(ab)*b*
finally we can end with an a, or not. = (a?)

what am I missing?
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
October 20 2017 16:43 GMT
#18194
zigg, like your idea, that makes sense
hanh, i took a glance. I'll look at it a bit closer at some of the algorithms for that and see if I can apply them.

On October 20 2017 21:15 Manit0u wrote:
Just remove all 1's that are adjacent to 2's and then remove the 2's?

Edit:
Simpler yet:
1. Find all 2's
2. Make an adjacency list for 2's (ignoring duplicates) which is dead simple for 2d array
3. Profit!


I don't understand your first suggestion.

For the 2nd suggestion, you are saying to
1.) put each 2_location[x][y] into a list
2.) then for each element of the list create a sublist of each adjacent_1_location[x][y]
3.) and then for the next iteration I can just repeat for the elements in the sublist?
4.) repeat 2 and 3 until I am done?

Is this correct? If so, I really like this. And you'd probably mean for me to avoid adding the same adjacent_1_location[x][y] into 2 different sublists, but actually, because of the nature of what I am trying to do with this problem it is actually solving a future problem for me to just put them in there anyways. Long term I was going to need to do math based on the relationship of every square of ring 2 that touches any given square of ring 1. So this is PERFECT for that.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
October 20 2017 19:55 GMT
#18195
I'm reading your solution as
^$|^b*(ab)*b*(a?)$
Is that right? Not sure what those dots below the stars mean here.
Anyways, my counterexample would be:
abbbabbbab

Reason: you only allow a single occurrence of the a - many b's - a pattern. The NFA allows an arbitrary number of those by going 100010001000...

My solution:
^(b*(ab)*)*(a?)$

Also you shouldn't need to explicitly have the epsilon case when everything in your regex is optional.
If you have a good reason to disagree with the above, please tell me. Thank you.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-10-20 20:11:48
October 20 2017 20:11 GMT
#18196
I think he wrote the dots beneath the stars

and true about the epsilon. But I kinda just started writing with that in front, and technically it doesn't make it wrong so I wasn't concerned.


and yeah, you're right. damnit... fucked that up, lol. thank you.

spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
October 20 2017 20:17 GMT
#18197
I personally don't think one should bank on being able to write regex without a validator anyways... Way too error prone. Just like coding on paper this is a dumb question.
If you have a good reason to disagree with the above, please tell me. Thank you.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-10-20 20:19:57
October 20 2017 20:19 GMT
#18198
It doesn't help that there is a third (longer question) on back and we have 15 minutes to do it all. You don't really get any time to error check.

But that excuse won't really work for me since when I got the grade back I went over it like 5 times and still didn't catch it lol
bo1b
Profile Blog Joined August 2012
Australia12814 Posts
October 21 2017 05:46 GMT
#18199
I'm trying out clion, and I'm having this weird issue with it where entering my github details causes my version control settings to freeze.

Before I send through a help request to a more relevant party I thought I'd ask here to see if anyone had experienced this before.
bo1b
Profile Blog Joined August 2012
Australia12814 Posts
October 21 2017 10:27 GMT
#18200
Well github works fine on the eap version of it, so I'm beyond confused why the stable one has such a hang up.
Prev 1 908 909 910 911 912 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 13m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SortOf 94
ProTech88
StarCraft: Brood War
Britney 28523
Hyuk 629
Rush 255
EffOrt 166
Larva 159
Soma 146
Dewaltoss 69
Leta 68
ggaemo 60
Killer 59
[ Show more ]
Noble 41
scan(afreeca) 32
Hm[arnc] 25
sorry 24
Movie 23
Bale 23
yabsab 21
hero 21
soO 19
IntoTheRainbow 16
Backho 15
Shine 14
ajuk12(nOOB) 13
Barracks 9
JulyZerg 9
Dota 2
Fuzer 91
League of Legends
JimRising 461
Counter-Strike
olofmeister1980
shoxiejesuss1237
Other Games
PiGStarcraft857
crisheroes192
XaKoH 157
Pyrionflax123
Sick117
Mew2King51
Organizations
Other Games
gamesdonequick582
BasetradeTV217
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH314
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 6
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Nemesis3599
• Jankos2528
• Rush1393
Upcoming Events
Sparkling Tuna Cup
13m
PiGosaur Cup
14h 13m
Replay Cast
23h 13m
Kung Fu Cup
1d 1h
Maestros of the Game
1d 5h
Classic vs Lambo
Clem vs Maru
Replay Cast
1d 14h
The PondCast
2 days
Maestros of the Game
2 days
Serral vs Rogue
herO vs SHIN
Replay Cast
2 days
Maestros of the Game
3 days
[ Show More ]
Replay Cast
3 days
CranKy Ducklings
4 days
uThermal 2v2 Circuit
4 days
Sparkling Tuna Cup
5 days
uThermal 2v2 Circuit
5 days
OSC
5 days
Replay Cast
5 days
Wardi Open
6 days
Replay Cast
6 days
Liquipedia Results

Completed

BSL Season 22
2026 GSL S2
Heroes Pulsing #1

Ongoing

IPSL Spring 2026
KCM Race Survival 2026 Season 2
Acropolis #4
CSCL: Masked Kings S4
YSL S3
Acropolis #4 - GSB
SCTL 2026 Spring
WardiTV Spring 2026
Maestros of the Game 2
uThermal 2v2 2026 Main Event
Murky Cup 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026

Upcoming

BSL 22 Non-Korean Championship
CSLAN 4
Blizzard Classic Cup 2026
Kung Fu Cup 2026 Grand Finals
CranK Gathers Season 4: BW vs SC2 Team League
HSC XXIX
Heroes Pulsing #3
Heroes Pulsing #2
Esports World Cup 2026
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 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.