30 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for AssertNull

I'm a beginning Android Developer trying to learn the file system, etc. I'm hoping to eventually delve into Home Automation and traffic analysis using phones/GPS, but I'm in the beginning arc of this learning curve. My background is mostly C/C++, though I've done some work in Java. I'm not so …

Member Avatar for rproffitt
0
364
Member Avatar for mrbrightside10

I'm so confused on this, can anyone please give me a hand. Thank you in advance. A program that uses the numbers from 1 - 12 and output the number, the square of the number, the cube of the number and finally the square root of the number. At the …

Member Avatar for ddanbe
0
1K
Member Avatar for klika

So i have to write a c++ program for the Graeffe's square root method I have am stuck here when i have this formula transform into c++ code, the formula is on the link The code works particulary, the (elem[j-1]*elem[j+i]) doesn't work, it's beeing ignored and i don't know why... …

Member Avatar for tensity
0
1K
Member Avatar for mutago

uploading web file outside doc-root issues I uploaded my file oustside the root directory while leaving only index.php in the public_html here is my directory structure /home/user /myweb_application ----> my uploaded files /access_log /etc /mail /public_htm /public_ftp /tmp /www Here is how i configured it 1: inside /public_html I have …

Member Avatar for hag++
0
289
Member Avatar for android_gl

how to test if a num is a square root? ex: 9 is square root 3 is not square root ///////////////////////////////////////////// //do not worry about sytax. int x = 0; //always start at 0 int y = 101010; //is this a square root? square(x, y){ if((x*x) >= y){ //not a …

Member Avatar for cwarn23
0
322
Member Avatar for oneclickroot
Member Avatar for smith121
0
158
Member Avatar for Cheeve

Hello, I am curious about how to root an Android phone without using any one click methods. A Google search returns only how to use programs to do this for you. Obviously there is a security vulnerability that is exploited, but I'd like to know in detail how this is …

Member Avatar for CimmerianX
0
391
Member Avatar for dan.gerald

I am having problem on removing root, moving the lastnode to the new root and applying the downheap. Here is my code snippet #include <iostream> #include "heap.h" heap::heap() { data=new myvector<heapData> (10); size=0; heapData item; item.key=0; item.data=0; insertItem(item); } heap::~heap() { delete data; }; void heap::insertItem(heapData item) { data->insertAtRank(size,item); size++; …

Member Avatar for buterous
0
492
Member Avatar for Fiorentino01^

Hi, here I have another problem for you guys.I am doing this tutorial on mysql and php: http://repository.ui.ac.id/dokumen/lihat/3322.pd Now after I have reinstalled everything, MySql,phpMyAdmin and PHP everything works fine except I cannot log in as root.When I installed mySql I set a root password and also I created 2 …

Member Avatar for IIM
0
302
Member Avatar for windowsserver

hi frend how cn i give a newly install windowserver 2008 on my pc a root domain name.....so that i could do automatic deployment of printer configuration on group policy an so fourth on my pc

Member Avatar for JorgeM
0
268
Member Avatar for teckforce

