Displaying 19 results from an estimated 19 matches for "jono".
Did you mean:
jon
2006 Nov 15
4
dyn.load (PR#9364)
...r my C code and
recompile, then use dyn.load("file.so"), the function in R is not updated but
remains as the previous code. I have tried dyn.unload, but when I use dyn.load()
the initially loaded code is used. The only way to load the updated c code is to
quit R and then reopen.
Thanks,
Jono
2009 Apr 15
1
Mapping PCI/PCX hardware to a specific VM
...a tv tuner card in it which I was hoping that after
setting up Xen I could map that piece of hardware to a specific virtual
machine. Is this possible? There is also a similar scenario at work where I
would like to do the same for a PRI ISDN card and virtualize the pbx
install.
Any ideas?
Thanks,
Jono
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2017 Mar 17
2
RFC: (in-principle) native unquoting for standard evaluation
...eclares a
pointer and dereferences one.
subset <- function(x, @subset, ...) { }
This should make it easier to implement such functions, simplify
compilation, and allow detection of potential quoting errors through static
analysis.
Michael
On Thu, Mar 16, 2017 at 5:03 PM, Jonathan Carroll <jono at jcarroll.com.au>
wrote:
(please be gentle, it's my first time)
I am interested in discussions (possibly reiterating past threads --
searching didn't turn up much) on the possibility of supporting standard
evaluation unquoting at the language level. This has been brought up in a
rece...
2017 Jan 30
2
Fwd: Can somebody explain the file ownership of a
...ss=65536 nofiles=2000
time_last_login=1483494078 time_last_unsuccessful_login=1483494090
tty_last_login=/dev/pts/2 tty_last_unsuccessful_login=ssh
host_last_login=10.0.101.208 host_last_unsuccessful_login=10.0.101.208
unsuccessful_login_count=2 roles=
# smbd -b
Build environment:
Built by: jono at aix-test
Built on: Fri 6 Jan 11:54:17 NZDT 2017
Built using: /opt/IBM/xlC/13.1.3/bin/xlc_r
Build host: AIX aix-test 1 7 00F893C24C00
SRCDIR: /home/jono/rpmbuild/BUILD/samba-4.5.1/source3
BUILDDIR: /home/jono/rpmbuild/BUILD/samba-4.5.1/source3
As you can see, th...
2017 Mar 17
4
RFC: (in-principle) native unquoting for standard evaluation
...ustified) reluctance to add new syntax to the
language, but I think this has sufficient merit (and a growing number of
workarounds) to warrant continued discussion.
With kindest regards,
- Jonathan.
[1] https://stat.ethz.ch/pipermail/r-devel/2017-March/073894.html
[2] https://twitter.com/carroll_jono/status/842142292253196290
[3] https://dev.mysql.com/doc/refman/5.7/en/user-variables.html
[[alternative HTML version deleted]]
2017 Mar 19
3
RFC: (in-principle) native unquoting for standard evaluation
...gt; subset <- function(x, @subset, ...) { }
>
> This should make it easier to implement such functions, simplify
> compilation, and allow detection of potential quoting errors through static
> analysis.
>
> Michael
>
> On Thu, Mar 16, 2017 at 5:03 PM, Jonathan Carroll <jono at jcarroll.com.au
> <javascript:;>>
> wrote:
>
> > (please be gentle, it's my first time)
> >
> > I am interested in discussions (possibly reiterating past threads --
> > searching didn't turn up much) on the possibility of supporting standard
>...
2019 Feb 11
1
make.unique rbind examples
The final two examples in ?make.unique do not appear to be relevant to
that function, namely
rbind(data.frame(x = 1), data.frame(x = 2), data.frame(x = 3))
rbind(rbind(data.frame(x = 1), data.frame(x = 2)), data.frame(x = 3))
both producing
x
1 1
2 2
3 3
(identically) on R 3.4.3 and 3.5.1. Following a brief discussion on
Twitter, Rich FitzJohn [1] identified that under R 1.8.0 (circa 2003,
2007 Jan 22
0
Asterisk and VoIP @ Southern California Linux Expo (SCALE 5x)
...n-source VoIP in our seminar tracks.
* Brian Deenhardt (SwitchVox & Four Loop Technologies) - Every thing
you wanted to know about voip.
* Dave Neary (OpenWengo) - Unifying VoIP, video conferencing and
instant messaging.
* BoF's on Trixbox, OpenPBX, and Asterisk.
Other speakers include: Jono Bacon, Chris Dibona , Don Marti, Jay
Pipes, and more.. For further details see the conference website at:
http://www.socallinuxexpo.org
Those interested in attending the show can use the promo code "AST07"
to get 40% off full access passes.
(http://www.socallinuxexpo.org/order/)
Regards...
2005 Nov 20
1
Deleting InPlaceEditor
Howdy,
I have created several InPlaceEditor''s for each of my menu items. This way i
can easily rename them, however when i rename a menu item, it renames
several id''s in the document.
I then need to adjust an InPlaceEditor to point to the new id. It seems an
inplaceeditor cannot be changed, so i have been tryiny to delete it, then
create a new one.
How do i delete an
2005 Nov 23
2
Changing loadTextURL
I have an InPlaceEditor, when it is clicked on it loads the unformatted
textile text from the server. When i click on menu items, I change the
content to the formatted text and i want to change the file the
InPlaceEditor will load.
I thought a simple
loadTextURL: "getPage.php?page=" + currentPage;
would do. But currentPage is always empty... It''s baffling :p
Is there a way
2017 Mar 17
0
RFC: (in-principle) native unquoting for standard evaluation
...eclares a
pointer and dereferences one.
subset <- function(x, @subset, ...) { }
This should make it easier to implement such functions, simplify
compilation, and allow detection of potential quoting errors through static
analysis.
Michael
On Thu, Mar 16, 2017 at 5:03 PM, Jonathan Carroll <jono at jcarroll.com.au>
wrote:
> (please be gentle, it's my first time)
>
> I am interested in discussions (possibly reiterating past threads --
> searching didn't turn up much) on the possibility of supporting standard
> evaluation unquoting at the language level. This has b...
2017 Mar 19
0
RFC: (in-principle) native unquoting for standard evaluation
...) { }
>>
>> This should make it easier to implement such functions, simplify
>> compilation, and allow detection of potential quoting errors through
>> static
>> analysis.
>>
>> Michael
>>
>> On Thu, Mar 16, 2017 at 5:03 PM, Jonathan Carroll <jono at jcarroll.com.au>
>> wrote:
>>
>> > (please be gentle, it's my first time)
>> >
>> > I am interested in discussions (possibly reiterating past threads --
>> > searching didn't turn up much) on the possibility of supporting standard
>&g...
2015 Nov 24
0
Conservancy (home of Samba) needs support for GPL enforcement.
...o I hope
you'll consider supporting Conservancy [etc.]
http://sfconservancy.org/supporter/
* Record a video.
We've published a few videos recorded by our Supporters:
http://sfconservancy.org/videos/carols-sfconservancy-supporter-2015.ogv
http://sfconservancy.org/blog/2015/jan/30/Jono-video/
http://sfconservancy.org/blog/2014/dec/31/new-year-and-video/
We have a few more lined up as the campaign progresses but it would be
great to see and hear from you in your own words why you are a Supporter!
These videos can be short and to the point.
* Renew Early!
Finally...
2010 Feb 10
0
EAGI delay
Hello,
I made a post to the forums
(http://forums.digium.com/viewtopic.php?f=1&t=72901&sid=3d5c2717ca5ab7ad676957ae436d4b51)
but haven't received any replies, so thought I'd try here.
On my debian machine running asterisk 1:1.4.21.2~dfsg-3, I've been
noticing that there's a problem with conferences (using both meetme and
app_conference) and the audio sent out to an
2010 Mar 09
1
confbridge manager/cli
I've just started switching my project to use confbridge instead of
meetme and app_conference (because of audio glitches that kept appearing
in those applications).
However, I can't find any way to interact with an existing confbridge
conference. Surely there's some equivalent to meetme's 'meetme list'
command? Anything else I can use through the cli or manager API? I
2019 Jan 07
1
[patch] Documentation for list.files when no matches found
Apologies in advance if this is already known but a search of the
r-devel archive did not immediately turn up any mentions.
list.files() (and thus dir()) returns character(0) when no files are
found in the requested path. This is useful and expected behaviour as
length(dir()) can be tested for success. The Value documentation,
however, indicates otherwise
> A character vector containing the
2010 Feb 10
1
problems with 1.6
In an attempt to fix problems with EAGI delays in 1.4 (see my other
message for more on that), I've tried upgrading to 1.6, in case it's a
bug that's fixed in the newer version.
Unfortunately, I'm having all kinds of trouble with this new install. My
system relies on conferences, and whenever I add any channel to it
(adding a SIP connection, playing an audio file, activating
2008 Feb 02
3
IE, flash and icecast
I'm having trouble getting an IE client to hear mp3 streams through a
flash player. It appears to be the same problem as described at
http://icecast.imux.net/viewtopic.php?t=2039 - the flash player connects
to the icecast server and begins downloading the audio data, but never
actually plays it.
I've tried all the suggestions from that thread - I patched icecast so
that the Content-length
2010 Feb 24
2
audio glitches in conference
I'm having a problem with conferences both meetme and app_conference,
though I've done most of the testing with meetme.
Essentially, I get little gaps in the audio - usually fewer than a dozen
or so samples, though it does vary. They seem to occur at random, but I
usually get one ever few seconds, on average. They also seem to delay
some buffer somewhere, so that if I start recording