Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

Resolving python version conflicts & bugs programmatically?

Is there a programmatic way of searching for a working python project setup? In the first step all necessary python dependencies would be installed, then some code would be executed and in case it ...
Imago's user avatar
  • 513
0 votes
0 answers
31 views

Automatically activating specific VS Code extensions for a particular folder

I'm looking for a way to ensure that only certain extensions are activated when Visual Studio Code is opened from a specific folder. My goals are: Minimize bloat and improve performance Ensure ...
Foad S. Farimani's user avatar
0 votes
0 answers
36 views

FlexiLayout and Project Setup Station doesn't have the same results in ABBYY

I create a fl and is matched correctly, however in Setup station is not matching correctly.For example first image, in flexilayout 3 fields are correct matched. On second image I tested in Project ...
alexander flores's user avatar
1 vote
1 answer
804 views

Package requirements in a new, clean venv project (Python 3 /IntelliJ IDEA) - Why are there any?

After creating a new Python project in IntelliJ: There shouldn't be any requirements/additional packages. I check this: So, to recap: I create a new project, select VENV, choose a new environment, ...
Leviathan's user avatar
  • 656
0 votes
0 answers
73 views

IntelliJ file watcher uses wrong grunt

I'm setting up grunt with the IntelliJ file watcher plugin. As you can see in the image I choose as path for my installed grunt the following: C:\Users\Max\AppData\Roaming\npm\grunt.cmd Nevertheless ...
Cyrex's user avatar
  • 1
5 votes
3 answers
4k views

Gradle - one project, multiple packages, multiple jars

I'm asking you about a very basic question but I hope you can find the time to help me: I'm trying to realise a java-project, that can spit out several different programs which partially have ...
Patrick Gerth's user avatar
0 votes
2 answers
309 views

Getting Started with Silex Composer Project

I'm struggling around with Silex and its Project Structure. I'm using PHP for around 10 years now, but I always used tools like Np++. Now I get started with PhpStorm and I feel like a total newbie. ...
Netzmensch's user avatar
-2 votes
1 answer
1k views

Laravel - Multi Site/Project

I'm currently looking for a framework to support my own new framework. Laravel seems to be my best choice. I have a very specific structure in mind. My project will have a base design with common ...
Tijs Proost's user avatar
3 votes
3 answers
2k views

Eclipse can't open sub-project of maven-parent-project

I have the following project structure: pom.xml (packaging: pom) \-- SubProject - pom.xml (packaging: jar) \-- SubProject - pom.xml (packaging: ear) I want to open all three projects in Eclipse. ...
Angelo Fuchs's user avatar
  • 9,931
0 votes
0 answers
288 views

What type of C# application is needed for a background application that needs a system tray icon?

I've been tasked to write a C# application that, in "normal" mode, is basically windowless, left running in the background. Accessibility to the application would be through an icon in the system ...
Jim Fell's user avatar
  • 14.2k
0 votes
0 answers
62 views

JSF annotations ignored with imported project [duplicate]

I am building a web application with JSF 2.2, Hibernate, Primefaces and Tomcat. Since I'm having now two customers, who both want the same application but with some minor differences in UI and stuff, ...
Jonas Bausch's user avatar
2 votes
0 answers
519 views

LibGDX setup project network timeout

I am new in LibGDX development. I try to create LibGDX project using libGDX- project-setup.jar. But I always got an network error: Downloading http://services.gradle.org/distributions/gradle-2.4-...
NamNH's user avatar
  • 1,805
1 vote
1 answer
105 views

Project setup don't create service

I am writing a service in C# using visual studio 2013. I've added service installer and Project setup. (using Microsoft Visual Studio Installer Projects). I've created installer and installed it. ...
user1761434's user avatar
2 votes
1 answer
2k views

create maven project from command line

I am trying to follow this tutorial http://maven.apache.org/guides/getting-started/ It seems ok but when it told me to do write the following lines of code I had some issues the code: mvn ...
user avatar
10 votes
1 answer
1k views

Best practices for layout out Angular/Django apps

