search for: cobbled

Displaying 20 results from an estimated 215 matches for "cobbled".

Did you mean: cobbler
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; >> file "123.168.192.in-addr.arpa.zone"; >> update-policy { >> grant...
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
...e 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 /etc/sysconfig/network-scripts. The connection has worked; however, I'd like to have a proper and coherent implemention on this iteration. If anyone has experience or insight on this setup, I would appreciate it. Much thanks, Max Pyziur pyz at brama.com
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")] f...
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.
...a function clyde() which calls bar(), I want to have, in the code of bar(), an instruction which will return the character string "foo" if bar() was called from foo() and the string "clyde" if bar() was called from clyde(). Without really understanding what I'm doing I cobbled together the following: fname <- as.character(sys.call(-1))[1] This ***seems*** to work, at least in simple test cases. But is it reliably robust? Are there traps for young players that I am not seeing? My ``solution'' returns NA as the value of fname if bar() is called from the...
2008 Nov 20
2
Elegant way to transform dataframe?
...he 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 minimum value. A constant number of metrics is associated with each possible combination of parameters. I've cobbled together code that performs this using nested loops and far too many variables. The number of metrics has now gone up by an order of magnitude and I'm looking for a more elegant way of doing this. If anyone has a short bit of code that can deal with this, I'd really appreciate having a...
2015 Apr 23
1
How to stagger fsck executions
...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 it to http://pastebin.ca/2979494 This was intended only for my use so, while the code is relatively clean, it is not documented. Regards, Hugh -- Hugh E Cruickshank, Forward Software, www.forward-software.com
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
...ed 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 I''ve just cobbled together is this addition to my spec_helper.rb: module Spec module Rails class AssertSelectWrapper def should_not_have(*opts) begin should_have(*opts) rescue Spec::Expectations::ExpectationNotMetError else...
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 h...
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/migrat...