2,867 Posted Topics
Re: Have you tried manually getting the websites with [URL="http://www.emtec.com/download.html#zocfiles"]Telnet[/URL]? [url]http://www.xoc.net/works/tips/telnet.asp[/url] When you reinstalled, did you format the hard drive first? Other than that, I don't know. | |
Re: Contact Hotmail via email, and provide all the important information (that used to exist): - Email address - Alternate email address - Full name - Location - Password - Security question - Age - How long you've had the email address - The threats you've recieved - Your current email … | |
Re: [QUOTE=fashzl;530431]Every time I turn on my computer I get a white screen asking me for a primary or admin password. Richard if you coud help me I would appreciate it. My computer system #CC72211-595b.[/QUOTE] Again, read the post more carefully: [quote]You can either call our technical support or you can … | |
Re: That means that your monitor isn't recieving a signal from the video card. Check that the monitor cable is plugged in and that nothing is broken. Wiggling the cable is also a good idea. | |
Re: [QUOTE=crunchie;513964]What would you have us do then? Send everyone who comes to Daniweb for help to another site? The idea of a public forum is so that questions can be asked and answered within the thread. That way, not only does the OP benefit, but anyone else with similar problems … | |
Re: As far as I know, there isn't a way of doing this. If you've encrypted any of your data with FileLock, you should probably retrieve any that you can get based on your existing knowledge of user's passwords on the system. Once you've salvaged as much data as possible, then … | |
Re: >Be careful that you get the POWERPC one NOT the Intel one. There is no universal version!!!! The only reason Tiger isn't a universal binary is because it was released before the Intel Macs came out. Thus, any Tiger disk you buy will be for PowerPC only. Tiger should run … | |
Re: >I DO NOT want to share the ENTIRE hard drive The entire hard drive is not shared by default. With public privilages (no password), you can only view folders which have view permissions set to "public". So, to answer your question, simply restrict the folder permissions by choosing "Get Info" … | |
Re: I like to think of myself as the very smart person, yet the chareristics described under "Tweety" don't describe me at all. I feel that the quiz is highly biased. For example, in question 7, why in the world is salad the "smartest" thing to eat? I know this quiz … | |
Re: Hello, Installing Bind is not complex. First of all, you'll want to download an RPM for Bind: [url]http://penguinman.com/rh9/bind-9.2.3-1.i386.rpm[/url] Once it's finished downloading, you can install it (as root): [code]rpm -Uvh bind-9.2.3-1.i386.rpm[/code] Then you can edit [inlinecode]named.conf[/inlinecode] to configure Bind. See here for more information: [url]http://www.linuxhelp.net/guides/bind/[/url] | |
Re: From what I can tell, the SanDisk Sansa player is supposed to be supported on Mac OS X. SanDisk has a [URL="http://lodist.com/forumdisplay.php?f=4"]special forum[/URL] dedicated to the Sansa, and has a subforum for Mac and Linux. You might want to post your question there if you have difficulty getting your Mac … | |
Re: [quote=darrenw89;247405]how can we translate it? lol[/quote] [url]http://www.roubaixinteractive.com/PlayGround/Binary_Conversion/Binary_To_Text.asp[/url] | |
Re: >I was wondering if it is possible to move the mouse in C++. Not in pure, standard C++. >Like get the coordinates and move the cursor. You'll need to use an API to do that, so what platform are you trying to write this for? | |
Re: >What is makefile? Basically a list of instructions sent to the compiler/linker, including things such as the files to compile, paths, libraries, etc. You don't [I]need[/I] one, but it sure beats typing out a long command everytime you want to compile your project. >How does it work? On *nix systems, … | |
Re: The Dell 926 All-In-One printer is not supported on Mac OS X. Regardless of the underlying brand, there are no drivers available for Mac, and there's nothing you can do about it. Linux drivers won't work either as they're written for a different operating system. | |
Re: Sorry, subscription keys cost money, and if you find one, it's either already used by someone else, or it's illegal. The money you pay is for Norton continually releasing updates to protect you against the latest viruses. My advice: Norton Antivirus will continue to function, even without a subscrption. It … | |
Re: If you're root, you won't need sudo. If under root you get permission errors, then you have some other issues. Perhaps check how your filesystem(s) are mounted. | |
[B]Introduction[/B] A question many Linux newbies ask is how can they install software. Nearly all Windows programs come with a nice installation program that unpacks everything on their hard drive, and then they're good to go. Well, on Linux it's not quite so easy, but it's not exactly hard. [B] … | |
Re: >if windows has a prob with its OS (cough *vista*) they are stuck with it...Linux can easily be >changed or patched. Completely wrong. Windows has security updates, just like most modern operating systems nowadays (both closed- and open-source). >the OS itself is a good enough anti-virus/firewall/etc Um, no. [I]Any[/I] sufficiently-advanced … | |
Re: [quote=apurv;298312]want the code to reset mouse pointer ?[/quote] I would assume you need code like this to reset the mouse pointer: [code=c] union REGS in,out; int callmouse() { in.x.ax=1; int86(51,&in,&out); return 1; }[/code] In this example, 51 is the interrupt, [inlinecode]in.x.ax[/inlinecode] is set to 1 for the service, (because service … | |
[B]Introduction[/B] Many people might wonder why you would want to compile source code. After all, most Linux programs can be had by simply opening up their favorite package manager and clicking "install". The package manager does the rest. However, there *are* reasons why you would want to do this. For … | |
Re: [QUOTE=kerek2;541017]I got same problem to for this ACR120....plz help us[/QUOTE] Did you read Salem's link? | |
Re: What video format are you trying to convert? I find that the shareware program [URL="http://homepage.mac.com/major4/"]ffmpegX[/URL] handles most of my needs quite adequately. The freeware [URL="http://www.isquint.org/"]iSquint[/URL] utility is also useful in that respect. | |
Re: [URL="http://en.wikipedia.org/wiki/Telnet"]telnet[/URL] | |
Re: You need to create a network socket with which you can send packets over the TCP/IP protocol. The plain-old method is to use the C functions; for a good guide head over to Beej: [url]http://beej.us/guide/bgnet/[/url] An easier method, however, is to use a prebuilt wrapper library. One such library is … | |
Re: <edit> (sorry) | |
Re: [quote=kawk;179424]Sorry to point this out, but you've got a long way to go against The CBoarders, the other team that I'm watching . . . the're in the top 1%. But keep going! [edit] Team number: 43476 [/edit][/quote] That's because CBoard is better than DaniWeb :cheesy:. No offense, but seriously, … | |
Re: [quote=Chaky;276627]If Bill Gates was dead he'd be turning around in his grave. Maybe his ...grand-grand-grand-grand-grand-grand-grand-grand-grand-children will NOT be financially well-situated.[/quote] Nope -- Bill Gates has said that he wants the money to be given to charity; he doesn't want his grandkids enjoying riches they didn't earn. [quote=Chaky;276627]I wonder how long … | |
Re: I've seen debates on other forums about sudo. The arguments against sudo is that on Ubuntu it allows a regular-privaleged user full access, and that user doesn't even need to use the root account. They say that that destroys the purpose of the root account. The arguments for it is … | |
Re: I completely disagree with >shadow< and 1337_MilkMan about Linux. You obviously know very little about it, or else you wouldn't have made those comments. Keyloggers can be written for [I]any[/I] operating system, and there isn't a way that the programmers can prevent one from being written. In fact, they're used … | |
Re: [QUOTE]the only option I have is DOS format[/QUOTE] Otherwise known as FAT. There may be a way to format it with a third party tool, but as proliant_fan said, why? One of the biggest drawbacks to formatting a portable device in HFS is that it is no longer compatible with … | |
Re: Hello, There's an easier way. Simply use -l [I]username[/I] as a command-line argument to telnet when you start it. See [inlinecode]man telnet[/inlinecode] for more information. | |
Re: Would reading some of the OS X software license agreement help spell things out a bit clearer for you? [quote]2. Permitted License Uses and Restrictions. A. [COLOR="Red"]This License allows you to install and use one copy of the Apple Software on a single Apple-labeled computer at a time.[/COLOR] This License … | |
Re: This document describes the problems pretty well. [url]http://users.aber.ac.uk/auj/voidmain.shtml[/url] In short, it's not guaranteed to compile on other systems (already mentioned), can cause stack problems because the number returned is so large, and it can make operating systems and scripts think that the program crashed. Is there really any reason to … | |
Re: Looks like ~s.o.s~ beat me to creating this thread. I had it half-written, sitting on my computer, until I noticed that the thread was already started :D. In that case, I'll simply add to this thread. [B]OpenGL[/B][LIST] [*][URL]http://www.opengl.org[/URL] [*][URL]http://www.openglforums.com/[/URL] [*][URL]http://nehe.gamedev.net[/URL] [*][URL]http://www.gamedev.net[/URL] [*][URL]http://www.gamedev.net/community/forums/forum.asp?forum_id=25[/URL] [*][URL]http://www.lighthouse3d.com/opengl/[/URL] [*][URL]http://www.zeuscmd.com/tutorials/opengl/[/URL][/LIST]The Red Book: [URL="http://fly.cc.fer.hr/%7Eunreal/theredbook/"]http://fly.cc.fer.hr/~unreal/theredbook/[/URL] Now to actually … | |
Re: Well, this shouldn't be too hard to solve (or at least figure out what the problem is), provided that you have another computer at your disposal. First, you should know how to swap a hard drive, because this is what you'll have to do. 1. Stick the hard drive in … | |
Re: Since we're using WinAPI already, why not use it to clear the screen instead of using system calls? The solution below I found at [URL="http://www.cprogramming.com/faq/cgi-bin/smartfaq.cgi?answer=1031963460&id=1043284385"]CProgramming[/URL]: [code=cplusplus] #include <windows.h> void clear_screen ( void ) { DWORD n; /* Number of characters written */ DWORD size; /* number of visible characters */ … | |
Re: So you're basically saying you hate Macs because[LIST] [*]No second mouse button [*]Bad advertising campaign [*]Snobby users [*]No good games [*]Product names begin with 'i'[/LIST]The only point that you've made which is constructive is the lack of games (and it's worth noting that you can still run them by using … | |
Re: >Please post favourite songs, bands artists etc >and we shal debate and say waht we like One of my favorite rock songs right now is "Ride" by The Vines. The acoustic guitar mixed with the electronic guitars playing a good melody line makes a very interesting sound. My all-time favorite … | |
Re: Please use [noparse][code][/code][/noparse] tags. It makes code much easier to read. I think you should use some different coding methods. Try using enums to keep track of rock, paper, and scissors. Then, when you create your random number, make it in the range of 0-3, which will be in line … | |
Re: [quote=jonathono2000]I can log in as another user but I can't acces what is on the desktop for the user with screwed up files because it is the administrator account.[/quote] What a mess. You said that you could still acess the System Preferences. Well, I would go into the "Accounts" settings, … | |
Re: >because he said unix, as the name says, GNU/Linux is not Unix Neither is FreeBSD, OpenSolaris, etc.. They're all [I]clones[/I] of the original Unix creations, which are now dead. FreeBSD is just used as a popular alternative to Unix because it's more pure (one distribution pretty well), gives a close … | |
Re: [quote=Ancient Dragon;366699] [code=c] int main() { for(int i=0;i<=7;i++) { for(int j=0;j<=i;j++) { cout<<'*'; for(int k=0;k<=i;k++) { cout<<' '; } } } } [/code][/quote] The output of that program looks rather interesting (especially if you add a newline at the end of the outer loop, this looks the best, trust me!), … | |
Re: Stop hijacking threads. If you have a problem, post it in a new thread, and be more descriptive about the problem rather than just "I can't get fullscreen". | |
Re: I believe it works for any language in the code snippet library, like Dani said in the announcment. Testing... [code=visualbasic] visualbasic test[/code] [code=bash] bash test[/code] [code=spyce]spyce test[/code] Not that I know any of these somewhat-obscure languages, but the tags seem to work... | |
Re: The #daniweb channel has +n mode set. That means you can't see what's going on in the channel without joining it first. And you can't "invisibly" join the channel either. | |
Re: You're missing a closing brace '}' at the end of main(). Here:[code] void print( int *array, int size ) { //Original print out of array cout << "The unsorted arangement of the array is:\n\n"; for ( int j = 0; j < size; ++j ) cout << array[ j ] … | |
Re: >why is it every time i load a new distro i never find one that has >default FFS support? Probably because FFS isn't very popular. >why is it however that virtually/probably every distro out there comes >ready to read proprietary FAT(FAT16), VFAT(FAT32) and NTFS partitions Probably because FAT, VFAT, and … | |
Re: [quote]Crazy Java Command[/quote] Now, 'Stein, you ought to know by now that Java is [B]not[/B] the same as Javascript. :) Nice script, though... |
The End.