similar to: FLAC Albums on sale this month

Displaying 20 results from an estimated 300 matches similar to: "FLAC Albums on sale this month"

2014 Aug 11
3
Asterisk support for Bittorrent Bleep
Hello, Full disclosure: my name is Farid Fadaie and I'm in charge of BitTorrent Bleep (a private P2P SIP-based messaging application in early alpha) http://blog.bittorrent.com/2014/07/30/building-an-engine-for-decentralized-communications/ I have personally been a fan of Asterisk and have been using it for years and now that we have (kind of) released Bleep, I wanted to ask you guys to let
2016 Feb 19
4
should `data` respect default.stringsAsFactors()?
Hi Peter, Sorry if I was not clear. Perhaps an example will make my point: > data(iris) > class(iris$Species) [1] "factor" > write.table(iris,'data/myiris.tab') > data(myiris) > class(myiris$Species) [1] "factor" > rm(myiris) > options(stringsAsFactors = FALSE) > data(myiris) > class(myiris$Species) [1] "factor" >
2016 Feb 19
2
should `data` respect default.stringsAsFactors()?
Aha... Hadn't noticed that stringsAsFactors only works via as.is in read.table. Yes, the doc should probably be fixed. The code probably not -- packages loading different data sets depending on user options is an even worse idea than hav?ng the option in the first place... (I don't mean having the possibility, I mean the default.stringsAsFactor thing). In general, read.table() gets
2016 Aug 08
2
Advances usage of rpcclient
Hi. We are looking for a way to query the contents of a registry (regedit) in a remote windows machine. Currently the command "querymultiplevalues" works if I set the complete key path like this 'querymultiplevalues "Software\Microsoft\Windows\CurrentVersion\Uninstall\Winrar archiver" DisplayName' but for our application to work, we need a way to query the path:
2008 Apr 29
1
Annoying Sipura problem?
This may not be the right place to ask, but I have an annoying issue with a Sipura/SPA1000-2.0.10(e) ATA device connected to an Asterisk box. (The system is remote to me, so I've only been able to observe this by dialling into a VoIP phone on-site, then run commands on the box remotely!) First of all it's all working fine connected to an Asterisk box and the user can make/take calls
2008 Oct 02
6
[LLVMdev] Making Sense of ISel DAG Output
On Thursday 02 October 2008 12:42, David Greene wrote: > But let's say you _could_ write such a pattern (because I can). The input > DAG looks like this: > > 0x391a220: <multiple use> > 0x391c970: v2f64 = scalar_to_vector 0x391a220 srcLineNum= 10 > 0x391ac10: <multiple use> > 0x391c8b0: v2f64 = scalar_to_vector
2014 Jan 22
1
Advice/directions to users of Syslinux
In message <BLU0-SMTP218A5F5400BB0FCA0312DC28BA70 at phx.gbl>, Ady wrote: >By adding technical details, it makes it harder for a non-technical >user to follow, and such user will probably go away looking for a >simpler answer. Yes. >If a user doesn't know what "create a new DOS partition table" means, >there are many ways to find out, including a web
2009 Jun 06
1
large numbers of observations using ME() of spdep
Dear All, We aim to remove the spatial structure of our data using Moran Eigen Vectors and spdep package . Our data has 3694 samples and 13 variables. The computer stop working after almost 4 days of processing (we found it emitting a sharp sound and with all colors on the screen. No wories, it was restared without problem!). And we are left with nothing: no result file was produced since the
2016 Feb 18
2
should `data` respect default.stringsAsFactors()?
Hiya, Probably been debated elsewhere.... I note that R's `data` function does not respect default.stringsAsFactors By my lights, it should, especially as it is documented to call read.table, which DOES respect. Oh, but: http://r.789695.n4.nabble.com/stringsAsFactors-FALSE-tp921891p921893.html Compelling. I have to agree. So, I change my mind. By my lights, `data` should then be
2016 Feb 19
0
should `data` respect default.stringsAsFactors()?
On Thu, Feb 18, 2016 at 6:03 PM, Cook, Malcolm <MEC at stowers.org> wrote: > Hi Peter, > > Sorry if I was not clear. Perhaps an example will make my point: > >> data(iris) >> class(iris$Species) > [1] "factor" >> write.table(iris,'data/myiris.tab') >> data(myiris) >> class(myiris$Species) > [1] "factor" >>
2016 Feb 19
0
should `data` respect default.stringsAsFactors()?
Hi, > Aha... Hadn't noticed that stringsAsFactors only works via as.is in read.table. > > Yes, the doc should probably be fixed. The code probably not Agreed. Is someone on-list authorized and willing to make the documentation change? I suppose I could learn what it takes to be a "player", but for such a trivial fix, it probably is overkill. Dissenting opinions?
2007 Apr 19
2
Dovecot 1.0.0 and Seive 1.0.1 on FreeBSD
I have installed dovecot and sieve using the FreeBSD ports. Authentication is against a MySql Database. Dovecot is running using deliver as the LDA. But when I try to Sieve I get the following error in /var/log/dovecot.log deliver(mike at systemrt.com): Apr 19 14:07:19 Info: Loading modules from directory: /usr/local/libexec/dovecot deliver(mike at systemrt.com): Apr 19 14:07:19 Fatal: Plugin
2007 Dec 29
1
ASUS Eee R cookbook
Hi all, Having seen a few messages regarding the ASUS Eee PC (p701) and R, and then buying one and trying to get R installed on it, I thought there might be a few people on the list who would appreciate a cookbook on how to do it. It's a nice little piece of machinery, running Xandros 4 Linux (seems to be compatible with Debian Etch) and set up for the person who wants to do all those
2006 Sep 29
1
dovecot starts and then exit
I've just installed dovecot on FreeBSD 6.1. Running MySQL 5.0 on another server. Postfix version 2.3.3 Dovecot starts then exits with no error messages. I've run it as a daemon and on the command line with -F option How do I run it in debug mode so I can figure out why it does not stay running. The maillog has a startup message dovecot: Dovecot v1.0.rc7 starting up Ed Dovecot.conf
2004 Aug 06
4
de-essing into speex?
> Date: Fri, 05 Dec 2003 13:22:53 -0500 > From: Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca> > > I think I see what you mean, though I haven't been able to listen to > your wma file (not everyone has a wma decoder). The problem probably > only lies in the VBR tuning for wideband which hasn't received much work > yet. One way to check that is to encode in
2017 Feb 14
8
CentOS 7, systemd, NetworkMangler, oh, my
On 02/13/2017 11:36 AM, peter.winterflood wrote: > On 13/02/17 16:49, James Hogarth wrote: >> On 13 February 2017 at 16:17, peter.winterflood >> <peter.winterflood at ossi.co.uk> wrote: >>> >>> >>> there's a really good solution to this. >>> >>> yum remove NetworkManager* >>> >>> chkconfig network on
2014 Dec 03
0
[PATCH] Update links.html
Adding some links to links.html --- images/hw/pioneer_c.png | Bin 0 -> 3389 bytes images/hw/tesla.png | Bin 0 -> 6145 bytes links.html | 13 +++++++++++++ 3 files changed, 13 insertions(+) create mode 100644 images/hw/pioneer_c.png create mode 100644 images/hw/tesla.png diff --git a/images/hw/pioneer_c.png b/images/hw/pioneer_c.png new file mode 100644 index
2004 Feb 23
1
(Fwd) VIRUS (Worm.SomeFool) IN MAIL TO YOU (from <rsync-bounce
I have received the below notice about the rsync list. There is a worm among us. ------- Forwarded message follows ------- Return-Path: <postmaster@innevi.com> Received: from bleep.innevi.com ([64.30.26.9]) by mail.dubois-king.COM (8.11.6/8.11.6) with ESMTP id i1K7n3p14977 for <ppalumbo@dubois-king.com>; Fri, 20 Feb 2004 02:49:03 -0500 Content-Type: text/plain;
2008 Oct 03
0
[LLVMdev] Making Sense of ISel DAG Output
On Oct 2, 2008, at 2:19 PM, David Greene wrote: > On Thursday 02 October 2008 12:42, David Greene wrote: > >> But let's say you _could_ write such a pattern (because I can). >> The input >> DAG looks like this: >> >> 0x391a220: <multiple use> >> 0x391c970: v2f64 = scalar_to_vector 0x391a220 srcLineNum= 10 >>
2017 Feb 15
0
CentOS 7, systemd, NetworkMangler, oh, my
On 02/14/2017 06:49 AM, Johnny Hughes wrote: > > But as Linux installs become more and more complicated and it is not > some individual machines in a rack but clouds, clusters, and containers > with software defined networking and individual segments for specific > applications spread out within the network, only talking to one another > .. etc. Well, NM will be much more