search for: closeout

Displaying 20 results from an estimated 114 matches for "closeout".

2011 Feb 10
0
loop problem
...of 13 islands (1, 2, ...13) and choose all the possible combination of 2 islands (1-2, 1-3,...12-13) for each chosen pair of islands which of the unchosen islands are the closest. My code is below, but the problem is the loops seem not to be working library(gtools) library(session n=length(a) closeout=matrix(NA,nrow=78, ncol=2) for (i in 2){ x<-combinations(13,i) #considering these i islands others=matrix(nrow=78, ncol=2) for (j in 1:78){ #for all combinations of i islands acopy=a #make a copy of a for manipulation a<-as.matrix(a) #finding out which islands are selected and removing the...
2012 May 02
0
[PATCH] fish: Add --pipe-error flag to allow detection of errors in pipe commands (RHBZ#803533).
From: "Richard W.M. Jones" <rjones at redhat.com> For a test case, see: https://bugzilla.redhat.com/show_bug.cgi?id=803533 In guestfish, we use the gnulib closeout module which sets up an atexit handler to detect if there were any errors on stdout when the program exits. This is so we can fail correctly in out of disk space cases like: guestfish [...] > output However the atexit handler just checks that there was any error on stdout (using ferror). If...
2009 Aug 24
5
[0/5] guestfish: detect stdout-write failure
Nearly any program that writes to standard output can benefit from this sort of fix. Without it, running e.g., ./guestfish --version > /dev/full would exit successfully, even though it got ENOSPC when writing to the full device. That means regular output redirected to a file on a full partition may also fail to be written, and the error ignored. Before: $ guestfish --version >
2015 Oct 05
4
[PATCH 0/3] hivex: misc changes
Hi, Few changes in hivex, sent as series to be clearly identified as hivex ones. After these patches, what about a new release of it? The last one is basically one year old, and the changes after 1.3.11 make hivex build and work fine on FreeBSD (and maybe more non-Linux OSes). Thanks, Pino Toscano (3): Fix shebang in perl scripts Update gnulib to latest. Update .gitignore with more
2015 Oct 05
0
[PATCH 3/3] Update .gitignore with more gnulib files.
--- m4/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/.gitignore b/m4/.gitignore index 09915f7..05ca27c 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -7,6 +7,7 @@ /closeout.m4 /close-stream.m4 /codeset.m4 +/ctype.m4 /dos.m4 /dup2.m4 /eealloc.m4 @@ -97,6 +98,7 @@ /sockpfaf.m4 /ssize_t.m4 /stat.m4 +/stdalign.m4 /stdbool.m4 /stddef_h.m4 /stdint_h.m4 -- 2.1.0
2011 Mar 27
0
As long as the road is right, they
People didn't succeed, success is mysterious, worth people bitterly pursuit; But when successful, will feel just so so, still can feel a kind of lose opponents emptiness closeouts (http://www.ebuybus.com)
2011 Apr 02
0
Way of dealing with people is unlimited tolerate,
Everyone is the one carring came to this world, some people succeed, some people have their own reasons, all failed. Conditions in each person won't put front, learn to no conditions to create conditions when possible approached success. closeouts (http://www.ebuybus.com)
2011 Apr 08
1
Illegible text in SAS JMP
I have installed SAS JMP version 8 using wine (wine-1.2.2) in Linux Mint 9. The program seems to work by a lot of the text is written over other parts of the text, boxes are too small and more as shown in this picture: [Image: http://www.math.ku.dk/~feodor/snapshot3.png ] The JMP Starter-window can be resized but no matter how I resize the Preference window I cannot get to see the icons and
2011 Apr 12
0
When you pain you want to this pain is not eternal.
you cannot control the weather, but can change the mood. You can't change your looks, but you can control your own. You cannot predict tomorrow, but can cherish today. closeouts (http://www.ebuybus.com)
2011 May 05
0
Life lies in: as long as you do, losing and winning all very
I always thought that previous injury has very deep, very painful I always thought he was unlikely to get more power to love I've been more think oneself since then won't believe the true love in the world closeouts (http://www.ebuybus.com)
2011 Jun 09
0
Open your heart and know already will no longer is hard to f
...porcupine crowded together to keep warm, but their prickles forcing them immediately separate; Warm instinct make them together again, pain makes them again divided. So after several times repeatedly, they finally found the best distance apart -- in the lightest of pain to obtain the biggest warm. closeouts (http://Banned Web Site)
2009 Sep 24
1
enabling more syntax-checks
...10 +++++----- src/guestfs.c | 4 ++-- 13 files changed, 29 insertions(+), 27 deletions(-) diff --git a/bootstrap b/bootstrap index 1e32517..c92d1e1 100755 --- a/bootstrap +++ b/bootstrap @@ -58,6 +58,7 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool modules=' arpa_inet +c-ctype closeout gitlog-to-changelog gnu-make diff --git a/cfg.mk b/cfg.mk index 09a3231..134725a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -50,7 +50,6 @@ disable_temporarily = \ sc_unmarked_diagnostics \ sc_prohibit_ctype_h \ sc_prohibit_asprintf \ - sc_avoid_ctype_macros \ sc_avoid_write # Avo...
2019 Sep 18
2
[PATCH] build: remove unused gnulib modules
...iles changed, 56 deletions(-) diff --git a/bootstrap b/bootstrap index aaf038d98..ee253b471 100755 --- a/bootstrap +++ b/bootstrap @@ -104,7 +104,6 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool modules=' accept4 -areadlink areadlinkat arpa_inet base64 @@ -113,15 +112,11 @@ c-ctype cloexec closeout connect -dup3 error -filevercmp fstatat -fts full-read full-write futimens -getaddrinfo getline getprogname gitlog-to-changelog @@ -143,22 +138,18 @@ mkstemps netdb netinet_in nonblocking -openat perror pipe2 pread -ptsname_r read-file readlink select setenv sleep socket -stat-...
2019 Sep 18
0
Re: [PATCH] build: remove unused gnulib modules
...index aaf038d98..ee253b471 100755 > --- a/bootstrap > +++ b/bootstrap > @@ -104,7 +104,6 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool > > modules=' > accept4 > -areadlink > areadlinkat > arpa_inet > base64 > @@ -113,15 +112,11 @@ c-ctype > cloexec > closeout > connect > -dup3 > error > -filevercmp > fstatat > -fts > full-read > full-write > futimens > -getaddrinfo > getline > getprogname > gitlog-to-changelog > @@ -143,22 +138,18 @@ mkstemps > netdb > netinet_in > nonblocking > -openat &...
2019 Sep 23
0
[PATCH v2 5/5] build: remove unused gnulib modules
...---- 4 files changed, 78 deletions(-) diff --git a/bootstrap b/bootstrap index aaf038d98..9e5a8b72d 100755 --- a/bootstrap +++ b/bootstrap @@ -104,34 +104,26 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool modules=' accept4 -areadlink areadlinkat -arpa_inet base64 byteswap c-ctype cloexec closeout connect -dup3 error -filevercmp fstatat -fts full-read full-write futimens -getaddrinfo getline getprogname gitlog-to-changelog glob -gnu-make gnumakefile hash hash-pjw human -iconv ignore-value intprops lock @@ -141,24 +133,18 @@ memmem mkdtemp mkstemps netdb -netinet_in nonbl...
2008 Jan 06
5
Live CD Planning systems
My company supplies me with a very nice HP nc2400. Much faster, more memory, etc than my old HP nc4010. Problem is the drive is not swappable, and they encrypt the drive (the OS is XP). The nc2400 has a DVD/CDRW and 2 USB 2.0 ports so I was thinking..... Make a Live DVD with everything I need but map /etc /root /home and /var/log (and what else?) to a USB flash drive (16Gb are available
2019 Nov 27
5
[v2v PATCH v2 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a while" saga -- now with working test suite. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am
2019 Sep 23
6
[PATCH v2 0/5] remove unused gnulib modules
This is an extended version of: https://www.redhat.com/archives/libguestfs/2019-September/msg00178.html It adds a couple of simple code changes, so it makes it possible to drop more modules. In addition, more unused modules were dropped. Pino Toscano (5): tests: switch away from xgetcwd daemon: move read_whole_file to common utils daemon: switch from read_file to read_whole_file daemon:
2010 Dec 07
1
builder-ubuntu libguestfs FAILED build step 4b8f70d46dcfed1489c97f822e263b8615f21ea0
...alloca-opt alloca-opt-tests arg-nonnull argmatch argmatch-tests arpa_inet arpa_inet-tests binary-io binary-io-tests bitrotate bitrotate-tests c++defs c-ctype c-ctype-tests chdir-long chown chown-tests cloexec cloexec-tests close close-hook close-stream closeout configmake cycle-check d-ino d-type dev-ino dirent dirent-safer dirent-safer-tests dirent-tests dirfd dirname-lgpl double-slash-root dup2 dup2-tests environ environ-tests errno errno-tests error exitfail extensions fchdir fchdir-tests fclose fcntl...
2019 Nov 27
6
[v2v PATCH 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a while" saga. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am | 2 - bootstrap