Top "Local" questions

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

PHP server on local machine?

I'm trying to build a PHP site and I'm wanting to test my PHP files without uploading them to my …

php server local
How can I parse a local JSON file from assets folder into a ListView?

I'm currently developing a physics app that is supposed to show a list of formulas and even solve some of …

java android json android-listview local
Access to Image from origin 'null' has been blocked by CORS policy

I have JavaScript application in OpenLayers 3, and my base layer is created from local tiles. I work only in my …

javascript cors local openlayers-3
How to make a local variable (inside a function) global

Possible Duplicate: Using global variables in a function other than the one that created them I'm using functions so that …

python function global-variables local
Load HTML file into WebView

I have a local html page along with several other resources pointed by it (css files and Javascript libraries) that …

android android-webview local
Is it possible to run .php files on my local computer?

Possible Duplicate: PHP server on local machine? Is it possible to run .php files on my local computer? I know …

php local
How to keep the local file or the remote file during merge using Git and the command line?

I know how to merge modification using vimdiff, but, assuming I just know that the entire file is good to …

git merge local
How to securely save username/password (local)?

I'm making a Windows application, which you need to log into first. The account details consist of username and password, …

c# security local
Mocking methods of local scope objects with Mockito

I need some help with this: Example: void method1{ MyObject obj1=new MyObject(); obj1.method1(); } I want to mock obj1.…

object mocking local mockito
Load local images in React.js

I have installed React using create-react-app. It installed fine, but I am trying to load an image in one of …

image reactjs local