STEAM GROUP
The Programmers TP
STEAM GROUP
The Programmers TP
1
IN-GAME
27
ONLINE
Founded
7 November, 2009
Location
Denmark 
63 Comments
Elizabeth 25 Mar, 2020 @ 6:28pm 
http://steamproxy.com/profiles/76561198039023474

REPORT HIM

He's a fake steam support guys!

Report that cancer
GordinhoTchutchuco 15 Jan, 2020 @ 11:04am 
Need some help with a small simple python 3.0 program
Feel free to add me if you could help me :praisesun:
anti paranoia annoyance 17 Nov, 2018 @ 12:40am 
hi I need help programmers
zaphodikus 14 Oct, 2018 @ 2:28pm 
Steam API? is there a group for steam api users?
Sjos 27 Sep, 2018 @ 10:40am 
Hey! does anyone wanna team up with me to build a game? if so send me a friend request :D
Richard Envi 15 Sep, 2018 @ 1:38am 
im kinda looking for a programmer to help me out starting a garrys mod server, ill give that person some rewards, if anyone is interested please add me and ill private message you, Thankkksss :steamsalty::steamsalty:
水龍吟 9 Jul, 2018 @ 1:24am 
Hey man, I wrote this dice simulation program with Java back when I first took the course. I hear that C# is relatively similar to Java, so I hope this could be of help, Commander Peepers. I have posted the program's code in order so read as you see it. You can also copy this code onto an IDE with Java as the selected language to examine it in more detail.
水龍吟 9 Jul, 2018 @ 1:19am 
public class DiceSimulation
{
public static void main(String[] args)
{
final int NUMBER = 10000;

Random generator = new Random();
int die1Value;
int die2Value;
int count = 0;
int snakeEyes = 0;
int twos = 0;
int threes = 0;
int fours = 0;
int fives = 0;
int sixes = 0;

for (;count<NUMBER;count++)
{
die1Value=generator.nextInt(6)+1;
die2Value=generator.nextInt(6)+1;
if (die1Value==die2Value)
{
if (die1Value==1)
{snakeEyes++;}
else if (die1Value==2)
{twos++;}
else if (die1Value==3)
{threes++;}
else if (die1Value==4)
{fours++;}
else if (die1Value==5)
{fives++;}
else if (die1Value==6)
{sixes++;}
}
}
水龍吟 9 Jul, 2018 @ 1:19am 
System.out.println ("You rolled snake eyes " +
snakeEyes + " out of " + count + " rolls.");
System.out.println ("You rolled double twos " + twos +
" out of " + count + " rolls.");
System.out.println ("You rolled double threes " +
threes + " out of " + count + " rolls.");
System.out.println ("You rolled double fours " + fours
+ " out of " + count + " rolls.");
System.out.println ("You rolled double fives " + fives
+ " out of " + count + " rolls.");
System.out.println ("You rolled double sixes " + sixes
+ " out of " + count + " rolls.");
}

}
Dummpkopf (ako) 14 Jun, 2018 @ 5:11am 
hi I just joined this group
I'm trying to generate a random number in c# and anywhere I look, they say to do it like this:

int min=0, max=10; // for example
Random r = new Random();
int random_number = r.Next(min, max);

but it just doesn't work??? It generates 1 different number everytime I run the program, but I put it inside a for() and it's the same number everytime... help

also I can't create a discussion?

also I'm really glad I found this group <3
tiseno100 27 May, 2018 @ 1:18pm 
10 PRINT "OLO"
20 PRINT " _ "
30 PRINT "I CANT LEARN C :(. HERES A SINGLE COUNTER"
40 FROM A=0 TO 67000 STEP 0.009
50 PRINT A
60 NEXT
70 REM Its untested
Edwill3456 26 May, 2018 @ 9:51am 
public class Steam{
public static void main(String[]args){
System.out.println("Hello guys!");
}
}
Edwill3456 26 May, 2018 @ 9:47am 
#include <iostream>
using namespace std;
int main()
{
cout<<"I am new here!"<<endl;
return 0;
}
LeRoi 1 May, 2018 @ 6:17am 
System.out.println("Heyho all o/");
Coneyko 5 Feb, 2018 @ 12:59am 
printf( "Hellooooo :D" );
KodoZodo 2 Feb, 2017 @ 3:23am 
Hey all, I have been wanting to make a tf2trading site for the longest time and i finally have time to do so. I am looking for programmers who are dedicated to helping out. Of course programmers and mods will receive payment, even after the project is done, u will receive payment every month, so just keep me in your profile and remind me yeah? Add me if you are interested in working with me, I have never wanted to do this more than I am wanting to now. I am mainly looking for people who know how to use C sharp, HTML 5 and Java Script. For now, I am only looking to hire 4 people! Comment in my profile as to why you are adding me so i can tell that u are not a random invite. Thanks and have a good day! If you wish to ask about the payment in more depth, add me and pm me. Thanks!
Alvinmarc 23 Jan, 2017 @ 1:11pm 
Trade Link
(H) Glock-18 | Water Elemental MW
(H) P250 | Supernova MW
(H) Five-Seven | Retrobution MW
(H) PP-Bizon (StatTrak) | Photic Zone MW
(H) P2000 | Oceanic MW
(H) SSG 08 | Abyss MW
(H) USP-S | Torque FN