I was wondering the best way to implement a square root button. Below has everything from 0-9, the four functions, and a decimal and clear function. Dim valueOne As Single Dim valueTwo As Single Dim operation As Integer Dim answer As Single Private Sub Button1_Click(ByVal sender As System.Object, ByVal e …

Member Avatar for teckforce
0
246
Member Avatar for NoCodeMonkey

When a switch is selected as root bridge why are all ports on that switch in forward mode? I know switches that are connected to each other by two ports have one blocked port and one forward so theres only one why for frames to go so no loops are …

Member Avatar for anilak
0
164
Member Avatar for acfchinnababu

I am using fedora. but I don't know my root password. how to I find my root password? If then how to I change my root password?

Member Avatar for mike_2000_17
0
223
Member Avatar for nugga

when I try to enter the C: root, it goes to C: \ Users \ PC1> so I've tried pressing E: so it goes to E:> when I saw press C: so it goes to C: \ Users \ PC1> again, it has worked until today, but now it does …

Member Avatar for ome2012
-1
2K
Member Avatar for msrikanth

Hi Everyone, In Linux as a root i need to create a user account with 700 permissions as its home directory permissions, so that user after logging in should not be able to change his/her home directory permissions , he/she should be can change other files/directories inside home directory. So …

Member Avatar for rch1231
0
347
Member Avatar for abhishekagrawal

Dear All, I have written a program to find the smallest divisor of an input number. The code gives me an error in lines 19 and 23. The error is invalid operands to binary %. Please help me to troubleshoot, thank you. Below is my code: #include<stdio.h> #include<stdlib.h> #include<math.h> int …

0
193
Member Avatar for abhishekagrawal

Dear All, I have written a program that finds the integer whose square is closest to but greater than the integer number input as data. But it is giving me an erroneous answer. My algorithm is: 1. Select a number which is half the input number. 2. Square it and …

Member Avatar for nullptr
1
243
Member Avatar for umair jameel

How print this series in while loop square root 1 2 4 8 16 32 64 128.......... and cube root 2 8 24 72........

Member Avatar for stultuske
1
1K
Member Avatar for mah300274

I prefer firefox over other internet browsers including iceweasel (and lets not bring that back up or get into a debate). I am semi-newer to linux but am a fast learner so bear with me.... I have downloaded firefox 5.0.1 from the site (for debian). Then I extracted the file …

Member Avatar for shbk
0
373
Member Avatar for Thisisnotanid

Hi everyone! I am new to Ubuntu and Linux in general, and as is to be expected from such a disposition, have landed myself in trouble. I installed Ubuntu with WUBI and later created a new .disk file with larger capacity to accommodate the growing needs of my system. The …

0
221
Member Avatar for feoperro

Hi, I can't manage to set a root password no matter what I try. I've tried to uninstall and reinstall. I've tried to get the new version and replace the old one with it. I've totally deleted all mysql files off my machine and reinstalled mysql but I STILL get …

Member Avatar for feoperro
0
271
Member Avatar for LloydFarrell

Hi all, can someone help me here - I ave a regisration script where I am uploading an image to mysql, The problem im having at the moment is this..... The script creates a new folder by using the mysql_last_id function as shown below - The problem im having is …

Member Avatar for LloydFarrell
0
187
Member Avatar for niranga

Hi all, I am working on a PHP project. Im having a problem giving the 'src' for a image, because the image file is placed outside of the www folder :(. Let me explain more. When I log in to my server using FTP logins, it gives the directory structure …

Member Avatar for Owais_Khan
0
7K
Member Avatar for Clawsy

I'm building a Content Management System on my own in PHP & MySql. I thought it's a good idea that all CMS files to be stored secure on the server "before" www folder so that it can't be accesed from the browser (all cms files in one folder). In www …

Member Avatar for Clawsy
0
271
Member Avatar for mikeandike22

You can now put a bootable copy of windows on a USB flash drive and then use it as an easy way to recover your windows files if it crashes or just to bring your xp wherever. You need 3 things for this a USB drive with at least 256mb …

0
160
Member Avatar for happygeek

Get ready for [URL="http://www.microsoft.com/security"]Patch Tuesday[/URL]. July 13th will be the biggest update for 18 months, with no less than 12 security bulletins: 9 for the Windows OS, 2 for Office and 1 for Exchange. Of these, both Windows and Office updates include one flagged as critical, the highest Microsoft threat …

Member Avatar for kc0arf
0
275
Member Avatar for kc0arf

The Washington Post, among other news agencies is reporting a "severe" security flaw that affects Microsoft Windows 98 - XP. According to the article, the flaw allows computer virus and spyware manufacturers to disribute malicious programs designd to take control of affected computers. Macintosh and Linux users are immune to …

Member Avatar for The Dude
0
213
Member Avatar for Catweazle

In between Service Packs a lot of 'Hotfix' updates are developed and made available. A number of them get made available via Windows Update as Critical updates because they relate to security issues, but most don't. Instead, the 'Hotfixes' which relate to specific problems get mentioned or linked in Knowledgebase …

Member Avatar for jwenting
0
215
Member Avatar for Catweazle

Only [url=http://www.daniweb.com/blogs/entry267.html]a couple of weeks[/url] have passed since Microsoft announced that its 'Windows Genuine Advantage' program had been put in place and was in effect. Already, Microsoft has bowed to the pressure of 'hackers' and admitted it is shirt of adequacy. According to a statement made to the [url=http://www.smh.com.au/news/breaking/microsoft-back-to-drawing-board-on-piracy/2005/08/08/1123353252441.html?oneclick=true]Fairfax Corporation[/url], …

Member Avatar for Ancient Dragon
0
184
Member Avatar for Catweazle

Microsoft's much talked about Windows Genuine Advantage scheme is now in place and active. Windows users who download updates from Microsoft now need to undergo verification checks in order to get the downloads. The only exception are Windows security updates, which will still be distributed regardless. The verification checks will …

Member Avatar for JANINE
0
184

The End.