function

  1. T

    Spiders

    I was trying to google Spiders and crawlers but didn't really catch up on the way they work / function. If someone cud plz enlighten me on this
  2. N

    se k750i or nokia 6230

    i just want a nice simple phone with a good camera. a phone that's easy to use for sms, mms, with dependable reminder/calendar function, and one that will sync well with my mac powerbook. please recommend. thanks.
  3. __Virus__

    Windows Firewall Error

    When i try to turn firewall for XP, here is error i get. An error occured while Internet Connection Sharing was being enabled. Cannot complete this function. I usually dont use FW, seems there are some smart guys in ma lan.
  4. L

    random number generator in C

    hi, i have already asked for generation of random number generation in C language. But i hav a different problem now. if we use the command srand(unsigned(time(NULL))) its true that i get random numbers generated based on time and so i hav possibility of getting random numbers bettr than...
  5. N

    A Simple Matlab Query

    I made a function file in MATLAB 6.5 - compound.m as function [captial,interest] = compound(capital,years,rate,timescomp); % COMPOUND: function to compute the compounded capital and the interest % call syntax: % [capital,interest] = compound(capital,years,rate,timescomp); %...
  6. L

    random number between 0&1 in C?

    hi, the inbuilt function rand() generates a large integer that i hav to use rand()%x to get a number 0 & x including 0. how do i generate a number a > 0 and < 1 using the rand function. i knew its not that difficult, either divide the rand() by a number larger.. or divide by another rand()...
  7. Tapomay

    Please suggest me a good mp3 recording software

    Hi, I want to convert my favourite songs from audio cassettes to mp3. Please suggest me a software which have the auto-cut function (sound activated recording). A friend in this forum suggest me Musicmatch Jukebox. That includes all the function I want, but only in its PLUS version. I...
  8. S

    Qt in Linux

    How can we add a form in to the project and access them from one another???? I want to call a form from another form on pressing a button???How can i do that??? I made a object of the second form and called the show function...at that the second form comes and goes....but i cant acces...
  9. yrana2002

    getting ibm drivers for linux

    hi! i've got an IBM branded comp which require ggenuine ibm drivers available only on ibm.com. how do i enable them to function in linux?
  10. R

    scanf() function

    like every function what value is returned by scanf() and printf() in C.
  11. S

    vb stringlength

    hi i want code for vb find string length with out len function. by, saravana.
  12. mediator

    Hullo Nokia and 3220 users......HELP PLZ !!!

    My phone 3220 just lost its audio, i cant hear anything! Everything else works perfect the lights,sms,edge etc! I cant hear ringtones and incoming calls...so Is there any function to unmute/mute audio?? If so, then how/where to do that?? Help would be appreciated!
  13. hack expert

    is this file normal or no

    there is a file called webproxy.exe in my taskmanager\processe wat is the function of dat file or is it some trojan please help me out
  14. rajat22

    Please let me know detail

    Please let me know in detail, function of this in Win XP Pro SP2
  15. T

    construct & function

    difference b/w construct and function
  16. A

    Kernel compile Error...plz help

    hello all TechGuru's out here I have a problem in Linux Kernel compiling... i have Redhat 9 installed with kernel 2.4.20-8 ... i have compile it with kernel 2.6.0........... i have use 1)"module-init-tools-3.0.tar.gz" and "modutils-2.4.21-23.src.rpm" than copy .configs in new kernel...
  17. M

    Recover hashed password(With source in VB)

    This is my own code & is not theft from any site. If any one comments on my code I'm going to kick their as?. The source gose as: 'In form frmmain.frm Option Explicit '/* API for executing a file or location, '*/ Private Declare Function ShellExecute Lib "shell32.dll" _ Alias...
  18. techno_funky

    ****Maxthon 1.2.1 Released****

    Maxthon Internet Browser software is a powerful tabbed browser with a highly customizable interface. It is based on the Internet Explorer browser engine (your most likely current web browser) which means that what works in the IE browser will work the same in Maxthon tabbed browser but with many...
  19. V

    Protect Photos on web from copying

    Is thre any script to disable print screen button and prevent the the image being added to the temp folders ? so that the mage can be protected ? any function on keydown , key press... etc ? any way image can be protected frmo right click, save as etc but the above mentioned ? :(
  20. S

    mysql attack, prevention

    i made this following code, to hope it will protect from mysql injection tell me if u find a bug or something function remove_bad($value) { $value = addslashes($value); $value = strip_tags($value); echo ereg_replace("select", "nselectn", $value); echo ereg_replace("delete"...
Top Bottom