Questions tagged [development-environment]

A development environment is an integrated set of programming tools, usually centered around a text editor.

A development environment is a preconfigured used during development lifecycle. Preferably hidden from the end user.

Key tools includes a text editor, commonly extended with other tools for , , automating tools, database access or project management features. Such an editor called . Commonly configured for seamless tool usage.
Compared to the stability, performance and backup creation may be sacrificed in favor of more logging, easier bug detection or rapid iterations.

2519 questions
1
vote
1 answer

CreateUser in DefaultUserAccessor

Can someone please explain what is the difference between CreateUser(String) and CreateUser(User,Credential) in confluence. I want to create one user for confluence, if user is not there in the group. There is no information in confluence…
samuelebe
  • 149
  • 1
  • 3
  • 15
1
vote
2 answers

Develop HTML5 Android Apps on Android

So I finally got my Android tablet in the mail today, and was wondering if there's anyway to develop HTML5 Android apps for Android on an Android.
Michael Schwartz
  • 8,153
  • 14
  • 81
  • 144
1
vote
2 answers

Confused about App Dev process- Only trying to link to a website

I am trying to get Facebook features (like button, and login capabilities) on my website but I am having a tough time figuring out how to do it. I have a Facebook page for my website too, I do not have an app, but from what I've seen I'm supposed…
Jon Lacey
  • 11
  • 2
1
vote
1 answer

Rails 3 - Moving from Development to Production - Public Assets 404

I migrated a Rails 2.2.2 application to Rails 3.1. In development mode: /var/www/project_dir# thin start --ssl all the assets are found and served beautifully. When I run in production mode: /var/www/project_dir# thin start --ssl -e production all…
1
vote
1 answer

How to make the node version of lessc or recess compile with development output for FireLESS

The following is code that can be used for the browser/live version of less. But how can I do this for the command line version?
Wayne's World
  • 387
  • 1
  • 3
  • 11
1
vote
3 answers

Good practices to deploy project from development to production with differents OS?

I'm finishing one project in JSF, but now I have to recreate all links (like localhost:8080/project/recoverpassword to the www.project.com/recoverpassword for instance and many others. So I wonder if there's any other way to do that in a easier way…
Valter Silva
  • 16,446
  • 52
  • 137
  • 218
1
vote
1 answer

Linux Mirror Some files for dev environment

What's a good approach to mirroring a production environment's data for dev? We have one production server in place that mounts many smb shares which several scripts run against routinely. We now have a separate server for development that we want…
1
vote
1 answer

I must use OpenAl for ogg files

I can use openAl for .wav files in Android developing.I can set Position for .wav files.But unfortunately I think openAl does not support .ogg or .mp3 files.Only supported .wav files. What can I do ?
SunShadow
  • 13
  • 4
1
vote
2 answers

Best way to develop between two different OSs

I develop (for personal projects) on OSX at home: Ruby (looking into node), and a lot of basic web apps. I love OSX for development and find it to be a lot simpler to work in a dev environment and push from OSX to Ubuntu production... The issue…
Kevin Brown
  • 12,602
  • 34
  • 95
  • 155
1
vote
6 answers

Good simulation software for mobile devices

Can anyone recommend good simulation software for mobile devices? I am most interested in Nokia smart phones.
Simon
  • 78,655
  • 25
  • 88
  • 118
1
vote
3 answers

Optimizing code for various C/C++ compilers

For those that develop software for multiple platforms, how do you handle the potential that compilers might do certain things better than other compilers. Say you develop for OS X, Windows, Linux and you are using Clang/LLVM, VS and GCC. So if…
1
vote
3 answers

Put file at specific port on Localhost

I need to put a file at this address: http://localhost:51547/file.txt What folder would I put it in on C:/? Tony
Tony The Lion
  • 61,704
  • 67
  • 242
  • 415
1
vote
1 answer

Check if application is running on server or local

My app uses Python with cherrypy to provide a web service. I want to set up a different config file, depending on if my application is started on my local machine or on my remote server. Is there any easy way to check if my application is started…
1
vote
2 answers

Heimdall could not able to detect Samsung Galaxy Tab P1000?

I am trying to flash Samsung Galaxy Tab P1000 using Heimdall commands in Linux. issue: sudo heimdall detect command not supoorting to detect device but device is detected becase sudo heimdall print-pit command is working and rebooting device ...…
Kishor Mhaske
  • 31
  • 1
  • 5
1
vote
1 answer

Workflow/tools for frontend javascript development/test and production?

A Web frontend javascript application, in production, will have little to nothing "exposed", that is, declared as a global var or attached to window. all code minimized and appended to one (or a few) js file(s); little to nothing "exposed", that…
giorgian
  • 3,795
  • 1
  • 30
  • 48