Hi,
I am currently looking around for a good allround beat detection library / source code in C++ since I found it really hard to achieve satisfying results with the beat detection code I wrote myself using this tutorial:
http://www.gamedev.net/reference/programming/features/beatdetection/
It's especially really hard if you want to make it work with any kind of music so I was wondering if there is something usable out there allready?
Thanks!
Hi guys,
I want to consume wordpress XMLRPC API for my latest experiment. Do you know what is the simplest library to do this? PHP4 compatibility is not important as it's obsolete anyway.
I'm using http://json.codeplex.com library.Im trying to convert XML to JSON and vice-versa.
However they have an example,using "JsonConvert" class
XmlDocument doc = new XmlDocument();
doc.LoadXml(xml);
string jsonText = JsonConvert.SerializeXmlNode(doc);
I cant find "JsonConvert" in namespace "Newtonsoft.Json".Only class i've found is "JavaScriptConvert".
Any ideas?
So.. Is there any lib for playing MKV (matroska) in flash (AS3, MXML) OpenSource or KindOf opensource? (In my MKV I have Theora video H264 video... If library supports only 1 type of video codec Ill live with that=))
I was wondering if there were a way to extract information from an objective-c app, static or dynamic library and/or framework?
Information such as an array of class names without instantiating or running the target.
I've checked google and the apple developer documentation and haven't found anything.
Frank
Is there an Erlang AMQP client library that isn't tied to the hip with RabbitMQ ?
I know about http://hg.rabbitmq.com/rabbitmq-erlang-client/ but I would like something more decoupled... pain when it comes to packaging this stuff for a Debian repository, installation etc...
hi
i have to create one windows service...sometimes this error came in my windows service exe.
Microsoft Visual Studio C Runtime Library has detected a fatal error..
anybodies give solution.thanks in advance..
Does anyone know of a good .NET library that allows me to parse source code files, but not only .NET source code files (like java, perl, ruby, etc)?
I need programmatic access to the contents of various source code files (e.g. class/method /parameter names, types, etc.).
Has anyone come across something like this? I know within .NET it is reasonably possible and there are some libraries out there, but I need that to be abstracted to more types of programming languages.
I need to establish a P2P UDP and TCP Connection between two Users. Both of them are behind a NAT.
A little research leads me to STUN, TURN and ICE.
Is there any Java solution (library) except jSTUN which seems to work only on UDP.
And TURN, ICE is much better for the symmetric NAT Problem.
I need to generate flowchart from business process specification (tasks, their input, output points, roles applicable for each task... ) stored in a database.
What I need is javacript (preferably, open-sourced) library which can generate a shiny flowchart with swimlines. Ideally I should be able to edit workflow connections and send changes back to database.
Any recommendations?
UPDATE
By flowchart I mean something like this:
I have a JSF - Spring - iBatis Technical stack
I need to create Master Details relationship screen with two level of Master _Details captured in single screen
Which JSF library gives support for such requirements ???
Exact Need :
Have to create at least 5-6 screens with
Header- Line - LineItemDetails
- LineTaxDetails
- LineXYZDetails
in single screen
Please help with examples or urls
regards
Shridhar
Hi,
I am looking for an open source library for Linguistic Inquiry and Word Count (LIWC). Something in java or python will be good, though I am open to use other language.
Does anyone know where I can get one ?
Cheers,
I'm looking for a well-maintained Java bytecode manipulation library with an intuitive API. There seem to be quite a lot of them out there. Any suggestions on which ones to try?
Can anybody gimme the idea about the JSP custom tag library and the JSP 2 Tag files..
Are this two are alternatives to use....???
If there is any comparision(or merits and demerits) among this please do specify..
And which one of this is better to work with..
I m waiting for the kind suggestions..
Regards,
Vinayak
For a rich text editor that has to handle pasted HTML code from MS Office applications, I'm looking for a Java library that cleans up the content of all "style" attributes in HTML elements, so that only some CSS attributes are left:
background-color
border
color
font-family
font-weight
font-style
list-style-type
text-align
text-decoration
vertical-align
For creating a well-formed HTML document, I can use JTidy. For HTML element transformations (removing unwanted elements), I can use http://htmlparser.sourceforge.net/
Is there anything comparable for CSS attributes?
Does anyone know of a good dictionary API or ruby library to lookup the definitions of words?
I'm thinking it should work something like:
I call get_definition(word)
It returns the definition for that word (ideally in some way to easily format the definition for display.
Thanks
hi,
I have a static Clibrary (say mylib.a) and I was wondering if it's possible to find out what functions are implemented inside that file. I don't have a corresponding header file. what I need is like the equivalent of javap for Java.
Is there a library already created to talk with an CAS server via objective-c? I know there are many supported clients but have yet to find anything I can use on the iPhone.
Hi ,
Is there any iphone library for accessing the full photo gallery,which should help me to access and upload all the images.
Not looking like three20 application ,expecting some information from iphone api's
Thanks in advance.............
Io is a nice cross-platform prototype-based object-oriented language.
Does anyone know of any GUI library for Io?
Io's name does not make it Google friendly.
I'm looking for a javascript library that will let me store data in a client side database and in the back ground automatically sync the database back to the server's database
preferable something that supports a variaty of engines in the same way jStore for jQuery does
Looking around I can find anything
Hi All,
I am trying to integrate MyspaceID into our new application (which doesn't run on myspace) where we would like to use OAuth for authentication then pulling Myspace user profile data.
Can we use OpenSocial client library to build off-site (myspaceid) applications? or I have to use Myspace SDK?