0
votes
0answers
3 views
Hidden features of Qt.
A little is hidden in Qt given splendid documentation.
But given vastness of Qt functionality paradoxically many useful features have been overlooked by me (and reimplemented or work-arounded).
What …
0
votes
1answer
7 views
uitableviewcell problem
i'm using the customised cell to Show an image. But, when i add an image to the first row, its get being loaded every 4th row. What might be the problem? I'm picking the image from the iphone photo …
0
votes
0answers
13 views
.Net library for sending trackbacks
Is there a library for sending trackbacks or pingbacks in .Net? I know the code is not that hard to write, but if someone wrote, debugged it and maintains it, I'd rather re-use.
0
votes
4answers
207 views
Looking for a generic library for interacting with a JPA model
I'm building an application using a JPA object model, and creating several Data Access Objects to interact with that model. I'm finding that I'm repeating a lot of code (essentially CRUD) between …
1
vote
5answers
55 views
Lexer written in Javascript?
I have a project where a user needs to define a set of instructions for a ui that is completely written in javascript. I need to have the ability to parse a string of instructions and then translate …
0
votes
2answers
38 views
Introduction to Java Graphics Libraries
I jut got into information-visualization and scientific-visualization and have been using Piccolo and a little with JFreeChart. I am trying to find a few new libraries that I can start using. I am …
0
votes
0answers
15 views
ASP.NET 3.5 client cannot connect to WCF service library hosted in IIS 7.5.
Hi,
I have developed a WCF Service library and I am hosting it in IIS 7.5
I am able to test it using the VS test client but whenever i attempt to invoke it using a client in another solution i get …
0
votes
4answers
421 views
AS3 - Accessing Library Items from outside the Document class
How do you access Library items from classes other than the document class?
For example, if I create a movie clip in Flash and Export it for Actionscript with the name Foo, I can do this in the …
0
votes
2answers
39 views
Is there any open-source library that can be used to search the Deep Web?
Is there any open-source library that can be used to search the Deep Web?
0
votes
1answer
21 views
Looking for a solid client side sockets library
Nothing too fancy, but the following would be nice for .NET:
Be able to instantiate the object and hook up the MessageReceived and ConnectionChanged events (or ones with similar purposes).
Be able …
1
vote
7answers
140 views
Must Standard libraries for python beginner
Though there can be many but as i am very new to python so which modules or classes within standard libraries i should know when programming in python, especially when i am practicing programming …
0
votes
2answers
42 views
Plain C callback function pointer as part of iPhone delegate protocol?
Trying to integrate plain C/C++ code into iPhone project as an external static library. So far so good, but now I'm stuck at a point, where I need to register library callbacks. The library should …
0
votes
3answers
28 views
Checklist for releasing an open source library
Hi all,
I have been working on a web development library (for the CodeIgniter framework) that I soon hope to release.
This would be my first contribution ever, and I have never released an open …
0
votes
1answer
13 views
‘Missing’ library at design-time in VS2010?
Hi one and all,
I located a really nice open-source docking solution called 'AvalonDock' on codeplex, and downloaded v1.1, and included the dll in a WPF project in VS2010 Beta 2 (targeting .NET 4.0) …
1
vote
2answers
34 views
How to compress an FLV movie in java?
How can we compress the flv movie? Is there any free library which i can use?
for compressing the video i can go for reducing the resoultion as well, even framerate reducing is acceptable to me.
