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

learn more… | top users | synonyms

0
votes
0answers
14 views

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. ...
0
votes
1answer
15 views

How to make sure Uniqueness of Constants values in Java Class in development phase?

Our team have a shared Java class only for Constant values When any developer need to add a constant He will add a record in this class public class Constants_Class { public static final String ...
0
votes
0answers
16 views

Firefox plug-in development

Iam trying to develop an extension for firefox using this guide http://blog.mozilla.org/addons/2009/01/28/how-to-develop-a-firefox-extension/. But i don't understand the part with the Pointing to an ...
0
votes
1answer
7 views

How to set up a local LESS environment

How would you set up a local environment that would allow you to see LESS in-browser, locally? So far, I can only get it to work from a remote server, and it's totally aggravating. I've downloaded ...
0
votes
0answers
9 views

development and debugging base ground

I am new here and I want some help to put me on the right direction. I am developing this website using apache and php on windows server from scratch. No frameworks except jQuery. We released a ...
-1
votes
1answer
37 views

Java/Android Asynchronous work in the background

in the past few days I have been trying to figure something but had no luck, I am developing an android game, I have 3 packages for now each with its own purpose: 1 - package for GUI classes. 2 - ...
0
votes
0answers
6 views

Anyone with luck on getting KDevelop work under OSX 10.8.3

I got KDevelop to install through macports with no issues, but it is very unstable and crashes straightaway. I tried getting it through fink, but fink is not able to find the package anymore? So I am ...
0
votes
1answer
35 views

Rails app keeps trying to connect to “development .rb” file

So this is a confusing one. I'm not sure where I went wrong, but I did somewhere, and given the problem, it seems like it should be a simple fix. For the first time, my Rails app is crashing every ...
0
votes
2answers
90 views

Setting up development environment for Raspberry Pi [closed]

Lately I've decided to jump on the minicomputer "bandwagon" out of curiosity. I bought a pair of Raspberry Pi and BeagleBoard since they were both so cheap I couldn't resist :) but here is where my ...
0
votes
1answer
47 views
+200

How to set up multiple “environments” with CloudBees?

I just read all the CloudBees developer docs and was surprised I didn't see anything about setting up multiple environments for your deployment pipeline. I plan on running my app locally, then ...
6
votes
1answer
610 views

iOS Certificate Generation Error: Disc Quota Exceeded [closed]

I am trying to generate an iOS Development Certificate. After I select the .certSigningRequest file from my desktop and click on Generate, I get the following error: Processing of multipart/form-data ...
0
votes
2answers
103 views

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.
0
votes
1answer
15 views

How do I get my .NET development server to use an unusual font?

I'm working on a print template for a postal mailer. We are using the USPSIMBStandard font to create the barcode and I'm trying to test it locally. When I debug the project locally and view the ...
0
votes
1answer
29 views

android version control mercurial with dropbox if possible

I'm looking into how I could develop on my android tablet and desktop computer. I have all the development tools I need on the android tablet. However there is a few of us that work on these projects. ...
0
votes
0answers
7 views

entire subdomain backup and restore every x minutes?

Very sorry - this isn't a hardcore coding issue. More of a database and file system backup & restore. Thought I'd ask as I'm reasonably sure someone's done something like this or would know where ...
2
votes
0answers
26 views

Development environment/process for systems (OS) programming? [closed]

