The O/S in which a process is executed, especially settings that affect the process

learn more… | top users | synonyms

0
votes
1answer
7 views

Configuration Promotion Between Environments

What is a good way to coordinate configuration changes through environments? In an effort to decouple our code from the environment we've moved all environmental config to external files. So maybe ...
0
votes
1answer
78 views

Eclipse dialogs open twice when clicked with mouse

Within the past 2 weeks, Eclipse has started behaving oddly. Not sure what changed, although I did install JDK and JRE 7u21. Any dialog (Search, Eclipse About, Switch workspace, etc.) I open by ...
0
votes
0answers
14 views

Getting MSBuild Created Environment Variables Recognized By C++ Build Events/Include Pathes

We're using VS2008 and MSBuild 3.5. and our C++ project files use environment variables inside the include paths and post build events (to do a copy, etc.). I'd like these to be dynamic, driven by ...
0
votes
0answers
27 views

PowerShell child script changes parent's environment

I have PS scripts that changes current working directory: Set-Location (Join-Path (Split-Path -Parent (Split-Path -Parent $MyInvocation.MyCommand.Definition)) -ChildPath src) Unfortunately, it's ...
1
vote
1answer
28 views

Executable written in Qt behaves differently on Fedora 16 and 18

In short, the same executable written in Qt writes out a colourful PDF in one Fedora 16 PC but writes out a grayscale one on another Fedora 18. Are there any environment variables that can affect the ...
1
vote
1answer
34 views

how to pass a variable to lm within a function in R

Here is a (non)working example of how I would like to do things. The restriction is that all this has to happen within a function and that K should not be appended to x. What's the right way to do ...
2
votes
2answers
2k views

How to structure Laravel .htaccess in order to point straight to public folder & remove index.php

I am attempting to create htaccess files that can be used on development and production server. The development server's folder structure is like this: Server Root (www) -laravel -public ...
0
votes
1answer
9 views

Apache environment variables

I am using Apache 2.2 on Ubuntu 12.10 I opened my .htaccess file and set an env var called cache: SetEnv cache '' I have a php file which generates the cache and saves it in the environment var ...
-1
votes
0answers
22 views

Activating a virtual environment on Linux [closed]

On Windows I can simply activate my virtual environment as such: activate and it'll switch my environment automatically to my virtual environment. However on Linux, I have tried both . activate and ...
1
vote
1answer
24 views

Issue with environment variable

I just want to echo a variable which is defined with ENABLEDELAYEDEXPANSION. It doesn't work. Here's a small part of my long script on the issue @echo off&setlocal enabledelayedexpansion for ...
0
votes
1answer
18 views

Python - Override environment variables homedrive and homepath

Questions: Is it not possible to override the HOMEDRIVE and HOMEPATH variables in Python? Where exactly are these variables stored, I do not see them in the Environment variables dialog box. ...
0
votes
1answer
24 views

How do I get the same environment for a child thread in TCL?

I am using multi thread in TCL. I am creating a thread using thread extension. I then send some commands to the thread. I also use user defined some procedures in various files. My question: how do I ...
0
votes
1answer
7k views

Java Runtime Environment HKEY_LOCAL_MACHINE Error

I was trying to get rid of older versions of Java (since I still had 1.6 and I also had 1.7) on my Windows XP machine. Well uninstalling 1.6 I got an error about Java Runtime Environment. When I try ...
0
votes
2answers
541 views

Installing a CGI Proxy on Tomcat

I want to setup a proxy for openlayers to use so I followed these steps: Downloaded the proxy.cgi file from the OpenLayers web site: ...
1
vote
0answers
49 views

Call object from function environment in R

