Hi,
I am searching for the api which will give me list of places to see nearby to my location. For this i want following parameters. Photo, name of location, location address.
Thanks in advance
char *a = "apple";
printf("%s\n", a); \\ fine
printf("%s\n", a[1]); \\ compiler complains an int is being passed
Why does indexing a string pointer give me an int? I was expecting it to just print the string starting at position one (which is actually what happens when i use &a[1] instead). why do i need to get the address?
Hi, I am looking for ideas for how I can stop external scripts connecting with my site. I'm looking for the same kind of idea behind Google. As in if a certain amount of requests are made per a certain amount of time then block the IP address or something. I thought there maybe a htaccess solution if not, I will write a PHP one.
Any ideas or links to existing methods or scripts is much appreciated.
Regards
Phil
Hi friends,
I'm new at drupal.
I created custom content type with CCK. Added some Phone, Address, Fax fields... Now I'm editing the related node. but in the node it just says print $content How can I use the custom fields I've created? maybe something like print $field_name ? anything like that?
appreciate helps!!!!!
I implemented a U.S. "find near zip code" search for somebody. The coordinates of U.S. zip codes come from a commercial zip code database. Now, they would like a similar ability for countries other than the U.S.
Has anybody implemented something like this for non-U.S. searches? How about general "find close to this address" searches? What commercial data is available?
Get the error message "There was no endpoint listening at http://subdomain.domain.com, This is often caused by an incorrect address or SOAP action. See InnerException"
Any suggestions?
I updated my NCommon version to 1.1. It looks like there are breaking changes. What happened to:
the Store container class?
the NHRepository constructor that accepts an ISession?
How should I modify my code to address these changes?
Hello,
I am saving image in the camera roll using UIImageWriteToSavedPhotosAlbum but always get an black thumbnail even if the picture is correct.
Do you have pointers to address this?
Thanks in advance for your help.
Regards,
I read that when hosting a queue endpoint all these names need to match:
Hosted in IIS at: http://localhost/MyService.svc
service endpoint address: http://localhost/private/MyService.svc
queue: .\private$\MyService.svc
So I wonder, how can you host a service with multiple endpoints to different queues? For example a service that is listening to two queues… (using two endpoints).
I am looking to set up a mail relay so that any mail sent to for example
@example.com
gets parsed be a PHP script.
I know to do this for indervidual address I could do some thing like
(from the following web site http://evolt.org/incoming_mail_and_php)
Con figure an Aliases such as
script: |/our/script.php
then any emails sent to [email protected] will be passed to the script given..
but how can I make it that every email to @example.com is passed to the script?
thank you
I have read Static Memory Allocation are done during Compile time.
Is the 'address allocated' used while generating executables ?
Now,I am in doubt that how the memory allocation is handled when the code executable is transferred completely to a new system.
I searched for it but I didn't get any answer on Internet.
If you see the address http://bit.ly/98RKM3
You will see a lot of validation errors. They are because of <br /> inside <p>. If i removed the br tags then it works fine. Any clue y its creating problem?
thnx
I'm sending out a newsletter on icontact. Does it matter where the images in the newsletter are hosted? Would it trigger any spam filters if they come from a domain different from the email address?
I've committed a bunch of commits to a project on Github, however I realized I hadn't set up the proper email and committer full name on the computer I'm currently using to make my commits and therefore the users avatar and email address are not there.
How can I rewrite all past commit email and usernames?
i download appserv and install on my computer and set the default ip in my Default Gateway but when other people want to connect to my home server , they get the error of time out ! what am i going to do ? my server address :
http://192.168.210.230/
and my firewall is now off ! also my antivirus pls help me . Thanks in advance
Hi
I have the following relations (tables) in a relational model
Person
person_id, first_name, last_name, address
Student
person_id, matr_nr
Teacher
person_id, salary
Lecture
lecture_id, lect_name, lect_description
Attendees
lecture_id, person_id, date
I'm wondering about the functional dependencies of Student and Teacher.
Do these tables respect the 3rd normal form? Which should be the primary keys of these tables?
I have a MySql Master server replicating to three Slaves.
A legacy website is performing load-balanced Reads from the Slaves.
Is there a method of identifying from the website which of the Slaves is serving a Read request?
I'd prefer a function that I can use to return a server name or ip address as part of the SELECT, but any reasonable method will do.
Thank you in advance.
i need to connect mysql server from other new server, the IP address of the new server is in UK. please reply me is there any possibility to connect the new one?
so, let's say i have the long/lat or address of many buildings
can get satellite images, "street view", and perhaps 3d/perspective views of buildings.
want to find:
height,
number of floors,
floor area (max building footprint)
of the building. about 200k buildings.
Is there a library for recognizing buildings from satellite shots or pictures? Kind of like face detection I suppose.
Any other suggestions?
Thanks!
this component is : simply use and you set your e mail address. Later add on your web-site (either flash or html)
When a visitor adds name and mail the PHP form sends the info to your mail.
That's all :)
Is there a way to create a profile page for every user that is registered on my WordPress site? I need a feature that allows each registered user to fill in his profile - name, address, email, add photos. Then this data is populated to a user's profile page using a template so when anyone goes to, e.g. mysite.com/users/johndoe, he sees the user's profile page with all information. Thanks.
Ok, I know this question seems to have been asked many times on stackoverflow.
but please read
Well the answer for any address is "No you can't" but the question here is to know if a pointer points to a piece of memory allocated with malloc/new.
Actually I think it could be easily implemented overriding malloc/free and keeping track of allocated memory ranges.
Do you know a memory management library providing this specific tool ?
Hi Experts,
I am having an issue with importing a large(60MB) CSV file in MYSQL DB.
The problem arises when an address field has multiple comma seperated values e.g. home no, street no, town etc.
I tried to use BigDump for it but, the problem did not solved because of a single field containing multiple comma separated values.
Any idea, suggestion or solution from experts how to handle it?
Please reply, because I am sick of it.
Thanks
I have a problem while using the file_get_contents function. I am using it to get a response from a different web server, but it's not returning anything (shown as empty string using var_dump). Also, the problem is only while calling this specific server, because I got result when I used Google's address; and it's working fine in my local machine.
I've tried cUrl too - but same result.