Questions tagged [projects]
318 questions
3
votes
5 answers
Android Beginner Projects
What are some good android beginner projects that can be done? I just bought an android phone and would love to see an app I made on my own phone and show people and potential employers. can I get a list of some good basic projects?

Marc Brigham
- 2,114
- 5
- 22
- 27
3
votes
2 answers
Where can i find some good critiques of a project I'm working on
I need to get criticism of a personal project I'm working on (visually as well as on the code). I work alone and in fact don't really know anyone personally who I trust and is into coding & design.
Are there trusted communities where knowledgeable…

JakeParis
- 11,056
- 3
- 42
- 65
3
votes
3 answers
linux directory location best practices for software development
I am new to linux (ubuntu) and am tasked to develop web pages using vscode. What would be the ideal location for me to keep my project directories? I don't want to be illogical or pollute a file system convention I don't know about.

FairSite2C
- 81
- 3
- 7
3
votes
1 answer
Keep Model and Repository in separate projects
I have a Visual Studio solution with multiple projects.
I am not 100% settled about the project structure and its benefits.
For example: I have a Project called DOMAIN. Here I have several folders like:
DOMAIN
|
|_Repository
|__Implementations
…

Elisabeth
- 20,496
- 52
- 200
- 321
3
votes
1 answer
Packages in Eclipse/CDT
Is it possible in Eclipse to have some kind of packages (sets of projects) when using CDT projects?
We have separated our software in such packages and use VS2005 with .sln files for the Windows parts.
At the moment I see only two ways to manage the…

mmmmmmmm
- 15,269
- 2
- 30
- 55
3
votes
9 answers
Project Suggestion for ASP.NET MVC
I was thinking that i wanted to gain some experience in the new asp.net mvc and some asp.net ajax. So i'd like to get some project suggestions that would suite for this!
Would maybe be fun to create a little bigger project on codeplex, like the…

Filip Ekberg
- 36,033
- 20
- 126
- 183
3
votes
1 answer
C# Main project and child project references
Using Visual Studio 2008:
Within the Solution there is a main project (Project1), within the same solution there are other projects (these projects are Excel 2007 Workbook templates). These other projects need to reference classes and objects within…

mattgcon
- 4,768
- 19
- 69
- 117
3
votes
1 answer
Project with multiple binaries in Eclipse CDT
I think it is quite normal to have more than one binary in a project. However, with Eclipse CDT I don't know how to set up the IDE to get things done.
I know I can create several projects - one per binary. And I know I can set the dependencies per…

robsch
- 9,358
- 9
- 63
- 104
3
votes
1 answer
How to use the same obj files in different projects in the same solution
I have a solution that contains several projects. Some of these projects share source files. I have set up my project tree so that the projects that share source files are together. My problem is that when I do a clean and build the shared source…

Steve
- 31
- 2
3
votes
2 answers
Perl & PHP project requirement
I have learned Perl and PHP.So I want to do simple real time project in this by that I can improve my knowledge in Perl and PHP.
Can anyone suggest me any requirements.
Thanks in Advance

kiruthika
- 2,155
- 7
- 26
- 33
3
votes
3 answers
NetBeans doesn't find projects on OneDrive
I have a pc and a laptop both running Windows Pro 8.1 and latest version of Netbeans. I log on the pc and the laptop with the same hotmail/windows account. I build my java projects on the pc and i save them on a OneDrive directory just fine all…

user3732097
- 51
- 3
3
votes
1 answer
Create new c# project files from code
I'm currently working on an application that will generate actual .cs and .xaml code files and add them to a project. I've managed to do this by manually editing an existing .csproj file and thats working well.
However I would like to be able to…

Shaboboo
- 1,347
- 1
- 16
- 35
3
votes
1 answer
Python reference external module in Netbeans
I'm working with a Netbeans for Python development, I have a number of projects (which have a number of modules). What I basically want to know is, how do I import one of these modules into a new project? I have tried editing the python path in…

Hadji
- 31
- 3
3
votes
1 answer
How to write good base classes for iOS projects?
I've been developed apps for iOS for sometime and find that there are many repeating tasks. So I want to write base classes that the upcoming projects will subclass, so that it will cost less time and more easily to track code across projects. The…

onmyway133
- 45,645
- 31
- 257
- 263
3
votes
1 answer
Not able to Deploy the SSIS Project to SQL Server
I have installed integration services without any issues but not able to deploy the SSIS projects to SQL Server, If I try to connect integration services using object explorer I can connect without any issues.
I have given the permissions to the…

user2315732
- 365
- 1
- 4
- 9