Displaying 20 results from an estimated 1000 matches similar to: "OpenSSH ports and crypto issues"
2006 Oct 11
10
GPL Softphones
Hi,
I'm searching for GPLed softphones. I found WengoPhone but actually not
available for Asterisk PBX, only for Wengo network. I found Kiax but only
for IAX protocol.
Did you know a good GPLed softphones which works on Windows ?
Thanks
Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 25
1
IvyGIS --- Rails Engine for custom maps.
Hi. I''m announcing a Rails Engine for presenting maps based on your
own data, either rendered by Mapserver, or pulled directly out of
geometric database tables stored by PostGIS. There''s a demo here:
http://ivygis.mgxkernel.com:3000/canada
which shows a tiled, draggable version of a Mapserver demo map, with
mouse-sensitive park polygons and railroads (SVG in Firefox 1.5+,
2005 Dec 28
6
Custom tooltip component?
I am looking to develop a custom tool tip component for a list of links.
...Which is kind of not that big a deal.
But, and this seems to be the tricky part, I also want to be able to
set/specify the interval threshold after which to display the tool tip. (and
by nature of "tool tip", don''t display if the mouse moves out during that
interval. etc)
Any suggestions?
Could
2004 Nov 11
3
Questions about License and so on.
Hello there.
I'm seeing with a third party library vendor, wich creates components for
signal and audio processing for Delphi and BCB, the way to integrate support
for OggVorbis, but there are some license issues that I don't
know/understand.
In plain text: can he create and distribute a component that uses the code
available in the Windows SDK, either in the DLL presentation and/or
2013 Aug 22
2
Re: Modules in gnulib that are GPL and are used in libguestfs
after creating a git clone I executed "bootstrap" and then entered
"libguestfs/.gnulib/modules" and executed "grep -rn GPL * | grep ":GPL" |
grep -v "build tool" > ~/GPLed"
On Thu, Aug 22, 2013 at 11:05 AM, Richard W.M. Jones <rjones@redhat.com>wrote:
> How did you construct this list? It appears to list modules which are
> not
2011 Aug 20
2
hetlp_type text doen't work on Ubuntu
Hi,
I' using Ubuntu 10.10/11.04 and on both of the systems help doesn't
work unless I set options(help_type="html"). I hate to change context
and help_type='html' distracts me. I want text based help inside
console. Where should I look to fix this problem?
--
Amol
2011 Jun 21
1
Looking for Sipura-2000 Latest Firmware
Dear Asterisk Users,
I have a Sipura 2000 device, and since last few days I have been searching
for its latest firmware for upgrade. Googling tells me that Cisco has
stopped the support for this device and I dont have definite idea on where
would I be able to find the firmware to upgrade my device.
Any help in regards to getting the firmware will be helpful.
Regards,
Amol
-------------- next part
2015 Oct 13
4
redistribution of isolinux binaries
I've been making my own custom RHEL / CentOS boot CDs for years,
and all of the instructions for such work call out to take a distro's
CD, and copy key files from it.
Among those files are those that I think are associated with the
the SYSLINUX/ISOLINUX project; e.g.:
http://mirror.centos.org/centos/6/os/x86_64/images/
http://mirror.centos.org/centos/6/os/x86_64/isolinux/
Two
2005 Dec 17
17
problems with quotes and escaping
First of all I''d like to say thanks for all the great work everyone has put
into scriptaculous,
I''m having a lot of fun playing with the framework, and easily moving into
Web 2.0 territory.
I''ve just hit a snag on my project though.
So here''s my code:
...
var newEvent=
"<div
2005 Dec 13
2
Ajax.Request onComplete
Hello,
I have a small class where i want to use attributes of the instance when an
ajax call returns, so I wrote:
*var* MyClass = Class.create();
MyClass.prototype = {
initialize: *function*(form_id, rendered_id) {
this.form_id = form_id;
*var* edit_form = $(form_id);
*var* rendered_node = $(rendered_id);
*if* (!edit_form || !rendered_node) {
this.enabled = *false*;
2010 Nov 20
1
Vectorizing a function that needs to access previous elements of a row
Hi,
I'm a newbie when it comes to R, and I'm trying to figure out how to use
vectorization as opposed to for loops. In particular, how can I create a
function that is applied on each element of a row, but can access previous
elements relative to that element?
My problem: I want to calculate something like x[i] = x[i] / x[i - 1] for
each element of a vector x:
ex.
x <- data.frame(a
2006 Mar 31
3
Position For Ruby on Rails Consultant
Hello Everyone,
My name is Prashant and I head the placement division with ANZ Solutions. We
work with close to 53 clients all over the country and help them with their
staffing requirements. I like to network with strong technical people like
you and like to associate myself with respect to your career plans. Please
let me know and I will give you a call. We can help you for any kind of
2008 May 14
0
[LLVMdev] GPL licensing issues or can GCC be used with llvm for a commercial application?
Am Mittwoch, den 14.05.2008, 11:27 +0400 schrieb Anton Korobeynikov:
> Hello, Razvan
>
> > after that I use only the Windows interface to it (like any other
> > proprietary Windows software does) , GPL forbids me to do that.
> That's due to nature of the interface. Binary interface to codec make
> the proprietary application 'derived work'.
This is what the
2008 May 14
1
[LLVMdev] GPL licensing issues or can GCC be used with llvm for a commercial application?
Hi,
> If you distribute the GPLed library and the proprietary application
> separately, and make sure that they are linked at installation time, the
> link step creates a derived work indeed but that's inconsequential
> because it isn't redistributed.
Interestingly enough, you need a linker at the target system to do that. And
guess what this discussion started at :-p
Gr.
2006 Jan 10
1
Helix and unrecognised streams.
Kind of an interim release, I have a copy of the Helix/RealPlayer Ogg
plugin working in the presence of unrecognised streams,
<href="http://www.srcf.ucam.org/~ibm21/omd_players/index.html#hxplugin>
The patches won't go into Helixcommunity until I've put in a joint
copyright document (and the stream end strategy patch still needs to
be completed), but they can be GPLed so if
2001 Jun 09
2
[PATCH] Make "-L" local ports bind to "127.0.0.1" in openssh-2.9p1
diff -u -r -N openssh-2.9p1/channels.c openssh-2.9p1-ajf.1/channels.c
--- openssh-2.9p1/channels.c Tue Apr 17 14:14:35 2001
+++ openssh-2.9p1-ajf.1/channels.c Wed Jun 6 23:25:36 2001
@@ -1815,13 +1815,25 @@
/*
* getaddrinfo returns a loopback address if the hostname is
* set to NULL and hints.ai_flags is not AI_PASSIVE
+ *
+ * Oh yeah? Setting hostname to NULL and hints.ai_flags to
+
2004 Aug 25
1
License for including datasets in packages
Dear All,
I would like to publish a function for 'heckit' estimations together with two
examples from Greene's and Wooldridge's econometric textbooks.
These examples use the dataset of Mroz (1987) that is also available in John
Fox' "car" package. However, not all variables that are used in my examples
are available in the "car" package. Therefore, I
2002 Jul 24
2
[Bug 368] TTSSH will not connect to OpenSSH_3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=368
------- Additional Comments From mindrot at regs.nebcorp.com 2002-07-24 12:16 -------
Just make life easier:
TeraTerm 2.3
http://hp.vector.co.jp/authors/VA002416/ttermp23.zip
TTSSH 1.5.4 plugin
http://www.cs.cmu.edu/~roc/ttssh154.zip
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2008 Dec 01
2
[LLVMdev] libFirm library
Hi,
The libFirm library ( http://www.info.uni-karlsruhe.de/software/libfirm/index.php?title=Main_Page ) is GPLed some time ago.
libFirm is a library that provides an intermediate representation and optimizations for compilers.
Programs are represented in a graph based SSA form. Several targets are supported, especially the x86.
Many optimizations are very similar to those of LLVM. But there are
2005 Nov 09
1
Element.removeClassName(..) - bug or incorrect usage?
Hi,
I have just started using prototype.js and scriptaculous.js in one of
my projects. These libraries are awesome and they let me do so much
more, so easily.
At some point in my web interface, I have an element with multiple
classes, out of which one class needs to be removed.
I am using
Element.removeClassName(element, "classname to remove");
to achieve this.
This call does remove