What is a typical development environment/process used for operating systems programming. I am currently taking an OS course through my university where we are playing around in the MINIX OS (e.g. ...
-3
votes
0answers
18 views

Recommended computer configuration for testing neural networks [closed]

I am starting with developing neural networks to solve problems, I have a very old PC with Intel Dual core E5300 processor, 2 GB 800 MHz ram and an Asus P5KPL-AM/PS motherboard. I read all around on ...
-1
votes
0answers
45 views

Interview questions topic (automated test code,test driven development environment) [closed]

I have been called for an interview recently and they asked questions that I didn't understand which are: Do I have experience in writing automated test code? Have I worked in a test driven ...
1
vote
1answer
45 views

What & how to version control for text editor (Sublime Text) settings on Github, so that settings are readily available for coding on any machine?

I almost lost all my Sublime settings last night. I know some people store their text editor settings for VIM and/or Sublime on Github. This I assume allows for a quick clone on any machine - making ...
0
votes
1answer
20 views

curl_multi_init() Error While Developing Own Twitter Application

curl_multi_init() Error While Developing Own Twitter Application $this->mc => curl_multi_init(); Error : *Parse error: syntax error, unexpected T_DOUBLE_ARROW in ...
-1
votes
0answers
27 views

Searching for a Web Based Software Development Platform

Are there any "Software Development Platforms" that have Features to share development artefacts and anything like that. You shouldn't be able to create those artefacts within the platform, but maybe ...
0
votes
0answers
50 views

Making default port 4567 accessible to public in Sinatra

I have a strange requirement for the project, Kind of a hack. I want to run Sinatra on default 4567 port [not production] and yet accessible to public, This was possible in earlier versions Sinatra. ...
0
votes
0answers
12 views

stencil set does not get load in oryx editor

I am trying to install fresh ORYX source on jetty server. war is created, deployed, database is set. But when I try to load it in browser, it tries to load stencil set with wrong url: ...
0
votes
2answers
26 views

How a web development production process should work?

I'm reaching out in the hopes that some of my fellow developers can help provide sources/workflow diagrams/explanations/etc. of how a proper web development environment should/could work today. ...
1
vote
2answers
25 views

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 ...
0
votes
0answers
22 views

What are good options to setup a local PHP 5.4.x/MySQL development environment on OSX?

I'm looking for a way to install a good MySQL / Apache / PHP 5.4 local development environment on OSX. XAMPP is still on PHP 5.3 and I know MAMP makes some changes to my system that it doesn't reverse ...
0
votes
1answer
55 views

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: ...
0
votes
0answers
15 views

Server-side technology for windows environment

I'm in a process of learning to develop web applications. I have covered the client-side with HTML, CSS, JS (Jquery) and Bootstrap for speeding things up. Now, I have to decide which server-side ...
-1
votes
0answers
44 views

Release repeat in future periods [closed]

To a challenge here, thinking and thinking I could not find a viable solution or elegant. As an example Google Calendar has a repeat option (always) how often an event that every Monday, ie on any ...
0
votes
0answers
17 views

Recreating servers and shares on home PC for development

I think this is best here as opposed to super-user or on programmer, but feel free to migrate if appropriate... I develop many small applications and macros which work with files and databases used ...
0
votes
0answers
30 views

Is there any resource for begginer for learning symbian app development [closed]

I am new to Symbian development, Is there any resource, IDE, Sample to start learn the development for symbian platform Application. if any one has the experience please help me out.
4
votes
1answer
63 views

Rails is not reloading my models in development mode

I'm using Rails 3.2.13 In development.rb, I have config.cache_classes = false The problem occurs when I'm using either Unicorn or Webrick I have a really weird behavior. Let's say I output ...
-1
votes
0answers
8 views

Remote Desktop working environment: How to ensure you get host alerts? [migrated]

I've found myself having to develop within a virtual environment, tending to use Remote Desktop to connect, however find it difficult mainly due to alerts, and I'm wondering if there is a way around ...
0
votes
1answer
59 views

What files to commit when developing for iOS

First of all sorry if my question doesn't make too much sense but this will be my first project where I will officially be using git for first time and I want to know how experienced people do it. ...
1
vote
0answers
26 views

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? <script type="text/javascript"> less.env = "development"; ...
0
votes
0answers
29 views

“Error from inside the android tools” in processing android mode

I am realy beginner in regard to Android developing. I work on windows. I have tried to download all the program mentioned in http://processing.org/learning/android/ , and installed them, but when I ...
1
vote
1answer
82 views

Prestashop Test/Production Server Best Practices

We have an eShop build on prestashop and we are developing new features every week. I'm writing here because I don't find the correct way to update our production environment with the changes, without ...
1
vote
3answers
42 views

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 ...
1
vote
0answers
30 views

Xcode copy-paste breakpoints

Is there any way to copy-paste breakpoints in Xcode? The reason I am asking is, I have a breakpoint set to "automatically continue after evaluating", with some actions associated. I want to have the ...
1
vote
1answer
28 views

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 ...
-1
votes
1answer
46 views

Pros and Cons of CodeSmith

I am new in Codesmith code generator tool. I don't know what are pros and cons of codesmith. I have some queries. Please help me to clear the use of codesmith. What is advantage and disadvantage of ...
0
votes
0answers
116 views

Creating a jar file with Intellij IDEA

I know this question has been asked and answered before but none of the answers worked for what I am doing. This is the link posted in most of the answers - ...
0
votes
1answer
29 views

How to exclude class from build after developpement in VS 2012 vb.net

I have a Helper class in my project that I use to help me develop the application. How do I NOT include this class in the final build when I take the application in production? I still want the ...
0
votes
3answers
42 views

Method not working completely? What could be the error?

I was just working on some project and I could not find out what's wrong with the following code : double getInterest(double amt,double tax){ double diff=0; double refund=0; ...
3
votes
0answers
69 views

android 2.2 to 4.0

I created first version of my application for android 2.2 . But now When I released my application for 4.0 version, application stopped working. But I'm getting below force close error 04-12 ...
0
votes
0answers
104 views

RuntimeError: maximum recursion depth exceeded in cmp development env

I've been looking to play with Django and Rails and was hoping I could have both development environments installed on my Mac. I got Django running nicely following this guide ...
0
votes
2answers
85 views

Unable to load release DLL specified in AppInit_DLLs on Windows 7

We hook a library (say xyz.dll) through HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Windows\AppInit_DLLS path. I need to debug this library so I created nondebug dll(&pdb) and replaced it ...
0
votes
4answers
85 views

Add a number and a Text Input value with adobe flex

I am trying to add a number and a text input value to display in a label. here is my code thus far. 'lblAnswer.text = bloodglucose + 100;' Please tell me what I am doing wrong.
1
vote
2answers
75 views

How to write Git hash to (node's) package.json?

is there a way to automatically update version number of a package.json (https://npmjs.org/doc/json.html) with the HEAD hash of git? I would like to have something like version: ...
2
votes
1answer
32 views

Is it possible to keep reloading with flask even though I have syntax errors

Flask's autoreloader is very nice, however I often make syntax mistakes, which causes the reloader to crash. Is it possible to make the reloader catch the syntax error and still print it, but keep on ...

1 2 3 4 5 22