similar to: GUI

Displaying 20 results from an estimated 10000 matches similar to: "GUI"

2004 Sep 28
1
[cygwin] Fwd: Updated: rsync-2.6.2-3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here goes the announcement of the 2.6.2-3 package for cygwin (available from cygwin's setup itself). If you wonder what "2.6.2-3" means, it's basically the third "cygwin package" that uses rsync-2.6.2 sources. This third attempt solves both the august security fix and the textmode bug that 2.6.2-2 had. follows the
2009 Aug 15
5
Incompatibility using pxelinux 3.80 or later and setupldr.exe from windows XP 32 bits
Hello I'm working on my RIS server; I got a problem when I use pxelinux.0 to load setupldr.exe from windows XP 32bits (both home and corporate) Here is how I configure a working server, then how to modify it to reproduce the bug: ========================= I suppose you got -a dhcp server configured to load pxelinux.0 to client computer. -a working tftp server (mine is tftpd-hpa, with a rule
2010 Aug 18
1
White Foreground after vesa exit
Hi, we would like to know if it's possible to change the foreground color after the exit of the graphic mode. At this moment, after selecting the boot option it exits the graphic window and starts loading the kernel in textmode (required). However the textmode foreground color is currently "white". is there any way to set this to black instead? Best regards and thanks
2001 Nov 22
1
[PATCH]: Fix configure.ac to allow linking against PCRE on Cygwin
Hi, the current configure.ac file contains an unfortunately static setting of $LIBS when the host system is Cygwin. It always adds -lregex to $LIBS before the --with-pcre setting is evaluated. The later adding of -lpcreposix -lpcre doesn't work correctly since it follows later in the link order. The following patch changes that. The static $LIBS setting in the Cygwin case doesn't
2001 Apr 02
1
[PATCH]: scp could hang in Cygwin
Hi, attached is a patch which solves the following problem: Sometimes scp could hang in Cygwin when used as remote end using the -t option. This is due to a binmode/textmode problem which could be raised by the login shell which is used by the user and it's setting of textmode on stdin. The patch solves that problem by explicitly setting binmode on stdin. Besides solving the hanging
2002 May 10
1
Parsing output, separating motd and module-list
I'm working on a frontend to rsync, and I've got a problem. It's easy to get a list of files and directories from a specific path on an rsync server. But from the root, I've found it very difficult to get a list of modules. I cannot see when the modt stops, and when the list begins. Can anybody help? -- Mvh. Niels Andersen
2009 Dec 28
1
[PATCH] chain.c32: add support for booting the Recovery Console of Windows NT/2K/XP
The following patch for chain.c32 adds support to boot the Recovery Console of Windows NT/2K/XP. Normally when you want to boot the recovery console, you need to patch "cmdcons\0" into the bootsectorof the partition (8 bytes starting at 0x3 (4th byte)). We can do this patching in memory: strcpy((char *) 0x7c03, "cmdcons"); To boot the recovery console with chain.c32:
2001 Nov 24
2
Find similarity between local and remote file before transferring
For two different reasons, I've been thinking about how to find out how much data there would have to be transferred to update the local file,or how similar the local and remote files are. Reason one: I'm working on a frontend for rsync. I think it would be a nice feature if it could check how much of the existing file there would be reused, if updating from the remote file. Reason two:
2010 Apr 12
0
[LLVMdev] Fwd: Question about using steensgaard's pointer analysis in poolalloc
Hi, LLVM dev team: Thanks for your suggestion, I have done the experiment to compare the two pointer analysis(Andersen and Steensgaard) methods in LLVM, but the result was unexpected. In each test, I compare these two methods using same optimization; There are several tests, each with a different optimization. The benchmark is all the 11 C programs in CINT2000 of SPEC. In all the tests, I found
2010 Apr 10
2
[LLVMdev] Question about using steensgaard's pointer analysis in poolalloc
Hi, LLVM dev team: Thanks for your suggestion, I have done the experiment to compare the two pointer analysis(Andersen and Steensgaard) methods in LLVM, but the result was unexpected. In each test, I compare these two methods using same optimization; There are several tests, each with a different optimization. The benchmark is all the 11 C programs in CINT2000 of SPEC. In all the tests, I found
2005 Jun 03
0
Re: Vote For CentOS :) -- standing on the shoulders of each other
On Fri, 2005-06-03 at 09:36, Simon Perreault wrote: > i'm not sure you've considered your position thoroughly. > I am, and I will say it again just for the shock value: > Red Hat is the main developer of CentOS. On Fri, 3 Jun 2005, Les Mikesell wrote: > I'd put it this way instead: Red Hat is responsible for any > difficulty in creating the CentOS distribution, while
2010 Dec 17
2
rgl: coordinating and saving viewpoints, zoom, scale for multiple images
Context: I have two or more rgl-based views of a given data set, perhaps fitting different models, or showing different things across views. I want to be able to hand-rotate, zoom, scale one view to something I like, and then show the other views with matching viewpoints and scaling. so that one could flip back/forth among graphs and see only the relevant differences. In 2D, all this usually
2018 May 22
1
CFLAndersAliasAnalysis print implementation
Hello all, I'm having trouble getting this analysis to print out it's graph of aliases. I am processing an example C file into llvm ir, like this: int main(void) { int x=1, y=2, z=3; int *p; int **p1, **p2; if (x==z) { //0x100000f40 p=&x; p1=&p; x*=2; *p1+=z; } } clang -S -emit-llvm example.c -o example.ll Then, I am trying to run the Andersen alias
2005 Mar 18
1
RE: problem with Dates
It seems that you have load the "survival" package date.mdy is a function from this one. In this function the "origin" of the time is the first day of 1970 in the base package the origin is the first day of 1960 it's very curious... Benjamin Esterni France From: "Vegard Andersen" <vegard.andersen@ism.uit.no> Subject: [R] Date conversion problem using
2012 Mar 07
1
SELECT CASE in RODBC
Hi all, I have a problem with a variable created by a SELECT CASE statement. See the code below. I would like the variable "event" to be a character variabel as I want to UNION my two SELECTs - and the "event"-variable is a character variable in the first SELECT result. I have tried different ways: * used ' ' in stead of " " around the string I want as the
2007 Sep 25
2
Thoughts about filesystem undo
Dear Btrfs people, I saw Chris' Btrfs talk at LinuxConf.EU a few weeks ago and have since been thinking about how I would like to use this great code once you have done all the hard work :-) Fine-grain filesystem undo, thanks to cheap snapshots, is what I'm thinking about. The more I consider it the more useful I believe it will be; here's a recent example: # apt-get install
2013 Jul 07
0
[LLVMdev] Andersen alias analysis
Hello, I am writing to let the community know that I am working on a new implementation of Andersen alias analysis for LLVM. The code is quite young and not useful yet, but you can see what I have at https://github.com/TristanSchmelcher/llvm-andersen.
2002 Jan 04
1
quality vs bitrate
The problem is that the mp3 dewdz will be used to looking at bitrates to determine quality, so the solution (as several here say) seems to me to just rip out anything mentioning bitrate from the simple tools. But, they will still see the bitrate in players like winamp. To solve this, why not store the quality setting used when encoding into the ogg file itself ? Either use a field unused when
2003 Jan 08
0
Is this an exploit of some sort?
Those are just late DNS replies--port 53 is DNS, and the IP you gave points to a DNS server (ns1.gci.net). "dig -x" is your friend :) The connection tracking table used by iptables to masquerade your internal network will only "hold open" a UDP connection for a certain amount of time; if no traffic flows in either direction, the entry in the connection tracking table will be
2011 Jun 26
0
Still having umask problems
I have the samba problems solved thanks to the help of folks on this forum, but I do not have the php umask problems solved. The www directory is /var/www/html and the html directory is owned by apache and is in the apache groups with the following permissions: drwxrwsr-- A sub-driectory, /var/www/html/viewpoints has the same attributes as the html directory, however when php creates a