I need to use two libraries in a commercial product that i'm developing at work.
One library is under the Ms-PL license and the other is under Apache License Version 2.0.
I know that Ms-PL is not compatible with GPL according to the FSF, and that the Apache License Version 2.0 is only compatible with GPLv3 (and not with GPLv1 or GPLv2).
But i don't know if both licenses are compatible.
Any help would be appreciated, even if it is that it is impossible :)
I am working with the finacial tooldbox that has a type called FINTS, If I copy some code out of its toolbox directory to customize it, when I try do do something like fts.data, I get The specified field, 'data', does not exist in the object. But the same thing works fine in the matlab library directory. They are both in my path, so what else do I need to change?
Thanks.
Is it possible to use SpatiaLite database on Android platform (1.6)? I am trying to program a google buzz-like app which need to take advantage of SpatiaLite functions, like calculating distance between 2 points, etc. Any external library needed? Thanks.
I have a problem; I'm using an external library where one particular event has its own custom eventargs; with no constructor. If I want to throw my own event using these eventargs, how can I?
I'll give more detail if asked, but I'm not sure what exactly I should be giving. :)
1 how can i find whether server is accepting encrypted password or not from C program using sybase library(encryption set by sp_configure "net password enryption reqd",1), to make sure whether i should call function ct_con_props (CS_SEC_EXTENDED_ENCRYPTION) or not
I don't understand how to make a connection with nitrogen and couchdb using ecouch, because I have a error on this connection
CAUGHT ERROR: error-undef
[{ecouch,db_info,["test_suite_db"]}
I put ecouch in my erlang library path and I create a symlink to support/include.mk (even I don't know if it has necessary).
Or if anyone know a database how can connect with nitrogen and who to make this connection.
Hi guys, at this page:
http://torjo.com/tobias/index.html#boost_utility_singleton._usage I saw that boost has singleton class which gets second param: recreate instance if it's deleted (when we call the singleton). I can't find the implementation of this singleton in boost library. There is only singletons from serialization and pool. What's wrong?
I was just wondering if someone knows about some good library or tutorial on how to achieve a 2D distortion of a face taken from an image taken by the user.
I would like to achieve a similar effect to the one in Fatify, Oldify, all those Fat Booths, etc., because I am creating an app where you will throw something at the face and I would the face to jiggle and move when the object hits it.
How should I do this?
I learned the range of int and long on 32 bit windows is:
signed int: -32767 to 32767
signed long: -2147483647 to 2147483647
why does the int has same range as long type as mentioned here?
http://msdn.microsoft.com/en-us/library/s3f49ktz%28VS.80%29.aspx
I want too display PPTs as inline on webpage via swf. So I convert them to swf using OpenOffice scripting. I can embed them into webpage via swfobject, however this has two major problems,
Swfobject require me to tell the size of uploaded swfs, which I dont know in advance, as size/aspect ratio of swf depends on uploaded presentation.
This doesnot put next/previous controls.
Is there a tool/library using which I can emebed swf player in page without these problems.
Hello,
I have questions about System.Threading.ThreadStart Class :
where can I find its specifications ( there is praticly nothing in the msdn : http://msdn.microsoft.com/en-us/library/system.threading.threadstart.aspx or in ROTOR : www.dotnet247.com/247reference/system/threading/threadstart/__rotor.aspx)
what is its field : protected System.IntPtr _methodPtrAux
thanks
My hardware (video capture card) gives me the images in YV12 (YUV 420) format and I am trying to generate a video from it. I am using C++ under windows and I would like to generate a mpeg-4 VBR video from that stream but I dont know where I should start... (I need it to be VBR because it is a security camera and there will be a lot of repeated frames)
Is there any library that does something like this?
Hi, I have generated using openssl mycert.pem which contents the certificate. And I converted the base64 text into hex.
I wonder if it's possible to extract the informations from the hex string in c (without using the openssl library). For example, the public key, the issuer, the subject, the validity information, etc.
Thanks.
I've installed just about every library/gem that I could find for memcached/memcache, but everytime I attempt to run my application I get this error:
Error message:
uninitialized constant Rails::Initializer::MemCache
Exception class:
NameError
I have tried $ telnet localhost 11211 and memcached is definitely running. Any ideas?
(I'm running Apache2/Passenger)
I am looking for some library that takes the TextWriter approach to writing SQL commands (much like there is the HtmlTextWriter in .Net for writing html). I am NOT writing CRUD-type commands for relational data, I am writing arbitrary SQL (bulk inserts, table creation, creating backups, etc). Any suggestions are appreciated.
Will you be so kind to tell me why the sysytem can't load POSTGRE extension for PHP?
In php.ini I write:
extension=php_pgsql.dll
But when I reboot, I get this warning:
Unable to load dynamic library: C:/PHP/exe\php_pgsql.dll. There are no problems with other extensions.
I am looking to see if there is a good library or framework that I can use to simplify adding user/group/permission management to a .Net application (4.0 VS2010). If the framework can work on it's own or integrate with Active Directory that would be a huge bonus.
So far I have found Visual Guard, if you have any experience using Visual Guard to provide user/group/permission functionality I definitely want to hear your feedback on how you liked working with it, pitfalls and benefits
I use FloatLabel library (https://github.com/weddingparty/AndroidFloatLabel) to add a little animation when user begin to write something in an EditText Android.
My problem is that the typeface seems to be changed when i apply the password type to my EditText. I would like to keep the same typeface as normal. (see picture 1)
But when i add the following line to apply password type, the typeface of hint seems to be changed !
pass.getEditText().setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);
I am writing a script that grabs the external IP address along with some other information about each iface. I can't figure out how to make ruby send traffic over a specific iface(eth0 and wlan0 for example). I am currently using the open-uri library to open http://whatismyip.org and read it into a variable.
def get_external_ip
begin
open("http://whatismyip.org") { |f| return f.read }
rescue
return "none"
end
end
Is there any way to specify this at runtime of the script or from within the script itself(ideally)?
Hello,
In an attempt to learn C#, I am trying to develop Picasa Like Application to display Photographs from my Library.
Would it be possible to display folders as in Picasa Using C# ?
Any help would be highly helpful.
I ask since a project I work on generates a single, monolithic DLL of about 50 MB size.
Does a large library like this one impede performance, or can it bring other gotchas?
Sometimes when i try to "build"/compile a downloaded source, i get following warning:
ld: warning: directory '/Volumes/Skiiing2/CD/ViewBased/Unknown Path/System/Library/Frameworks' following -F not found
Has anyone else seen this issue?
I've got a working proprietary application (windows exe) and would like to know which particular toolkit was used to make it. The reason is that I like the widgets it uses and seek to use same library in my project (to buy it if it's proprietary as well).
I'm working on a Silverlight client that interacts with a WCF web service. The Silverlight client and the WCF web service are using the same class library for their data entities that they are passing back and forth over the wire. I just added a new entity, and it's not being correctly deserialized on the Silverlight client.
My question is, how can I debug the System.ServiceModel.ClientBase as it is deserializing an entity that it received from a WCF web service?