search for: pathetic

Displaying 20 results from an estimated 126 matches for "pathetic".

2018 Jan 09
0
Pathetic Upgrade Question: 2.0.9 to 2.3.0
On 09/01/18 11:46, John Tulp wrote: > Should I send a response to your message via an email to > dovecot at dovecot.org ? > Or just reply to you directly like this ? You should always reply to the mailing list unless told otherwise. > For CentOS version, I need to support 32-bit x86 a while longer. Ok. > Could you possibly save me some time and provide a > link on the
2007 Jun 08
2
Setting windows pathet
How do I add to the windows PATH in wine. Have done some googeling but all I can get is stuff about setting Linux path. Regards, Ben -- Ben Edwards - Bristol, UK If you have a problem emailing me use http://www.gurtlush.org.uk/profiles.php?uid=4 (email address this email is sent from may be defunct)
2016 Mar 21
2
Need help with code generation
On Mon, Mar 21, 2016 at 8:25 PM, James Molloy <james at jamesmolloy.co.uk> wrote: > > Also, if it can segfault for some pathetic input > > Surely that's a bug though, not seriously designed behaviour? > No. That is a design choice. > On Mon, 21 Mar 2016 at 19:24 Rui Ueyama <ruiu at google.com> wrote: > >> We do not enable exceptions and longjmp is not safe. Also, if it can >> segfault...
2006 Mar 20
7
FreeBSD Performance Tip
A small note to all the FreeBSD folks about Ruby performance. While trying to tune Mongrel to run faster on FreeBSD I was stumped as to why it was so horribly slow compared to Linux. Linux on the same machine was getting about 800 req/sec, and FreeBSD was maybe pushing 23 req/sec. Pathetic. I managed to tweak the thread model in Mongrel and get FreeBSD up to about 210 req/sec but still that wasn''t nearly good enough. Then I found the secret. FreeBSD has two versions of Ruby in the ports directory: lang/ruby18 and lang/ruby18-nopthreads. Using the nopthreads version of R...
2004 Feb 06
3
Something to keep an eye on (perhaps)
As seen on the wx-dev mailing list yesterday: http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?5:mss:42943:200402:ennjfiogkccphebpmcfc
2005 Mar 07
3
radeon 7000
i have an ati radeon 7000. what i have to do for 3d aceleration? remember: my english is no good.... :)
2001 Aug 08
2
More WineX Build Problems
...a newer copy of WineX from the CVS, using WinCVS (Pesky winmodem doesn't work with Linux). I copied it to my linux partition & did a ./configure . To my surprise, an error was returned! bash: ./configure: No such file or directory I'm confused. What am I doing wrong (Yes, I'm a pathetic newbie)? Anybody have any ideas?
2012 Apr 14
2
Virtualization in CentOS 6
...ization packages either in a headless console only setup of CentOS or on my desktop. I havent used anything but ESXi in ages except virtualbox which I did not like at all. Most of the guests which I will need to run will be wnidows based and last I looked at this a few years ago, windows guests ran pathetic. What are some more current opinions on how windows guests run on the available packages compared to ESXi? The version numbers between the rhel virtio-win drivers and the publicly available ones are significantly different, and it looks like you need a rhel sub for theirs. Anyone know the state of...
2006 Feb 26
16
MySQL GUI for OS X
...ing trouble finding a stable MySQL client for OSX. I was looking at the ''Creating a weblog in 15 minutes'' screencast from rubyonrails.org - what MySQL client is David using? I''ve found the MySQL clients (Administrator / Query Browser) to be highly unstable and rather pathetic under OSX. If David is indeed running Admin/QB I''ll cry myself into a slab of VB. Cheers, Stephen -- Posted via http://www.ruby-forum.com/.
2011 Aug 26
3
elegant way to check if 2 values are in 3 columns?
...ata linkage exercises in R (they are designed to be done in SPSS, SAS or STATA) The exercise in question is to relabel the column "treat" to "1", if "yearsep" is smaller than 1988 and columns "proc1"-"proc3" contain the values 56.36 or 59.81. My pathetic solution to do this in R currently looks like this: vaslinks4$treat <- 0 vaslinks4$treat[vaslinks4$yearsep < 1988 && (vaslinks4$proc1 %in% c(56.36,59.81) || vaslinks4$proc2 %in% c(56.36,59.81) || vaslinks4$proc3 %in% c(56.36,59.81))] <- 1 But I'm s...
2007 Sep 02
4
Performance Issues
..., with fourteen 300Gbyte 10Krpm disk on a powervault 220s, And a powervault 124T LTO-3 tape systems on a separate 160Mbyte/sec adaptec SCSI card. The disks are configured as two 2Tbyte raid 0 partitions using the perc 4 hardware. The problem is - reading from the disk, and writing to the tape is pathetically slow. The specs say I should get around 80Mbyte/second - in reality - is about 500 Kbytes/second Writing just to tape, using /dev/zero as input and dd to write, I can get up to 60Mybte/second, indicating that the tape drive and scsi card is functional from a hardware perspective. Since I can...
2004 Aug 31
1
appending data to a dataframe
Dear R users, I am sorry to ask you such a pathetic newbie question, but how does one append data at the end of a data frame? I am working with GRASS/R library, but the question is about R. I have a data.frame containing the following variables basinID, distoutlet, drainage_area, slope These variables are stored for all pixels of Grass Raster objec...
2003 Jan 15
1
Browsing Shared Performance Problem
...owsing on our network works i.e. Opening Network Neighbourhood and different workgroups, everything flies and is lightning fast. The other thing that works lightning fast is accessing a share directly (eg. \\SERVER\Sharename <file:///\\SERVER\Sharename> from the Windows Run Line ) What is pathetically slow is \\SERVER <file:///\\SERVER> .. This lists all the shares and printers on the server. The performance I get on this is a share a second (50 shares ? 50 approx seconds). This doesn?t affect all clients The XP boxes that I?ve setup enumerate the list within 5-10 seconds. Half th...
2018 Jan 08
4
Pathetic Upgrade Question: 2.0.9 to 2.3.0
My version output is below, under the heading "My actual question". Background to my woes: =================== I installed a new virtual machine with CentOS 6.9 (I'll refer to it as xxserverxx) and included the postfix server. I configured a virtual network, did a decent job of hardening firewalls for both physical host and virtual guests. I was able to get mail / mailx to send
2016 Mar 21
8
Need help with code generation
We do not enable exceptions and longjmp is not safe. Also, if it can segfault for some pathetic input, "it longjmps in most cases" doesn't help people who wants 100% guarantee like you. On Mon, Mar 21, 2016 at 8:21 PM, James Molloy <james at jamesmolloy.co.uk> wrote: > If it can exit, why can't it longjmp back to a library consumer at least? > > On Mon, 21 M...
2005 Jun 30
1
Re: Hot swap CPU -- "build" is not a good CPU benchmark
...o Peter. Bryan, > please accept my apology. It wasn't my intention to riducule you in > public. honest injun.... > <blush> > Must drink less coffee.... No apology required, everyone is entitled to their opinion. As far as this "thread," I think it's rather pathetic that I'm the only one being singled out when someone like Peter can take anyone's suggestion and just rip it out-of-context. Makes me wonder if Bruno is hesitant to post any suggestion again ... http://lists.centos.org/pipermail/centos/2005-June/007936.html http://lists.centos.org/piper...
2003 Oct 28
1
SIP behind NAT, workaround to make W Snel's very welcome fix work both for inside *and* outside clients
...ents on the same internal network, the caveat that it would break internal SIP clients was, for me, a reason to not yet implement his fix. I was examining chan_sip.c, trying to think of a way to implement his 'Naturally it would be much better to make this behavior:', and while bemoaning my pathetic C skills, thought of another solution: -CUT HERE TO GET RIGHT TO THE POINT :P- 1) Somehow (I use dynamic DNS) get a FQDN to point to the IP of the outside of your NAT box; 2) Implement W Snel's hardcoding as in the above URL, using your chosen FQDN where, in his example, he has 213.84.4.39; 3)...
2002 Feb 28
4
theoretical question
...ro screen. btw my partition was an ext3 filesystem or does /usr/win98 have to be a fat partition??...the guts of my config file is as follows...and im usuing redhat 7.2 with the latest wine 7.2 rpm it's no big deal.....but it be cool to stick it up some obnoxious windows users by having their pathetic little operating system running on my linux desktop for show :P [Drive A] "Path" = "/mnt/floppy" "Type" = "floppy" "Label" = "Floppy" "Serial" = "87654321" "Device" = "/dev/fd0" [Drive C] "Pa...
2017 Jun 30
1
about reading files in order
Who is this person and what did he/she mean? On Fri, Jun 30, 2017 at 1:48 AM, Kindell Young <kyb22 at email.vccs.edu> wrote: > > On Jun 29, Silly FAGGOTS DICKS [R] 4 chicks not 18-40 year old dudes with > no life or reason too still live except wasting our worlds oxygen on > pathetic excuses of nothings that should eat a bullet for their next meal > instead of bull SHIT ( although I know they like the taste of shit) (its a > favorite of ]r[ist subscribers ) > > Show quoted text > > 15:04, "lily li" <chocold12 at gmail.com> wrote: > > &gt...
2006 Mar 24
5
GSM/DECT handsets (was gsm picocells)
...andsets, only pages telling me that they exist without any actual information!!! Does anyone know of any such handsets? (and even better, ones that are available in Australia) I've searched a few of the major gsm manufacturers (nokia, Panasonic, sonyericsson) but their web sites are absolutely pathetic to the point being useless (or maybe I'm just in a bad mood today :) Thanks James > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of James Harper > Sent: Friday, 24 March 2006 13:08 > To...