Search Results

Showing results 1 to 35 of 35
Search took 0.01 seconds.
Search: Posts Made By: serfurj
Forum: Python Dec 22nd, 2004
Replies: 15
Views: 6,091
Posted By serfurj
i didn't know that. are you sure??
Forum: C Dec 11th, 2004
Replies: 5
Views: 2,491
Posted By serfurj
thanks for the replies. i think i'm going to buy "C Programming Language : ANSI C Version, by Brian W. Kernighan, Dennis Ritchie".
Forum: Search Engine Optimization Dec 10th, 2004
Replies: 10
Views: 4,646
Posted By serfurj
here are other experimental tools: http://labs.google.com/
Forum: C Dec 10th, 2004
Replies: 5
Views: 2,491
Posted By serfurj
i wonder why anyone would want to write non-standard code.
Forum: DaniWeb Community Feedback Dec 10th, 2004
Replies: 12
Views: 4,095
Posted By serfurj
it actually happens in firefox as well. i'm suprised it doesn't do that for you.

i don't think firefox is stable on linux yet. see this post (http://forums.gentoo.org/viewtopic.php?t=206706).
Forum: DaniWeb Community Feedback Dec 10th, 2004
Replies: 12
Views: 4,095
Posted By serfurj
i'm using gentoo linux and mozilla 1.7.3. thanks a lot!
Forum: DaniWeb Community Feedback Dec 10th, 2004
Replies: 12
Views: 4,095
Posted By serfurj
yes, it must be a bug with google. i noticed it on another site as well.
Forum: C Dec 10th, 2004
Replies: 5
Views: 2,491
Posted By serfurj
i've been reading a lot of the posts here to help me learn C. the problem is, much of the code is written for other compilers (i use gcc). i didn't know there was compiler-specific code until i...
Forum: Search Engine Optimization Dec 10th, 2004
Replies: 10
Views: 4,646
Posted By serfurj
wow, that's pretty useful.
Forum: C++ Dec 10th, 2004
Replies: 8
Views: 2,953
Posted By serfurj
http://www.infosys.utas.edu.au/info/documentation/C/CStdLib.html
Forum: DaniWeb Community Feedback Dec 10th, 2004
Replies: 12
Views: 4,095
Posted By serfurj
here are the screenshots. i think that explains it best.
Forum: DaniWeb Community Feedback Dec 10th, 2004
Replies: 12
Views: 4,095
Posted By serfurj
i didn't notice a difference. are you using mozilla?
Forum: Growing an Online Community Dec 10th, 2004
Replies: 3
Views: 2,811
Posted By serfurj
i decided not to do any ranks/titles for the time being. maybe i'll start a thread on the topic later on. i think a lot of the people who are using it are used to email lists and they might not...
Forum: Growing an Online Community Dec 9th, 2004
Replies: 3
Views: 2,811
Posted By serfurj
i'm trying to decide what my ranking system will be and am not sure what post-intervals to use. i've noticed that popular forums have larger intervals. should i wait to see how popular the site...
Forum: Growing an Online Community Dec 9th, 2004
Replies: 27
Views: 7,068
Posted By serfurj
good suggestions.. thanks. i think one thing that really helps a forum get started is word of mouth. i've been trying to spread the word lately and have been getting more posts.
Forum: Website Reviews Dec 9th, 2004
Replies: 11
Views: 4,718
Posted By serfurj
the first thing i noticed about your site is that your photo is stretched out horizontally. do you use a program to generate the html? why even define the width and height of the image?
Forum: DaniWeb Community Feedback Dec 9th, 2004
Replies: 12
Views: 4,095
Posted By serfurj
could the "sponsored link" boxes be made just a few pixels taller? when i'm scrolling down a page with the mouse wheel and go over a box, the page stops scrolling, and the "sponsored link" box...
Forum: C++ Dec 9th, 2004
Replies: 4
Views: 3,163
Posted By serfurj
Forum: MySQL Dec 9th, 2004
Replies: 0
Views: 3,678
Posted By serfurj
has anyone used embedded mysql in their app? please share your experiences. i'm contemplating whether or not to do it.

