search for: cowboys

Displaying 20 results from an estimated 42 matches for "cowboys".

Did you mean: cowboy
2012 Feb 10
0
Rspec testing (gunfight at coral)
...a on how to start will be good Thanks Exercise 2: Gunfight at the OK Corral Description Overview This exercise is to create a small ruby program to determine the winners of gunfights, as seen in old Western movies. The rules governing these gunfights are very simple: 1. We have a bunch of cowboys 2. Each cowboy can aim a gun at any number of other cowboys 3. If a cowboy has a gun aimed at them, we say they are attacked, with the cowboy aiming the gun doing the attacking. 4. Given a group of cowboys, we say that a subset of this group is conflict-free if none of the cowboys in the subset are...
2008 Jun 19
2
Strange performance issue
...the browser is takes around 15 seconds to load. Are there any tools I can use to determine was part of my layout is taking a while to load? Because the browser seems to work VERY hard to display that page. Why is the browser working so hard? Our competitors sites (ex: http://www.stubhub.com/dallas-cowboys-tickets/cowboys-vs-vikings-8-28-2008-615078/) have pages with more tickets that load faster and their pages are actually bigger in size. I''m just really frustrated and confused. Any help is greatly appreciated. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~----------...
2012 Jun 19
2
how to use by function
hi all, Assume I have data like data<-rbind(c(1,2),c(1,3),c(2,1),c(3,2),c(3,4)) I want to get some matrix like 1,2,3 2,NA,NA 3,2,4 I'm using by mat<-matrix(NA,3,3) by(data,data[,1],mat[data[,1],]<-c(data[,2])) but it doesn't work. Any ideas? thanks, cowboy
1998 Jun 02
1
smbclient and smbmount do not yield same results
I am trying to connect with smbmount to a VAX/VMS system running, I believe, PathWorks. Using smbclient: $ smbclient '\\cowboy\hopkins' -UHOPKINS -Icowboy Added interface ip=199.187.33.84 bcast=199.187.33.255 nmask=255.255.255.0 Server time is Tue Jun 2 14:45:26 1998 Timezone is UTC-0.0 Password: security=user smb: \> ls AWHSTUFF.RS 31750 Thu May 28
2012 Jul 27
4
why order doesn't work?
hi all, I want to get a cumsum according to the order of some variable. However, it doesnt' work. For example, ********************** test<-data.frame(cbind(x=c(3,5,2,6,7),y=c(8,1,4,9,0))) test[order(test$x),]$sumy<-cumsum(test[order(test$x),]$y) ********************** R complians Warning message: In `[<-.data.frame`(`*tmp*`, order(test$x), , value = list(x = c(2, : provided 3
2008 Mar 20
1
code optimization,analysis
Hi, After having used S+ in commercial setting and then R in non-commerical (but still supporting my commercial interests), I would like to give back, if possible. Where I can contribute: 1. SCAN / PREVENT Stability and Threat analysis (big open source presence supported by coverity) 2. Intel Threaded Building Blocks library support to leverage multicore CPUs (plan now for 8-way) 3. VTune
2008 Mar 06
2
audio file validation tool ?
I need a command line tool to validate mp3 file(s).... just something that scans the file and looks for structural errors and reports it. background, I've recovered a few 1000 MP3 files off a dying disk drive for a radio station, some of the other files I recovered had several K byte long blocks of zeros splatted in the middle where the dying drive did bad sector remapping (SMART
2003 Jun 27
1
Problem with OS X (as client) to Samba on Linux box
Hoping someone can give me a pointer on this: I'm trying to connect a Mac OS X 10.2.6 machine to Samba 2.2.8 hosted on a Linux 2.2.20 machine. I can authenticate, connect to a share, navigate through. I can even delete and move files. But, whenever I try to save a file in most programs, or copy a file in the Finder, I'm told that I don't have the privileges to do it. Strangely
2017 Aug 13
1
Kernel:[Hardware Error]: use of vacuum
On 08/13/2017 05:18 AM, ken wrote: > Also, cowboys scoff, but I always wear a grounded wrist strap when > handling electronics. It's a good idea, especially in low-humidity climates. Also noteworthy: the air moving through a hose can cause a vacuum's hose or attachment to build up a static charge, which is another reason it can be...
2010 Jan 14
1
Samba 3.3.10 Available for Download
=================================================================== "If you?re ridin? ahead of the herd, take a look back every now and then to make sure it?s still there with ya." Cowboy Proverb =================================================================== Release Announcements ===================== This is the latest bugfix release of the Samba 3.3
2010 Jan 14
1
Samba 3.3.10 Available for Download
=================================================================== "If you?re ridin? ahead of the herd, take a look back every now and then to make sure it?s still there with ya." Cowboy Proverb =================================================================== Release Announcements ===================== This is the latest bugfix release of the Samba 3.3
2008 Apr 02
5
Forum vs Mailing lists - by the numbers
So, if we look at January, the last month without the forum: http://www.winehq.org/pipermail/wine-users/2008-January/thread.html we had 226 posts. If we look at March, the first full month with the forum: http://www.winehq.org/pipermail/wine-users/2008-March/thread.html we had 2136 posts. Even if you say that 1,000 of those posts were meta posts with complaints from us Mailman lovers,
2017 Aug 12
3
Kernel:[Hardware Error]:
On Sat, Aug 12, 2017 at 05:51:33PM -0400, Steven Tardy wrote: > > > On Aug 12, 2017, at 3:50 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote: > > > > I had a series of kernel hardware error reports today while I was away > > from my computer: > > > > Message from syslogd at fcshome at Aug 12 10:12:24 ... > > kernel:[Hardware Error]:
2006 Aug 02
5
monitor fcgi?
Im trying to get a new app up on dreamhost. What fun :/ Id like to try out the ''frao_handler'' which just keeps dreamhost from automatically killing my fcgi processes. But Im also worried about things getting out of hand. I seem to remember that captures in views can cause problems with fcgi (I might just be making that up????), and I do have few in my app. And well Im
2013 Oct 20
3
kvm cluster w/ c6
In our development lab, I am installing 4 new servers, that I want to use for hosting KVM. each server will have its own direct attached raid. I'd love to be able to 'pool' this storage, but over gigE, I probably shouldn't even try. most of the VM's will be running CentOS 5 and 6, some of the VM's will be postgresql database dev/test servers, others will be
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
This means we no longer waste an extra file descriptor per worker process in the master. Now there''s no need to set a higher file descriptor limit for systems running >= 1024 workers. --- I just pushed this out to git://bogomips.org/unicorn.git and it''ll be in Unicorn 4.x. The subset of raindrops used by Unicorn should work on all machines with mmap(2) +
2016 May 04
2
OrcLazyJIT for windows
Hi There, I am currently exploring C++ JIT-compilation for a project where this would be very useful. I started with the code from the lli tool which uses OrcLazyJIT and changed it, such that the module is being compiled from c++ source in memory and OrcLazyJIT is used exclusively. Now since I am on windows, I found that my application is crashing when trying to run the main function from the
2016 May 04
2
OrcLazyJIT for windows
Hi David, This is really cool. I'd love to get this in-tree. There are two ways we could go about this: (1) Make the OrcArchitecture interface ABI-aware so that it can choose the right resolver code, or (2) Replace the OrcArchitecture classes with OrcABI classes. I.e. We'd just a rename OrcX86_64 -> Orc_X86_64_SysV (and rename I386 & AArch64 similarly) , then we add your code as
2017 Aug 13
0
Kernel:[Hardware Error]: use of vacuum
...ice a year > and vacuum out the house dirt and cat fuzzies. I'm probably overdue for > this task. Cleaning is a good thing to do, but not with a vacuum... the vacuum could loosen components, even make them disappear. Much better would be to use a blower or bellows of some kind. Also, cowboys scoff, but I always wear a grounded wrist strap when handling electronics.
2003 Jun 02
1
[Bug 583] Chokes
http://bugzilla.mindrot.org/show_bug.cgi?id=583 Summary: Chokes Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: trivial Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: cowboy at dsl.one.pl I