Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
0 Endorsements
Ranked #2K
~7K People Reached
Favorite Tags
Member Avatar for majestic0110

Hi all, hope you are well. I have noticed a LOT of members here seem to be interested in anime/manga. I too have an interest in anime and would like to share my three favourites with you. 1 - Ghost in the Shell SAC 1 & 2 2 - Cowboy …

Member Avatar for Kusanagi03
0
348
Member Avatar for slfisher

While the full story behind [URL="http://www.daniweb.com/blogs/entry2842.html"]San Francisco city government computer engineer Terry Childs[/URL] hasn't yet come out, one thing is certain: the mainstream media is ignorant about technology. Moreover, either the city government and prosecutors are deliberately painting things in as negative a light as possible in order to force …

Member Avatar for Major Major
0
553
Member Avatar for bzptqj

Hi, I am new to Unix and SFTP. My requirement is to transfer files to host server using SFTP command. I know that ther is nothing wrong with my script as I used it before successfully. Yesterday when I tried to run the same script I get the error "Couldn't …

Member Avatar for tkhanna
0
705
Member Avatar for GrimJack

Since ~s.o.s~ put a well-deserved end to a 1400 post thread (put a stake right through its tiny little heart) - I thought I would see if any one was interested in keeping the topic open. If you do not think evolution is a valid theory, why. If you think …

Member Avatar for GrimJack
0
712
Member Avatar for kenji

Hey everyone, I have a question about Perl CGI. I am creating a profile management system using Perl CGI for an assignment and am having a little trouble understanding to go about it. My code is written using subroutines and it interfaces with one another by calling a subroutine. A …

Member Avatar for Major Major
0
101
Member Avatar for Dani

Because I'm a glutton for punishment, I'd like to know what pisses you off about DaniWeb? Please - let's avoid getting into any long discussions or debates about any single issue. I'm just looking for short 'n' sweet ideas/suggestions/examples about what you don't like, what pisses you off, what frustrates …

Member Avatar for William Hemsworth
0
987
Member Avatar for maydhyam

Hello Everyone, I want to learn how to build a desktop computer...could you all teach/guide me?

Member Avatar for Major Major
0
133
Member Avatar for StandardsDT

I work in an IT Department and at the moment I'm having some trouble finding a Help Desk solution. We need something that we can log tickets with the employee's in the company who run into problems with their computers. We also need to be able to show statistics on …

Member Avatar for angellpparker
0
253
Member Avatar for hhheng

While executing a perl script, it showed the following errors. Can anybody tell me what's wrong with the bottom script? Thanks a lot. The server encountered an unexpected condition which prevented it from fulfilling the request. The script did not produce correct headers. It must at least print out a …

Member Avatar for KevinADC
0
193
Member Avatar for kahaj

I'm trying to access a cgi script when a form is submitted. With that script, I want to display a page that basically says, "Is this info correct?" and show them what they entered. Then, if they hit "Yes", I want to send an email to myself with their info. …

Member Avatar for kahaj
0
141
Member Avatar for pauljahill

I am trying to create a program that will count and display the number of vowels, consonants, spaces and full-stops within a 50 character limit. There is one error that the compiler keeps bringing up and when i try to fix it by changing the text it creates more errors …

Member Avatar for Major Major
0
120
Member Avatar for plike922

I cant find anything wrong with my program, any suggestions? [CODE]#include <stdio.h> #include "simpio.h" #include "strlib.h" #include "random.h" int main() { int s, r, h, w, l, t, shape; string box; string cube; string cylinder; printf("Please enter the shape; "); shape = GetLine(); switch(shape) { case 1:cube();break; case 2:box();break; case …

Member Avatar for @bhi
0
191
Member Avatar for kartik14

Hi, I'm running a fedora distro on VMWare in my XP machine. My XP machine is connected to a windows network. How can I detect my linux machine in this network ? Thanks

Member Avatar for Belrog
0
176
Member Avatar for shankhs

Hi guys! I have started learning geometry and wrote a code to calculate the distance between a line(or a segment) and a point. Here is my code: [code] #include<stdio.h> #include<math.h> #include<stdlib.h> int dot_pdt(int a[],int b[],int c[]) { int ab[2],bc[2]; ab[0]=b[0]-a[0]; ab[1]=b[1]-a[1]; bc[0]=c[0]-b[0]; bc[1]=c[1]-b[1]; // printf("%d\n",(ab[0]*bc[0]+ab[1]*bc[1])); return (ab[0]*bc[0]+ab[1]*bc[1]); } int cross_pdt(int …