(W) offers
neena.derick 22 Jan, 2017 @ 11:12pm 
hi am a programmer in game development please add me as your friends.
neena.derick 22 Jan, 2017 @ 11:11pm 
hi nice to see u all guys here.....
Alvinmarc 21 Jan, 2017 @ 2:56pm 
Trade Link
(H) Glock-18 | Water Elemental MW
(H) P250 | Supernova MW
(H) Five-Seven | Retrobution MW
(H) PP-Bizon (StatTrak) | Photic Zone MW
(H) P2000 | Oceanic MW
(H) SSG 08 | Abyss MW
(H) USP-S | Torque FN

(W) offers
KodoZodo 14 Jan, 2017 @ 7:51pm 
Hi, I am looking for HTML 5 or Java Scrpt users. I am currently creating a website for tf2 trading and I need help! I speciallise with C sharp but that's it XD add me if interested. All moderators will receive a payment!
MGSparkle 11 Jan, 2017 @ 5:00am 
:Blue_Box::Green_Box::Grey_Box::Purple_Box::Red_Box::Yellow_Box::Blue_Box::Green_Box::Grey_Box::Purple_Box::Red_Box::Yellow_Box::Blue_Box::Green_Box::Grey_Box::Purple_Box::Red_Box::Yellow_Box::Blue_Box::Green_Box::Grey_Box::Purple_Box::Red_Box::Yellow_Box:

Hello there!


Am Making Artworks, Avatars and Gifs for CHEAP


If your Interested Check my Profile for more Information

:Blue_Box::Green_Box::Grey_Box::Purple_Box::Red_Box::Yellow_Box::Blue_Box::Green_Box::Grey_Box::Purple_Box::Red_Box::Yellow_Box::Blue_Box::Green_Box::Grey_Box::Purple_Box::Red_Box::Yellow_Box::Blue_Box::Green_Box::Grey_Box::Purple_Box::Red_Box::Yellow_Box:
MikaMangoMango 18 Dec, 2016 @ 12:36pm 
Hello! Me and my friend are creating a free game for everyone : ) and anyone can help make it! modeling, programming, texturing, storyline, marketing, ect! Wed grately appreciate if you just spent a bit of your time to visit our steam page, and if you really want to support this project, you can donate, but heh were fine with free help ^_^ thank you so much and i do hope this game dream of ours becomes a wicked reality!
Were only a team of two at the moment, so ANYTHING is appreciated!

http://steamproxy.com/groups/universeconstructor
Alvinmarc 17 Dec, 2016 @ 3:06pm 
Trade Link
(H) AWP | Sun in Leo MW ~3.00
(H) P250 | Supernova MW ~0.30
(H) Five-Seven | Retrobution~1.10
(H) Glock-18 | Wraiths
(H) PP-Bizon (StatTrak) | Photic Zone MW
(H) P2000 | Oceanic MW
(H) SSG 08 | Abyss MW
(H) USP-S | Torque FN

(W) offers
Goth Dobes! 17 Dec, 2016 @ 2:37pm 
Hello! Come check out a new and special engine that is pushing game development to the highest and most convenient levels you always wanted! Caffeine 3D! http://steamproxy.com/groups/CAF3D
Alvinmarc 13 Nov, 2016 @ 9:30pm 
Trade Link
(H) AWP | Sun in Leo MW ~3.00
(H) P250 | Supernova MW ~0.30
(H) SG553 | Pulse ~1.10

