• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:17
CEST 12:17
KST 19:17
  • 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 ASL54Weekly Cups (June 23-29): Reynor in world title form?13FEL Cracov 2025 (July 27) - $8000 live event16Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
RECLAIM STOLEN BTC HIRE BLOCKCHAIN CYBER RETRIEVE Weekly Cups (June 23-29): Reynor in world title form? The SCII GOAT: A statistical Evaluation PiG Sty Festival #5: Playoffs Preview + Groups Recap The GOAT ranking of GOAT rankings
Tourneys
Korean Starcraft League Week 77 Master Swan Open (Global Bronze-Master 2) RSL: Revival, a new crowdfunded tournament series [GSL 2025] Code S: Season 2 - Semi Finals & Finals $5,100+ SEL Season 2 Championship (SC: Evo)
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
BW General Discussion Player “Jedi” cheat on CSL Flash Announces Hiatus From ASL BGH Auto Balance -> http://bghmmr.eu/ Unit and Spell Similarities
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: 754 users

The Big Programming Thread - Page 910

Forum Index > General Forum
Post a Reply
Prev 1 908 909 910 911 912 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.
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
Poland17243 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
Poland17243 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 1031 Next
Please log in or register to reply.
Live Events Refresh
RSL Revival
10:00
Season 1: Playoffs Day 3
ByuN vs ChamLIVE!
herO vs Reynor
Tasteless867
Crank 654
IndyStarCraft 64
Rex64
3DClanTV 47
IntoTheiNu 35
LiquipediaDiscussion
CranKy Ducklings
10:00
Master Swan Open #93
CranKy Ducklings16
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Tasteless 790
Crank 654
trigger 54
IndyStarCraft 49
Rex 49
StarCraft: Brood War
Larva 1064
Stork 330
Flash 312
actioN 182
Yoon 87
sorry 73
BeSt 66
Hyun 55
Last 44
Shinee 38
[ Show more ]
TY 31
Soulkey 29
Barracks 22
GoRush 22
Free 19
Mong 17
yabsab 14
NaDa 12
sSak 11
ivOry 6
SilentControl 4
Dota 2
XcaliburYe646
XaKoH 589
Counter-Strike
Stewie2K1320
Heroes of the Storm
Khaldor213
Other Games
Happy476
SortOf97
Organizations
StarCraft 2
ComeBackTV 300
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 11 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Lourlo2897
Upcoming Events
WardiTV European League
1h 43m
FEL
5h 43m
RSL Revival
23h 43m
Clem vs Classic
SHIN vs Cure
FEL
1d 1h
WardiTV European League
1d 1h
BSL: ProLeague
1d 7h
Dewalt vs Bonyth
Replay Cast
2 days
Sparkling Tuna Cup
2 days
WardiTV European League
3 days
The PondCast
3 days
[ Show More ]
Replay Cast
4 days
RSL Revival
4 days
Replay Cast
5 days
RSL Revival
5 days
RSL Revival
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.