Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Programming Talk | Forum profile

Forum profile page for Programming Talk on http://ubuntuforums.org. This report page is the aggregated overview from a single forum: Programming Talk, located on the Message Board at http://ubuntuforums.org. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Programming Talk" on the Message Board at http://ubuntuforums.org is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Ubuntu Forums - Online Community - Programming Talk (site profile, domain info ubuntuforums.org)
Title: Programming Talk
Url: http://ubuntuforums.org/forumdisplay.php?s=11e5...
Users activity: 3 posts per thread
Forum activity: 0 active threads during last week
 

Posting activity on Programming Talk:

  Week Month 3 Months
Threads: 0 0 489
Post: 0 0 1,489
 

Programming Talk Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

No active authors during last week.

 

Latest active threads on Programming Talk::

Ubuntu Forums - Online Community
Started 2 months, 3 weeks ago (2009-09-11 00:00:00)  by M4rotku
bump
Thread:  Show this thread (7 posts)   Thread info: Odd problem with Python and GTK Size: 67 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Odd problem with Python and GTK :: Programming Talk :: Ubuntu Forums - Online Community"
Ubuntu Forums - Online Community
Started 2 months, 2 weeks ago (2009-09-15 17:12:11)  by Habbit
Simple if you know your basic math, just take ceil(log10(n+1)).
Thread:  Show this thread (4 posts)   Thread info: [octave/matlab] I want to add the number of digits in a number Size: 126 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [octave/matlab] I want to add the number of digits in a number :: Programming Talk :: Ubuntu Forums - Online Community"
Ubuntu Forums - Online Community
Started 2 months, 2 weeks ago (2009-09-15 17:11:34)  by dribeas
In the general case, if you have two classes that depend on each other and one dependency is only on references or pointers, you can forward declare one of them before declaring the other, and define the methods after both are declared: Code: struct X; struct Y { Y( X & other ); // arguments (passed by pointer/reference/value are allowed) X f(); // return values are ...
Thread:  Show this thread (2 posts)   Thread info: [C++] When two classes call on each other? Size: 1,081 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [C++] When two classes call on each other? :: Programming Talk :: Ubuntu Forums - Online Community"
Ubuntu Forums - Online Community
Started 2 months, 3 weeks ago (2009-09-12 06:58:08)  by StunnerAlpha
I have seen a similar ranking of languages from another source not too long ago... so I would imagine it is definitely in the ballpark...
Thread:  Show this thread (35 posts)   Thread info: The most popular programming language Size: 200 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: The most popular programming language :: Programming Talk :: Ubuntu Forums - Online Community"
Ubuntu Forums - Online Community
Started 1 year, 6 months ago (2008-05-09 10:14:54)  by Ann.A
another way to think about it could be: Code: a = [1, 2, 3, 4] b = [] b.extend(a) a.append(5) print b b would print [1, 2, 3, 4]
Thread:  Show this thread (9 posts)   Thread info: python variables Size: 497 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: python variables :: Programming Talk :: Ubuntu Forums - Online Community"
Ubuntu Forums - Online Community
Started 2 months, 2 weeks ago (2009-09-15 15:23:41)  by hofsmo
A list will probably do the job PHP Code: >>> counter = 1 >>>for k in range ( 1 , 11 ): number [ counter ]= k counter = counter + 1
Thread:  Show this thread (5 posts)   Thread info: python declaring varibles Size: 1,594 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: python declaring varibles :: Programming Talk :: Ubuntu Forums - Online Community"
Ubuntu Forums - Online Community
Started 2 months, 2 weeks ago (2009-09-15 15:23:18)  by infestor
nothing?
Thread:  Show this thread (3 posts)   Thread info: how to make kdesvn remember passwords? Size: 186 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to make kdesvn remember passwords? :: Programming Talk :: Ubuntu Forums - Online Community"
Ubuntu Forums - Online Community
Started 2 months, 2 weeks ago (2009-09-14 19:22:32)  by linkmaster03
java.sh Code: #!/bin/bash echo -e "//Java stuff//More java stuff" > $1 gedit $1 ./java.sh <filename> What is happening here is you are using echo to create and insert text into the file (-e allows to be translated into actual newlines), and gedit to open that file.
Thread:  Show this thread (8 posts)   Thread info: script help Size: 655 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: script help :: Programming Talk :: Ubuntu Forums - Online Community"
Ubuntu Forums - Online Community
Started 2 months, 2 weeks ago (2009-09-14 00:00:00)  by Johnsie
Thanks, I punched your code in and it worked fine. Must've been the line feeds. BTW how did you get an error message? At the moment I'm just guessing what the errors are! A dubber of some sorts would be nice.
Thread:  Show this thread (14 posts)   Thread info: Javascript - set .innerHTML Size: 272 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Javascript - set .innerHTML :: Programming Talk :: Ubuntu Forums - Online Community"
 

Hot threads for last week on Programming Talk::

No active threads for last week.