• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 09:09
CEST 15:09
KST 22: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
TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
Weekly Cups (Oct 13-19): Clem Goes for Four0BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80Weekly Cups (Sept 29-Oct 5): MaxPax triples up3
StarCraft 2
General
The New Patch Killed Mech! Team Liquid Map Contest #21 - Presented by Monster Energy herO joins T1 Weekly Cups (Oct 13-19): Clem Goes for Four TL.net Map Contest #21: Voting
Tourneys
INu's Battles #13 - ByuN vs Zoun Tenacious Turtle Tussle SC2's Safe House 2 - October 18 & 19 Sparkling Tuna Cup - Weekly Open Tournament $1,200 WardiTV October (Oct 21st-31st)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
BSL Season 21 BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ BW caster Sayle BSL Team A vs Koreans - Sat-Sun 16:00 CET
Tourneys
[ASL20] Semifinal B Azhi's Colosseum - Anonymous Tournament [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Current Meta BW - ajfirecracker Strategy & Training Relatively freeroll strategies Siegecraft - a new perspective
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Dawn of War IV Nintendo Switch Thread ZeroSpace Megathread
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Men's Fashion Thread Sex and weight loss
Fan Clubs
The herO Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
Formula 1 Discussion 2024 - 2026 Football Thread MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1289 users

The Big Programming Thread - Page 732

Forum Index > General Forum
Post a Reply
Prev 1 730 731 732 733 734 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.
tofucake
Profile Blog Joined October 2009
Hyrule19144 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
Poland17386 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
Hyrule19144 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
Hyrule19144 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
Poland17386 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 1032 Next
Please log in or register to reply.
Live Events Refresh
INu's Battles
11:00
INu's Battle #13
ByuN vs ZounLIVE!
IntoTheiNu 77
LiquipediaDiscussion
Replay Cast
10:00
LiuLi Cup #46 - Day 1
CranKy Ducklings240
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Harstem 503
sas.Sziky 9
StarCraft: Brood War
Britney 33936
Calm 11750
Hyuk 5297
Horang2 2799
Bisu 2665
GuemChi 1540
Flash 1435
Jaedong 1218
Larva 564
Soma 500
[ Show more ]
EffOrt 387
actioN 381
Mong 310
Light 288
Soulkey 272
Mini 253
Hyun 202
Snow 189
hero 151
Pusan 121
TY 104
JYJ84
Barracks 80
ggaemo 74
Killer 73
Mind 65
Sea.KH 61
JulyZerg 59
Aegong 50
Rush 38
Noble 35
ToSsGirL 28
Movie 27
sorry 26
Sharp 20
soO 19
scan(afreeca) 19
Sacsri 16
yabsab 16
Bale 13
SilentControl 11
Terrorterran 8
Shine 8
HiyA 7
Dota 2
Gorgc4990
qojqva2590
Dendi1040
XaKoH 505
420jenkins285
XcaliburYe217
Counter-Strike
olofmeister2883
x6flipin438
Heroes of the Storm
Khaldor206
Other Games
summit1g12066
singsing2411
B2W.Neo703
hiko613
Lowko296
Sick283
Pyrionflax251
Hui .125
Happy110
oskar71
Mew2King47
ToD25
Organizations
StarCraft: Brood War
lovetv 14
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• StrangeGG 4
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• HerbMon 25
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Nemesis7636
Other Games
• WagamamaTV311
Upcoming Events
Monday Night Weeklies
2h 51m
Replay Cast
9h 51m
WardiTV Invitational
21h 51m
WardiTV Invitational
1d 1h
PiGosaur Monday
1d 10h
Replay Cast
1d 20h
Tenacious Turtle Tussle
2 days
The PondCast
2 days
OSC
2 days
WardiTV Invitational
3 days
[ Show More ]
Online Event
4 days
RSL Revival
4 days
RSL Revival
4 days
WardiTV Invitational
4 days
Afreeca Starleague
5 days
Snow vs Soma
Sparkling Tuna Cup
5 days
WardiTV Invitational
5 days
CrankTV Team League
5 days
RSL Revival
6 days
Wardi Open
6 days
CrankTV Team League
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
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

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 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.