Displaying 8 results from an estimated 8 matches for "gfo".
Did you mean:
gbo
2005 Dec 01
2
drag&drop multi
Hi,
I added a new patch for script.aculo.us a few days ago.
For those who don''t usually see the patch list, you can view it here:
http://dev.rubyonrails.org/ticket/3060
2004 Jan 30
1
Cameron Palmer / voiceglo
I found a message in the archives from Cameron Palmer on 23 Dec regarding
his voiceglo SIP configuration. Unfortunately (for me), the archive has
his email address removed.
So, Cameron -- or anybody else using voiceglo with their * box -- please
reply to me so that I can get your email address and ask you a question
about your setup.
Thanks,
Greg
2009 Jun 26
0
proper link to ACML blas | compiling 2.9.0
Normally, I do the following to configure R for compilation on my
Opteron box with ACML installed:
./configure --with-tcltk --with-blas="-L/opt/acml4.3.0/gfortran64/lib
-lacml"
However, when I do so, and look at Makeconf, I see
BLAS_LIBS = -lblas
I thought I would see
BLAS_LIBS = -L/opt/acml4.3.0/gfortran64/lib -lacml
Why isn't Makeconf picking up the right BLAS_LIBS (or is it? does -lblas
mean its finding the right blas?).
I tried
LD_...
2006 Mar 30
4
possible scriptaculous bug
I have two sortable lists, one after the other. I can drag from the first
to the second but not from the second to the first. The behavior is
consistent if n > 2. For example, I can drag from 1 to 2, 3 or 4 from 2 to
3 or 4 and from 3 to 4, but not in the reverse order: I can''t drag from the
4th list to anything (besides itself). From the third list I can drag only
to itself and 4.
2002 Jul 10
0
*****SPAM***** ATTENTION! Well-Paid Job in the Internet!
...HefHqSKQedpqBRB2SBy1ru8jWxmYVhyEfbkZ1ujlZy5KHRMrp/jQULK8kc9Js4xMjGtw
kP4gKW8vTThsPaB7K7ID1i7jpRN6o3ShiVF4RtqHJq+YN6h/2Kpa1bTngOm4xrND8zD3rxom
SCKpbMa7MJf7VJP1zudU4c/qmZm7rl6UQVY7mjxTwxCkKx02nIGLNGXcXa1FGOmlZ703Zo26
zp8UBS7yUDGkq8EyCaMqB0Vmyeo6GE2ala2ZKIrfdcPVJrMig2pOz4DxeWiu5Jy67fVx6wol
A5/PzV9SFwKNGfo2JL1iHnYD5bA4rwjWYCZpfsGUyAapUOPk1HrTj8wYdK22SHtvMpskNqW9
LaadrJmP+e4it3JKqnaUnhLRTkQTW1uB/cjtBd86bZOhPvx7WPtn0zkV+Zgw3Sodu+gJk2CR
U1bS+kSXX2yiQ8bGy1s6fxznEieKC3MXNKqTsAGNEEwrQQEXThAlvpRisjggyudmxfC1aNi2
d0vi4Yy9XVvatFSStoFx12WAh0dCWYK7fkAlqhu4Z/WlowDmPsG+FykDZN4pTRNthTWiPYWl
pNwUukril/2+BiFW6553qlG...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...lt;b7y&{II?XrCx)s^S7
z-^c|soJLdIuFe;<D$U7WXdha1l at 9!TmlZE~wLZM8L*6wad<9TEZijm)Yk)Ewb+cH~
zY#&Tv{KwTK!8!>E7G103I}uo?lMk{(V7)HW)7DCC6(q1hR}+DaVs2X^`cF)_pR1~(
z&`Z8k!)V6(F2+5iM`JJ*aI#WzQM4jhFTqWE(yEjKn{+uzL#8&jF*U;`J!S0`p=5-N
z)|(xzs|$WD1-_Oj!=++=yb>8^=;>s=R!M;>fw4^JGfO1l=7~42$<*NY2o0Xpa`GgN
zmI|TphlWeR9dgMInZ<^aC^svm at MgV1+qDYOMNG_?DJhVW$Pb&BE9$Lnc$pH~qT?;L
z<$Dqbl_W%Ekwoc}Vs_smX7`VEF<GPo?8#!eq at nYEs89=SmTRb=l6WSwhm*!y>1eE@
zFI8p7I1ytnjTq-djK4JE11Dm_r4bXIh)I`5Om-rs)QhOnqY2%dt`|IjIsw)U2W#e~
z$!F;Pahg<EaAkeGS($jbKNLw3vz>@JnGuekJk(z<j...
2003 Dec 23
0
Voiceglo SIP configuration
The call quality is really pretty good. I think better than Vonage over
an FXO bridge. If you are looking for a home provider with direct SIP
support and local phone numbers this is a good choice. If anyone has
questions or comments about my configuration please pass them along. I
have noticed that if you don't put fromuser=phone# then the extension
caller id passes through. Also the
2006 Mar 23
4
XML parser fixed
Hi, I changed the XML parser who have been write by Greg (Gregory Hill)
and changed some things.
It did not work in IE and Safari and opera.
I fixed some bugs. Now it works fine in IE, Safari, Firefox and Opera.
/* --------------------------------------- */
XMLParser = Class.create();
Object.extend(XMLParser.prototype,
{
initialize: function (XMLFile, options)
{