similar to: Once again somewhat mystified with exclude rules

Displaying 20 results from an estimated 100 matches similar to: "Once again somewhat mystified with exclude rules"

2009 Jun 25
3
Efficient lookup on a two-dimensional table
Dear R-Users, I need to lookup values from a 2-d table using the row names and column names as indices. I was wondering if there's a way to do this without an explicit loop. Example: #x is the 2-d table that holds the values x <- matrix(rnorm(26*12),nrow=26) rownames(x) <- letters colnames(x) <- month.name #y is a data frame that has the "keys" I want to use as indices
2009 Apr 24
2
[PATCH] Blackfin: cleanup astat/cc/hardware loop asm clobbers
Most asm statements clobber ASTAT bits (shifts, maxes, etc...) but do declare the register as clobbered. Same thing with CC in a few places. Some places make an attempt at clobbering some hardware loop registers, but it's very incomplete compared with how many asm statements actually use hardware loops. Signed-off-by: Mike Frysinger <vapier at gentoo.org> --- libspeex/bfin.h
2012 Mar 15
3
Adding mean values to boxplots
Hello there, I was wondering if anyone might be able to help me as I'm pretty new to R. I'm trying to create a boxplot from a data table returned from an sproc. I have the following code, which generates the plot as I'd like it: library("RODBC"); conn <- odbcConnect("datawarehouse"); # connect to datawarehouse results <- sqlQuery(conn, "call
2011 Sep 16
1
Mystified - comparing chron times
I have two local variables: startTime and expectedStartTime. Both are chron related objects. When I look at the class for the objects I can see they are of class "times". When I print them to the console, they both read: "09:30:00" When I print them as.numeric(), they both read: 0.3958333 When I try and compare them: (as.numeric(startTime) == as.numeric(expectedStartTime)) it
2003 Oct 10
0
mystified by interaction between krb5.conf, smb.conf, and winbindd
I am stumped here. I am a novice at using samba to do MS Active Directory stuff, but I have read everything I could find in the HOWTO collection and on the linux.samba cache of the list and am still stuck. A bit of background... I have set up a Windows 2003 server as a domain controller here and configured it to be the DNS for a ficticious domain for internal use only. The domain functional
2006 Apr 20
5
Mystified by ActiveRecord.serialize
I''m either missing a step, confused or seeing some odd behavior with ActiveRecord''s serialize feature. When I load an ActiveRecord object from the database, my serialized attribute is a YAML::Object, not the original object. My code is based on an example of this capability in the "Agile Web Dev. w/ Rails" book (p. 196). In create.sql: <code> create table
2007 May 11
1
[Somewhat OT] Integrating RSpec and RCov results in Gem''s RDoc
I have a Gem on which the testing is done with RSpec. I would like to include the results of RSpec and the RCov html files in the RDoc. The problem is that when I have RDoc include the files, it winds up escaping all the html. Is there a way to get HTML into RDoc unprocessed? Or is there some other way I can distribute the RSpec/RCov results with my Gem integrated with RDoc? I can include
2013 Feb 06
2
Somewhat OT: Specific SIP packets can cause ethernet controller reset
While not strictly Asterisk related this issue could certainly affect some of you: http://blog.krisk.org/2013/02/packets-of-death.html -- Kristian Kielhofner
2007 Jul 27
0
full (serial) console install of linux (somewhat o/t) ?
Hi Folks, This is probably a little off topic, but I was wondering if anyone has information on how to do a full (serial/xen) console install of Linux, as a domU. I''ve been able to through remote installs using Xen VNC which is OK, but it would be really nice if I could do a text based install like I can with Solaris. Any pointers, anyone? --joe
2017 Jun 01
0
(Somewhat?) Off topic: Containerization software
This is a nice summary addressing the same with R: https://arxiv.org/pdf/1410.0846.pdf On 30 May 2017 at 17:43, Bert Gunter <bgunter.4567 at gmail.com> wrote: > Folks: > > This is **off topic**, but I thought it might be informative to this > community. Consequently: please **no on list public comments or > discussion**. Feel free to respond to me privately, if you like; but
2005 Feb 02
1
[OT - somewhat] chan_sccp status
Just wondering, I noticed on the chan_sccp site that a new release should have been released on 20-Jan-2005. Is there any news on the status of this release? As far as I can tell even the sourceforge CVS for chan_sccp didn't change much around that time - or since. -Chris
2013 Sep 20
1
Somewhat-OT: Stupid NAT tricks to learn from Apple?
I've been spending some time looking at some of the significant changes Apple has made to Facetime in iOS 7. I'm far from an Apple fanboy but some of them are pretty interesting: - multiplexing everything over a single UDP port - deflate compression with SIP - various /slight/ protocol violations ;) More here: http://blog.krisk.org/2013/09/apples-new-facetime-sip-perspective.html As
2016 Feb 26
0
[PATCH 4/4] pmu/fuc: movw is somewhat weird on gk208, use mov instead
currently there is no change, because nobody uses those macros yet, but they shouldn't stay broken Signed-off-by: Karol Herbst <nouveau at karolherbst.de> --- drm/nouveau/nvkm/subdev/pmu/fuc/macros.fuc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drm/nouveau/nvkm/subdev/pmu/fuc/macros.fuc b/drm/nouveau/nvkm/subdev/pmu/fuc/macros.fuc index 0d5cbeb..bb59eb4
2016 Mar 01
0
[PATCH 4/4] pmu/fuc: movw is somewhat weird on gk208, use mov instead
On Tue, Mar 1, 2016 at 4:36 PM, Martin Peres <martin.peres at free.fr> wrote: > On 26/02/16 17:19, Karol Herbst wrote: >> >> currently there is no change, because nobody uses those macros yet, but >> they >> shouldn't stay broken >> >> Signed-off-by: Karol Herbst <nouveau at karolherbst.de> >> --- >>
2010 Feb 07
0
Somewhat off topic: Building Android on CentOS 5.4
I asked this question on android-platform at googlegroups.com but never received a response. I suspect most (if not all) people compiling the Android platform are using some version of Ubuntu ... hence the lack of response. I would not normally cross post but am hopeful that another CentOS 5.4 user (not on the android-platform forum) might have successfully built the Android platform. I would
2010 Jul 28
1
Blowfish issues with somewhat big files
Hi, I've encrypted some database dumps with openssl bf -d -in dumpfile.bf -out dumpfile -k mykey bad decrypt 14142:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:evp_enc.c:325: The weird thing is if I do the same with smaller files it can decrypt with no problem. I use openssl-0.9.8e-12.el5 on Centos 5.4. Please could you tell me what I am doing wrong? Thanks in
2019 Mar 04
0
somewhat OT -- are .appimage files safe?
Hello all. I'm in the midst of trying to transfer a G+ community to something else. I came across this site-- https://blog.friendsplus.me/export-google-plus-feeds-45926c925891 that actually has an advanced "exporter" app but it is an ".appimage" app. I am not familiar with this at all and was wondering if someone on this list is. Thanks for any help. -- "Less
2004 Mar 18
0
User Profiles somewhat broken
Ned and Matze, These are the groupmappings as I currently have set them. Do the undefined ones make a difference? I had imagined not. System Operators (S-1-5-32-549) -> -1 Domain Users (S-1-5-21-3651717320-665621003-1503018246-513) -> users Replicators (S-1-5-32-552) -> -1 Guests (S-1-5-32-546) -> -1 Domain Computers (S-1-5-21-3651717320-665621003-1503018246-2015) -> machines
2005 Jan 10
0
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
I am currently using speex and ogg to archive voice data. The data comes in PCM ulaw at 8kHz and I use a table look up to convert it to normal 16-bit PCM data. Whenver the sound coming in is voice everything works perfectly. However, we periodically run test signals through our system to determine link problems.. etc. This test signal totally hoses speex during playback, but only when you try to
2005 Jan 13
0
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
Well I think a sinusoid shouldn't totally trash the encoder state, so I still think theres a bug lurking around in there. The denoiser just prevents it from ever making it to the encoder. Just from browsing through the speex code and from what I've learned reading through the mailing list, it looks like there are a few places where checks are in place to prevent sinusoids from