Questions tagged [projects]

318 questions
12
votes
7 answers

How to get more involved in programming that benefits science and the advancement of the human race

My day job is a good one, but there are times I long to pour my programming efforts into something that benefits science at large. Something more than simply letting BOINC fold proteins and munge SETI data during my spare cycles. Is anyone doing…
Aaron Fi
  • 10,116
  • 13
  • 66
  • 91
12
votes
2 answers

Multiple Projects using single laravel instance

I am new to Laravel. As per my research on this framework I find it quite useful for my projects. However I am facing difficulty in customizing it to use a single instance of Laravel framework for multiple projects. I do not want to follow the multi…
kanchan
  • 339
  • 1
  • 3
  • 15
12
votes
7 answers

Neural Networks Project?

I'm looking for ideas for a Neural Networks project that I could complete in about a month or so. I'm doing it for the National Science Fair, so I need something that has some curb appeal as well since it's being judged. It doesn't necessarily have…
Kleptine
  • 5,089
  • 16
  • 58
  • 81
11
votes
8 answers

Tips for developing a web server

After doing some search here, I found next to no questions on developing a web server. I'm mainly going to be doing this for two reasons. As a side project and to learn more about developing a server program. This is not going to turn into a usable…
Ólafur Waage
  • 68,817
  • 22
  • 142
  • 198
10
votes
3 answers

Create two iOS Apps in Xcode

Using Xcode (to develop on iOS) I want to create a second project that it is the same as a first project but some classes are differents. Exactly, I'm creating an IPhone App and I want to offer a free version and a premium version. Actually, the…
jlmg5564
  • 1,380
  • 13
  • 28
10
votes
12 answers

Navigating effectively through source code in Linux

I was wondering how people usually navigate through large projects with several source files in Linux environment. I primarily work with C and python and sometimes with C++, C# and Java. I wanted to know specific editors, plugins etc. I used to…
verma
  • 1,285
  • 1
  • 13
  • 19
9
votes
2 answers

Multiple languages used in one eclipse project

I was wondering whether it was possible for projects in Eclipse to have multiple languages associated with them, specifically PHP and Java. The purpose of this is that I'd like a common 'properties' file for the two projects. If instead there's a…
tipu
  • 9,464
  • 15
  • 65
  • 98
9
votes
4 answers

Partial Classes across Projects

Is it possible to have partial classes across projects. e.g. Project 1 has a Customer Class. Project2 which is an optional module adds to the customer class by attaching an order class, and utilising the original Customer Class.
Traci
  • 908
  • 1
  • 13
  • 31
9
votes
1 answer

intellij idea module default "user.dir"

I am fresh about intellij idea. I just import several projects from eclipse, and it's modules in intellij idea. I run one main in one module and get file can not found exception. I check the user.dir parameter and find it direct to another…
bluearrow
  • 856
  • 2
  • 11
  • 26
8
votes
3 answers

Create a "project" in VIM/MacVim/GVIM

I'm a VIM noob, and have revisited it time and again, and I'm hoping to actually stick with it this time. Primarily I'm programming in TextMate with Ruby on Rails. On advice from someone, I have installed Janus (https://github.com/carlhuda/janus)…
Dave Sanders
  • 3,135
  • 4
  • 33
  • 43
8
votes
3 answers

How to compile a C++ File without making a project in Visual Studio 2017?

I want to compile a C++ source file without making a project in visual studio 2017 without making a project like we do in some code editors, how can I do that. Can anyone please tell? Here is an example, in sublime text, I create a code and then…
WildFire
  • 79
  • 1
  • 9
8
votes
3 answers

Eclipse Workspace/Project Setup Using Symlinks

I have the following simplified setup: ~/Development/Repositories/ProjectA-trunk ~/Development/Repositories/ProjectA-branch ~/Development/workspace ~/Development/workspace/ProjectA ProjectA is a symlink to ../Repositories/ProjectA-trunk. In an…
Kevin Herron
  • 6,500
  • 3
  • 26
  • 35
8
votes
5 answers

First must-program projects as a hobby

I always believed that when starting to learn a new programming language programmer must create certain projects to get a better understanding of the language and/or frameworks. Personally for me it was with php (guestbook, DB abstraction,…
Eimantas
  • 48,927
  • 17
  • 132
  • 168
8
votes
10 answers

How to start modification with big projects

I have to do enhancements to an existing C++ project with above 100k lines of code. My question is How and where to start with such projects ? The problem increases further if the code is not well documented. Are there any automated tools for…
sud03r
  • 19,109
  • 16
  • 77
  • 96
7
votes
10 answers

How Granular are your SVN "projects": one big project containing several releated apps or one "project' per app

I define a project as an SVN directory containing trunk, branches, tags sub dirs. What criteria do you use when determining when to split a project into two or consolidate several projects into one? - One App per "Project" with a shared projects for…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
1
2
3
21 22