source

Android 1.6 SDK source code misaligned?

Hey guys, I'm trying to get the source added to the 1.6 Android SDK in order to be able to step through and see what Android is doing, and I'm getting weird misalignments when Eclipse actually runs and I step through the debugger. This is not a problem if I use the 2.2 SDK - then, say, Activity.onCreate() lands perfectly when the debug...

HTML of a parsed page

Hi, i am using Cobra parsing engine and I wish to get HTML code of an already parsed page (e.g. after javascripts executions). Is it possible to do? Cobra may be replaced with another open-source java web parser if needed. ...

Open source frameworks tools/frameworks/language

Hello, we are a software startup. We are planning to develop a CRM type application using open source technologies like PHP, RoR, MySQL. Can you pl suggest what open source tools/frameworks/language shall we consider? ...

Qooxdoo Application load very very slow under VS2008

When i run a Qooxdoo Hello World application directly from file system, it loads in a blink while from IIS its takes few milli secs, but when i load it in a vs2008 project and add sdk in that project too then on running very same hello world app takes 8 to 10 minutes to load. Actually i want to make a .Net application and qooxdoo appli...

Mercurial ignore part of a directory

Been fighting with Mercurial's .hgignore for a while under Windows. I have a folder named Upload which is currently empty. I do want it tracked so I added a .empty file in it which work fine. I want this so that new developers doing an hg clone get the Upload document required for the application. Thing is I never want the folder to ...

asp.net big applications, several developers and manage changes of web.config file

Hi Guys, The problem - a big asp.net applications (libs, frameworks, models, everything inside) having web.config file and several developers work on this project. How to make the same "core" shared between all of them, so they don't change the core, but only change the user-specific values that never comes back into code (mercurial) re...

Defining global source lookup settings for all JUnit tests in Eclipse

Hi. Is it possible to define global source lookup settings for all JUnit tests in Eclipse? Currently I have to set it for every test in the Debug configuration settings. If there would be a global way to do this it would be much more comfortable for me. ...

Can I share source code among projects in Eclipse (CDT) without using absolute paths?

Greetings, I know there are similar questions with answers, and some of them are being offered to my as I type this. However, none of them seem to offer a solution without absolute paths. I have two projects in an SVN project, and they need use some cpp and h files in a shared way. I simply could not find a way of avoiding absolute pa...

Image.Source is updated but not always refreshed.

I have a background thread that refreshes image on the screen every 50 ms by changing the Image.Source property. The images being loaded are in sequence. However, I see some of them being skipped on the screen. For eg, it shows frame1, 2, 3, 5, 7, 8, 10, 13... I tried to dump the images being drawn in Draw() to another screen. It appear...

Subversion on a shared development server

I'm thinking about implementing source control at my work. Ideally, I wanted to use Subversion since it seems to be the tool of choice at the moment. However, I seem to have hit a brick wall since it just isn't practical for all our developers to work in local environments. We do web development with Coldfusion and use a shared develo...

Drupal Filefield Source install question

Filefield Source is a module which works with CCK and Filefield which allows users to select files from already uploaded files, instead of having them upload a file multiple times. I installed the module, but cannot see it. I am using CCK version 2.8 and Filefield version 3.7. Any guidance would be appreciated. Probably just some stu...

Java source refactoring of 7000 references

Hi guys, I have a huge problem. My supervisors want me to change a piece of java code which can effect whole project. I need to change the signature of the void log(String) method which should take two more arguments (Class c, String methodName). Eclipse obtained 7000 references to that method and if i change it, the whole project wil...

PHP and Curl - Get Ajax data

Is there a way to get data generated by AJAX using php Curl? Thank you. ...

Where to put include statements, header or source?

Should I put the includes in the header file or the source file? If the header file contains the include statements, then if I include that header file in my source, then will my source file have all of the included files that were in my header? Or should I just include them in my source file only? ...

Source property on ResourceDictionary gets assigned late under .NET 4 vs. .NET 3.5

I have an application that loads a series of resource dictionaries programmatically at startup. I have derived AdvancedResourceDictionary from ResourceDictionary and I set its Source property to a XAML file containing an AdvancedResourceDictionary object, like so: var ard = new AdvancedResourceDictionary(); ard.Source = new Uri("/Sandb...

Re-Downloading Linux (Kernel) Source

Hi All, yesterday i downloaded source of my virtual linux kernel and tried to compile it. It compiled indeed but could not boot from the new kernel. Then today i decided to re-downloading after removing the folder where source files are located but it said "linux source is already the newest version" I use the command below: sudo a...

Can the Microsoft Direct X SDK be put into SVN?

Hi folks, I'd like to put the inflated copy of the Direct X SDK into SVN (so that projects can reference the include/libraries as an external) however I'm kind of unsure as to whether this is allowed in the licence. The only relevant line seems to be: BACKUP COPY. You may make one backup copy of the software. You may use it onl...

Get CURRENT_FILE_ENCODING for a python file or environment

How can I tell the encoding of the source file from inside a running python process, if it is even possible? ...

What are A, B, and C in KDIFF merge

Why am I given three choices when merging between my code and someone else's? Shouldn't there just be my code, the other person's code, and the output below? The documentation for KDIFF doesn't help me understand. ...

Ski conditions data source

Hello- I am developing an app that, among other things, shows snow conditions at all the ski areas in Colorado. Can anyone suggest a place where I can legally (and preferably freely) download this information? I looked at the source code for Apples ski report widget, but it appears that the site they download from (Accuweather) does not ...