I have a function similar to this one: function.mean.prod<-function(my.df,my.title){ tmp.df<-data.frame(Year=1901:2099,Productivity=NA) for(i in ...
0
votes
0answers
4 views

Best approach to loading assets from CDN, minifying and combining across multiple environments

I've got an application with 4 environments (dev, testing, internal (for company use only), and production) using git. I spent a week scrutinizing page load speeds on my app and looking at the best ...
0
votes
1answer
39 views

USB c++ development environment

I need to set up a USB with a the necessary programs to have a portable development environment. I use 64bit Windows 7 at home and 32bit Windows XP at work, where I will use this the most. How would ...
1
vote
3answers
6k views

What is run time environment?

Can some one explain what it means in simple terms. Does it mean the environment (DOS, Windows, Linux, etc) where the application codes are run? Regards Balaji S
3
votes
3answers
482 views

Setting environment variables with puppet

I'm trying to work out the best way to set some environment variables with puppet. I could use exec and just do export VAR=blah. However, that would only last for the current session. I also thought ...
0
votes
2answers
152 views

Add Laravel task to cron with parameters

I want to add a Laravel task into cron, this is what I use to run it from command line (and runs succesfully) php artisan cron:hourly --env=staging Translated into cron: /usr/bin/php -q ...
0
votes
3answers
45 views

Setting up Eclipse with JRE Path

I have downloaded and extracted Eclipse. I have Eclipse in the following directory: C:\Applications\eclipse. When I try and run the executable, I get the following message: I currently have the ...
-3
votes
0answers
9 views

Netgear develop applications for the Smart Network [closed]

How to setup Netgear develop applications for the Smart Network. Anyone have the idea to setup this environment. And also need to know what the hardware and software requirements to setup Netgear ...
1
vote
1answer
48 views

Zend Framework 2: Disable module on production environment

OK, here's the problem: I have a module in my Zend Framework 2 application that I wish to not include on production. Therefore, I made a file inside config/autoload called local.php with the ...
0
votes
1answer
251 views

Rails moving from 2.2.2 to 2.3.8 - rake not loading the environment same as the console or my app

I have an app that has been around a while that I'm migrating for Rails 2.3.8. There have been a lot of interesting issues, but I'm on the home stretch, but have now run into some very odd errors. ...
0
votes
0answers
29 views

Unable to create a new android project

I used to always install with existing IDE and then adding the sdk location to it. Now I wanna set up on different PC. But as I have seen this post, it seemed quite easy to me to set up the ...
3
votes
2answers
39 views

How do I detect in rails if I am running a rake command?

In Rails, you might want your environment to do different things on startup depending on if you are running a rake task or not. For instance, my use case was having several hundred MB of cache loaded ...
0
votes
2answers
57 views

Dynamically assigning calculation results in R

I'm in my first week programming in R and while I've made much progress on solving specific issues, I am in need for advice on a larger scale. I have a directory full of data files in CSV format. The ...
0
votes
0answers
21 views

PHPunit not working over network

I have recently installed PHPUnit 3.7.17 on a Windows Server 2008 R2 that has PHP Version 5.3.21, Apache/2.2.21, Pear 1.9.4. I configured netbeans 7.3 on that server for PHPUnit, tested it and all ...
2
votes
0answers
306 views

Spring 3.1 Environment Abstraction and EJB integration

I'm trying to use the new environment abstraction in our Java EE/EJB application. We're already using SpringBeanAutowiringInterceptor to inject Spring Beans into EJBs by using the standard ...
2
votes
2answers
59 views

Get the attribute of a packaged function from within itself

Suppose we have this functions in a R package. prova <- function() { print(attr(prova, 'myattr')) print(myattr(prova)) invisible(TRUE) } 'myattr<-' <- function(x, value) { attr(x, ...
0
votes
1answer
100 views

Setting up Local Development Vagrant version backward compatibility, config.vm.customize

I am trying to participate in the open source software catarse on github I am going through this wiki to install catarse on my local machine ...
12
votes
11answers
2k views

Robot simulation environments

I would like to make a list of remarkable robot simulation environments including advantages and disadvantages of them. Some examples I know of are Webots and Player/Stage.
0
votes
1answer
24 views

.htaccess file has no values for time_mon, time_year apache vars

I'm trying to do some apache URL rewriting via .htaccess. I want to rewrite based on time and date. We want certain images to be displayed during the month of june, and other images displayed after ...
0
votes
1answer
43 views

Override a remote JavaScript file with a local copy?

Is it possible to override a remote JavaScript file with a local copy for one developer? Use case: A JavaScript Developer who has not yet proven them self is asked to fix certain bugs in a JavaScript ...
0
votes
0answers
13 views

Create Offline Demo Environment Database Substitute

I would like to know if there is a best practice for creating demo environments that substitutes database interaction into other forms of resource i.e. creating .json files containing the data that ...
0
votes
0answers
44 views

Redirect an application resource folder to installation folder instead of system (/usr/share)

I have a question, sorry if maybe it's already been answered somewhere. I'd like to have ability to install a new version of any application (gimp, inskape, codeblocks, whatever..) on Ubuntu system ...
5
votes
2answers
228 views

In R6RS Scheme, is there a way to get the current environment for use with eval?

Is there any way in R6RS Scheme to obtain the current environment and then pass it as the second argument to eval? For example, what should the question marks be for the following expression to ...
0
votes
0answers
10 views

Accessing Enviroment Variables in PHP Script while using suPHP

I'm able to setup suPHP successfully and its running fine. But I'm facing a problem in accessing my environment variables which I was setting in /etc/init.d/httpd. Before using suPHP I was able to ...
3
votes
2answers
60 views

get xts objects from within an environment

I have stored xts objects inside an environment. Can I subset these objects while they are stored in an environment, i.e. act upon them "in-place"? Can I extract these objects by referring to their ...
2
votes
3answers
2k views

Node.js install Synology ds212+ error

I'm currently installing the Node.js environment on my Synology ds212+ and I have a problem when I'm running a line command. When I'm trying to do ./configure --prefix=/opt/node ...
0
votes
1answer
169 views

Ruby Rails Environment Completely Down about Paths, installation and brew

and Thank you for Helping me! Long story short, I put this in the terminal curl https://raw.github.com/gist/1688857/rbenv.sh | sh ; rbenv global 1.9.3-p327-perf I ended up downloading/installing ...
0
votes
1answer
93 views

What tool runs during a “cd” and checks the .ruby_version file?

I've installed a bunch of tools related to ruby recently. Macports ruby19 (then uninstalled per advice here on SO), then installed RVM and ruby-1.9.3-p. And now, I notice that I get a message when ...
0
votes
3answers
61 views

Can't add files to listbox…READ

I'm using a code to show all startup items in listbox with environment variable "%appdata% There is some errors in this code that I need help with.... Check code for commented errors Is there any ...
1
vote
1answer
145 views

Vim latex-suite is not changing the environment properly. How can I fix this?

A am using the latex-suite plugin for vim but there is one problem, best illustrated with an example. Suppose I have the following environment: \begin{theorem} Blah blah blah. \end{theorem} Now, ...
1
vote
2answers
46 views

Getting current environment of iPhone app

I'm developing an iPhone app using Titanium Studio Alloy. In config.json file, I see that there are three environment as follows: "env:development": { }, "env:test": { }, ...
1
vote
4answers
249 views

Siebel Open UI Environment

I am looking for a quick and easy way to setup Siebel Open UI so that I can test it out before implementing it in my company's environment. We are currently using 8.1.1.5 and are interested in ...
0
votes
1answer
25 views

Android Enviroment Variable

I'm developing an Android app that makes api calls to a remote server. When I'm developing, I point to my local server. Furthermore, I also have an continuous integration server that has the web app ...
0
votes
1answer
67 views

jetty and etc environment on ubuntu 12.10

When running jetty project under IntelliJ I have no problem to read environment variable I set to /etc/environment using the System.getenv("var1") api. When I deploy the war to Ubuntu server that ...
0
votes
1answer
48 views

Passing parameter from a bat to a bat (environment variable)

I need to pass some parameters from a bat, file1.bat to another bat, file2.bat. Problem is that @echo %2 inside file2.bat shows "" from prompt command, so the variable named secondVar defined inside ...
0
votes
1answer
41 views

worklight javascript file failed to render in worklight environment folder

I have recently updated Worklight Developer version to 5.0.6.20130311-0918-developer-edition One project that was working fine on older version are failed to render IPAD environment(js files). To ...

1 2 3 4 5 13