Top "Local" questions

A tag for questions about accessing resources local to a given runtime environment or network.

How to save svg canvas to local filesystem

Is there a way to allow a user, after he has created a vector graph on a javascript svg canvas …

javascript svg save filesystems local
Is there any way to test PHP locally without installing a server?

I'm looking for something like http://phpfiddle.org/, but completely local. I don't want to commit to installing something as …

php local testbed
Google Chrome --allow-file-access-from-files disabled for Chrome Beta 8

I have been developing an AJAX application using jQuery and Microsoft Seadragon technology. I need to have access to the …

ajax file google-chrome local same-origin-policy
Local Notifications in Android?

In iOS, a "Local Notification" is used by an app when it is in the background, to inform the user …

android notifications local
How to bind local property on control in WPF

I have two controls on WPF <Button HorizontalAlignment="Center" Name="btnChange" Click="btnChange_Click" Content="Click Me" /> <…

wpf binding properties local
How to copy files from local machine to docker container on windows

I have to import data files from a user local file C:/users/saad/bdd to a docker container (cassandra), …

file docker copy containers local
Unable to start/launch local mongo db

I'm new to MongoDB. I currently have a dump of a mongo db (i.e. directory of .bson files) and …

mongodb localhost local
Can Chrome be made to perform an XSL transform on a local file?

I was looking into xslt and started testing with the examples on w3schools. However, when I save the xml …

xml xslt google-chrome local
Why are global variables always initialized to '0', but not local variables?

Possible Duplicate: Why are global and static variables initialized to their default values? See the code, #include <stdio.h&…

c variables global local
Go to local URL with Javascript

Same question as here but I need to go to local URL's in Firefox I tried with code like var …

javascript url firefox local