search for: ackwards

Displaying 20 results from an estimated 22 matches for "ackwards".

Did you mean: backwards
2015 Jun 25
5
An odd X question
I've got a headless server running CentOS 7. I've got a user who wants to run some graphical software on it, and view using x forwarding. What I don't have clear is how to set this up. I've just installed xorg-x11-server-[Xorg, common]. I assume I need to run X, but I don't see running this in runlevel 5. Thoughts? mark "and why is it called xorg-x11-server, when in
2005 Apr 28
2
Reconstruction of a "valid" expression within a function
Hello all, I have some trouble in reconstructing a valid expression within a function, here is my question. I am building a function : SUB<-function(DF,subset=TRUE) { #where DF is a data frame, with Var1, Var2, Fact1, Fact2, Fact3 #and subset would be an expression, eg. Fact3 == 1 #in a first time I want to build a subset from DF #I managed to, with an expression like eg. DF$Fact3, # but I
2006 Oct 30
1
domain language?
...ndorsement! ;-) I want to compete with FIT and Fitnesse, like this: http://www.zeroplayer.com/cgi-bin/wiki?TestFlea#tropism (Click on a Green Bar to distend one test case.) I want a domain-specific language in the parchment-colored area on the right. I don''t want to invent it the bass-ackwards way FIT does, with its Java-style Action Fixture. That just gets me back to writing each line as a custom function. Ruby solutions tend to be much more elegant than that! Now here''s my RSpec_Watir solution, to log into a site: snapshot() @browser.should_contain("login") @browse...
2011 Apr 19
2
Simple question
I am trying to convert a string to a vector, and I'm stuck! Suppose you have a string of numbers (string) that you want to convert to a vector (vec). I am able to split the string turning it into a list by using strsplit, but this makes a list, which I can't seem to access the way that I'd like to (it becomes a character list of only one(?!?) element.)
2014 Jan 15
0
USB boot problems on Gigabyte GA-M55Plus-S3G
...ed by GParted, is *set*, then the > BIOS on this motherboard will, paradoxically, *not* see the drive in > question as bootable, and conversely, if the partiton's bootable flag > is *not* set, then in that case the BIOS *does* see the device as bootable. > > This is clearly bass ackwards, but I have verified this several times > now, and I believe that the BIOS is just plain wrong, i.e. it is probably > the one that has things bass-ackwards. (But this theory still fails to > explain how my main/regular hard drive for this same desktop system > came to have the bootable...
2017 Jul 20
0
[PATCH 000/102] Convert drivers to explicit reset API
On Wed, Jul 19, 2017 at 05:25:04PM +0200, Philipp Zabel wrote: > The reset control API has two modes: exclusive access, where the driver > expects to have full and immediate control over the state of the reset > line, and shared (clock-like) access, where drivers only request reset > deassertion while active, but don't care about the state of the reset line > while inactive.
2015 Jun 25
0
An odd X question
On Thu, 25 Jun 2015 15:55:41 -0400 m.roth at 5-cent.us wrote: > > mark "and why is it called xorg-x11-server, when in X > terminology, it's the client?"* > > * Which I always thought was bass-ackward, but... You should think of it this way: the program that wants something drawn on the screen is a client; the program that does the drawing is the server. The
2015 Jun 26
1
An odd X question
On 06/25/15 18:02, Marko Vojinovic wrote: > On Thu, 25 Jun 2015 15:55:41 -0400 > m.roth at 5-cent.us wrote: >> >> mark "and why is it called xorg-x11-server, when in X >> terminology, it's the client?"* >> >> * Which I always thought was bass-ackward, but... > > You should think of it this way: the program that wants something drawn
2003 Sep 18
0
hexadecimal fwmark and fwmark mask
Hi list, I''m new to this list, I just subscribed because I have some ackward about IPRoute2. First, while playing with NetFilter'' "MARK" target, I met a weird behaviour once I tried to use this marks in the RPDB : the packets where successfully marked, but it seemed that RPDB didn''t succed in matching them (for those who already know the answer, I only used
2009 Oct 13
0
Re: How can I parse encoded and serialized XML with REXML?
Not really a solution, but this has to be a classic example of PHP- programmer-bass-ackwardness. They''re already writing to an extensible serialization format (XML) but then just whack language-specific serialized data in instead. That''s right up there with the HTTP-over- SOAP-over-HTTP stuff I''ve seen floating around... --Matt Jones On Sep 24, 9:14 am, Andy
2005 May 06
0
[fdo] Shared Mime Info
Hello First I don't know if this is the correct list, so please point me further if it isn't. I noticed that the shared-mime-info contained this entry for the Ada95 programming language: <mime-type type="text/x-adasrc"> <comment>Ada source code</comment> <comment xml:lang="de">Ada-Quelltext</comment> <comment
2014 Jan 15
5
USB boot problems on Gigabyte GA-M55Plus-S3G
...one partition, as reported by GParted, is *set*, then the BIOS on this motherboard will, paradoxically, *not* see the drive in question as bootable, and conversely, if the partiton's bootable flag is *not* set, then in that case the BIOS *does* see the device as bootable. This is clearly bass ackwards, but I have verified this several times now, and I believe that the BIOS is just plain wrong, i.e. it is probably the one that has things bass-ackwards. (But this theory still fails to explain how my main/regular hard drive for this same desktop system came to have the bootable flag on the actual...
2006 Apr 17
0
[PATCH] klibc: default initramfs content stored in usr/initramfs.default
Harcoding default content of initramfs in the gen_initramfs_list.sh script seems ackward. Move it to a file named: usr/initramfs.default This also fixes a small bug when no arguments was passed to CONFIG_INITRAMFS_SOURCE (-d was passed twice to the script) Idea and bug report from: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> ---
2008 Nov 19
4
Role of asterisk
Hello list, When you have an asterisk box connected between the VoIP phones and an PSTN gateway what is the role of asterisk. Proxy server: stateful or stateless? From what i read in the: "Understanding the SIP, second edition" from Alan B. Johnston i think that asterisk is a stateful proxy server as well as registration server. Am I right? Can asterisk be configured to work as
2006 Jun 26
0
[klibc 08/43] klibc: default initramfs content stored in usr/initramfs.default
Harcoding default content of initramfs in the gen_initramfs_list.sh script seems ackward. Move it to a file named: usr/initramfs.default This also fixes a small bug when no arguments was passed to CONFIG_INITRAMFS_SOURCE (-d was passed twice to the script) Idea and bug report from: "H. Peter Anvin" <hpa at zytor.com> Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
2000 Apr 03
5
network connection crashes
Since I get any response I try again -- hoping that somebody have ANY idea! A network with a RedHat 6.0 linux server and samba 2.0.6 and Windows 95 clients: When I for example copy large (binary?) files from local drives to one of my Samba shares I VERY often experience that the network connection to the Win95 machine crashes. The lovely Windows Blue-Screen message about an exception appears,
2006 Jun 20
4
Xen from backports on sarge not working
Hi, I've downloaded and installed the Xen packages from backports.org in a box with sarge, and it doesn't work. That's the short story. Now the long one :-) The problem is that I can't bring up the domUs. This is the error displayed when I try: ~# xm create -c chen.cfg Using config file "/etc/xen/chen.cfg". Error: Device 0 (vif) could not be connected. Hotplug
2003 Oct 30
1
Using racoon-negotiated IPSec with ipfw and natd
...from 192.168.0.0/24 to known-sp-destinations divert natd from 192.168.0.0/24 to any deny ip from any to 192.168.0.0/24 pass ip from me to any keep-state All I'm missing is the known-sp definitions. If anyone has any pointers on doing this, please share. If I'm going about it totally bass-ackwards, I'd like to hear that too. :) Thanks, Mark
2014 Jan 15
2
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <BLU0-SMTP4359BC7EA366B1FB76EA9188BBF0 at phx.gbl>, Ady <ady-sf at hotmail.com> wrote: >I am probably misunderstanding something. We seem to go backwards. Yes, and ever moreso. >"Something" changed. If you now cannot see your USB drive in your >list (press F12 during POST), there is no point on redacting >instructions. *Now* that I have set up the MBR partition table and the (FAT32) partition on this USB stick using Gparted (...
2006 Nov 14
3
Plot title with numeric variables
I am trying to create a plot title in R with substitution by a numeric variable (Figure number N) within the text which is bold and has a subcripted part as well. Here is what I have: title <- expression(bold(paste("Figure ", N, ": Plot ", C[max], " versus CrCL"))) plot(1, main="") # Simple plot for testing N <- 5 mtext(title, line=3, font=2,