Displaying 20 results from an estimated 50000 matches similar to: "No subject"
2012 Apr 13
1
Plotting leapfrog in R
Dear List
Is there a package for leapfrog plotting (Hamiltonian Monte Carlo
estimation) in R? I tried the actual "LEAPFrOG" package which doesn't
actually give the plot like this one?
http://xianblog.files.wordpress.com/2010/09/hamilton.jpg
How doe one plot this in R? So, there semi-circle and dots on that
semi-circle.
I don't think curve() or plot() would produce such plot.
2006 Aug 06
0
Rails Core Weekly July 16 - August 6
Rails Core Weekly July 16 - August 6
Rails Core Weekly summarizes the rails-core mailing list, a list
dedicated to Ruby on Rails internals and its development. RCW is
brought to you by Rodney Ramdas and proofread by the good people of
The Caboose (http://blog.caboo.se/) for accuracy.
RSS feed and RCW home:
http://www.pinupgeek.com/articles/category/rails-core-weekly-news
The ruby on rails
2002 Feb 28
0
[Bug 130] New: segfault on connect / Red Hat 6.1 w/OpenSSL 0.9.6c
http://bugzilla.mindrot.org/show_bug.cgi?id=130
Summary: segfault on connect / Red Hat 6.1 w/OpenSSL 0.9.6c
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
2020 Aug 07
1
Re: [nbdkit PATCH 2/4] file: Add .list_exports support
On Thu, Aug 06, 2020 at 09:23:46PM -0500, Eric Blake wrote:
> + if (!filename == !directory) {
A bit tricksy. In plugins/nbd/nbd.c I used:
int c = !!sockname + !!hostname + !!uri +
(command.size > 0) + (socket_fd >= 0) + !!raw_cid;
/* Check the user passed exactly one connection parameter. */
if (c > 1) {
nbdkit_error ("cannot mix Unix ‘socket’, TCP
2011 Nov 19
0
on latest update world something wrong with wine
it fails to start my programs which run flawlessly previsouly, wow and rosetta stone. does anyone else hit the same stumbling block?
Code:
[I] app-emulation/wine
Available versions: 1.2!t 1.2.1!t 1.2.2!t 1.2.3!t ~1.3.0!t ~1.3.1!t ~1.3.2!t ~1.3.3!t ~1.3.4!t ~1.3.5!t ~1.3.6!t ~1.3.7!t ~1.3.8!t (~)1.3.9!t ~1.3.10!t ~1.3.11!t ~1.3.12!t ~1.3.13!t ~1.3.14!t ~1.3.15!t ~1.3.16!t ~1.3.17!t
2010 Dec 24
0
Wine release 1.3.10
The Wine development release 1.3.10 is now available.
What's new in this release (see below for details):
- Support for notification balloons in system tray.
- Obsolete AudioIO sound driver removed.
- More work on ActiveX support.
- Various MSI fixes.
- Preloader now used for 64-bit too.
- Translation updates.
- Various bug fixes.
The source is available from the following
2011 Nov 10
2
Prepare > Properties in Office 2007 causes WINE to freeze
I'm using 64-bit (multilib) Gentoo/Sabayon Linux with the Portage source package manager only:
Code:
# uname -a
Linux meshedgedx 3.1.0-sabayon #1 SMP Tue Nov 8 01:01:54 GMT 2011 x86_64 Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz GenuineIntel GNU/Linux
I used the Portage package manager to install 64-bit WINE with both win32 and win64 support:
Code:
# eix -I app-emulation/wine
[I]
2006 Jan 25
1
Want to automatically park call and have caller hear ring tones
Here's the short of it. I have an Asterisk 1.2.1 system setup to
handle both personal and business calls. Now, the business callers
will hear music while on hold, so the default MOH needs to play
regular music. Personal callers should hear rings, not music. I have
this working except for one specific case. If someone calls during
the day (we're night people), asterisk will not ring
2006 Jan 25
0
Want to automatically park call and have callerhear ring tones
Short replay to long 'short of it'!!
Use a queue for your calls set the queue to ring. 'r' option I belive.
Set up a queue that has no members but allows you t 'joinempty'
Setup an extension that AddQueueMember(home-silent).
You will then need to hangup and the call will ring.
Before entering the queue you could have the system send the YAC info
for you.
It will
2008 Jun 06
2
Prototype: Use of /proxy?url= to circumvent the Same Origin Policy
Hi, everyone.
I was able to get the Ajax.Request basically working, such that it
returns "Damn! You are beyond #10...", but I had to change the "/proxy?
url=" to "http://localhost/myApp/proxy.html?url=". Apparently, the
response is just my proxy.html page.
With "/proxy?url=" in place, WebSphere shows an error:
SRVE0017W: A WebGroup/Virtual Host to handle
2015 Sep 07
0
Beta CentOS 7 Xen packages available
On 09/07/2015 12:40 PM, Johnny Hughes wrote:
> On 09/04/2015 04:39 PM, T.Weyergraf wrote:
>>
>> On 09/03/2015 09:50 PM, Chuck Meade wrote:
>>> Hi Thomas,
>> Hi Chuck
>>> This may be old news at this point, but I had 100% identical behavior
>>> to yours when I tried virtx7-44-testing.
>>> After looking around a bit I tried
2006 Jun 07
1
Controlling Cisco 7960 Ringtone from Asterisk
I'm trying to change the ring tone on my 7960 from the dialplan. I've
tried the example on the wiki but it doesn't seem to work. Something like:
exten => 3010,1,SetVar(ALERT_INFO=<Bellcore-dr1>) ; selects Ringer
exten => 3010,2,Dial(SIP/3010,15)
I'm not sure what the Bellcore-dr1 ringer is supposed to be. I've tried
replacing ALERT_INFO with another ring tone
2018 Jan 07
4
[Bug 104523] New: System does not resume from suspend
https://bugs.freedesktop.org/show_bug.cgi?id=104523
Bug ID: 104523
Summary: System does not resume from suspend
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2016 Sep 27
1
Upgrading samba from source over debian packages
On 2016-09-27 16:40, Rowland Penny via samba wrote:
> On Tue, 27 Sep 2016 16:17:10 -0500
> Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote:
>
> On 2016-09-27 13:31, Marc Muehlfeld via samba wrote:
>
> Hello Elias,
>
> Am 27.09.2016 um 18:16 schrieb Elias Pereira via samba:
>
> We have samba 4.1.17 installed via debian package and would
2016 Sep 27
0
Upgrading samba from source over debian packages
On Tue, 27 Sep 2016 16:17:10 -0500
Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote:
> On 2016-09-27 13:31, Marc Muehlfeld via samba wrote:
>
> > Hello Elias,
> >
> > Am 27.09.2016 um 18:16 schrieb Elias Pereira via samba:
> >
> >> We have samba 4.1.17 installed via debian package and would like
> >> to install the latest
2006 May 09
1
ZFS seems to fall asleep
Hi,
I have Solaris Express snv_27 installed on an x86 pc with 4 SATA drives. I have 1 zpool called data with 16 ZFS filesystems. From times to times, it looks like ZFS falls asleep, i.e. when I do a df -k, it takes about a second to list each ZFS filesystem. If I re-issue the command straight away or a couple of minutes later, it takes a second to list all the filesystems.
I checked in the
2013 Apr 02
0
about maildirsize not updating
Hi
sorry for the delay. My configuration is using Centos 6.dovecot 2.1.1.and i have configure the quota plugin.but i am not sure what you mean by dovecot-lda.i just follow the guides on the internet and skim through dovecots documentation.i am using the local unix account for mail account not using virtual users.here is my configuration:
[root at mail ~]# dovecot -n
# 2.1.1:
2013 Apr 04
1
maildirsize problem
i am currently using roundcube my webmail and configure using dovecot quota plugins.
but it seems to not be updating the maildirsize when new mails comes.Deleting the
maildirsize will recreate the files correctly.Is there any solutions to this problem with
dovecot.
Either you're not using dovecot-lda to deliver the mails, or you haven't configured quota
plugin correctly for it.
2007 Sep 02
0
linux networking "falls asleep"
I have an issue on my gentoo xen server. If i create linux domU''s,
regardless of whether they are HVM or PV, my networking on the domU
eventually "falls asleep". If i log into the domU using the VFB or xm
console, then utilize the network in some manner (i.e. ping) the network
jumps right up and is working. This happens on fedora, ubuntu, and
ipcop (2.4 kernel)
2009 Apr 30
0
network falls asleep on guest
Hi all,
I have a Debian Lenny domU running on an Etch dom0 (xm info output
below). It seems that the domU network falls asleep after some time.
After some activity, either trying to do something like a ping or dig
from within the domU or enough client attempts to connect to a samba
share, it comes back up. That wouldn''t be terrible, except that the
delays in reconnecting to the samba