Can someone explain what the 'e' flag does, or link me to somewhere that does? I couldn't find anything via google.
Example:
preg_replace("/a(b?)c/e", "search_foo_term('\$1')", $str);
Can I do Android Programming in C++ ,C ?
If ( answer == "yes" )
{
then please tell how ? and whats the procedure for set-up ?
( i donot know obj-c ,java ) but well versed in C,C++ ,FLASH AS3
SDK released by google
please do not tell about NVDIA SDK its not fully developed :)
}
I have the following:
<input type="hidden" name="phone_home" value="<? echo $_SESSION['full_home_phone'] ?>">
this works for firefox but not for google chrome.. can anyone help?
thx ahead of time
It´s a short question,
but i searched at google and here and didn´t find a answer for it.
is it possible to find the Process which changed the FileInfo.lastAccessTime or FileInfo.lastWriteTime of a File?
thanks alot!
I know the question has no practical value, but it is interesting why in some languages semicolons and {} blocks are removed although their predecessor have them.
Actually it makes me nervous to write a code in Python as there are no ";" and {}.
Also in new language Google-GO semicolons are also missing although it says that lexer uses a rule to insert semicolons automatically as it scans.
So is there any secret :) reason for this.
Upon initialization, GDI+ (non .NET) creates a background thread, which can optionally be suppressed subject to calling some hook functions. MSDN, however, doesn't say what this thread actually does. Google doesn't seem to know either.
What is it for?
Following this tuto:
http://www.plaxo.com/api/openid_recipe
One of the steps is:
Need to look up whether the OpenID
entered already belongs to an existing
user on your site
My problem:
what's the OpenID like for a gmail account(I've no other OP account yet)? It seems to me that OpenID = https://www.google.com/accounts/o8/id for gmail, but how can I use that to look up since it's the same for all users?
What's the simplest way, if any, to search Twitter for replies to any username that includes <string?
eg, how to search at the same time for replies to @google, @googletech, @firstgooglers, @nogoogle ?
I'm not a competent developer with any language but I can handle some easy JS or PHP or regex & Bash scripting...snippets welcome.
I have some contents inside div tag...
within that div tag content I have to search for img src tag value
based on that value i have to highlight some images and to show some div content
for example
if img src value contains "http://google.com/test/test.img" have to highlight and to show img is highlighted div content
if img src value contains some specific path "news/images/test1.jpg" have to highlight and to show img is highlighted div content
if img src value contains some specific path "news/articles/images/test1.gif" no need to highlight and to show img is not highlighted div content.
I am trying to create a blog using blogspot. It seems it is not possible to upload anything other than image files to blogspot. I want to upload a PHP file. I managed to upload the file to google sites, but it is coming as downloadable there instead of executing.
Is there a work-around here other than buying my own server space?
Question:
I want to loop over all open tabs in Internet Exporer (for all open IE windows) and save the URL in a text file. How can I do that ? I have windows 7 32 bit and IE 8.
Code for Firefox/Google chrome would also be welcome.
I need to put a map in a webpage and I need that when the users clicks on certain area inside city limits on the map the user is redirected.
Wich is the best way without using Flash?
Define Hover polingons on a image.
SVG on the browser.
Some sort of Javascript, jQuery magical plugin out there?
Google Maps?
And example could be this but It's flash.
Click here to see a simple example of what I want. It's really easy, but for some reason Google won't display it.
It's part of a foreach loop, if needed I can add other codes.
There is nothing else in the rest of the css to mess with this, I have checked about 10 times.
Thanks.
How do you check if you can connect to the internet via java? One way would be:
final URL url = new URL("http://www.google.com");
final URLConnection conn = url.openConnection();
... if we got here, we should have net ...
But is there something more appropriate to perform that task, especially if you need to do consecutive checks very often and a loss of internet connection is highly probable?
I haven't found any MYSQL many-to-many relationships examples here and in google. What I am looking is to see a very simple example with php+mysql showing database's results. Can anybody write a very simple example?
I'm toying around with a very simplistic sort of process-monitor. Currently, it gets a list of the running processes and attempts to kill any process that is not white-listed.
What I'm looking for is a way to prevent a process from starting that isn't on the white-list. If that's possible. My knowledge level in this area is pretty non-existent and my Google-fu only returns websites discussing Process.Start() :(
Can anyone point me in the right direction?
This setting in PATH:
D:\MATLAB\R2007b\bin\win32
Here is a fresh bad affect by this setting for me:
http://stackoverflow.com/questions/2712913/why-does-this-program-require-msvcr80-dll-and-whats-the-best-solution-for-this-k
And here's an issue reported by another guy:
http://groups.google.com/group/ggobi/browse_thread/thread/dacea0fa93dcaf75
What's that setting for and why it's causing so many problems?
Could you provide example of JavaScript function for starting up application installed on your computer from a web browser (eg google chrome 4). It particular if .Net APPs have any special simplyfiing this process apis of out there are some libs for such staff, please share link with us.
So how to start up your C# .NET app\programm from web browser?
Greetings,
The question relates to ASP.NET MVC
I am creating some divs dynamically using AJAX (some views render dynamically). Inside these views a have some JS code. When user click on link i would like to open dialog box with google map. However, because these views are rendered dynamically it does not work because js code is not injected (what can be seen in page source). How can I resolve this problem?
A site has blocked with google.
There is a site for this issue:
http://25yearsofprogramming.com/blog/20070705.htm
How can we detect mysql injection?
Thanks in advance.
As far as Google searches tell me, the maximum allowed number of cookies depends very much on the browser, however I cannot find any recent data as to how much cookies are allowed on modern browsers.
I need to store a somewhat large number of user preferences in cookies (for not-yet-registered users), so what would be the best way of doing that? (Also, those cookies would be accessed both via javascript client-side and php server-side)
hi,
I modified a very simple php page on my server:
<?php
header("Location:http://www.google.com");
?>
and it stopped to work. I get as result a blank page (Without source in it).
I modified back to the previous url.. and it still doesn't work.
What's going on ?
Thanks