Example
#{example}"); ipb.editor_values.get('templates')['togglesource'] = new Template(""); ipb.editor_values.get('templates')['toolbar'] = new Template(""); ipb.editor_values.get('templates')['button'] = new Template("
Emoticons
"); // Add smilies into the mix ipb.editor_values.set( 'show_emoticon_link', false ); ipb.editor_values.set( 'bbcodes', $H({"snapback":{"id":"1","title":"Post Snap Back","desc":"This tag displays a little linked image which links back to a post - used when quoting posts from the board. Opens in same window by default.","tag":"snapback","useoption":"0","example":"[snapback]100[/snapback]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"topic":{"id":"5","title":"Topic Link","desc":"This tag provides an easy way to link to a topic","tag":"topic","useoption":"1","example":"[topic=1]Click me![/topic]","switch_option":"0","menu_option_text":"Enter the topic ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"post":{"id":"6","title":"Post Link","desc":"This tag provides an easy way to link to a post.","tag":"post","useoption":"1","example":"[post=1]Click me![/post]","switch_option":"0","menu_option_text":"Enter the Post ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"spoiler":{"id":"7","title":"Spoiler","desc":"Spoiler tag","tag":"spoiler","useoption":"0","example":"[spoiler]Some hidden text[/spoiler]","switch_option":"0","menu_option_text":"","menu_content_text":"Enter the text to be masked","single_tag":"0","optional_option":"0","image":""},"acronym":{"id":"8","title":"Acronym","desc":"Allows you to make an acronym that will display a description when moused over","tag":"acronym","useoption":"1","example":"[acronym='Laugh Out Loud']lol[/acronym]","switch_option":"0","menu_option_text":"Enter the description for this acronym (EG: Laugh Out Loud)","menu_content_text":"Enter the acronym (EG: lol)","single_tag":"0","optional_option":"0","image":""},"hr":{"id":"12","title":"Horizontal Rule","desc":"Adds a horizontal rule to separate text","tag":"hr","useoption":"0","example":"[hr]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"1","optional_option":"0","image":""},"php":{"id":"14","title":"PHP Code","desc":"Allows you to enter PHP code into a formatted/highlighted syntax box","tag":"php","useoption":"0","example":"[php]$variable = true;\n\nprint_r($variable);[/php]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"html":{"id":"15","title":"HTML Code","desc":"Allows you to enter formatted/syntax-highlighted HTML code","tag":"html","useoption":"0","example":"[html]\n \n[/html]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"sql":{"id":"16","title":"SQL Code","desc":"Allows you to enter formatted/syntax-highlighted SQL code","tag":"sql","useoption":"0","example":"[sql]SELECT p.*, t.* FROM posts p LEFT JOIN topics t ON t.tid=p.topic_id WHERE t.tid=7[/sql]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"xml":{"id":"17","title":"XML Code","desc":"Allows you to enter formatted/syntax-highlighted XML code","tag":"xml","useoption":"0","example":"[xml]2 Replies - 51 Views - Last Post: Today, 08:58 PM
#1
Reputation: 0
- Posts: 22
- Joined: 30-May 12
Posted Today, 01:35 PM
End of the school year is almost here, and me and my friend want to dedicate the summer to learning C++I've always wondered though. On big programming projects like games and firewall programs, How do multiple people work together on code? I'd imagine it would get very messy.
Anyways...I'm using CodeBlocks right now, but is there another IDE that will let you program together in real-time?
If not, How can we work together on programming?
This post has been edited by noja190: Today, 01:35 PM
Is This A Good Question/Topic? 0
Replies To: Question: Real time Co-Op programming?
#2
Reputation: 6492
- Posts: 23,598
- Joined: 12-June 08
Re: Question: Real time Co-Op programming?
Posted Today, 01:40 PM
Quote
I've always wondered though. On big programming projects like games and firewall programs, How do multiple people work together on code? I'd imagine it would get very messy.
Two things - planning and source control.
Quote
Anyways...I'm using CodeBlocks right now, but is there another IDE that will let you program together in real-time?
I would hope not. That would be.. odd. Pair programming - where you have one person driving and the other looking over their shoulder - bugs me enough I couldn't imagine trying to code around what ever someone is editing the same file you are using.
Quote
If not, How can we work together on programming?
You take your project.. and before you even touch a lick of code you plan. Break it down into manageable pieces, logical parts, set milestones, etc. Then you dole those work chunks out to people. They key is everyone works off the same code repository - be it Team Foundation Server, GITHUB, SVN, etc. Then as people get chunks done you have someone (or that person) integrate that into the code repository and everyone gets a new copy and continues working. It's like building things with legos. Small pieces make up the bigger pieces makes up the Death Star. You know - the whole 'object orientated programming' method.
#3
Reputation: 1948
- Posts: 5,795
- Joined: 05-May 12
Re: Question: Real time Co-Op programming?
Posted Today, 08:58 PM
Yes, pair programming can be very disconcerting the first 30 minutes of doing it. After a while it becomes very natural. It's not for control freaks, though -- specially if the two of you have very different coding styles (eg. different spacing after some keywords, different indentation styles, different naming conventions). On the other hand, it can be very good learning / teaching environment as you both learn little tips and tricks from each other.
Page 1 of 1
Source: http://www.dreamincode.net/forums/topic/321930-question-real-time-co-op-programming/
Evil Dead halle berry kurt cobain Kamala Harris URI Facebook Home Ncaa Basketball Tournament 2013
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন