STEAM-RYHMÄ
The Programmers TP
STEAM-RYHMÄ
The Programmers TP
4
PELISSÄ
23
PAIKALLA
Perustettu
8. marraskuuta 2009
Sijainti
Denmark 
64 kommenttia
Tixera 24.3. klo 4.54 
add me <3
Adam 26.3.2020 klo 9.28 
http://psteamcommunity.yuanyoumao.com/profiles/76561198039023474

REPORT HIM

He's a fake steam support guys!

Report that cancer
GordinhoTchutchuco 16.1.2020 klo 3.04 
Need some help with a small simple python 3.0 program
Feel free to add me if you could help me :praisesun:
Dinar 17.11.2018 klo 16.40 
hi I need help programmers
zaphodikus 15.10.2018 klo 5.28 
Steam API? is there a group for steam api users?
Sjos 28.9.2018 klo 1.40 
Hey! does anyone wanna team up with me to build a game? if so send me a friend request :D
Drama CRL 15.9.2018 klo 16.38 
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.7.2018 klo 16.24 
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.7.2018 klo 16.19 
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.7.2018 klo 16.19 
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.");
}

}
ako 14.6.2018 klo 20.11 
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 28.5.2018 klo 4.18 
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 27.5.2018 klo 0.51 
public class Steam{
public static void main(String[]args){
System.out.println("Hello guys!");
}
}
Edwill3456 27.5.2018 klo 0.47 
#include <iostream>
using namespace std;
int main()
{
cout<<"I am new here!"<<endl;
return 0;
}
LeRoi 1.5.2018 klo 21.17 
System.out.println("Heyho all o/");
Coneyko 5.2.2018 klo 16.59 
printf( "Hellooooo :D" );
KodoZodo 2.2.2017 klo 19.23 
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 24.1.2017 klo 5.11 
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 23.1.2017 klo 15.12 
hi am a programmer in game development please add me as your friends.
neena.derick 23.1.2017 klo 15.11 
hi nice to see u all guys here.....
Alvinmarc 22.1.2017 klo 6.56 
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 15.1.2017 klo 11.51 
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.1.2017 klo 21.00 
: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 19.12.2016 klo 4.36 
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://psteamcommunity.yuanyoumao.com/groups/universeconstructor
Alvinmarc 18.12.2016 klo 7.06 
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! 18.12.2016 klo 6.37 
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://psteamcommunity.yuanyoumao.com/groups/CAF3D
Alvinmarc 14.11.2016 klo 13.30 
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) 14.11.2016 klo 4.57 
Hey check out my gaming/giveaway group! :)
[[ http://psteamcommunity.yuanyoumao.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 10.10.2016 klo 5.47 
Hi
Double Deez Nuts 8.10.2016 klo 5.00 
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 11.8.2016 klo 12.04 
You mean Dual Boot Nightwing? If you mean that yeah sure you can. What Linux Distro you looking at?
Nightwing52 10.8.2016 klo 15.04 
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.8.2016 klo 15.01 
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 7.8.2016 klo 13.38 
Youtube videos man. Stack overflow is also bound to have some stuff NightWing :)
Nightwing52 3.8.2016 klo 23.25 
Do ya'll know of any good resources for learning OpenGL? Books, videos, etc. Kinda hard to find. :steamsad:
Nightwing52 20.5.2016 klo 6.20 
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 15.5.2016 klo 14.12 
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 5.5.2016 klo 8.31 
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 25.4.2016 klo 0.07 
I just joined this group, I think I found my home.
Nightwing52 24.4.2016 klo 11.23 
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 9.4.2016 klo 13.44 
Well I don't see many Java programmers of my kind here :meatytears:
gamestorage 28.3.2016 klo 3.55 
if (9 + 10 === 21)
{
console.log("21")
}
else
{
console.log("That vine gets on my nerves so badly!")
}
//Everybody pick a side
ottobite 13.3.2016 klo 14.00 
I am guessing you guys are programmers. Well so am I.
[OG] Miss JAZ 11.11.2015 klo 21.29 
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 9.11.2015 klo 0.44 
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.11.2015 klo 19.23 
#<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.11.2015 klo 22.29 
404 NOT FOUND