I'm fairly new to both Django and Angular. I recognize this is subjective and there are likely many ways to do it, but I'm wondering what best practices people can recommend for laying out such an ...
Jason Boyd's user avatar
  • 1,240
152 votes
3 answers
151k views

Most simple but complete CMake example

Somehow I am totally confused by how CMake works. Every time I think that I am getting closer to understanding how CMake is meant to be written, it vanishes in the next example I read. All I want to ...
Arne's user avatar
  • 8,421
1 vote
1 answer
87 views

Linker error after upgrading solution to VS2012

I was developing a project that uses (among others) boost::filesystem under VS2010. Today I decided to switch to VS2012, upgraded the solution (just let the VS do it automatically) and when I tried to ...
NPS's user avatar
  • 6,315
0 votes
1 answer
541 views

Visual C# Countdown Timer

Overview I am trying to create a countdown test application. The problem is, none of the classes which are normally used to do this are available to me. I know this has a lot to do with the fact that ...
Matthew Ouellette's user avatar
0 votes
2 answers
791 views

Android Google Maps API v2 - NoSuchFieldError

I am working on a project using Google Maps v2 for Android and I am getting a NoSuchFieldError while instantiating the Google map fragment on a rooted HTC Desire HD. Afaik, the issue should not be ...
lucian.pantelimon's user avatar
1 vote
2 answers
2k views

Linked src folders in Eclipse project and SVN issue

I have an eclipse project set up that is NOT directly placed inside an SVN checkout tree - instead I use 'link src' option in eclipse to set up my project. Thoughts went behind this approach are ...
Senthu Sivasambu's user avatar
52 votes
1 answer
21k views

Should I provide a LICENSE.txt or COPYING.txt file in my project? [closed]

Does it matter? Should I use one or the other? Or both, even? Can the license file be any name? (With any extension?) I'm sure there's a "best practices" guide that contains all this, but I'm not ...
Joe's user avatar
  • 16.8k
1 vote
1 answer
2k views

KDevelop4 : Setting up a project using cmake

I am using Kdevelop4, and would like to use a default CMake c++ project. My plan is to partition my application into programs, several shared libraries, and I would like to have a separate project ...
BЈовић's user avatar
  • 64.1k
0 votes
1 answer
65 views

How can I accomplish this type of mod_rewrite?

I would like to setup a staging and production environment on one shared server. So, optimally, I would like to be able to create a structure like the following on the server: /stage/ /lib/ /...
Stephen Watkins's user avatar
3 votes
3 answers
286 views

Easier way to setup Django projects?

I've just started using Django and one thing I find that I'm doing is starting a lot of new projects. I'm finding this process to be pretty tedious every time, even using manage.py startproject * I'm ...
Kylee's user avatar
  • 1,675
5 votes
1 answer
2k views

Django: Setting up database code tables (aka reference tables, domain tables)?

Often times applications will need some database code tables (aka reference tables or domain tables or lookup tables). Suppose I have a model class called Status with a field called name that could ...
User's user avatar
  • 65.7k
0 votes
2 answers
650 views

Web application starter kit

I am looking for a site that allows you to input a project name, choose a doctype, a js library etc. and then generates the directory structure and files to start a web project. I know about project ...
Steve Robillard's user avatar
0 votes
1 answer
1k views

How can I turn the structure of an XML file into a folder structure using ANT

I would like to be able to pass an XML file to an ANT build script and have it create a folder structure mimicking the nodal structure of the XML, using the build files parent directory as the root. ...
Undistraction's user avatar
5 votes
1 answer
4k views

Spring BlazeDS + Flex + JBoss Project setup in eclipse using Maven

I would like to know how to proceed to set up a work environment in order to develop Spring BlazeDS applications. Those server applications are meant to be accessed via AMF remoting from some client ...
a.s.t.r.o's user avatar
  • 3,328
1 vote
2 answers
117 views

Setting Up Development Tree

Any advice on best practices for setting up development tree for .net application using with continuous integration.
TheVillageIdiot's user avatar