Member Avatar for Prabakar
0
149
Member Avatar for bgbiplab
Member Avatar for w0h0m

For a challenge, we have to code a script that can pull information from a web page and then use it to automate an action on that site. What I've chosen to try and do is code an IPB Forum Advertiser. The process is easy, but I can't seem to …

Member Avatar for Major Major
0
150
Member Avatar for Ancient Dragon

Just a quick note that I just finished installing a wireless keyboard and mouse, and everything works great right out of the box :) :) All I had to do was turn off my computer, unplug my old monster of keybaord + mouse, plug in a Logitech gadget (some technical …

Member Avatar for Major Major
0
99
Member Avatar for rouxpepe

What is the best to keep the backup of sensitive enterprise data: "onsite or offsite"?

Member Avatar for Major Major
0
53
Member Avatar for me_roy

my problem is quiet similar, i used atof here my data and code: "square10.dat" 0.01 1:0.1 0.04 1:0.2 0.09 1:0.3 0.16 1:0.4 0.25 1:0.5 0.36 1:0.6 0.49 1:0.7 0.64 1:0.8 0.81 1:0.9 1.00 1:1.0 THE CODE: [code=c] #include <stdio.h> int main() { char c[10]; /* declare a char array */ …

Member Avatar for Major Major
0
116
Member Avatar for plike922

I am trying to create a program that finds the GCD of two numbers using the brute force... So far i have this but my problem (I hope) is that i cant get the value of g into int main() Here is my program. Any suggestions? [CODE]#include <cstdio> #include "simpio.h" …

Member Avatar for Prabakar
0
166
Member Avatar for bdb4269

I am running some makeshift tar backups, because our tape drive is broken. The target location of the tar file is a mounted samba share on another server on the network. Once the tar file reaches 2 GB, I get the following error. [CODE]backupjob.bash: line 79: 25891 Broken pipe[/CODE] This …

Member Avatar for Fest3er
0
572
Member Avatar for rraj.be

I have very good ideas about c-programing. But i have just programing simple experimental and ,learning stadge program like some data structures or experimenting codes. I want to know actually how to build a good, working , professional, APPLICATION. Please any one could help me by taking me to a …

Member Avatar for Jishnu
0
108
Member Avatar for prakasnisha

hi, thanku for your help. I need some more help with the perl scripting. i have to write a script which compares two files. now thw files have the data like File1:- .title 'title:VDDL_switched.meas0' max_rush_current = -5.4316e-02 at = 4.9415e-09 powerup_time_u_switch_ring/u2_hs65_ls_sw3l60 = 6.3951e-09 targ = 6.9051e-09 trig = 5.1000e-10 temper …

Member Avatar for Major Major
0
219
Member Avatar for Jodean

my rma'd mother board just arrived back and works but the on board lan does not. its really not worth rma'ing again. Ive tried the three old cards i have and windows wont install them.....xp will install them, windows me, 98, 95, millenium etc.... do i have to buy a …

Member Avatar for jbennet
0
76
Member Avatar for awi123

the program asks to calculate the power of a number, for eg. if 2 is entered as the base and 3 is th power it should display 8.

Member Avatar for lich
0
106
Member Avatar for shrutijadhav

i am trying socket programming in linux(fedora 7) using C language. i want to send a buffer from server to client,and vice versa. but the contents are not getting saved.the contents are unsigned long so i am converting them into ascii usinf sprintf and then saving in buffer.but its not …

Member Avatar for Major Major
0
160
Member Avatar for jephthah

so... whatchyallthink? i notice that this forum gets a tiny burst of activity about once a week. before posting this thread, the last couple posts here were made 9 days ago. then the next few were 17 days ago. and this pattern seems to be the same with other multi-language …

Member Avatar for Major Major
0
255
Member Avatar for k2k

hi, I am trying to take unix administration and shell scripting courses this summer. I have done 2 courses of C++ and a course of java. However i have never learned C. Anyone please give me some opinion if learning C is necessary for Unix. Since C++ is inherited from …

Member Avatar for Major Major
0
83
Member Avatar for chennamashok
Member Avatar for Major Major
0
36