• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 20:09
CEST 02:09
KST 09:09
  • 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
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence9Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
Weekly Cups (Sept 8-14): herO & MaxPax split cups4WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia8Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29LiuLi Cup - September 2025 Tournaments3
StarCraft 2
General
#1: Maru - Greatest Players of All Time Weekly Cups (Sept 8-14): herO & MaxPax split cups Team Liquid Map Contest #21 - Presented by Monster Energy SpeCial on The Tasteless Podcast Team TLMC #5 - Finalists & Open Tournaments
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris SC4ALL $6,000 Open LAN in Philadelphia Sparkling Tuna Cup - Weekly Open Tournament WardiTV TL Team Map Contest #5 Tournaments RSL: Revival, a new crowdfunded tournament series
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
BW General Discussion [ASL20] Ro16 Preview Pt2: Turbulence ASL20 General Discussion Diplomacy, Cosmonarchy Edition BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Ro16 Group D [ASL20] Ro16 Group C [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread General RTS Discussion Thread Nintendo Switch Thread Borderlands 3
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
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
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Canadian Politics Mega-thread Russo-Ukrainian War Thread The Big Programming Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1238 users

The Big Programming Thread - Page 732

Forum Index > General Forum
Post a Reply
Prev 1 730 731 732 733 734 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.
tofucake
Profile Blog Joined October 2009
Hyrule19086 Posts
May 31 2016 19:48 GMT
#14621
Is German a requirement?
Liquipediaasante sana squash banana
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
May 31 2016 20:05 GMT
#14622
On June 01 2016 04:32 Shield wrote:
Show nested quote +
On June 01 2016 03:33 zatic wrote:
Usually Berlin salaries are indeed a joke. Countless open positions for coders - only problem they pay 25k ... I am talking more in the range of 50-60k which let's you live very comfortably in a cheap place like Berlin.


Why is the capital city cheap? Usually capital cities are expensive.

Most of east Germany (former DDR) isn't doing so well economically. Berlin still is more expensive than the surrounding area, but cities like Frankfurt and Munich are a lot more expensive (though they apparently somewhat make up for it through higher salaries).
If you have a good reason to disagree with the above, please tell me. Thank you.
Manit0u
Profile Blog Joined August 2004
Poland17341 Posts
May 31 2016 22:05 GMT
#14623
I know it's old but still:

http://www.artima.com/weblogs/viewpost.jsp?thread=4639

What are your thoughts on the matter? Is the C++ auto a step towards dropping static typing altogether in modern languages?
Time is precious. Waste it wisely.
Ropid
Profile Joined March 2009
Germany3557 Posts
May 31 2016 23:11 GMT
#14624
The C++ "auto" is perhaps not related to dynamic languages. Do you know about the "Hindley-Milner" type system? There's an algorithm that can find the most general type that fits with what you've written. You can then write code that looks like it's a dynamic language because there's no types mentioned anywhere, but it's actually static typing with polymorphism and you still get compile time errors. The languages you could take a look at are F# (uses .NET), OCaml, Haskell, Purescript (this one uses Javascript). I'd think that's where the idea for C++ "auto" comes from.
"My goal is to replace my soul with coffee and become immortal."
Thaniri
Profile Blog Joined March 2011
1264 Posts
Last Edited: 2016-06-01 02:12:54
June 01 2016 01:51 GMT
#14625
+ Show Spoiler +
Has anyone here tried Angular? I'm taking a stab at it, but not understanding even the most simple stuff.

http://codepen.io/thaniri/full/Wxbpvm/


Can't figure out why my search works in a table, but not in a <ul>.

It seems that <li> items are treated as an array, because whenever a search term is entered only a single letter works, and when that letter is removed the <li> items are returned but separated with commas.


edit:

Scratch that. Why would angular have ng-bind="example" and also {{example}}. It appears to be that using ng-bind to do multiple values just breaks things.
alexpnd
Profile Blog Joined March 2009
Canada1857 Posts
June 01 2016 05:10 GMT
#14626
It also seems you have your filter on the ng-repeat in the first but not the second. In the second you have it in the ng-bind.

On June 01 2016 10:51 Thaniri wrote:
+ Show Spoiler +
Has anyone here tried Angular? I'm taking a stab at it, but not understanding even the most simple stuff.

http://codepen.io/thaniri/full/Wxbpvm/


Can't figure out why my search works in a table, but not in a <ul>.

It seems that <li> items are treated as an array, because whenever a search term is entered only a single letter works, and when that letter is removed the <li> items are returned but separated with commas.


edit:

Scratch that. Why would angular have ng-bind="example" and also {{example}}. It appears to be that using ng-bind to do multiple values just breaks things.

www.brainyweb.ca //web stuff!
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
June 01 2016 08:48 GMT
#14627
Today's lesson learned: If you're going to use javascript, you should embrace it or you will hate it all the way.
"windows bash is a steaming heap of shit" tofucake
tofucake
Profile Blog Joined October 2009
Hyrule19086 Posts
Last Edited: 2016-06-01 12:46:45
June 01 2016 12:46 GMT
#14628
You'll hate it regardless. It's got so much potential, but it's been designed by committee so it turned out to have a bunch of really nice features early on (closures!) but still does some tremendously dumb things ([] + [] = null string)
Liquipediaasante sana squash banana
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
June 01 2016 13:16 GMT
#14629
--- Nuked ---
tofucake
Profile Blog Joined October 2009
Hyrule19086 Posts
June 01 2016 13:35 GMT
#14630
It has potential because if it were a single organization sitting down and designing it, it would be so much better (like how php has been massively updated over the past couple of years). Instead every feature and change is debated for months and it just takes a loooooong time for the standard to be updated, and then there's a huge transition period where engines don't necessarily all support the new feature.

For the record, I do like JS and use it all the time, but there's a whole lot of dumb shit it does which annoys me.
Liquipediaasante sana squash banana
Manit0u
Profile Blog Joined August 2004
Poland17341 Posts
June 01 2016 15:13 GMT
#14631
On June 01 2016 22:35 tofucake wrote:
It has potential because if it were a single organization sitting down and designing it, it would be so much better (like how php has been massively updated over the past couple of years). Instead every feature and change is debated for months and it just takes a loooooong time for the standard to be updated, and then there's a huge transition period where engines don't necessarily all support the new feature.

For the record, I do like JS and use it all the time, but there's a whole lot of dumb shit it does which annoys me.


PHP would be in a better place if said company wasn't Zend with their philosophy of "PHP is not a language for programmers so we'll keep a metric ton of bullshit in its core and allow people to do horrible things with it".

On another note, I'm fucking proud now. We managed to create a ZF1 project (requirement) that has status aware entities, allowing for softdeletable tables and other jazzy things, entities that perform automatic CUD on all related tables, services and data sources relying on DI to help with all of the above, reduce clutter and make it generally usable. On top of that we have full bootstrap3 layout, including zend forms (I fucking hate their dt, dd bullshit). All in all I would consider it a great achievement if not for the fact that we could've had all of the above, a lot more on top of that and all it working better with 2 days of working with something like Symfony or Laravel instead of 2 weeks of hacking in ZF1...
Time is precious. Waste it wisely.
Dav1oN
Profile Joined January 2012
Ukraine3164 Posts
Last Edited: 2016-06-01 16:31:31
June 01 2016 16:09 GMT
#14632
Hey guys, looking for advise and help

Got a task to make relativly simple "decision making system for personnel recruitment" (IT industry/company as an example)

Any suggestions how to actualize such task, or maybe some samples?
In memory of Geoff "iNcontroL" Robinson 11.09.1985 - 21.07.2019 A tribute to incredible man, embodiment of joy, esports titan, starcraft community pillar all in one. You will always be remembered!
emperorchampion
Profile Blog Joined December 2008
Canada9496 Posts
June 01 2016 16:29 GMT
#14633
On June 02 2016 01:09 cSc.Dav1oN wrote:
Hey guys, looking for advise and help

Got a task to make relativly simple "decision making system for personnel rectuitment" (IT industry/company as an example)

Any suggestions how to actualize such task, or maybe some samples?


Solve as some sort of optimization problem? Have some criteria with weights that you would pre-determine, then rank candidates, top X candidates get an interview.
TRUEESPORTS || your days as a respected member of team liquid are over
Dav1oN
Profile Joined January 2012
Ukraine3164 Posts
June 01 2016 16:35 GMT
#14634
On June 02 2016 01:29 emperorchampion wrote:
Show nested quote +
On June 02 2016 01:09 cSc.Dav1oN wrote:
Hey guys, looking for advise and help

Got a task to make relativly simple "decision making system for personnel rectuitment" (IT industry/company as an example)

Any suggestions how to actualize such task, or maybe some samples?


Solve as some sort of optimization problem? Have some criteria with weights that you would pre-determine, then rank candidates, top X candidates get an interview.


sounds similar as TOPSIS

in theory in must work with resume lists to find the best option to hire a new personnel, some kind of management tool or application if u say so
In memory of Geoff "iNcontroL" Robinson 11.09.1985 - 21.07.2019 A tribute to incredible man, embodiment of joy, esports titan, starcraft community pillar all in one. You will always be remembered!
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
June 01 2016 16:47 GMT
#14635
On June 02 2016 01:09 cSc.Dav1oN wrote:
Hey guys, looking for advise and help

Got a task to make relativly simple "decision making system for personnel rectuitment" (IT industry/company as an example)

Any suggestions how to actualize such task, or maybe some samples?

Take skills of personnel as input, give those skills some points (i.e. javascript is worth 5 points, html is worth 4 so on so forth), multiply that with sqrt of person's experience in the industry, let's call the result SPT.

1- Hire people with highest scores.
2- Let's say that the department is fully saturated and someone with an SPT of x applied and you have a worker with an SPT of y. If x > 1.3 * y and person with the SPT of x wants the same amount of salary as the person with the SPT of y gets, then fire the worker with y skill points and hire the worker with x skill points.

If the system is going to be really simple, then implementing first 2 will make the cut for it. If not:

3- Get past experiences and schools graduated for each people.
4- Get quarterly performance reviews of each people.
5- If an employee performs poorly for 3 quarters and has low SPT and you can have a replacement of at least equal amount of the SPT of the said person, fire the person and hire the replacement.
6- If an employee performs poorly for 4 quarters and you can have a replacement of at least 1.05 times the SPT of the said person, fire the person, hire the replacement.
7- Good performance review increases weight of prior companies and schools graduated of each employee with a factor of 0.015.
8- Bad performance review decreases weight of prior companies and schools graduated of each employee with a factor of 0.015.
9- Change hiring and firing criteria so that, instead of SPT, they now use WSPT, which is SPT * (1 + factors of prior).
"windows bash is a steaming heap of shit" tofucake
Dav1oN
Profile Joined January 2012
Ukraine3164 Posts
Last Edited: 2016-06-01 17:21:38
June 01 2016 17:14 GMT
#14636
On June 02 2016 01:47 Djagulingu wrote:
Show nested quote +
On June 02 2016 01:09 cSc.Dav1oN wrote:
Hey guys, looking for advise and help

Got a task to make relativly simple "decision making system for personnel rectuitment" (IT industry/company as an example)

Any suggestions how to actualize such task, or maybe some samples?

Take skills of personnel as input, give those skills some points (i.e. javascript is worth 5 points, html is worth 4 so on so forth), multiply that with sqrt of person's experience in the industry, let's call the result SPT.

1- Hire people with highest scores.
2- Let's say that the department is fully saturated and someone with an SPT of x applied and you have a worker with an SPT of y. If x > 1.3 * y and person with the SPT of x wants the same amount of salary as the person with the SPT of y gets, then fire the worker with y skill points and hire the worker with x skill points.

If the system is going to be really simple, then implementing first 2 will make the cut for it. If not:

3- Get past experiences and schools graduated for each people.
4- Get quarterly performance reviews of each people.
5- If an employee performs poorly for 3 quarters and has low SPT and you can have a replacement of at least equal amount of the SPT of the said person, fire the person and hire the replacement.
6- If an employee performs poorly for 4 quarters and you can have a replacement of at least 1.05 times the SPT of the said person, fire the person, hire the replacement.
7- Good performance review increases weight of prior companies and schools graduated of each employee with a factor of 0.015.
8- Bad performance review decreases weight of prior companies and schools graduated of each employee with a factor of 0.015.
9- Change hiring and firing criteria so that, instead of SPT, they now use WSPT, which is SPT * (1 + factors of prior).


thanks, the idea with points is pretty clear

what about UI? maybe WPF + some Webservices?
In memory of Geoff "iNcontroL" Robinson 11.09.1985 - 21.07.2019 A tribute to incredible man, embodiment of joy, esports titan, starcraft community pillar all in one. You will always be remembered!
Thaniri
Profile Blog Joined March 2011
1264 Posts
June 01 2016 17:16 GMT
#14637
On June 02 2016 01:09 cSc.Dav1oN wrote:
2- Let's say that the department is fully saturated and someone with an SPT of x applied and you have a worker with an SPT of y. If x > 1.3 * y and person with the SPT of x wants the same amount of salary as the person with the SPT of y gets, then fire the worker with y skill points and hire the worker with x skill points.


Is there nothing to be said for worker y who has been working longer and would therefore has a greater understanding of the business logic?
[X]Ken_D
Profile Blog Joined May 2005
United States4650 Posts
Last Edited: 2016-06-02 01:01:43
June 02 2016 01:00 GMT
#14638


I'm working on a game similar to this.

If there is a match of 4 connected, it pops then the pieces fall down. If the pieces that fall down then another 4 is connected that pops, repeat.

If I implement the chain reaction, what's the best datatype/method to do it? I thought about a 2D matrix to represent the board, but check each x-y value in the 2D matrix. If an x-y value contains a piece, I check each neighbor then recursive call check the neighbor of that neighbor until 4 pieces are connected. That's the less thinking way to do it. Can anyone suggest something better? Maybe implementation in graphs, adjacency list, trees, etc
[X]Domain - I just do the website. Nothing more.
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
June 02 2016 05:45 GMT
#14639
On June 02 2016 02:16 Thaniri wrote:
Show nested quote +
On June 02 2016 01:09 cSc.Dav1oN wrote:
2- Let's say that the department is fully saturated and someone with an SPT of x applied and you have a worker with an SPT of y. If x > 1.3 * y and person with the SPT of x wants the same amount of salary as the person with the SPT of y gets, then fire the worker with y skill points and hire the worker with x skill points.


Is there nothing to be said for worker y who has been working longer and would therefore has a greater understanding of the business logic?

Hence the multiplier. 1.3x might be lower than what it should be, but we're trying to hire the best people in the market. Also, the multiplier shouldn't be constant anyway, it must be "something plus k*(years of experience in our company)".

On June 02 2016 02:14 cSc.Dav1oN wrote:
Show nested quote +
On June 02 2016 01:47 Djagulingu wrote:
On June 02 2016 01:09 cSc.Dav1oN wrote:
Hey guys, looking for advise and help

Got a task to make relativly simple "decision making system for personnel rectuitment" (IT industry/company as an example)

Any suggestions how to actualize such task, or maybe some samples?

Take skills of personnel as input, give those skills some points (i.e. javascript is worth 5 points, html is worth 4 so on so forth), multiply that with sqrt of person's experience in the industry, let's call the result SPT.

1- Hire people with highest scores.
2- Let's say that the department is fully saturated and someone with an SPT of x applied and you have a worker with an SPT of y. If x > 1.3 * y and person with the SPT of x wants the same amount of salary as the person with the SPT of y gets, then fire the worker with y skill points and hire the worker with x skill points.

If the system is going to be really simple, then implementing first 2 will make the cut for it. If not:

3- Get past experiences and schools graduated for each people.
4- Get quarterly performance reviews of each people.
5- If an employee performs poorly for 3 quarters and has low SPT and you can have a replacement of at least equal amount of the SPT of the said person, fire the person and hire the replacement.
6- If an employee performs poorly for 4 quarters and you can have a replacement of at least 1.05 times the SPT of the said person, fire the person, hire the replacement.
7- Good performance review increases weight of prior companies and schools graduated of each employee with a factor of 0.015.
8- Bad performance review decreases weight of prior companies and schools graduated of each employee with a factor of 0.015.
9- Change hiring and firing criteria so that, instead of SPT, they now use WSPT, which is SPT * (1 + factors of prior).


thanks, the idea with points is pretty clear

what about UI? maybe WPF + some Webservices?

Just go with react + bootstrap native. Can't go wrong. Javascript has everything there is to it. Plus, you would like your system to work on an OS whose name is not windows, wouldn't you?
"windows bash is a steaming heap of shit" tofucake
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
June 02 2016 06:03 GMT
#14640
Speaking of hiring, does anyone have any experience with job advertisements?

We need to hire a programmer as replacement for me since I moved to project management after the previous PM left, but since we're pretty far away from any major population centers - office is 5km south of the danish border - it's pretty difficult finding competent programmers. The few "programmers" we found so far weren't really qualified for any programming job at all.

The local university and news papers didn't work out, neither did the employment office, so are there any job websites or such that worked well for your company?
Prev 1 730 731 732 733 734 1031 Next
Please log in or register to reply.
Live Events Refresh
PiGosaur Monday
00:00
#49
davetesta55
Liquipedia
OSC
23:00
OSC Elite Rising Star #16
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 124
trigger 26
StarCraft: Brood War
Artosis 754
Backho 135
NaDa 14
Dota 2
monkeys_forever413
Counter-Strike
fl0m831
kRYSTAL_40
Super Smash Bros
C9.Mang0266
Mew2King0
Heroes of the Storm
NeuroSwarm127
Other Games
summit1g8349
Grubby3546
shahzam754
Day[9].tv651
ToD228
Sick162
Maynarde122
Trikslyr61
XaKoH 57
ViBE50
Organizations
Other Games
gamesdonequick627
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• masondota22121
Other Games
• Scarra1178
• imaqtpie865
• Day9tv651
Upcoming Events
LiuLi Cup
10h 51m
OSC
18h 51m
RSL Revival
1d 9h
Maru vs Reynor
Cure vs TriGGeR
The PondCast
1d 12h
RSL Revival
2 days
Zoun vs Classic
Korean StarCraft League
3 days
BSL Open LAN 2025 - War…
3 days
RSL Revival
3 days
BSL Open LAN 2025 - War…
4 days
RSL Revival
4 days
[ Show More ]
Online Event
4 days
Wardi Open
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
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

Upcoming

2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
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.