|
I want to write a tigase (a xmpp/jabber server) plugin and tigase is published under GPL3.
My plugin would use xmpp extensions to add needed functionalities.
The plugin would be load at runtime.
Started by hadrien on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Check.
If you use/include/link-to any code that is under GPL, you need to publish it under GPL.
|
|
I frequently come across Windows programs that bundle in MSVCRT (or their more current equivalents) with the program executables. On a typical PC, I would find many copies of the same .DLL's. My understanding is that MSVCRT is the C runtime library, somewhat...
Started by Toybuilder on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In the Windows world, it's very bad manners to expect your users... .
Also, matching up versions used to be problematic.
Programs are linked against a specific version of the runtime, and that required version is not guaranteed to exist on the target machine .
|
|
Hopefully the question says it all; materials I've found on the web suggest I should be able to copy my VM from OSX to Linux. I copied all the VM files from OSX to Linux, but when I try to open my VM using "Open existing virtual machine", it seems to ...
Started by gareth_bowles on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I tried with VMware Player instead of Server on my Linux host, and was able to figure out the cause of the problem:
The virtual machine... .
I didn't have to do anything special that I remember .
I've even done it a few times, both directions.
Yes, you can.
|
Ask your Facebook Friends
|
What is the most under-rated/under-hyped game you have loved? I have to say, the two ObsCure games were really good as far as Survival horror goes. Some of the best music in the genre. The gameplay was pretty good too, but stressful when multiplaying....
Started by khalbrae on
, 25 posts
by 20 people.
Answer Snippets (Read the full thread at ffshrine):
Under-hyped:
The entire....
" Many, but
Under....
"There are no stupid questions, just stupid people.
A lot :
Previously known as Lionheart730.
One of these is Killer7.
Under-hyped?
That's practically every game I consider as classic.
|
|
I'ts been a few days now my 'ads' status has been 'under review'. But they keep giving me suggestions, etc. so I think I'll be okay.
My account is new and I used a voucher.
Started by Copywriter on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at blackhatworld):
Accounts are not activated when they ads are under review.
My site is still under review damn.
|
|
Hello,
I have a script generating 3 diagrams from $_SESSION variables which work fine under php4 with register_globals = off, but when I parse the same script as php5 I get no diagram.
The diagrams a drawn from GD libary and it works, if I set the data...
Started by ste_php on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It will help you to modify your code accordingly....
And you sould make a logical data structure, so you can access it without compatiblity problems
See this please .
I think you should first look at the array created with version 4 and version 5 and compare both .
|
|
I know there was one of these before, but I haven't seen one in quite a few years, so I thought that I would volunteer myself to run a panel based on the above topic.
This would include anime that was either passed over, panned, flew under the radar, ...
Started by Se7enBishie on
, 13 posts
by 7 people.
Answer Snippets (Read the full thread at animazement):
Is it a good idea to show some anime that has completely flown under the radar? Some of my favorite shows and would like to touch base on it, but would like to focus more on the "Under-rated" and "Under that nobody has ever heard....
|
|
What is the best xhtml-css editor with emmbeded browser (under GPL) in your opinion? note: must be work under linux os.
Started by alsadk on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I was pleasantly surprised by Netbeans and after trying....
As far as I know the browser included is based on Mozilla .
Eclipse (with the web tools project ) should be able to handle this, although it may be more heavy weight than you need .
Quanta Plus.
|
|
We have 2 applications that run under JBoss. I am looking for a way to reduce the overhead of the server. The main app runs under Tomcat. The other app is made up of MBeans. Is there a way to run MBeans under Tomcat?
Alternative suggestions are appreciated...
Started by Joshua on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use the following JVM.
Tomcat 5 or later provides an MBean server.
To run MBeans under Tomcat.
|
|
Hi I use C# and SharpSvn library. I would like to check if file is under source control before adding it with SvnClient.Add. When I do it on file that already is under SVN than I get error : "is already under version control".
Started by tomaszs on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
That method.
Only want to know if the file is under source control you could use .Info() / .GetInfo().
|