I have a .swc file and I learned how to add that swc file into the library. I will be happy if any one explain how to use this .swc file into my flex project and run that with an example .
Hello,
I have several devices on a network. I am trying to use a library to discover the presence and itentity of these devices using Python script, the devices all have a web service. My question is, are there any modules that would help me with this problem as the only module I have found is ws-discovery for Python?
And if this is the only module does anyone have any example Python script using ws-discovery?
Thanks for any help.
Hello
I'm coding a demo in python and I need to read a MIDI file in python (no real-time stuff is needed).
In particular, I'm looking for a library which preserves channel information.
The most promising libraries I found are:
http://code.google.com/p/midiutil/
http://www.mxm.dk/products/public/pythonmidi
Any experience with those?
Thanks a lot
Nicola Montecchio
hi
i work with Office 2007 (excell) in my C# program.
i do this reference: Microsoft Excel 12.0 Object Library
it work excellent !, but if in the computer there is Office 2003
is it work good ? if not, what i need to do ?
thank's in advance
Hi,
I am trying to do a Physics problem in python. I need to install visual python because I get the error that it can't find the visual library when I type import visual from *
The documentation on the Visual Python site is totally useless.
I have gone into synaptic package manger and installed python-visual. But I still get the same error.
Can someone please help?
Thanks,
Glen
hi
I was wondering if it was possible to put balanced chemical equations, and if possible including state symbols, in the existing netlogo model that i am using, i havenot seen any examples in the models library so was not sure if it was possible.
I wanted the model to be able to allow the user to input a balanced chemical equilibrium equation, or the model displays the the equation so then the user can select from them if they do not want to enter their own
any help will be greatly appreciated
thanks
for example
ethane + oxygen -- carbon dioxide + steam
C2H6 + O2 -- CO2 + H2O
Hello everybody!
Please advise library for working with soap in python.
Now, i'm trying to use "suds". And i can't undestand how get http headers from server reply
Code example:
from suds.client import Client
url = "http://10.1.0.36/money_trans/api3.wsdl"
client = Client(url)
login_res = client.service.Login("login", "password")
variable "login_res" contain xml answer and doesnt contain http headers. But i need to get session id from them.
Thank you.
hi,
i want to take a picture of barcode from the product, and to read their details,is it possible to do it in iphone sdk?any built in library is available?any help pls?
Hi,
We would like to test our web application (jsf 1.2, richfaces 3.3.3) with jsfunit.
We are using junit 4.8.1 library for our unit tests. But jsfunit (1.2.0.Final) requires non existing class junit.runner.TestSuiteLoader. If i downgrade to junit 3.8, i can't use annotations any my Test classes any more.
Is there a solution for it?
Thanx in advance
It's possible to define your own custom templates for normal project types, such as templates for C# files, for a Class Library project.
What about a 'Database Project' scenario?
I would like to define a standard template for adding a stored procedure, which uses the company's conventions for all stored procedures, such as standard comments at the top.
Which folder contains Visual Studio templates for Database projects?
Does anyone know of a .NET API (source-code is preferrable of course) that I can access all the common chat clients thru it (GT, Yahoo, MSN, AIM, FB, ICQ, SKYPE and more)?
I guess I am looking for a .NET library project that performs something like pidjin.
I need it because I hate Pidgin's interface and functionality, and I want to have a Google-Talk desktop like UI.
Any comments and tips will also be very useful.
Thanks.
Anyone know a way to obfuscate javascript before it's outputted to the browser? I was using
http://www.javascriptobfuscator.com/
But I'm hoping there is a library that can do this on the fly.
Help appreciated.
Ok,
I wanting to database a small library.
I've only had limmited experience with databeses,
and vnone with queerying a websever.
I'm going to want to retrieve information like title, Publisher, maybe author, desciption
the simplest way i can think of dooing this is looking them up via the isbn.
I'm wondering how I should go about doing this.
I've coma across isbndb.com before, but the api for accessing it seems rather complex.
Hi there,
I want to develop a Facebook connect application that can operate both inside a Facebook canvas or standalone.
Can I check if the user is using Facebook canvas / not using the official Facebook PHP client library?
Thanks, Andree
The release notes for Java NIO (in Java 1.4+) state that support for direct ByteBuffers is an optional feature. I am curious which JVM vendors/flavors do not support it? Should a JNI library always code for managed ByteBuffers and relegate direct ByteBuffers as an optimization?
Thanks
In my iPhone app, I'm handed the raw source of an email, in RFC822 (or "eml") format. I'd like the HTML part of this message (if one exists).
Rather than attempting to parse it out myself and converting escape chars and so on, I thought I'd check to see if anyone knows of an objective-c library to do this for me.
In .NET, I've always used the Mailbee classes for anything email related, but I can't seem to find anything similar for cocoa.
I have a library that I'm trying to get working with rails 3 (specifically feedzirra) which I can require ok in irb but it breaks the console in my app with the following error:
http://pastie.org/855976
Hi, I have to built dynamically equations like following:
x + x/3 + (x/3)/4 + (x/3/4)/2 = 50
Now I would like to evaluate this equation and get x. The equation is built dynamically. x is the leaf node in a taxonomy, the other 3 nodes are the super concepts. The divisor represents the number of children of the child nodes.
Is there a library that allows to build such equations dynamically and resolve x?
Thanks, Chris
According to this http://msdn.microsoft.com/en-us/library/wa80x488.aspx
"Partial methods are implicitly private"
So you can have this
// Definition in file1.cs
partial void Method1();
// Implementation in file2.cs
partial void Method1()
{
// method body
}
But you cant have this
// Definition in file1.cs
public partial void Method1();
// Implementation in file2.cs
public partial void Method1()
{
// method body
}
But why is this? Is there some reason the compiler cant handle public partial methods?
Hi,
I have upgraded my application from grails 1.2.2 to 1.3.1-RC1. While things seem to work when executing grails from command prompt, I cannot make it run from my IDE IntelliJ (last development version).
The error I got is:
Error executing script RunApp: net/sf/json/JSONException
...
Caused by: java.lang.ClassNotFoundException: net.sf.json.JSONException
It seems that the library json-lib.jar is not in the IntelliJ classpath.
Do you know how can I solve this?
Is there any 'easy' way of having pure objective-c containers, such as NSMutableDictionary or CFMutableDictionary, that don't increment the reference count of added objects, without using the c++ standard library?
Any good examples/tutorials of unpacking JSON strings with the C++ JSON_Spirit library?
Something that can traverse a json_spirit::Value object and pretty-print it would be ideal.
http://msdn.microsoft.com/en-us/library/aa479332.aspx form this site i download the MSDNElmah.msi.After install this, i get a solution Contain .aspx and web.config file and one dll.This site have some information about this plugin,but it's seems to difficult to me.I can not use it on my Project.I want to use this plugin on my project.Please help me to do that,give me some syntax or Full information how to do it.Thanks in advance.
I read that the HTML5 spec introduced the ability to select multiple files in an upload form. What browsers currently support this? Does Adobe AIR support it?
Bonus question: Is there a JavaScript library that takes advantage of this functionality?
I downloaded the iFrameExtractor sample code and try to compile it with the iPhone simulator version 3.1.3
The project shows the following errors ( http://img514.imageshack.us/img514/3245/66948298.png ) even thought I added *.a libraries to my project. All libraries was under the library searching path.
I guess it is a linking problem. Anyone can recommend to me a configuration for compiling ffmpeg on x86?
Thanks in advance.