iSTORYA.NET

Go Back   iSTORYA.NET > Science & Technology > Software & Games > Programming
: :

Register FAQ Members List Calendar Mark Forums Read

Programming :: Programming related discussions ::

Reply
LinkBack Thread Tools
  #1  
Old 07-28-2005, 08:07 AM
Quis custodiet ipsos custodes?
vern is offline
vern's Avatar
Join Date: Feb 2003
Gender: Male
Posts: 7,778
Default Programming/Scripting Forum Guidelines

These aren't rules ... but just general guidelines that people should follow.

1. Programming/Scripting deals with code and the development of such code.
2. If you have a unique programming/scripting problem, don't hesitate to create a new topic. You do not need to post all C++/PHP/Perl/Java/etc questions in one thread.
3. Make use of the "code" BBcode. Text within will retain their original formatting. More information available here:

http://www.istorya.net/forums/index.php?action=help

Example (from one of the posts):

Code:
#include

main()
{
  int *a, *s, i;

  s = a = (int *) malloc( 4 * sizeof(int));

  for (i=0; i<4; i++) *(a+i) = i * 10;

  printf("%d\n", *s++);
  printf("%d\n", (*s)++);
  printf("%d\n", *s);
  printf("%d\n", *++s);
  printf("%d\n", ++*s);
}
More to come ...

Last.FM Last Played Songs

Blogging @ ribbed.us
Visit the local gaming forum! ... BFWGaming
With $10,000, we'd be millionaires! We could buy all kinds of useful things like...love!
I DON'T USE OR VISIT BUY/SELL, HENCE I DON'T MODERATE IT.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 08-02-2005, 07:49 PM
Junior Member
gloryhunter is offline
Join Date: May 2005
Posts: 310
Default Re: Programming/Scripting Forum Guidelines

I saw a thread that the titled has modified the title to 'Problem Solved, please close this thread'. How selfish. It should no be renamed so that it will be considered as knowledge base and other people can still read it.

This is not just a help forum right? It's also sharing of knowledge. So can you do something about it?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 08-08-2005, 01:58 PM
Quis custodiet ipsos custodes?
vern is offline
vern's Avatar
Join Date: Feb 2003
Gender: Male
Posts: 7,778
Default Re: Programming/Scripting Forum Guidelines

The topic starter chose to change the subject. That is his choice, not ours. The post is still there, if someone wants to post a follow-up, that is his prerogative. I don't see the point of your complaint or whatever you call it.

Last.FM Last Played Songs

Blogging @ ribbed.us
Visit the local gaming forum! ... BFWGaming
With $10,000, we'd be millionaires! We could buy all kinds of useful things like...love!
I DON'T USE OR VISIT BUY/SELL, HENCE I DON'T MODERATE IT.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 03-15-2006, 01:09 AM
Junior Member
DarkMatter is offline
Join Date: Feb 2006
Posts: 39
Default Re: Programming/Scripting Forum Guidelines

Quote:
Originally Posted by vern
These aren't rules ... but just general guidelines that people should follow.

1. Programming/Scripting deals with code and the development of such code.
2. If you have a unique programming/scripting problem, don't hesitate to create a new topic. You do not need to post all C++/PHP/Perl/Java/etc questions in one thread.
3. Make use of the "code" BBcode. Text within will retain their original formatting. More information available here:

http://www.istorya.net/forums/index.php?action=help

Example (from one of the posts):

Code:
#include

main()
{
 int *a, *s, i;

 s = a = (int *) malloc( 4 * sizeof(int));

 for (i=0; i<4; i++) *(a+i) = i * 10;

 printf("%d\n", *s++);
 printf("%d\n", (*s)++);
 printf("%d\n", *s);
 printf("%d\n", *++s);
 printf("%d\n", ++*s);
}
More to come ...
Btaw.. I've noticed this formatting not being used by many.. they should make use of the BBcode for posting codes/scripts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 03-13-2009, 06:53 PM
Junior Member
istong is offline
istong's Avatar
Join Date: Feb 2009
Gender: Male
Posts: 51
Default

genius code... nice logic.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 05-11-2009, 09:41 PM
Junior Member
Soligor is offline
Join Date: Jun 2008
Posts: 35
Default

nosebleed ko ani!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 05-11-2009, 09:43 PM
Junior Member
Soligor is offline
Join Date: Jun 2008
Posts: 35
Default

i want to learn programming...what program should i start with?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 05-29-2009, 01:12 PM
Junior Member
DthronE is offline
Join Date: Jan 2007
Posts: 38
Default

VB 6 programer friendly i think.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-22-2009, 07:22 PM
Junior Member
ic3s is offline
Join Date: Feb 2007
Posts: 437
Default

unsaon mana inyong pasabot na BBcode?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 07-23-2009, 09:09 AM
Elite Member
Deathnote is offline
Deathnote's Avatar
Join Date: Jul 2008
Gender: Male
Posts: 1,164
Default

bbcodes is a markup language use for message boards bro...simply put, if u want to post a post with codes inclose it on this tags

["CODE"]fasdfadfadfadfadfadfadfadf["/CODE"]...just take the parenthesis off

sry just read this thread...ill use one next time i post
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 07-24-2009, 01:43 PM
Junior Member
ic3s is offline
Join Date: Feb 2007
Posts: 437
Default

i see.. for message board diay. thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 10-18-2009, 03:13 PM
Junior Member
squall_idiot is offline
squall_idiot's Avatar
Join Date: Oct 2009
Gender: Male
Posts: 26
Smile help me about hp

pwd ask ninyo dha .....

knsa kahbaw mo program about hp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +8. The time now is 07:56 PM.


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
(c) 2002-2009 iSTORYA.NET | Design by DrE | Modifications by BeoR