search for: cobbling

Displaying 20 results from an estimated 214 matches for "cobbling".

Did you mean: gobbling
2015 Sep 03
1
Reverse domain
On 09/03/2015 04:55 PM, Rowland Penny wrote: > On 03/09/15 21:38, Robert Moskowitz wrote: >> How is the reversed domain handled, or is it not. Rowland, you did >> not have that in your sample you cobbled together. >> >> In /usr/share/samba/setup/named.conf there is: >> >> zone "123.168.192.in-addr.arpa" in { >> type master; >>
2015 Sep 03
2
Reverse domain
How is the reversed domain handled, or is it not. Rowland, you did not have that in your sample you cobbled together. In /usr/share/samba/setup/named.conf there is: zone "123.168.192.in-addr.arpa" in { type master; file "123.168.192.in-addr.arpa.zone"; update-policy { grant ${REALM_WC} wildcard *.123.168.192.in-addr.arpa. PTR;
2011 Oct 06
2
barplots
Hello, I have somewhat of a weird data set and am attempting to create a barplot with it. I have 8 columns with different variables and their percentages. I have 1 column with representations of 4 different treatments the variables undergo. I also have 1 column with year the data was recorded. I want to create a bar plot that plots all 8 variables grouped by treatment and year. I've tried
2012 Jan 06
2
monitoring space in directories
Hey folks, Is there a Linux tool that will monitor a disk and tell me which directories are growing over time? I could cobble something together myself of course, but if there is already a good off-the-shelf solution, why bother? Even if it only checks once per day that would be fine. Graphs would be pretty too :-) cheers, -Alan -- ?Don't eat anything you've ever seen advertised on
2014 Mar 18
2
Verizon DSL + rp-pppoe + CentOS 6.5
Greetings, I've just upgrade a home server to CentOS 6.5 with a new dual-core processor and mobo. I see that with the CentOS 6.x release rp-pppoe can be run as a daemon. I've looked through some online one-page setup notes for rp-pppoe, but nowhere is there a discussion of running it as a daemon. Until now, I've cobbled an ifcfg-ppp0 file and placed it in
2011 Apr 06
5
Need a more efficient way to implement this type of logic in R
I have cobbled together the following logic. It works but is very slow. I'm sure that there must be a better r-specific way to implement this kind of thing, but have been unable to find/understand one. Any help would be appreciated. hh.sub <- households[c("HOUSEID","HHFAMINC")] for (indx in 1:length(hh.sub$HOUSEID)) { if ((hh.sub$HHFAMINC[indx] == '01')
2011 Sep 27
1
array extraction
hello everyone. Look at the following R idiom: a <- array(1:30,c(3,5,2)) M <- (matrix(1:15,c(3,5)) %% 4) < 2 a[M,] <- 0 Now, I think that "a[M,]" has an unambiguous meaning (to a human). However, the last line doesn't work as desired, but I expected it to...and it recently took me an indecent amount of time to debug an analogous case. Just to be explicit, I would
2012 Aug 14
4
Accessing NTFS on host from XP/Win7 VM
Greetings, I have installed Centos 6.3 recently on bare metal (as dual boot with win 7) and want to access the existing NTFS through XP Guest. SELinux is enforcing and VM network is NAT. Google confused me more that educating me -- maybe I could not cobble up the right phrase. Any help appreciated. TIA It is my only system at home. -- Regards, Rajagopal
2013 Nov 24
2
combine external video source and audio call to make SIP video call?
I'd like to cobble together a videophone from an analog phone, connected to an Asterisk FXS channel, and a co-located video camera, connected to a video grabber card on the Asterisk server (so I have a Linux video device providing the video stream). When a call is made from the phone, I'd like to somehow add the video and produce a SIP video call. I don't want to use any sort of
2003 Aug 18
2
Cisco 7920 phone
John Todd wrote.... > Cisco has an 802.11 phone called the 7920, which is apparently > shipping now. It is very expensive (>$550 USD) and only runs SCCP at > the moment, which is Cisco's proprietary VoIP protocol. However, if > it falls in line with some of Cisco's other high-end VoIP equipment, > that means it should have a trailing-edge SIP image running by
2009 Jun 02
1
getting elements out of list automatically
o <- (structure(list(sand.silt = structure(list(statistic = structure(185, .Names = "W"), parameter = NULL, p.value = 0.0478835773838087, null.value = structure(0, .Names = "location shift"), alternative = "two.sided", method = "Wilcoxon rank sum test with continuity correction", data.name = ".column by site"), .Names =
2006 May 03
8
hiding table IDs from users
I was wondering if anyone had thoughts on the most efficient way of making sure users never see internal table IDs? Clearly, scaffold views show a lot of IDs by default and those can be hidden. The problem seems to be all of the IDs that Rails passes around in URLs (such as http://mysite.com/user/show/12345). My primary concerns are security and confidentiality--one can imagine that there
2009 Sep 27
2
Determining name of calling function.
I have vague recollections of seeing this question discussed on r-help previously, but I can't find the relevant postings. I want to determine (from within a given function) the name of the function calling that given function. E.g. if I have a function foo() which calls a function bar(), and also a function clyde() which calls bar(), I want to have, in the code of bar(), an instruction
2008 Nov 20
2
Elegant way to transform dataframe?
Hello, I have a dataframe with columns like: parameter1 parameter2 metricname value and I'd like to transform it into a dataframe with columns: parameter1 parameter2 metric1 metric2 metric3 where the values for each metric would be in the appropriate column. There are often multiple values for a given (parameter1, parameter2, metricname) triple. In this case, I want to use the
2015 Apr 23
1
How to stagger fsck executions
From: Warren Young Sent: April 22, 2015 20:46 > On Apr 22, 2015, at 11:56 AM, Hugh E Cruickshank > <hugh at forsoft.com> wrote: > > > > I have done some "what if" testing. > > Using which tool? My simulator, or something you cooked up > yourself? If the latter, would you care to share? I cobbled something together in OpenEdge ABL. I have uploaded
2010 Jul 15
1
Separating parts of a column of data in R
Hi there, I am fairly new to R and I have been trying to figure out how to separate a column of substrate data that I have into separate parts using R. An example of my data looks like this is: gmtTime Classification ClassValue Species Count 1449 Sand 30 1449 Mud 70 Brittle Star 1 1449 Mud 70
2007 Feb 15
1
Specs for RJS HTML output NOT containing an element
Hi I have an RJS template that renders a partial to update a page. I just added a parameter to get passed into this partial to eliminate a row in the table it generates, but I can''t find a way to test that the unwanted output is in fact missing. should(_not)_have_tag doesn''t work with RJS, and there''s no should_not_have from assert select. What
2008 Sep 17
1
Strange browser displays with 5.x on Dell GX-260
I had been running CentOS 4.x for quite some time with no problems. Apparently I stubbed my toe when installing CentOS 5 final. Symptoms: various web sites are not properly displayed in Firefox 3.0.1 (or predecessors). In particular, cnn.com and any calls to Google display with a screen full of ascii characters rather than images. When I look at "page info" within Firefox, it
2007 May 21
1
Proposed patches for inclusion in Samba 3.0.25a
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Folks, I've cobbled together the svn commits for SAMBA_3_0_25 that address a few very visible bugs in 3.0.25: * The object picker error for "security = domain" * Supplementary group membership bug with "force group" * Premature password expiration on Samba DCs You can grab the patch file from
2014 Mar 28
1
basic dsync wrapper for migration from another server
Hi, I cobbled together this somewhat shoddy Bash script to migrate email accounts from our Cyrus server to a new dovecot system. Feel free to use, or laugh at it as you wish :) #!/bin/bash ## # Migrate email accounts via IMAP from one server to another ## trap "kill 0" SIGINT workdir=/root/migrate # Load list of users into array. The file "migration_map" should contain