(W) offers
HellCow (DannyDOA) 13 Nov, 2016 @ 12:57pm 
Hey check out my gaming/giveaway group! :)
[[ http://steamproxy.com/groups/gaming_until_end# ]]
When our group reaches 500 members we will be doing multiple huge giveaways. so if you woudnt mind please join the group, invite all of your friends <3 and if you have any time ask your friends to invite their friends but if you dont have any time i get it
Alvinmarc 9 Oct, 2016 @ 2:47pm 
Hi
Sad Boy 7 Oct, 2016 @ 2:00pm 
looking for someone to help me with decompiling. Im working with base-16 and hexidecimals currently trying to decode/decrypt some of the hex code which translated to UTF-8 symbols, back into readable ASCII
TerraStasis 10 Aug, 2016 @ 9:04pm 
You mean Dual Boot Nightwing? If you mean that yeah sure you can. What Linux Distro you looking at?
Nightwing52 10 Aug, 2016 @ 12:04am 
Can any of ya'll give me statistics about VMing Linux and Windows (my desktop should be able to handle it, but I want to make sure)? It has 8 gigs of RAM, FX-8320 CPU, R7 240 GPU, and 2 TB hard drive (that's obviously not a problem lol). I want to run both OSes smothly.
Nightwing52 10 Aug, 2016 @ 12:01am 
I've decided to pick up the book "Beginning OpenGL Game Programming, Second Edition." I'll be using SDL2 for window creation and all of that. Installing Linux in the morning (it's been a pain in the ass because HP doesn't like people messing with boot order) and hopefully I can start messing with it tomorrow.. Wish me luck! :steamhappy:
TerraStasis 6 Aug, 2016 @ 10:38pm 
Youtube videos man. Stack overflow is also bound to have some stuff NightWing :)
Nightwing52 3 Aug, 2016 @ 8:25am 
Do ya'll know of any good resources for learning OpenGL? Books, videos, etc. Kinda hard to find. :steamsad:
Nightwing52 19 May, 2016 @ 3:20pm 
I'm wanting to know if any of you have had ny experience in Unreal Engine 4 coding. I'm pretty good with C#, but I'm going to go back to C++ this summer. I LOVE C#, but most things I can do in C#, I can do in C++ AND it runs faster. I am in high school, but I have a good ammount of programming experience. Just post on my profile page or friend me if you have any tips for getting started with Unreal Engine (I'll start development this summer).
[admin] bkeys 14 May, 2016 @ 11:12pm 
Hey guys, I just stumbled upon this group and was wondering if anyone would like to join our project here is our GitHub if anyone is interested:
https://github.com/CollectiveTyranny/DMUX
The game is written so far in C++ using a lot of libre/open source libraries and we have a pretty awesome foundation built. Let me know what you guys think!
If anyone is interested feel free to PM me or add me on Steam.
steve 4 May, 2016 @ 5:31pm 
Hey guys I recently got assigned a simple java project (it's not that simple for me because instead of studying this year, i decided to slack off so tbh my fault). I'm willing to pay but I promise you I won't use this project outside of class meaning comptetitions or resumes. (I'm going to re-learn java and start on lua this summer)I also promise you I won't scam, and I know several people disagree with doing someone else's homework, but I'll pay up 20$-40$ if you are interested. :D thanks for being awesome and programming awesome features in games, websites, and for hobbies much better than what I do aha rip T-T.
t3rry 24 Apr, 2016 @ 9:07am 
I just joined this group, I think I found my home.
Nightwing52 23 Apr, 2016 @ 8:23pm 
Are there any C# programmers that work with Unity. I worked on Java and C++ before moving to C#, so I have quite a bit of experience with programming, but I would like some people to help me out with a dev team I'm putting together this Summer. I'm the only programmer that's any good on our dev team at this point and I'll REALLY need some help. Just send me a friend request or post on my profile page. Thanks in advance!!! :steamhappy:
zxcv 8 Apr, 2016 @ 10:44pm 
Well I don't see many Java programmers of my kind here :meatytears:
gamestorage 27 Mar, 2016 @ 12:55pm 
if (9 + 10 === 21)
{
console.log("21")
}
else
{
console.log("That vine gets on my nerves so badly!")
}
//Everybody pick a side
ottobite 12 Mar, 2016 @ 10:00pm 
I am guessing you guys are programmers. Well so am I.
[OG] Miss JAZ 11 Nov, 2015 @ 5:29am 
I am looking for a coder for a vs server for Left4dead2.Payment can be arranged. If anyone is interested add me. Thank you.
Kaolin 8 Nov, 2015 @ 8:44am 
guys i know python and im trying to get a job can u point me in the right direction of what else i need to study/know other then python to get a job feel free to add me thank you
Arty 8 Nov, 2015 @ 3:23am 
#<iostream>
#<cstdlib>

using namespace std;

Int main()
{
system("COLOR fc");
cout <<"I just joined this group, how active is it? \n";

system("PAUSE");
return 0;
}
Verigo 2 Nov, 2015 @ 6:29am 
404 NOT FOUND
Scottx125 18 Oct, 2015 @ 5:49am 
If people need help coding or want to learn the basics go here https://www.codecademy.com/ . They offer a wide array of languages and are good at introducing you to coding.