codebase Questions
3
Solved
I have this project where I have to code a website and ios and android apps.
I have to do this with a very limited team (basically myself). So I want to share as much code between those platforms, ...
Blackguard asked 23/12, 2020 at 1:13
3
Solved
We have rather large code base (150+ projects, 400000+ lines of Java code, some Groovy and Gradle code, some Perl code, some XML, a lot of JSPs etc.). I managed to open all those projects in Spring...
Stabile asked 8/6, 2011 at 9:43
5
Solved
I have a project that stores templates in a \Templates folder next to the DLLs and EXE.
I want to determine this file path at runtime, but using a technique that will work inside a unit test as we...
1
Solved
I took over a Windows Phone project which was previously targeting WP 7.1 platform, and with the recent announcement of the new platform it should target WP 8 as well.
My VS 2010 solution consists...
Nonconductor asked 10/12, 2012 at 11:1
3
Solved
As programmers we read more than we write. I've started working at a company that uses a couple of "big" Python packages; packages or package-families that have a high KLOC. Case in point: Zope.
M...
1
Solved
Im currently learning about RMI.
I dont really understand the concept of the codebase. Every paper i read suggests, that the client, which calls the Remote object can load the Method definitions f...
4
Solved
I recently inherited a large codebase and am having to read it. The thing is, I've usually been the dev starting a project. As a result, I don't have a lot of experience reading code.
My reaction ...
1
Solved
Based on this question, I tried using <codebase> to locate an external assembly. Now, when I run the program, I get an error message saying that the private assembly was located outside the a...
Keto asked 18/12, 2011 at 17:11
4
Solved
What is the best method to handle two separate, but very similar code-bases in git and git-hub?
Background
I have a git repository for a small shell script project. It only has 2 or 3 files of co...
1
Solved
I have
/var/www/cool_codebase on www.example.com AND I have
/var/www/cool_codebase on www.example.net
The codebases are for the same web app running on different servers. There is some specialis...
1
I'd like to bring out an Android app in the near future, so I was wondering
how to support a couple of funcitonalities I have got used whilst
developing for J2ME and iPhone
first the versioning. ...
Singly asked 14/9, 2010 at 6:17
5
Problem:
A huge code base spanning to several
million SLoC,
maintained(support/active enhancements
etc) by a horde of second/third rate
programmers(most of them who do not
really care). De...
Tripartition asked 23/7, 2010 at 16:1
19
Solved
Joining an existing team with a large codebase already in place can be daunting. What's the best approach;
Broad; try to get a general overview of how everything links together, from the co...
Enrage asked 18/10, 2008 at 14:4
7
Does anyone have a valid alternative for using commented out code checked into the repository for findability reasons?
The reason I ask is because I had a discussion with a fellow developer recen...
Basically asked 4/6, 2010 at 9:33
2
I intend to keep few dll's in a folder other than the bin folder for my .NET 3.5 Windows application. I am unsure of how would I use the codebase element or the probing element to specify the right...
4
Solved
I have a client that wants to take their Rails app that has been successful in one niche and apply it to another similar niche. This new instance of the app is going to start out very similar: all ...
Hansel asked 20/11, 2009 at 18:30
2
Let's say I want to create a spinoff of a chat application branded under a different name, different UI, and some changed features. How would one sync changes between these to codebases which are 8...
Auteur asked 5/11, 2009 at 4:19
11
Solved
I have always been astonished by Wine. Sometimes I want to hack on it, fix little things and generally understand how it works. So, I download the Wine source code and right after that I feel...
7
Solved
I ran into a problem a few days ago when I had to introduce C++ files into a Java project. It started with a need to measure the CPU usage of the Java process and it was decided that the way to go ...
1
© 2022 - 2024 — McMap. All rights reserved.