Sherlog is an OSGi-based log analyzer, if I import this project as an workspace snapshot I receive lot's of projects in my workspace, but I would prefere to have them as subprojects in a project.
The other option would be to checkout from svn, but then I face other problems (I don't know how to setup the dependencies for automatically build)
Does anyone have an idea or good links on this topic? Thanks
Hello,
I have a button skin in spark created in Catalyst. Now I want to apply this skin to my project of type ActionScript project. When I add a simple spark button to my sprite then it's not showing there.
Can anyone help me to figure out how to add a Spark.Button in a Sprite?
Best Regards
I just created my first MVC2 project using the standard template. I need to be able to change the default browser for my project to test in IE (I use chrome as the default on my OS).
Unfortunately, the "right click on default.aspx" suggestion which worked in MVC1 can't work with these new projects as they don't have that file.
I'm sure I'm overlooking something simple...
Thanks.
Hello,
I have a Visual Studio 2005 solution. Every time I try to run the startup project (C++), the project gets build again, although I did not make any change.
How can I get the normal, sane behaviour, where projects get built only when needed?
How can I debug the problem further?
Thanks,
I have pex_pkg.vhd and I want to use this library to make floating point adder but altera max+plus II give me an error can't open "PEX_lib" how to include this library in max+plus ?
Hi
I'm looking for a library to detect when ball hit in a audio of a tennis match.
I read this topic but I think there is a suite library for this job.
please guide me
tanx
Is there any optimization library in C#?
I have to optimize a complicated equation in excel, for this equation there are a few coefficients. And I have to optimize them according to a fitness function that I define. So I wonder whether there is such a library that does what I need?
I used to just upload asp.net websites to the live server, and IIS compiles them automatically.
But when I do the same with asp.net MVC projects I just get errors, and I need to release Build the project before I upload it.
Note1: I'm using VWD 2008 Express
Note2: The project is working perfectly if I release build it on my machine then upload to the server
I'm trying to use KSoap2 library.
I put the file Ksoap2-android-assembly-2.5.7-jar-with-dependencies.jar in the directory workspace myproject libs
Then I setted it in build path. (libraries)
I have error just when I run the application:
11-27 10:32:56.260: E/dalvikvm(1593): Could not find class 'org.ksoap2.serialization.SoapObject', referenced from method
associated to this code line:
SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME);
I tried also with the steps suggested in this thread exception while using ksoap2 library for android
whitout success
I have an existing database in ms sql server. I am trying to create an asp.net mvc project around this db
for this purpose I need to add the db to app_data folder of asp.net MVC project
How do I achieve this
We use Subversion locally, and we're working on a project that uses a fork of Fluent NHibernate, which is hosted on Github.
I'd like it set up so that a single svn checkout will retrieve everything necessary to build the project, but maintain the ability to fetch HEAD updates from github.
Is there any way I can pull code from the Git repository as though it was an svn:external dependency? Can I just check the .git folder into our Subversion repository and just run git fetch when I need to, then svn commit the results?
Is it possible to have a project hosted on Github and google code?
I've been using Google Code for years, and recently started playing with GitHub. I like GitHub a lot, but there's also a long list of Google Code features I really miss.
Is it possible/feasible to host a single project on both? Can I use github as the primary repository for my source, but have all revisions automatically sent over to a git repository on Google Code?
I'm looking for a PHP Library / PHP Script that allows me to calculate an accurate bounding box for a given center point (lat/lon).
Using an ellipsoid formula (f.ex. WGS84) would be great. I know, there have to be a library but I'm not able to find one.
Can anyone please suggest me some good testing tools for a django project? I need to test the different use case scenarios, unit testing, as well as load testing for my project. Is there any good standard testing suite available?? Any other suggestion(s) for the testing process is greatly appreciated. I use Django, postgresql on Ubuntu server if this information is necessary.
I have developed a view based project in XCode. It is successfully running in iPhone Simulator. But I want to test this project on real iPhone device to check the behavior of application.
Is there any way I can test my application on iPhone device without buying Apple Developer's License?
Thanks in advance.
Is this possible? Basically I would like to use SQL Data Services REST interface and let the ADO.NET Data Service Client library handle communication details and generate the entities that I can use. I looked at the samples in February release of Azure services kit but the samples in there are using HttpWebRequest and HttpWebResponse to consume SQL Data Services RESTfully. I was hoping to use ADO.NET Data Service Client library to abstract low-level details away.
I have window service an i want to install this in into my local system.
But when I am trying to make setup file that time i have added Project output and it adds two dll file automatically.
and error comes when i build that project setup.
i Google lot of time and try lot of ideas then i got problem that Assembly is not loading.
how can i resolve that problem.
Please help me for this.
I'm developing a reusable library and have been creating abstract classes, so the client can then extend from these.
QUESTION: Is there any reason in fact I should use an abstract class here as opposed to just a normal class?
Note - Have already decided I do not want to use interfaces as I want to include actual default methods in my library so the client using it doesn't have to write the code.
Hi,
I downloaded wikipedia dump and now want to remove the wikipedia markup in the contents of each page. I tried writing regular expressions but they are too many to handle. I found a python library but I need a java library because, I want to integrate into my code.
Thank you.
Hi.,
I have an existing wizard template created for VC++ from year back, ported to VS2008. It uses the custom wizard jscript/html templating system and DTE object. I've used this successfully for years, but now I want to create an entry for a standard C# project, I see there's no way to customise the C# project settings - the methods are for VC++ only.
Is there something closely related to this for C# projects (or do I have to learn yet another way of creating a wizard for .net apps?)
Eclipse's "find in project" took is, as far as I can tell, blindingly stupid.
Let me illustrate. This is what I get when I run a "find in project":
And when I click to see what's in that "closed" skinning folder I get…
... and so on.
So, is there any way to make this more helpful? Something along the lines of, say, ack, the tool I normally use?
I have developed a view based project in XCode. It is successfully running in iPhone Simulator. But I want to test this project on real iPhone device to check the behavior of application.
Is there any way I can test my application on iPhone device without buying Apple Developer's License ?
Thanks in advance.
When you code a distributed algorithm, do you use any library to model abstract things like processor, register, message, link, etc.? Is there any library that does that?
I'm thinking about e.g. self-stabilizing algorithms, like self-stabilizing minimum spanning-tree algorithms.
Flash users have the wonderful SwfObject JavaScript library that abstracts browser differences to reliably embed swfs into their web pages. Is there a JavaScript library like this for Java Applets?