i may just use XML. i know it's improper, but a lot of commercial apps...
Forum: Windows Software Dec 9th, 2004
Replies: 7
Views: 64,579
Posted By serfurj
if i register my gmail account here, will i get all the junk mail that hotmail users get?
Forum: Growing an Online Community Dec 9th, 2004
Replies: 27
Views: 7,068
Posted By serfurj
okay, i understand. thanks for explaining. great job on these forums by the way.
Forum: C++ Dec 9th, 2004
Replies: 2
Views: 1,716
Posted By serfurj
this is a pretty standard first program:
#include <iostream.h>
int main() {
cout << "Hello, World!" << endl;
return 0;
}
Forum: Window and Desktop Managers Dec 8th, 2004
Replies: 10
Views: 5,279
Posted By serfurj
i use fluxbox. it's all i need. when i look for any software (or just about anything) i expect it to do one thing, and do it well.
Forum: Growing an Online Community Dec 8th, 2004
Replies: 27
Views: 7,068
Posted By serfurj
thanks for the replies.

i just read the forum policy, after seeing that my forum URL had been removed from my original post in this thread. so why is it that threads like this...
Forum: C++ Dec 8th, 2004
Replies: 4
Views: 3,163
Posted By serfurj
what is the answer? i get these errors when compiling the program:
gcc -o dates dates.cpp
dates.cpp: In function `int DayCalculation(int, int, int, int, int, int)':
dates.cpp:67: warning:...
Forum: PHP Dec 8th, 2004
Replies: 7
Views: 1,977
Posted By serfurj
i'm not sure how my post is totally irrelevant. perhaps i shouldn't have said that we're on the "topic" of scripting languages, but instead that this is a thread in the c/c++ forum and i'm...
Forum: PHP Dec 8th, 2004
Replies: 7
Views: 1,977
Posted By serfurj
mikeandike22,
did you read the question?
Forum: PHP Dec 8th, 2004
Replies: 7
Views: 1,977
Posted By serfurj
while we're on the topic of scripting languages, here's a dirty hack in python:
l = []
for i in range(1,10):
if i % 2 != 0:
l.append(i)
for i in range(1,6)[::-1]:
print...
Forum: C Dec 7th, 2004
Replies: 8
Views: 19,798
Posted By serfurj
Forum: Growing an Online Community Dec 7th, 2004
Replies: 27
Views: 7,068
Posted By serfurj
i have a forum for a relatively small (but rapidly growing) niche of researchers worldwide. it's been really slow getting it going.. very low traffic. do you think people will use it? are low traffic...
Forum: C Dec 7th, 2004
Replies: 6
Views: 2,460
Posted By serfurj
here's some more info on it:
http://www-numi.fnal.gov/offline_software/srt_public_context/WebDocs/Companion/cxx_crib/member_selection.html
Forum: C Dec 7th, 2004
Replies: 8
Views: 19,798
Posted By serfurj
not from my experience. every time i buy a programming book, it ends up sitting on the shelf while i find the best documentation online.
Forum: Computer Science Dec 7th, 2004
Replies: 10
Views: 9,438
Posted By serfurj
do you know about texmacs? it seems to be just what you're looking for. here's a site describing how to get it running on windows: http://www.fmi.uni-passau.de/~seidl/texmacs/tmtour.html
Forum: C++ Dec 7th, 2004
Replies: 4
Views: 2,444
Posted By serfurj
i'm also a bit confused. for example, all of the following code works just fine:
#include <stdio.h>

main()
{
char c[100];
scanf("%s", &c);
printf("test %s", &c);
}
#include <stdio.h>
Forum: C++ Dec 7th, 2004
Replies: 2
Views: 1,681
Posted By serfurj
can C programs use iostream? i've done it in C++, and read that it can be done in C, but i keep getting compilation errors.

#include <iostream>
using namespace std;

main()
{
cout << "test";...
Showing results 1 to 35 of 35

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC