search for: arse

Displaying 20 results from an estimated 84 matches for "arse".

Did you mean: are
2010 Jun 25
2
Civ 4 patch help?
...e instructions on how to install Civ 4 on my Ubuntu system. I've had it working perfectly in the past, but this time I come to a stop every time I try to patch to 1.74. The patch installer doesn't recognise that I have an existing installation of Civ on my system. Sorry to be a pain in the arse, but I can't remember if this happened before and if it did how I got around it. I can't seem to find any solutions for the problem either. Any help would be much appreciated. I'm trying to get it working again to get myself in the mood for Civ 5. Only three months away now! Woo!
2006 Mar 24
2
Return all rows, split then show uniques
...and in my model I know I need something: def self.chopem(tag) Tag.find(:all) end I think I lack the understanding of how the array that comes back from the database is constructed. Can anyone explain this so I can chop those words up and sort them with the .uniq method? Apologies if this is arse for elbow. -- Posted via http://www.ruby-forum.com/.
2006 Feb 13
2
[PATCH] Allow generic autocompleter (Ajax.Watcher)
...generic Ajax.Autocompleters. Basically it''s for people who wanna be able to watch an input for changes, but don''t want it to pop up an autocompleter box below. Useful for live previews, that kind of thing. Someone''s gonna have to fix the tabstops. I couldn''t be arse to work out how to make vim do the softtabs properly. Spaces for indentation is stupid anyway. -Rob --- js/controls.js.old 2006-02-13 16:48:19.000000000 +0000 +++ js/controls.js 2006-02-13 14:48:28.000000000 +0000 @@ -336,6 +336,45 @@ }); +Ajax.Watcher = Class.create(); +Ajax.Watcher.pro...
2017 Jan 20
6
CentOS 7 and Areca ARC-1883I SAS controller: JBOD or not to JBOD?
Hi, Does anyone have experiences about ARC-1883I SAS controller with CentOS7? I am planning to have RAID1 setup and I am wondering if I should use the controller's RAID functionality which has 2GB cache or should I go with JBOD + Linux software RAID? The disks I am going to use are 6TB Seagate Enterprise ST6000NM0034 7200rpm SAS/12Gbit 128 MB If hardware RAID is preferred, the
2018 Nov 09
4
OT: good free email service ?
On Nov 9, 2018, at 9:22 AM, Vic Chester <vcsubscriptions at gmail.com> wrote: > > https://protonmail.com/ Aside from semi-charitable organizations like that, I wouldn?t expect good free email service to exist. It?s seriously complicated to run a properly-configured email server. The last time I looked into it, there were something like 24 separate RFCs an SMTP-only server had to
2019 Feb 04
3
Inefficiency in df$col
...ls' all.R is unchanged ../../../../library/tools/libs/x86_64/tools.so is unchanged installing 'sysdata.rda' Error in get(method, envir = home) : object '$.data.frame' not found Error: unable to load R code in package 'tools' Execution halted ...and I can't really be arsed to dig into tools to see exactly where it is hardcoding the existence of $.data.frame. -pd > On 4 Feb 2019, at 15:32 , Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On 04/02/2019 9:20 a.m., Radford Neal wrote: >>>> I think you might want to just delete the d...
2001 Dec 10
4
Box around legends (and postscript?)
Hi all Humbly begging forgiveness for bothering the list with yesterday's lame--arsed question. Postscript, being a vector graphics file format, is, um, resolution independant. The problem as Peter pointed out was with the gimp, which defaults to 100dpi resolution when viewing postscript files. I have another (lame?) question. I have noted that when I produce a graph with m...
2013 Dec 27
2
[PATCH] Update header locations for uapi & generated
H. Peter Anvin dixit: >You should be using the output of "make headers_install" to build klibc. Hm. Can we catch that somehow? Like? #ifdef using_uninstalled_kernel_headers # error Go RTFM! #endif ? in the klibc sources, centrally somewhere? Ideally, a klibc header that?d also be included when using klcc to build some? thing, so that both klibc-build time and klibc-use time would
2018 Nov 10
2
OT: good free email service ?
...'t care that I've had these IP addresses for years, > never spam, etc. - they just see someone on the subnet spam and they > blacklist the entire subnet and you have to fill out their form to get > removed, often to just be added again in a week. > > It's a real pain the arse. FWIW, I used to run my mail server at home, on my own private IP (through my ISP). When I moved, in May, I had to switch providers and they didn't offer static IP for home users, so I've moved my DNS and mail server to the cloud. Between the two of them, they cost me about $50/month.....
2004 Sep 10
2
flac can occasionally be worse than shorten
well, I took a look at the files. from my knowledge of shorten there are two things it does that flac doesn't do: 1. it estimates the mean of the signal for each block, subtracts it out and stores it separately. but this is pretty useless for the predictors that shorten uses as they are pretty insensitive to the mean (try different values of -m from 0 to whatever and note practically no
2014 Jun 12
2
[PATCH] fuse: UID 0 should override all permissions checks (RHBZ#1106548).
...fail on regular directories because when you are root the kernel just ignores permissions. Although libguestfs in general tries not to duplicate kernel code, in the case where we emulate the FUSE access(2) system call, unfortunately we have to do it by stat-ing the object and performing some (half-arsed) heuristics. This commit modifies the FUSE access(2) system call, so root is now able to chdir to any directory. It also adds some debugging so we can debug these complex permissions checks in the field if some other problem arises in future. --- src/fuse.c | 51 ++++++++++++++++++++++++++++++++...
2006 Apr 21
28
Ruby, Rails & Linux - Which distro ??
Hi, I''ve been doing most of my initial playing with rails on a windows system - but wish to switch to a dedicated linux box for this. Are there any particular distro''s to avoid / recommend. I prefer debian for my other stuff, but thought i''d ask before going ahead. :) Cheers -- Posted via http://www.ruby-forum.com/.
2005 Jan 28
17
Speech Recognition
Does anyone know of a speech recognition module (like say yes or no, or numbers) I guess due to the complexity of speech recognition it might just be found in commercial applications or am I wrong like always? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050128/119168cb/attachment.htm
2011 Mar 09
0
[LLVMdev] Writing a compiler to use LLVM for code generation
...h block structured code. > Using C as an example language, consider the following example program. > void > bar () > { > extern void called (char *); > { > char x1 [10000]; > called (x1); > } > { > char x2 [15000]; > arse (x2); > } > } > Now in C it is possible to overlap the storage for x1 and x2. In fact the stack frame can be considered something like union { char x1[10000]; char x2[15000]; }. In the general case the blocks of the same lexical level inside a function can all be considered as forming...
2015 Jan 22
0
[Bug 1953] Implementation of xattr in sftp-server for sshfs
...|Added ---------------------------------------------------------------------------- CC| |Tom at TomHolbrook.co.uk --- Comment #4 from TomH <Tom at TomHolbrook.co.uk> --- Just adding that the lack of ACLs/XATTRs in SSH/SFTP is indeed a pain in the arse! -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
2017 Jan 20
0
CentOS 7 and Areca ARC-1883I SAS controller: JBOD or not to JBOD?
...ughput for various patterns, set it up both ways and know for sure. Not related to your question, but something to keep in mind: What type of enclosure are you using? If you are using an engineered system your enclosure will communicate with the controller. When a disk fails it's a pain in the arse to figure out where it exists physically. If you have an expander for example, this gets even more challenging. jlc
2018 Nov 10
0
OT: good free email service ?
...m. The blacklists don't care that I've had these IP addresses for years, never spam, etc. - they just see someone on the subnet spam and they blacklist the entire subnet and you have to fill out their form to get removed, often to just be added again in a week. It's a real pain the arse.
2018 Nov 10
0
OT: good free email service ?
On 11/10/2018 03:45 PM, Mike Burger wrote: > On 2018-11-10 03:22, Alice Wonder wrote: *snip* >> >> It's a real pain the arse. > > FWIW, I used to run my mail server at home, on my own private IP > (through my ISP). When I moved, in May, I had to switch providers and > they didn't offer static IP for home users, so I've moved my DNS and > mail server to the cloud. > > Between the two of t...
2004 Sep 10
0
flac can occasionally be worse than shorten
...y statistics teacher would shake his head at this conlcusion , but I've compressed around 50 albums with flac and found 1 where the LSB is 0. Even if it's 1 in 200, that's going to be lots of cases where shorten out performs it? But, hey I program too and this seems like a pain in the arse to code just for these limited cases :) Glad you got to the bottom of it though. Knew you would. Later. Mark Powell - UNIX System Administrator - The University of Salford Academic Information Services, Clifford Whitworth Building, Salford University, Manchester, M5 4WT, UK. Tel: +44 161 295 593...
2004 Sep 10
2
flac can occasionally be worse than shorten
...should put it in. > ... > I've > compressed around 50 albums with flac and found 1 > where the LSB is 0. Even > if it's 1 in 200, that's going to be lots of cases > where shorten out > performs it? > But, hey I program too and this seems like a pain > in the arse to code > just for these limited cases actually, it's pretty easy to code and not even a real speed penalty, but I would have to find a place in the stream header for the bitshift #, which is pretty tight right now. if I can I will probably add it. Josh _________________________________...