search for: simpletons

Displaying 14 results from an estimated 14 matches for "simpletons".

Did you mean: simpleton
2002 Nov 29
2
Regular Expressionsionism
Isn't there a cryptic footnote somewhere in the blue book that describes regular expressions as "a funny little language ..." ? Well, I'm not laughing! I've googled and Man paged, but the GREP-style solution to the following problem still eludes me: ... Using a regular expression in the "pattern" argument to list.files() to restrict the return to filenames which
2014 Jul 01
1
Still confused about Kerberos password expiry
I am running 4.1.6, as both a domain controller and a smb server. Whenever Kerberos decides my password needs to be changed, I have to change it on all the other boxes, too. How can I: A) Set the Kerberos password to never expire (I should be able to deal with password changes in Samba-Tool, eh?) B) Set the Kerberos password complexity off C) Tell Kerberos to stop remembering old passwords
2010 Jun 25
1
Hardware RAID 10 server - reformat NTFS partition to ext3 and resize for Centos 5.5
Here's the situation. I have a dual boot machine - originally had Red Hat and Windows 2000 Pro. The NTFS partition never did seem to 'get along' with the Adaptec 2400A caching RAID controller. Linux always seemed to like the I2O drivers. I went from RH Enterprise to now running Centos 5.5. Works great! I really don't want the 200 gigs worth of NTFS. Can't I just run
2005 Dec 25
1
cygwin and tar -- still?
I've upgraded laptops and have put a new version of R on the new machine as well as the tools for building packages. I know R has required a "non-broken" version of tar for some time now and was hoping to not have to install any cygwin tools. Since building packages requires the use of MinGW and MSYS, why can't we simply use the tar that's part of msys? After looking at
2011 Dec 01
1
there's no payoff in confusing the users
john said: > Have you considered using a PEG instead of regexes? for all you home-schooled and self-taught programmers for whom "peg" is far too computer-sciencey for comfort, consider as an alternative the simple methodology i use... i split the text-file on blank lines and place it in an array. that is first-cut for my light-markup format, a.k.a., "zml" -- zen
2006 May 31
7
How to render from with <%%> ?
I have a loop that I iterate through in my view. <% coll.each do |itm| puts(itm.value) end %> How do I render the itm.value without using a <%= %> tag? Should puts not work? Joerg P.S. There is a good enough reason for me wanting to do this :-) -- Posted via http://www.ruby-forum.com/.
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
Just a quick and dirty thought, try the MONITOR application. Pseudo-code: Anchor-point PLAYBACK ("press or say") MONITOR (use the split audio files mode, not the mixed - this way you can roughly separate which side did the "talking") READ (audio file "1 to 5", try to grab one digit) STOPMONITOR IF (READ variable timed-out, send the incoming half of the monitor file
2006 Jan 27
4
find.collect problem.
Hi all. I am trying to populate a dropdown based on two values. def self.clientref( reference ) @bugclientrefs = self.find_all(["bug_id = ?", reference]).collect {|b| [ b.client_id.strip << " - " << b.client_ref.strip ]} end This works fine. However this returns the reference to the client. I want the full name using this function. class Bugclient <
2007 Oct 15
0
help with simple goodness of fit test
Hello, I've read the other posts with regard to "chisq.test" and "goodness of fit" and am still missing something. 1. I create a simple vector of randomly generated lognormal values with mean=0 and sd=1; >d1 <- rlnorm(100,meanlog=0,sdlog=1); 2. I also create a vector of probabilities that are expected for a lognormal distribution. I suspect this is the culprit. >pr
2007 Jun 30
1
Cisco 7970G line buttons
I just upgraded my 7970G to the SIP firmware. What I'd like to do is have the 8 line buttons be able to make outbound calls using the same account (for practical purposes, same caller-ID). Since the phone is going to have a single public DID, when a call comes in, it should ring on the first available line. So, if I'm on line 1 and a call comes in, it should ring on line 2. How can this
2003 Jan 12
10
Shorewall on a file/webserver/router Help
Hi, I have a install of shorewall I have 2 interfaces(I think) ppp0[connection device] and eth0 [LAN device], I want to allow all traffic from the the internet in or aleast port 80 and CVS and webmin and mail and everything normal to the main machine with shorewall on it. I changed to policy file but it just gave me errors as to double interfaces. I also what still to alow connection sharing
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
On Saturday 20 January 2018 at 18:45:49, Jonathan H wrote: > Oh, what a good idea! That's exactly the kind of lateral thinking I > was hoping someone would come up with. > > I thought it was called MixMonitor, and tried to wrap my head around > it but couldn't. MixMonitor is related, but different (and as the name suggests, automatically mixes the two channels, so I
2006 Jan 25
12
DRY in Models
I am building an app right now that needs to grant access to three levels of members right now - each will have their own table in the DB. When creating the add_user action I am converting the password into a hashed password through the model. The way I am doing this right now, I will inevitably end up with repeated code in three different models. Is there a way I can define this code in
2009 Jun 25
9
WINE install of Dreamweaver MX fails
Hello. I'm new to this forum. Before I posted this, I did due diligence searching for an answer to my problem. I found and tried 2 possibles; but neither would work for me. First my machine specs: 64 machine dual boot between WinXP and Ubuntu Janty Jackalope 9.04. When I used Hardy Heron 8.04 last year, I was able to install Version 7.0 of Dreamweaver MX on a fluke.. I still don't know