Tagged Questions

-1
votes
4answers
115 views

How can I make my programming environemnt more ergonomic with a cheap way?

For some time I am suffering some backaches and chest-aches after working at home in front of my lap-top. After 2 hours it starts suffering to squeeze on my computer. In the office …
2
votes
2answers
89 views

C#/.NET app doesn’t recognize Environment Var Change (PATH)

In my C# app, I am programmatically installing an Oracle client if one is not present, which requires adding a dir to the PATH system environment variable. This all works fine, bu …
0
votes
0answers
35 views

How to configure and run multiple test environments in rails 2.3.4

Hello, I am trying to add and additional test environment to a rails 2.3.4 project. I have added the proper db configuration into database.yml and I have created a file with the n …
2
votes
1answer
52 views

Export variables from one shell script to another.

Hi, I have a couple of scripts for which the first part of them looks the same. Function of this part is to identify at which machine the script is being runned and set a couple o …
2
votes
9answers
167 views

How do I import environment settings into my Perl program?

I have a script whose content simply exports a variable in linux. export LD_LIBRARY_PATH=.... I want to run this script in my Perl script so whoever is running my Perl script wi …
0
votes
1answer
19 views

How can you load the Rails environment from CloudCrowd actions?

I'm writing an "action" for CloudCrowd which needs access to the Rails environment (for some ActiveRecord stuff) but the standard means of loading the environment is resulting in f …
34
votes
46answers
4k views

What’s your ideal multiple-monitor setup for programming?

Jeff Atwood is often expounding the benefits of triple monitor setups for developers, and I have to say I agree with him. However, we are about to take on a good number of new dev …
9
votes
11answers
340 views

Should we stop implementing the feature to print on paper? [closed]

I've been wondering this for a while now. One of our software has a feature that create a well-formatted document from all the data that the user inputted in the software. The goa …
1
vote
2answers
129 views

Can I run grails 1.2-M3 with groovy 1.7 beta 1?

Hi, I have groovy 1.7 beta 1 in my path and GROOVY_HOME pointing to same groovy 1.7 beta 1 directory. I have installed grails 1.2-M3, and set GRAILS_HOME to point to grails 1.2-M …
0
votes
2answers
121 views

How to set user environment variables in Windows Server 2008 R2 as a normal user?

In older versions of Windows, it was just open the Control Panel, select the System applet, select the Advanced tab, and then hit the Environment variables button. As a normal use …
1
vote
5answers
78 views

Best way to create an Environment object in C++

I want to create an environment class that is accessible from all of my classes in my program but I dont want to initialize the environment object everytime I want to access its me …
2
votes
3answers
67 views

Is there any reasonable working set of measures against cell phones ringing in developers rooms? [closed]

Noise is a problem for developers. Aside from multiple other sources of noise acsending volume ringtones of cell phones left on a desk unattanded are particularly disturbing. Is th …
1
vote
3answers
76 views

How to specify rubygems path in environment-less Ruby script?

I've written a data collection script for Cacti in Ruby and it runs fine from the command line but Cacti runs the script via "env -i" which strips the environment so Ruby can't fin …
0
votes
1answer
37 views

Assembly.CodeBase: when is it no file-URI?

Assembly.Location gives a plain path to the assembly. Unfortunately this is empty when running in a shadowed environment, such as unit test or ASP.NET. Hovever, the Codebase proper …
0
votes
1answer
102 views

Why doesn’t os.system(’set foo=bar’) work?

Possibly a stupid question: Why can't I set an environment variable with this? os.system('set foo=bar') # on windows I'm aware of os.environ, and that works for me. I'm just con …

1 2 3 4 5 8 next
15 30 50 per page