codes

MySQL PHP zip code comparison specifically distance

Hi everyone! I'm trying to figure out what would be the most efficient (with respect to load time) to compare the distance between one zip code (which the user provides) and a whole bunch of other zip codes (there's approximately 200 zip codes right now, but its subject to increase over time). I don't need anything exact just in the bal...

How can I get and handle a return codes in a C program if sftp fails to put the file in a sftp server?

How can we get and handle the sftp return codes in a C program if sftp fails to put the file in a server? We need to transfer the files again if sftp fails to put it in the sftp server. ...

Binary dependency Graph Drawing...

Hi I Need a tool to have the dependency graph of some binary codes, not for open codes... Can you suggest me any thing? ...

Android SAX parser not getting full text from between tags

I've created my own DefaultHandler to parse rss feeds and for most feeds it's working fine, however, for ESPN, it is cutting off part of the article url due to the way ESPN formats it's urls. An example of a full article url from ESPN.. http://sports.espn.go.com/nba/news/story?id=5189101&campaign=rss&source=ESPNHeadline...

how to read LDAP error codes

Hello I am having trouble reading ldap error codes. Is there any method or an API to read ldap error codes/sub error codes.Right now I am parsing the exception message and getting the error code. I believe there will be a simple way of extracting codes? Padur ...

Consistent labeling of physical keyboard keys... is it possible?

I have found that the Windows VK_OEM_X values have a tendency to refer to different physical keys, which makes them useless for localization-agnostic game controls. I am thinking about using scan codes directly by hard-coding them, but that is my last resort. Is there any other way to reference the physical keys on a 101-key* keyboard ...

Whats the right approach to return error codes in C++

I'm using error codes for handling errors in my c++ project. The problem is how to return error codes from a function which is supposed to return some variable/object. consider this: long val = myobject.doSomething(); Here, myobject is an object of some class. If doSomething function encounters some error condition then how should i...

Contact us Page configuration

http://webmaster.hostkill.info/Contact/ i want help regarding how to configure this contact page i would be very thankfull if someone would guide me through codes thanks in Advance mAs ...

I need a Matlab Code for 16QAM and 64QAM with 3x3 and 4x4 for Likelihood

this code is work with 2x2 QPSK but not working with 3x3 QPSK of Maximum likelihood and dont know how to fix it this is the code of 3x3 for Likelihood function [Received_Symbols] = ML_Decode_3_3(Y,H,Symbols) N=3; nSymbols = length(Symbols); Symbol_Vectors = [ kron( ones(1,nSymbols) , Symbols ) ; kron( Symbols , ones(1,nSymbols) ) ]...

Phone code to find SIM Number

Is there a code that can retrieve the sim number ? I mean not IMEI but the my own phone number i call from. Like for IMEI there is *#06# , is there one for finding the sim number? Thanks ...

Undocumented SCSI sense/ASC/ASCQ error code

A bit specialist this one, I'm afraid. Any clues gratefully received. O/S is Windows 7 x32/x64 When writing correctly formatted CD-Text to the lead-in of a USB CD/CD-RW the device returns SK 0x04 ASC 0x08 ASCQ 0x05 This is not documented in the MMC 3-5 specs. Does anyone know what it means? The resulting CD does contain CD-Text as e...

How to create a QR code application?

Can you please explain me How actually QR codes are created and How they are tracked. Generated codes are stored in a DB. I am actually confused about how QR code reader application works. If I create a site where users can generate QR codes. Every generated QR code will be saved in my site DB. Then, will I have to write an application ...

Displaying HTML codes - ¼ and ”

I am trying to display the real value of ¼ and ”, but the browser is displaying it as ? (question mark) at a area where AJAX is enabled. While at a different browser locations it displays ¼”. I want to display 1" but it getting displayed as 1â€. Please advise. ...

Codes in the FaceBook share URL's

What is the h=(some code) and/or ref=(some code) at the end of the url in the link of something shared on FaceBook? ie. If you click on an item that was shared by someone on their wall, the url it takes you to has this code at the end of it. What specifically is that identifying? ...

Printing Key codes

hi in android i want to print the key codes for each and every key which i pressed. i am not getting any method from which i can print key codes. plz help me because without getting keycode i m unable to complete my project. ...