Xbox 360 Forum  

Go Back   Xbox 360 Forum > Off-Topic Forums > Water Cooler
Home Forums Register Blogs FAQ Live Leaderboard Search Today's Posts Mark Forums Read

Water Cooler Off-topic general discussion forums for all things non Xbox.

Reply
Old 06-27-2008, 07:21 AM   #51
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
5/5 sssss4070
IllBashU is offline
lets see u draw a logo its harder then u think... on top of that i cant use photoshop so i cant use the editor that i good with...

btw thats because its not colored...
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Operating System Logo
Old 06-27-2008, 07:23 AM   #52
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
15/20 20/20
Today Posts
5/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
And let's see you write an OS. Or any program. (Hello World doesn't count)

And I'll admit that I suck complete ass at art. That's why I'm not making a logo myself.
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Operating System Logo
Old 06-27-2008, 07:27 AM   #53
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
5/5 sssss4070
IllBashU is offline
i am getting there.... just watch in a year i beat u down with my 1337 Art and programing skills
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Operating System Logo
Old 06-27-2008, 07:31 AM   #54
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
15/20 20/20
Today Posts
5/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
Oh, is that when your Hello World program in Python is going to be debugged?
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Operating System Logo
Old 06-27-2008, 08:14 AM   #55
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
5/5 sssss4070
IllBashU is offline
LOL no, i will learn to make a program by then...
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Operating System Logo
Old 06-27-2008, 08:31 AM   #56
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
15/20 20/20
Today Posts
5/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
Nothing useful.

And, once again, you've steered this thread off course.

__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Last edited by paintba||er; 06-27-2008 at 08:33 AM.
Re: Operating System Logo
Old 06-27-2008, 08:49 AM   #57
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
5/5 sssss4070
IllBashU is offline
i cant help it, its my talent i shell learn to make a calculator XD
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Operating System Logo
Old 06-27-2008, 06:57 PM   #58
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
5/5 sssss4070
IllBashU is offline
look at that pic the dircection we are takeing is one way, so we cant turn back now
spam
spam
spam
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Operating System Logo
Old 06-27-2008, 07:41 PM   #59
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
15/20 20/20
Today Posts
5/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
Quote:
Originally Posted by IllBashU View Post
i cant help it, its my talent i shell learn to make a calculator XD
That's too easy.

Code:
#include <stdio.h>

//All numbers will be truncated!                                                   

int main(int argc, char *argv[]){

     int num1=atoi(argv[2]);
     int num2=atoi(argv[3]);

     if(argc != 4){
          printf("\nRTFM n00b!\n\n");
          return 1;
     }
     else{
       if(strcmp(argv[1], "-a") == 0)
               printf("\n%d\n\n", num1+num2);
       else if(strcmp(argv[1], "-s") == 0)
               printf("\n%d\n\n", num1-num2);
       else if(strcmp(argv[1], "-m") == 0)
               printf("\n%d\n\n", num1*num2);
       else if(strcmp(argv[1], "-d") == 0)
               printf("\n%d\n\n", num1/num2);
          else{
               printf("\nRTFM n00b\n\n");
               return 1;
          }
     }
     return 0;
}
It could've been done more elegantly, but I just did it in a few minutes, so, meh.

Oh, and note that it's not tested...

Also, I hate the way this forum removes \'s. So you have to escape them by using another \. And if you edit it, or preview it then you have to do it again.

Quote:
Originally Posted by IllBashU View Post
look at that pic the dircection we are takeing is one way, so we cant turn back now
spam
spam
spam
STFU!
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Last edited by paintba||er; 06-27-2008 at 07:51 PM.
Re: Operating System Logo
Old 06-27-2008, 09:42 PM   #60
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
5/5 sssss4070
IllBashU is offline
i am not an idiot, stupid...

Code:
#include <stdio.h>

//All numbers will be truncated!                                                   

int main(int argc, char *argv[]){

     int num1=atoi(argv[2]);
     int num2=atoi(argv[3]);

     if(argc != 4){
          printf("nRTFM n00b!nn");
          return 1;
     }
     else{
       if(strcmp(argv[1], "-a") == 0)
               printf("n%dnn", num1+num2);
       else if(strcmp(argv[1], "-s") == 0)
               printf("n%dnn", num1-num2);
       else if(strcmp(argv[1], "-m") == 0)
               printf("n%dnn", num1*num2);
       else if(strcmp(argv[1], "-d") == 0)
               printf("n%dnn", num1/num2);
          else{
               printf("nRTFM n00bnn");
               return 1;
          }
     }
     return 0;
}
that just prints RTFM n00b
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Operating System Logo
Old 06-27-2008, 09:44 PM   #61
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
15/20 20/20
Today Posts
5/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline


Fu¢ktard. Give it a -a, -s, -m, or -d parameter, and two numbers.
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Last edited by paintba||er; 06-27-2008 at 10:09 PM.
Re: Operating System Logo
Old 06-28-2008, 01:25 AM   #62
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
5/5 sssss4070
IllBashU is offline
btw my drawing doesn't have a mask look at the pic i drew it from and you'll see what i was getting at...
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Operating System Logo
Old 06-28-2008, 01:27 AM   #63
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road