similar to: [ANNOUNCE] xev 1.2.3

Displaying 20 results from an estimated 500 matches similar to: "[ANNOUNCE] xev 1.2.3"

2020 Jul 17
0
[ANNOUNCE] xev 1.2.4
Matt Turner (1): xev 1.2.4 Piotr Henryk Dabrowski (1): Add option "-1" to display only a single line per event git tag: xev-1.2.4 https://xorg.freedesktop.org/archive/individual/app/xev-1.2.4.tar.bz2 SHA256: d700e08bfe751ed2dbf802baa204b056d0e49348b6eb3c6f9cb035d8ae4885e2 xev-1.2.4.tar.bz2 SHA512:
2008 Mar 07
0
[ANNOUNCE] xev 1.0.3
Adam Jackson (1): xev 1.0.3 James Cloos (4): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Add missing PHONY line for automatic ChangeLog generation Noah Levitt (1): Handle WM_DELETE_WINDOW git tag: xev-1.0.3
2015 Apr 17
0
[ANNOUNCE] xev 1.2.2
xev prints all the events received by a window, to aid in the debugging and understanding of X11 event messages. Aaron Plattner (1): man: Add -event to the command synopsis Alan Coopersmith (5): Print which option was in error along with usage message Add -version option to print program version configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
(Hope this is the right place to post this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) >
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
(Hope this is the right place to post this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) >
2012 Sep 06
3
FW: Samba is not starting automatically on boot, installed on Ubuntu
Onderwerp: RE: [Samba] Samba is not starting automatically on boot, installed on Ubuntu Forgot to mention. Disable these settings and samba starts on boot. interfaces = lo eth0 bind interfaces only = Yes Louis >-----Oorspronkelijk bericht----- >Van: belle at bazuin.nl [mailto:samba-bounces at lists.samba.org] >Namens L.P.H. van Belle >Verzonden: donderdag 6 september 2012
2015 May 29
1
[LLVMdev] Phabricator
On Fri, May 29, 2015 at 1:54 AM Eitan Adler <lists at eitanadler.com> wrote: > On 27 May 2015 at 09:29, Justin Bogner <mail at justinbogner.com> wrote: > > Mehdi Amini <mehdi.amini at apple.com> writes: > >> Hi Manuel, > >> > >> I like Phabricator for code review much much more than emails. Let me > know how > >> I can help (I’m
2011 Sep 24
0
Adding device: EitanVT650 to udev nut-usbups.rules?
Hi, I have a UPS device that seems to work fine with the blazer_usb driver. (I have guessed the driver by googling up the "Product" usb string 010937). However, it does not appear in the supported list, and I had to manually add a udev rule for granting access to the 'nut' user. Would be nice if the info I provide below could be used to help the project/future users to
2009 Mar 11
0
[fdo] Announce: Linux Desktop Testing Project (LDTP) 1.5.1 released
Greetings all, We are proud to announce the release of LDTP 1.5.1. This release features number of important breakthroughs in LDTP as well as in the field of Test Automation. This release note covers a brief introduction on LDTP followed by the list of new features and major bug fixes which makes this new version of LDTP the best of the breed. Useful references have been included at the end of
2015 May 28
2
[LLVMdev] Phabricator
On 27 May 2015 at 09:29, Justin Bogner <mail at justinbogner.com> wrote: > Mehdi Amini <mehdi.amini at apple.com> writes: >> Hi Manuel, >> >> I like Phabricator for code review much much more than emails. Let me know how >> I can help (I’m not afraid of PHP). > > Chandler updated the llvm phabricator doc to point at what we're deploying: > >
2009 Aug 13
0
[fdo] Announce: Linux Desktop Testing Project (LDTP) 1.7.0 released
Greetings all, We are proud to announce the release of LDTP 1.7.0. This release features number of important breakthroughs in LDTP as well as in the field of Test Automation. This release note covers a brief introduction on LDTP followed by the list of new features and major bug fixes which makes this new version of LDTP the best of the breed. Useful references have been included at the end of
2012 Jan 24
0
[LLVMdev] How to enable C as a target
On Tue, Jan 24, 2012 at 3:42 AM, Sarath Chandra <sarathcse19 at gmail.com> wrote: > Hi, > >     How to enable C as a target while configuring LLVM... > > Can i do ' --enable-targets = x86,c ' to make it work? use --enable-targets=x86,cbe (C BackEnd if I remember correctly) -- Eitan Adler
2007 Apr 18
1
Performing Merge and Duplicated on very large files
Hi, I am working with very large matrices (>1 million records), and need to 1. Join the files (can be achieved with Merge) 2. Find lines that have the same value in some field (after the join) and randomly sample 1 row. I am concerned with the complexity of merge - how (un)efficient is it? I don't have access to the real data, I need to send the script to someone who does, so I
2009 Mar 17
1
- help - predicting with glmnet/lars for dataframes with different nrow then the train set
Hello I'm having trouble using lars and glmnet functions to predict on a new data set with different nrow then the original : for instance: ============= log.1 = glm(temp.data$TL~(.),temp.data,family = binomial,x=TRUE,y=TRUE) nrow(test.data) != nrow(temp.data # == TRUE Val.frame = model.frame(log.1,test.data) # returns a data frame with the variables needed to use log.1
2005 May 23
1
Handling of SIGUSR1 in dispatch.fcgi
The latest version of dispatch.fcgi in the trunk has the following code snippet: trap("USR1") do # Go to exit as soon as possible. end One of the issues I encountered while debugging fcgi under windows is that SIGUSR1 is not supported in the native Windows version of Ruby (though it is in cygwin). Currently, I have it commented out to allow dispatch.fcgi to run without blowing up.
2010 Nov 12
2
X11R7.6 Release Candidate 1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It's a bit after 11pm, on the 11th day of the 11th month of the year, so what better time for a new release of X11! Release Candidate 1 of X11R7.6 has been posted at: http://www.x.org/releases/X11R7.6-RC1/ This includes all the source tar files for the versions of the modules currently considered part of the core release set (aka the
2009 Jun 15
1
non-english text mining with tm package
Hello, I'm having issues working with the tm package on non-english languages. are there any extensions that enable the package to work with Hebrew (and other non-roman letter languages for that matter) ? (e.g. although I can construct a Corpus that shows the hebrew documents alright, I cannot create a term-document matrix (it does not identify any of the hebrew words, so it thinks there
2012 Nov 11
1
improved ssh-copy-id
Hey all, The attached copy of ssh-copy-id has support for ssh's -o options as well as a -p option for the port. I opted to write this cleanroom because at the time I didn't know the origin of the ssh-copy-id script and wasn't sure of license concerns. Comments / Suggestions welcome. -- Eitan Adler -------------- next part -------------- A non-text attachment was scrubbed... Name:
2014 Mar 23
1
patch to send incoming key to AuthorizedKeysCommand via stdin
On 21 March 2014 10:56, Scott Duckworth <sduckwo at clemson.edu> wrote: > On Fri, Mar 21, 2014 at 12:15 PM, Daniel Kahn Gillmor <dkg at fifthhorseman.net> > wrote: >> those limits suggest that the size is 128kiB on anything resembling a >> modern Linux system. > > How about other platforms? Especially embedded systems which may have a lot less RAM? -- Eitan
2006 Sep 02
1
Backspace key is sending Delete after update to 4.4 (tcsh issue?)
Maybe it was always sending Delete and I didn't notice it, but I have had the following in my .tcshrc file for ages (without realizing it): bindkey -b ^? i-search-back Before the update to 4.4, hitting the backspace key at the shell prompt deleted the previous character. Now it activates the search backwards function as instructed to do so by the bindkey directive. The