Search Results

Showing results 1 to 40 of 58
Search took 0.01 seconds.
Search: Posts Made By: desiguru
Forum: C 27 Days Ago
Replies: 3
Views: 190
Posted By desiguru
OK now I kinda get it.

So first I have to write the program then simply call the function by a.out < file.dat right?
Forum: C 27 Days Ago
Replies: 3
Views: 190
Posted By desiguru
I have a file called file.dat and have to write a program called sdev.c which adds up all of the numbers in file.dat from each line. (Assuming that one number is per line)

which has to open like...
Forum: Website Reviews Aug 9th, 2009
Replies: 3
Views: 324
Posted By desiguru
Hi! Thank you very much for your feedback. Today I had sometime so I was able to add few more text to the homepage. Also, I have removed the Google Ads from all of the pages and left it only on the...
Forum: MySQL Jul 30th, 2009
Replies: 1
Views: 299
Posted By desiguru
I have a database with about 150 tables in it.

Now I wanted to copy all of the tables with something like tablename_copy at the end of each table.

Also the data that will go in each of the...
Forum: Networking Hardware Configuration Jul 30th, 2009
Replies: 4
Views: 602
Posted By desiguru
Install DD-WRT.
Forum: Website Reviews Jul 26th, 2009
Replies: 3
Views: 389
Posted By desiguru
We have just completed three days work with updaing our website interface.

http://www.fileop.com/

Please post any comments anyone have.
Forum: Website Reviews Jul 14th, 2009
Replies: 3
Views: 324
Posted By desiguru
I made a website today for file hosting

The features are

* Unlimited Storage
* Up to 1GB per file (Registered users)
* Up to 400MB per file (Visitors)
* Unlimited Uploads
...
Forum: Network Security Jul 14th, 2009
Replies: 2
Views: 587
Posted By desiguru
Yes this can be done using a software called NetLimiter

http://www.netlimiter.com/

Take a look at this screen shot

http://www.netlimiter.com/img/scrshots/nl2shot_limit.png
Forum: HTML and CSS Jul 14th, 2009
Replies: 4
Views: 638
Posted By desiguru
Try this:
<div align="center">
footer code
</div>
Forum: Windows NT / 2000 / XP Jul 14th, 2009
Replies: 2
Views: 211
Posted By desiguru
Have you tried restoring your system to previous day?
Forum: JavaScript / DHTML / AJAX Jul 14th, 2009
Replies: 6
Views: 1,470
Posted By desiguru
It's a javascript error I believe.
Forum: Motherboards, CPUs and RAM Jul 14th, 2009
Replies: 4
Views: 283
Posted By desiguru
Well one thing you can do is use something like Hiren's BootCD to wipe out the Hard drive and then Use just a regular Windows XP or vista cd to boot from.
Forum: MS Access and FileMaker Pro Jun 2nd, 2009
Replies: 0
Views: 445
Posted By desiguru
I have four to five different Databases and each one has its own forms.

I want to make an HTML page which has Four buttons and when you click on any one of the button it takes you to the...
Forum: MySQL Feb 4th, 2009
Replies: 1
Views: 705
Posted By desiguru
How do I analyze all tables in a database?
Forum: MySQL Feb 3rd, 2009
Replies: 3
Views: 1,232
Posted By desiguru
Sorry how do you update only one column?
Forum: MySQL Feb 2nd, 2009
Replies: 1
Views: 482
Posted By desiguru
In my mysql table there are following values:

ID (unique)(Auto incre.)
INI
URL
Name
DeprSize
Dept. Location
Knownsince
MeetingNotes
Forum: MySQL Jan 28th, 2009
Replies: 3
Views: 1,232
Posted By desiguru
I have a column "ID" in a table, and I need to move that to another table in the same database. How do I do this?
Forum: JavaScript / DHTML / AJAX Jan 27th, 2009
Replies: 1
Views: 737
Posted By desiguru
I want to create a user feedback form something like this:

When a user clicks on a link like:

Send Feedback

The box size 200 X 200 would open right under it where users can provide feedback...
Forum: MySQL Jan 21st, 2009
Replies: 0
Views: 446
Posted By desiguru
So I have a sql query


SELECT *
FROM `database`
ORDER BY `database`.`Name` DESC


Is there anyway to index this so it uses a lot less Handler_read_rnd_next
Forum: PHP Jan 21st, 2009
Replies: 3
Views: 625
Posted By desiguru
Yep this helped a lot. Thank you guys.
Forum: PHP Jan 19th, 2009
Replies: 3
Views: 625
Posted By desiguru
In my mysql data is something like this

Name 1.0
Name 6.0
Name 5.2
Name 4.8
Name 10.00.258

