|
More site info...
Dev Shed Forums - Open Source web development - www.devshed.com | Site profile
|
|
Site profile page for http://www.devshed.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.devshed.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.devshed.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) 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 site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on Dev Shed Forums - Open Source web development:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
2,669
|
9,405
|
25,582
|
|
Post:
|
5,429
|
17,541
|
48,386
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Dev Shed Forums - Open Source web development (http://www.devshed.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
Dev Shed Forums - Open Source web development posting activity graph:
|
|
http://www.devshed.com Alexa graph:
|
Top authors on Dev Shed Forums - Open Source web development during last week:
user's latest post:
The Digital Divide: Why Grandma...
Published (2009-11-19 23:04:00)
LiveScience.com - Grandma doesn't spend much time online - but she would be better off if she did, researchers agree. View the Entire Article
user's latest post:
Dictionary attack
Published (2009-11-19 18:02:00)
Quote: Originally Posted by IOI-RLZ Who cares what he wants to use it for,... I care and I am certain our host does as well. Cocaine and Heroin are also readily available, I suppose you think it's ok to assist an addict at acquiring those? Just because it's out there, doesn't mean we can't discourage it. We certainly don't need to assist in the activity. Sure, it's trivial for any programmer to work out how to do...
user's latest post:
Applet to Swing Problem
Published (2009-11-19 15:57:00)
http://java.sun.com/docs/books/tutorial/2d/index.html ~
user's latest post:
Whats wrong with this?
Published (2009-11-19 13:58:00)
That code looks just like an unrolled loop. What stays the same each time? (That is in the loop as it is) What changes? (That is what varies in the loop)
user's latest post:
Matrix Multiplication
Published (2009-11-19 16:13:00)
Quote: his program is for Matrix Multiplication When i compile this program, i get an error. I can't rectify the error, Please help me out Thank You You see I had this much figured out already you didn't need to mention this. You need to tell us what error at what line you're getting. Don't expect us reformat your code, compile it, debug it and serve you on a platter. Use code tags and indentation and mention where...
user's latest post:
Writing string to file.
Published (2009-11-19 22:34:00)
Also use the & operator to concatenate the string. Using the + operator can give strange results when a numerical variable is used in the concatenation.
user's latest post:
Using Word instead of Integer
Published (2009-11-19 18:08:00)
Without knowing any specifics which might influence the decision the answer would be the reverse in a 32 bit environment. In a 32 bit world integer is the native size (4 bytes) that the computer manages so it will be more efficient. Not that you are likely to notice that unless you are looping millions of times. The other problem with word is that it has a smaller range, so you certainly could not go round the loop more than 65535 times.
user's latest post:
Trouble with menu
Published (2009-11-19 16:21:00)
demusti - how are you generating your HTML/CSS? You're using code from Free CSS Templates which I've found to be usually very good. I would encourage you to start with a few changes at a time and make sure that the changes (1) validate with the w3.org validators and (2) look good in at least i.e. and Firefox. It is a pain - no doubt - but you will quickly get a feel for what is broken and what is not. Additionally, you'll want...
|
|
|
Top 10 active forums on Dev Shed Forums - Open Source web development during last week:
|
|
Top 10 forums on Dev Shed Forums - Open Source web development:
PHP Development
- 50,627 posts
|
Business News
- 30,995 posts
|
Technology News
- 30,187 posts
|
Science News
- 24,768 posts
|
MySQL Help
- 21,822 posts
|
C Programming
- 21,400 posts
|
Java Help
- 19,800 posts
|
JavaScript Development
- 18,573 posts
|
CSS Help
- 15,247 posts
|
Perl Programming
- 9,677 posts
|
|
|
|
|
Latest active threads on Dev Shed Forums - Open Source web development:
Started 1 day, 8 hours ago (2009-11-20 13:33:00)
by nattylife
Quote: Originally Posted by spiriad Hello there,
I have the following situation : I have a moving ball in a rectangular 2D chamber. When the ball touches the walls of the chamber it changes it's direction. It is simple to implement the ball movement when the chamber is empty ( it has only 4 walls). My question is , how to I implement the movement of the ball in a ...
Started 2 days, 9 hours ago (2009-11-19 13:12:00)
by kiteless
What does "it stops working" mean? Nothing happens? Blank email? Error in the log files? You've got to be a lot more specific.
Started 1 day, 7 hours ago (2009-11-20 14:38:00)
by mitakeet
Without taking the time to RTFM and only looking at the error message, my guess is RSA_generate_key() returns a pointer and you are trying to assign it to an integer value. Alternatively one (or more) of the arguments you are providing as NULL actually require a valid integer value.
No substitute for RTFM!
Started 3 days, 6 hours ago (2009-11-18 15:51:00)
by mike65535
That's a lot of printing!
Do you also have to handle combinations with fewer than the "20"?
Started 1 day, 8 hours ago (2009-11-20 14:25:00)
by pgFrank
Just echo your query and see what's going wrong. When the database says your integer isn't an integer, the database is right. Might be a space, might be a slash, just check.
And talking about checks, why don't you validate anything?
|
|
Hot threads for last week on Dev Shed Forums - Open Source web development:
Started 4 days, 13 hours ago (2009-11-17 09:23:00)
by str23
these are the other questions i have to do
if i fail these i will fail university lol
3) Output the row number of every row that includes a black pixel:
1 2 3 4 5 6
4) Output the row number of the last line that contains a black pixel.
6
5) Output number of rows that are completely white.
2
Started 4 days, 22 hours ago (2009-11-17 00:17:00)
by Scorpions4ever
throw an exception. It will unwind the stack properly and jump to a proper exception handler.
Code:
class MyExceptionClass {
};
void top_level_function(void)
{
try {
do_some_function();
}
catch (MyExceptionClass e) {
// Do something here
}
}
void do_some_function(void)
{
Resource1 res1;
ifstream infile("foo...
Started 4 days, 7 hours ago (2009-11-17 15:21:00)
by jwdonahue
Read this .
Visual Studio is an IDE that has been around for a long time. There's many versions of it. Which one are you using?
I am not aware of any configuration setting or command line switch that will force doubles to float. You could try configuring your project to use verbose output in the build log. Then you can check all of the command line arguments given to the ...
Started 1 week, 3 days ago (2009-11-11 16:57:00)
by jwdonahue
Other than "will someone please do my work for me?" was there a question in there that I missed?
You need to read this:
http://forums.devshed.com/c-program...rst-259106.h tml
before you dig your hole any deeper.
Started 5 days, 1 hour ago (2009-11-16 21:23:00)
by Yawmark
Quote: I need hints on completing the add, subtract, iszero and compare method.
The requirement as stated is a pretty darn good hint (see below). What did you find confusing about the following?
Quote: The class must provide a public method isZeroDollar() with no parameters that returns true if the dollar amount represented by the calling Money ...
Started 1 week, 2 days ago (2009-11-12 14:54:00)
by IOI-RLZ
Where do you declare compatability1/2/3/4 ?
Started 1 week ago (2009-11-14 16:18:00)
by dwise1_aol
From your socket() call, it appears that you are trying to use TCP/IP. So why are you using AF_UNSPEC instead of AF_INET?
Started 5 days, 14 hours ago (2009-11-16 08:29:00)
by jzd
Sorry, but I got lost reading this question. It sounds like you are really thinking about the problem at hand. If you could simplify your question, I might take another look at it.
Edit: spelling.
Started 6 days, 7 hours ago (2009-11-15 14:45:00)
by mahcuz
Nothing obvious jumps out at me. However, do a print_r() on your $_POST array to check what it contains (that the array is being populated) and post the data back here.
php script:
PHP Code:
<?php
print_r ( $_POST );
Started 1 week ago (2009-11-14 03:29:00)
by tbankar
Hi there,
Your first query seems fine to me.
Can you post dump of your data, so that we can test query on it.
regards
|
|