72 Topics

Member Avatar for
Member Avatar for dsmith12

Ok in this code the user has to type in their first and last name together otherwise it is invalid. I know I have to use some sort of java.lang.character but i do not know how to write it up. I know that it needs to be a part of …

Member Avatar for StephNicolaou
0
183
Member Avatar for spiker2010

I bought a new motherboard (asrock n86c-s ucc) because my old one's PCI-E slot was not working. I installed the board properly the first time with my cpu and everything seated correctly in a new case only to find that my computer was not turning on at all woth 2 …

0
81
Member Avatar for lilsancho

Hi all I'm wondering if some one could help me with something as i think i've just forgotten everything i knew :) I have this code: [CODE] #include <stdio.h> #include <stdlib.h> int main() { char A[4]; char B[2]; char C[2]; printf("Enter Numbers: "); scanf("%s",&A); fflush(stdin); printf("Enter Numbers: "); scanf("%s",&B); fflush(stdin); …

Member Avatar for Narue
0
186
Member Avatar for d3fined

Hi, I have just recently started using python and I couldn't figure out two problems regarding finding the first three occurrences of spaces using while loops. I have trouble understanding the concept of while loops. How would i write a program that reports the first three occurrences of a space, …

Member Avatar for TrustyTony
0
177
Member Avatar for Just-in

Im actually making a calender like one of the other post but just to try and get the just of it. i have 4 months on each page and there are forward and back buttons but i came crossed a problem how do i space them equally ??? any help …

Member Avatar for edesigner
0
118
Member Avatar for rayden150

I get this python error: unindent does not match any outer indentation level, and a red bar appears where "RIGHT HERE RED" is.., keep in mind that this is just a fraction of the entire program but i dont know where the spacing error occurs... pleeeaaase i beg you and …

Member Avatar for vegaseat
0
162
Member Avatar for smantscheff

Have a look at this HTML code. In IE7 it displays two rows of a table-like form, much the same as in Firefox 3.x, 4 and Chrome. Now uncomment the [ICODE]"<!--div>abc</div-->"[/ICODE] and look again. Now the row spacing has become much larger, about 1em. I don't have a clue where …

0
103
Member Avatar for Hakoo

Hello Friends, I have one problem that, I am passing query string from Mobile to Server. Now problem is Spaces and some symbols are not allowed in URL. So,I encoded somehow before sending it. Now the problem, how to decode(I know to decode by using URLDecoder.decode(Request.getQueryString)) and retrieve the values? …

0
99
Member Avatar for ashwinshenoy

Hi Guys, I am currently working on a vb project. What I am trying to do is reading a XML file and saving all the data in to the Access DB. Once this is done, I read the data from the access Db and display it in the required fields …

Member Avatar for ashwinshenoy
0
187
Member Avatar for ITKnight

Hi all, How i can split a string that include spaces by "&" ? I already used split function but there are problem with spaces. thanks.

Member Avatar for ITKnight
0
206
Member Avatar for Annettest

I have a vector of strings. Each vector element/string is a name, like: Mother_Hen. I want to remove the _ and replace it with a space. Does anyone know how to do this? I have tried using find, but have had no success (I get no result). Thank you for …

Member Avatar for srivairam
0
160
Member Avatar for prog_newb

[CODE]do{ chatLike("Enter student's full name: "); getline(cin, name, '\n'); //I have my try-catch here }while(error==true);[/CODE] chatLike is a function that i made that produces the cout character per character. program immediately crashes when input is: a)input is space only or a single space b)input ends with one or multiple spaces …

Member Avatar for jonsca
0
175
Member Avatar for acecoder

Good day guyz, I need you help. I have a planned to add a transceiver which supports single mode and multi mode cable. I want to connect the two switches with the same transceiver. According to the specifications, Media interfaces : LC Connector LC : Fiber type : single mode, …

0
56
Member Avatar for Pinchanzee

This is by far the most bizarre thing I've come across in my experience of web development. When I click a link to page.php, it takes me to page.php and the layout is fine (surprisingly not the bizarre bit). However, if I then refresh that very same page, the layout …

Member Avatar for Pinchanzee
0
941
Member Avatar for Sorcher

Hello people! I would like to know how to remove white space and replace them with a "_" on the file uploaded by this script. [CODE]<?php // Check if a file has been uploaded if(isset($_FILES['uploaded_file'])) { // Make sure the file was sent without errors if($_FILES['uploaded_file']['error'] == 0) { // …

Member Avatar for diafol
0
192
Member Avatar for Yuky

hi, my c drive shows low disk space, so I want to enlarge it with disk management. After I resize it, I found there are still low space. Any suggestion. Thank u all.

Member Avatar for Xlphos
0
138
Member Avatar for lenni

Hi everyone, I find myself having to administer a linux web proxy server, and I have hardly any knowledge of linux whatsoever. So far google has given me a huge helping hand, but I've come across a little problem I cannot get round, so I desperately need your help now. …

Member Avatar for lenni
0
824
Member Avatar for koduruabhinav

Hi, I have two files and each consists of modules and in turn modules consists of some verilog data and instances.i have to search for module name in the two files and comapare the contents of the modules in the two files. i have code it does module search,extract the …

Member Avatar for koduruabhinav
0
227
Member Avatar for Usernamex235

Hi all, and thanks in advance for any replies :) So I have a 300GB hard disk with Windows 7 on it, I also have a NAS drive for storing my music etc, so my C:\ drive only has to have the OS, my apps and games. Now a couple …