now when I short that column it shows up like
Forum: PHP Jan 3rd, 2009
Replies: 3
Views: 700
Posted By desiguru
For some reason when i was creating my database I messed up in inserting data into mysql and now all dates are in

yyyy-mm-dd format so when the data are displayed it seems like

(2007-06-26)
...
Forum: PHP Dec 21st, 2008
Replies: 2
Views: 2,841
Posted By desiguru
How do i escape a string that includes a lot of ' and "

Here is my sql inser query's some part


VALUES...
Forum: PHP Dec 20th, 2008
Replies: 2
Views: 680
Posted By desiguru
I have a table that is something like this:

(table name: sites)

ID----FileName-----FileAddress----About
1----website1-------google.com----Seach engine

How can I make a code in such a...
Forum: MySQL Dec 20th, 2008
Replies: 1
Views: 572
Posted By desiguru
I figure this one out thank you!
Forum: MySQL Dec 19th, 2008
Replies: 1
Views: 572
Posted By desiguru
I accidently inserted a lot of my data wrong in mysql.

Its something like this

32-Bit versions
• Windows Vista
• Windows XP
• Windows Me
• Windows 2000
• Windows 98
Forum: IT Professionals' Lounge Oct 27th, 2008
Replies: 3
Views: 1,896
Posted By desiguru
Whats this picture of? Is it wireless symbol or a a card reader?

http://www.mediafire.com/?dojicn5ycm3
Forum: Linux Servers and Apache Jun 10th, 2008
Replies: 0
Views: 859
Posted By desiguru
Is there anyway you can generate a random url for users to download files located in my sub-domain?

for instance if my sub domain file location is web.domain.tld/diffrentfoldername/ then would i...
Forum: PHP May 1st, 2008
Replies: 3
Views: 953
Posted By desiguru
Thanks to both of you, I finally figured it out. Have a great day.
Forum: PHP Apr 30th, 2008
Replies: 3
Views: 953
Posted By desiguru
I have a database called "App" and a table called appinfo.

I am able to connect to the database. It has only two entries since I am just trying to learn how to use php and sql together.

The...
Forum: Web Development Job Offers Sep 23rd, 2007
Replies: 5
Views: 1,004
Posted By desiguru
Firefox, mozilla, itunes, wmp, etc...
Forum: Tech / IT Consultant Job Offers Sep 21st, 2007
Replies: 9
Views: 1,779
Posted By desiguru
We need 2-3 forum poster on our forum. The primary duties would be to post good replies to the posting.

You must know the followings:

Good knowledge of Windows software (itunes, firefox, IE,...
Forum: Web Development Job Offers Sep 13th, 2007
Replies: 5
Views: 1,004
Posted By desiguru
I'm looking for a person who is very well educated about software support. The primary goal is to provide support on a forum. This will be paid job but at this point i can pay only 5-7 cents per post...
Forum: Post your Resume Sep 10th, 2007
Replies: 1
Views: 960
Posted By desiguru
I'm looking for a person who is very well educated about software support. The primary goal is to provide support on a forum. This will be paid job but at this point i can pay only 5-7 cents per post...
Forum: IT Professionals' Lounge Jul 20th, 2007
Replies: 0
Views: 1,089
Posted By desiguru
When you guys notice some unusual web spider on your site what is the key information you look for in that spider?
Forum: *nix Software Jul 2nd, 2007
Replies: 0
Views: 2,373
Posted By desiguru
Can someone please help me out here. My server (Apache specially) has been acting wiered whole day.

[Sun Jul 1 11:01:33 2007] [notice] Apache/1.3.37 (Unix) PHP/4.4.4 FrontPage/5.0.2.2510...
Forum: PHP Apr 26th, 2007
Replies: 3
Views: 1,559
Posted By desiguru
I am looking for a PHP news system. I guess it will be more like any other news paper site online.

I am looking for an open source or paid version. Does anyone know such thing?
Forum: JavaScript / DHTML / AJAX Apr 24th, 2007
Replies: 3
Views: 1,139
Posted By desiguru
Aneone here who can help me out on this problem?
Forum: JavaScript / DHTML / AJAX Apr 23rd, 2007
Replies: 3
Views: 1,139
Posted By desiguru
I cant find a good solution for my fist java script class. Can someone help me here. The result is not showing up here.


<script language = "JavaScript">
document.write('<center><h3>-- Myname 23...
Forum: MySQL Apr 17th, 2007
Replies: 1
Views: 1,475
Posted By desiguru
I know this is pretty dumb question but I just wanted to ask because I am not sure if I can figure it out by myself. :(

So here is the deal. I have a mysql database called "appinfo" there there is...
Showing results 1 to 40 of 58

 


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

©2003 - 2009 DaniWeb® LLC