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

learn more… | top users | synonyms

0
votes
1answer
9 views

Final installation folder debugging

When I install my finished product it runs fine until the very last action is done (a button that 'saves' the job). The program pops this error up: Unhandled exception has occurred in your ...
1
vote
1answer
677 views

Completed 500 Internal Server Error; RestClient::NotAcceptable (406 Not Acceptable)

I'm pretty new in Rails and on stackoverflow so I'll try to be explicite. I was asking to change someone project, so I get the sources and try to make it works on my own work computer (that's on ...
6
votes
2answers
152 views

update() inside a function only searches the global environment?

I tried to write a wrapper function to do likelihood ratio tests in batches. I tried to include update() to update the initial model. However, it seems that instead of looking for objects inside the ...
1
vote
1answer
126 views

Installing environment descriptions in eclipse

I have Execution environment references were not checked for '...' because no environment descriptions are installed. error. I guess I need to install environment descriptions ...
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 ...
2
votes
2answers
74 views

Are environment variables associative?

In windows 7, if you do something like this in the command line: X=Debug Y=ABC\%X% then... X=Release Y=?
0
votes
1answer
88 views

How to include all lib folder?

I want to extend core Array class with simple method: class Array def to_hash result = Hash.new self.each { |a| result[a] = '' } result end end I put array.rb into lib/core_ext and ...
1
vote
0answers
79 views

Windows Server App Fabric Environment setup on SharePoint 2010

I have One SQL Database server, two WFE and one APP server. I have planned to install windows app fabric server for caching mechanism. What is the best approach to install app fabric servers for my ...
0
votes
2answers
128 views

Set up local development environment for heroku facebook app

I have my app up in canvas but am at somewhat of a loss as to how I can test locally. I'm building my app on top of nodeJs to give it a try. I have a dev app that hasn't been deployed to heroku so I'm ...
1
vote
1answer
70 views

Development Environment - Remote local server and Git repositories

as my main computer I'm using Windows PC. In my development I'm using my local Linux based server to host my projects. I'm also using PHPStorm as my main IDE - creating remote projects with automatic ...
1
vote
1answer
183 views

symfony2 security.yml working only in dev environment

Working on my first symfony project I was following the tutorial about the security mechanisms. I started using the "http_basic" mode in my firewall. The strange thing is that it works only in dev ...
0
votes
0answers
15 views

Phabricator issue with the env variable [duplicate]

Possible Duplicate: Custom Environment Variables in PHP PHABRICATOR_ENV Environment Variable can any one please tell me how to set this Environment Variable , i mean where and in which file ...
1
vote
3answers
706 views

Setup Environment variable using perl

I am trying to set environment variable using Perl. It should export this variable outside (in current shell) not just in the script. I tried: `setenv X1 /p/fsd` system("setenv X1 /p/fsd") == 0 or ...
2
votes
1answer
563 views

To Environment.getExternalStorageDirectory() or not to?

I don't understand the message I'm getting with Eclipse. I added a "/sdcard" as a directory, and I got the warning: Do not hardcode "/sdcard/"; use Environment.getExternalStorageDirectory().getPath() ...
2
votes
3answers
66 views

Is it unsafe to switch environments based on domain?

I am curious if doing something like setting your "environment" to Production, Dev, Staging, etc. based on a domain name such as dev.domain.com, staging.domain.com is a bad idea. Can somebody just ...
7
votes
4answers
129 views

How to duplicate a PHP-based website? [closed]

Background: I'm new to PHP, but I've been asked to make some code changes to support an application hosted on our Intranet. The actual code changes don't look too bad. However, there is currently no ...
-4
votes
2answers
87 views

Using mysql query and result in php? [closed]

I've had some help from bluefleet (BF) with a mysql query, i now need to use that query in a php environment, this is what i've come up with, firstly can you tell me if it's correct and secondly do i ...
5
votes
1answer
139 views

How to choose the right “network place” icon?

I've got a PowerShell script that creates shortcuts to network locations at login. Unfortunately, it's using an old low-res icon. It's not a big deal by any means, but I'd like to use the updated ...
2
votes
1answer
95 views

tab-expansion and “./” bash shell [closed]

Maybe someone here would be able to help me out. Have installed Ubuntu 12.04 LTS (kubuntu) on two machines. The .bashrc and .bash_profile files are identical as the file structures on each machine is ...
5
votes
2answers
92 views

define variable in linux that can be access in php [closed]

I add a variable in whole linux varibale in /etc/profile export MYNAME="My Value" how can i access this value in php source code during run via apache web server? in $_SERVER this value doesn't ...
0
votes
0answers
38 views

edit system environment variables permanently batch file [duplicate]

Possible Duplicate: Setting a system environment variable from a Windows batch file? I'm trying to create a batch file which modifies and creates some system enviroment variables ...
3
votes
0answers
102 views

Python package to manage module system in HPCs

I'm working in an HPC environment which uses the module system for software-version management. I'm using python for the automation of the installation of a certain software which requires some ...
2
votes
1answer
57 views

compile program with set runtime environment?

I am trying to compile a program which, when run, will be run in a predefined environment in c. More specifically, I am looking to somehow include LD_PRELOAD=./lib.so so that when I run ./program it ...
1
vote
3answers
84 views

Is there a way to change the internal radix of Java code?

If I want to write a program that deals almost exclusively with, say, base 8 math, is there a way to change the source code or JVM to perform all calculations with this radix without having to ...
2
votes
2answers
133 views

Where to save application logs? [duplicate]

Possible Duplicate: Where to store an application log file on Windows Windows seems to have several places where different applications store its logs. Windows services and some ...
0
votes
0answers
48 views

Server Environment validation/test

I have proxy servers, real servers for applications, and a SSO server for authentication. After installation of various applications, there are configuration (in property/XML files) like database ...
1
vote
0answers
57 views

Setting a grails app environment in heroku?

Heroku supports non-prod environments, but their documentation is sparse on the topic. They mention setting RACK_ENV for rails apps. What is the equivalent for grails?
0
votes
1answer
97 views

irb does not work after rbenv install

So I just ditched rvm in order to try rbenv. I installed with macports and followed the instructions regarding installation. However when I try to run irb I get: ...
0
votes
2answers
72 views

Determining whether library class is used from GWT app or regular Java

I'm writing a couple of library classes that I am sharing between several projects. Some of these projects are plain-old Java and others are GWT applications. For some of these classes the exact ...
7
votes
1answer
217 views

Customizing the ESS environment for R

I am trying to optimize my ESS - R environment. So far I make use of the r-autoyas, I set intendation and stuff following style guides, in the mini-buffer there are eldoc hints for function arguments, ...
2
votes
1answer
181 views

Ignoring certain files and changes in capistrano's current directory for development environment

Our deploy strategy: We have environment-scoped db config and .htaccess files (think prod.htaccess, dev.htaccess and local.htaccess). Deploys are done using capistrano, which starts with a checkout of ...
0
votes
2answers
312 views

Setting environment variables in Erlang applications

There's clearly something I don't understand about Erlang... well, among many things. I've set up an application under Rebar called cw.I start it up and everything runs fine. Now I want to create ...
0
votes
0answers
89 views

Facebook Development: Multiple Environments?

I normally like my code promotion to go through several environments: DEV/LOCAL - coding and testing on my local machine ("sandbox") QA - running the same code on an intranet server configured to be ...
4
votes
2answers
126 views

How to populate an environment in R

I'm using the IMIS package (Incremental Mixture Importance Sampling) to estimate parameters. Unfortunately, it's written to look for functions likelihood, sample.prior, and prior in the environment ...
1
vote
1answer
58 views

git repository move rails application code to live to test repositories

Hello I am having Two Branches on Github for the Rails Application. One is Test and Other is Live. Problem is Live branch is having the latest changes on it and Test is not having the lates changes. ...
4
votes
2answers
104 views

Setting a property in java:comp/env?

I write Java projects with Eclipse and I wonder if there is a way to set a new property in java:comp/env via java itself? Every help is appreciated!
0
votes
1answer
53 views

Machine-specific webapp configuration

I have several webapp projects (Java/Spring/Tomcat). Each project will be deployed on several machines as a .war file. I need to have separate .properties file for each project on each machine. How to ...
1
vote
1answer
57 views

Pass System/Environment Information to log4net

It is possible to pass the system/environment information to the log4net log in my C# WinForms application? It would be good to have details like what Windows version they are using, if any Service ...
-1
votes
1answer
67 views

I need some sort of paint enviroment to rotate images

Recently I downloaded paint.net. It can rotate images in every angle. I need 360 images, each rotated different angle, with appropriate filename (1.jpg, 2.jpg etc). The problem is- on paint.net I must ...
3
votes
2answers
48 views

How do I query for values of symbols in a closure in R?

How can I query the value of x for foo in the R code below? make.foo <- function() { x <- 123 function() x * 3 } foo <- make.foo() # now get foo's x
3
votes
2answers
298 views

How can I make my R session vanilla?

This is a follow up for clarification of a previous question, How can I ensure a consistent R environment among different users on the same server? I'd like to enter a "vanilla" R session from within ...
3
votes
1answer
69 views

How can I ensure a consistent R environment among different users on the same server?

I am writing a protocol for a reproducible analysis using an in-house package "MyPKG". Each user will supply their own input files; other than the inputs, the analyses should be run under the same ...
0
votes
0answers
30 views

Controlling electricity output in c#

i want to control some electronic out puts in c# in c# by attaching usb kit that i should design to control things such as lamps. controlling electricity outputs. can anyone help me?
0
votes
1answer
1k views

Passing-through environment variables to Tomcat 7.0 web app context

Apache Tomcat 7.0, CentOS 5.8 i386 A web application needs a specific environment variable XY to be present in its context. This variable is set in /etc/profile as a result of a computation (i.e. not ...
3
votes
3answers
85 views

Why is it bad to develop on a testserver? [closed]

At our current project we have 1. a production server, 2. a test server and 3. several developers using xampp under Windows. Prod- and Testserver are run by UNIX. One of the other developers is ...
-1
votes
2answers
211 views

Cucumber is not working with rails 2.3.14 & ruby 1.8.7/ree

My enviorenment: **Rails - 2.3.14 Ruby - ree/ruby 1.8.7** I am trying to use cucumber for the first time. I followed => http://railscasts.com/episodes/155-beginning-with-cucumber for my existing ...
1
vote
2answers
275 views

Multi-staging environment for Rails with Nginx

I have created new environment "staging". Locally it works. I run it this way: RAILS_ENV=staging passenger start On server I use Nginx + passenger. In virtual host settings I have written: server ...
5
votes
1answer
465 views

How to find the path of the local git repository when I am possibly in a subdirectory

I'm looking for something like git list-path printing the path of the associated repository (the .git directory). A bit of background: I have set up git version control on quite a few of my ...
0
votes
0answers
128 views

R specify function environment

I have a question about function environments in the R language. I know that everytime a function is called in R, a new environment E is created in which the function body is executed. The parent link ...
0
votes
0answers
85 views

Xlet as a desktop application

I am currently working for a Xlet based application on Linux platform. Now my requirement is that I need to run Xlet as a desktop application i.e Xlet runs on some sort of emulator or a device which ...

1 2 3 4 5 13