Member Avatar for Usernamex235
0
260
Member Avatar for happygeek

The 48,727 [URL="http://twitter.com/nasa_astronauts"]followers of the NASA Astronaut account on Twitter[/URL] expect to hear about updates on astronaut activity and get some personal insight from the astronauts themselves. They probably were not expecting to be bombarded by spacemen offering to sell them plasma and LCD flat-screen TVs at bargain prices however. …

Member Avatar for happygeek
0
667
Member Avatar for phphit

Ok. I have ZERO PHP Knowledge, still good in editing php and all that stuff. Only know copy paste and have no knowledge what that means. Still would try to explain my problem. I use variable to fetch data from mysql. Ex. my url is [url]http://www.example.com/venue.php?vcity=New[/url] York. Now, I want …

Member Avatar for phphit
0
285
Member Avatar for echellwig

Hi, I'm looking to break up a file with space delimiters. Its really just a list of numbers with spaces in between them, and I need to put each of the numbers in a list as separate entries. However, they are all on one line like so: 5 7 6 …

Member Avatar for echellwig
0
174
Member Avatar for kirtan_thakkar

[code=php] echo ("<a href=foldername/".$file.">".$file."</a>"."<br>"); [/code] and there [code=php] $file = readdir($handle); [/code] in that case $file is a folder name with space.. So I have to put double quotation after href=. But it doesnt printing that double quotation. The link I am getting is only the folder name's first thing …

Member Avatar for kirtan_thakkar
0
2K
Member Avatar for isni_oppa80

hallo everybody, i'am isni..i'am from indonesia...vb.net forum i need e-book or tutorial vb.net 2005 or 2008....please!!!thanks a lot.

Member Avatar for akamini
0
71
Member Avatar for Slammin Sammy

Hi, I administer a small network server running Win Small Business Server 2003 SP2. All users' profiles are set to use Z: as a Home folder, which connects to their shares on the server data disk. Thus, everyone's Documents folder gets mirrored to the tape-backed server. Since space on the …

0
162
Member Avatar for SpectateSwamp

How will the masses make use of the huge disk drives? People who do lots of useless video like myself may come close to filling these monstrocities. Business users with their spreadsheets, accounting packages, contact lists, presentations, software packages and copies there of won't approach these limits. The less tech …

Member Avatar for Bob_180_Bob
0
217
Member Avatar for sameh7

hello every one! please :: i wanna to send link from my own server to another server as rapidshare ,, mediafire,, i have an uploader and want after upload image to my site send it to rapidshare and get it link.... thanks

Member Avatar for diafol
0
119
Member Avatar for SgtMe

Hi. Firstly, I am a complete noob, and cannot understand complicated answers. OK. I'm making a noobish space game, called Galactic Armageddon. I'm just testing the variables right now (for getting hit by lasers, missiles, etc.). I'm compiling using Dev-C++ and the default compiler. The program is written using the …

0
138
Member Avatar for Jeyush

Hi mate, I use regex for my validation but @ this time I get confuse, how to use white space in it. I want user to enter a city name, some city name contains white space like Los Angeles, New York, I have regex which is not allowing user to …

Member Avatar for digital-ether
0
154
Member Avatar for happygeek

Where would we be without the Global Positioning System? Well, without GPS I probably would not be at this hotel nice and early, waiting for a meeting to start. Forget the idiots who end up [URL="http://www.daniweb.com/blogs/entry3301.html"]driving on train tracks or toppling over cliffs[/URL], for some of us SatNav has become …

Member Avatar for mjdodd
0
224

The End.