Top "Local" questions

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

Installing packages in a local directory

What is the best practice to install packages (those with go get...) in a local directory? Example: I'd like to …

installation package go local
"Pythonic" way to "reset" an object's variables?

("variables" here refers to "names", I think, not completely sure about the definition pythonistas use) I have an object and …

variables python global local
Why are my custom process.env not working within dotenv?

Learning that it is a bad practice to include API secret keys I've done some research and trying to learn …

node.js environment-variables local dotenv
Open XML file from res/xml in Android

I created a Java application which opens an xml file that looks something like this: <AnimalTree> <animal&…

android xml file local saxparser
Copying MongoDB Database into Local Machine

I have a MongoDB database that resides on a remote server machine whose IP address is 192.168.1.20 on a local network. …

mongodb localhost local database
npm won't install packages locally. What's wrong?

I want to install packages locally, but npm is always installing packages to the global location. I'm running the following …

node.js installation global local npm
How to disable maven release plugin check local modifications?

I use maven release plugin. In my pom exists and Ant task that automatically fix some properties files with additional …

file maven release local
local function inside PL/SQL script

I'm trying to execute this code in Oracle 10 SQL Developer: FUNCTION is_valid_date (p_val in VARCHAR2, p_format …

sql oracle function local
Fetch local JSON file from public folder ReactJS

I have a problem since two days; I want read a local JSON from my public folder on my React …

javascript json reactjs local fetch-api
Adding new row to jqGrid using modal form on client only

There appear to be many solutions that are very close to addressing my problem but of the dozens and dozens …

jqgrid local editing form-editing