search for: fifth

Displaying 20 results from an estimated 1894 matches for "fifth".

2019 Sep 18
1
[p2v PATCH v2] Use URL to point to GNU licenses
...68d1b..d27219d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,8 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# along with this program. If not, see <https://www.gnu.org/licenses/>. include $(top_srcdir)/subdir-rules.mk diff --git a/autogen.sh b/autogen.sh index fcdd0ce..f055ffc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,8 +13,7 @@ # GNU General Public L...
2012 Dec 04
0
[PATCH] Update FSF address.
...ne 1991 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share a...
2011 Dec 22
0
mongodb Map/reduce grouping
...;1"},"second"=>{"id"=>"2", "score"=>"2"},"third"=>{"id"=>"3", "score"=>"3"},"fourth"=>{"id"=>"4", "score"=>"4"},"fifth"=>{"id"=>"5", "score"=>"5"}} temp ={"id"=>"10","score"=>"20"} aTotalScore = 0 if @challenge.instance_of?Challenge @challenge.tasks.each_with_index do |orgTasks,index| aTotalSc...
2013 Jun 01
1
[PATCH] Add missing config.h includes
...C++/encoder.h" #include "FLAC++/metadata.h" #include "FLAC/assert.h" diff --git a/src/plugin_xmms/charset.c b/src/plugin_xmms/charset.c index 2c5167f..6d86848 100644 --- a/src/plugin_xmms/charset.c +++ b/src/plugin_xmms/charset.c @@ -20,6 +20,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "plugin.h" #include <stdlib.h> diff --git a/src/plugin_xmms/configure.c b/src/plugin_xmms/configure.c index 6b83435..3dfddc4 100644 --- a/src/plugin_xmms/configure.c...
2015 Feb 06
2
[PATCH v3] virt-copy, virt-tar: show help for -h
Shows manpage for virt-copy-in,out and virt-tar-in,out when user supplies -h as a parameter instead of listing unrelated commands with descriptions. Maros Zatko (1): virt-copy, virt-tar: show help for -h fish/virt-copy-in | 9 +++++++++ fish/virt-copy-out | 9 +++++++++ fish/virt-tar-in | 9 +++++++++ fish/virt-tar-out | 9 +++++++++ 4 files changed, 36 insertions(+) -- 1.9.3
2005 May 25
0
May Twenty Fifth SayUnixTime
I'm trying to get SayUnixTime to parse the date correctly and say 'May Twenty Fifth', however it refuses to do so and keeps using the phrase 'May Twenty Five'. I've read all the syntax, tried using both 'd' and 'e', and in the doc it says: d or enumeric day of monthfirst, second, ..., thirty-first However, it doesn't read my h-#.gsm files.....
2008 Aug 04
1
simulate data based on partial correlation matrix
Given four known and fixed vectors, x1,x2,x3,x4, I am trying to generate a fifth vector,z, with specified known and fixed partial correlations. How can I do this? In the past I have used the following (thanks to Greg Snow) to generate a fifth vector based on zero order correlations---however I'd like to modify it so that it can generate a fifth vector with specific...
2016 Feb 23
0
[PATCH 1/4] generator: Add interfaces to all modules.
...y of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + *) + +val generate_bindtests : unit -> unit +val generate_erlang_bindtests : unit -> unit +val generate_golang_bindtests : unit -> unit +val generate_gobject_js_bindtests : unit -> unit +val generate_haskell_bindtests : unit -> unit +val generate_ja...
2004 Nov 16
3
[LLVMdev] Re: Notes on the release notes for the fifth public release of LLVM
Well Chris, then I've to ask the guys who really have the hands into the guts of the VC++ code: On Tue, 16 Nov 2004, Henrik Bach wrote: > Hi Chris, > > I'm reading release notes for the fifth public release of LLVM and came > across this line: > > "The LLVM source code is now compatible with Microsoft Visual C++." > > which is almost true, if we could build the llvm tools by VC++. However, as > I see it, we are only able to build tablegen and an x86 ba...
2004 Nov 17
0
[LLVMdev] Re: Notes on the release notes for the fifth public release of LLVM
...ik_bach_llvm at hotmail.com> wrote: > Well Chris, > > then I've to ask the guys who really have the hands into the guts of the > VC++ code: > > On Tue, 16 Nov 2004, Henrik Bach wrote: > > > Hi Chris, > > > > I'm reading release notes for the fifth public release of LLVM and came > > across this line: > > > > "The LLVM source code is now compatible with Microsoft Visual C++." > > > > which is almost true, if we could build the llvm tools by VC++. However, > as > > I see it, we are only a...
2017 Sep 18
0
[PATCH 2/5] Make sure every *.ml file has a corresponding *.mli file.
...y of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + *) + +(* Nothing is exported. *) diff --git a/builder/paths.mli b/builder/paths.mli new file mode 100644 index 000000000..dfd353e99 --- /dev/null +++ b/builder/paths.mli @@ -0,0 +1,28 @@ +(* virt-builder + * Copyright (C) 2014-2017 Red Hat Inc. + * + * This progr...
2018 Apr 10
0
[PATCH v2 5/5] daemon: autogenerate OCaml interfaces
...y of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - *) - -val vfs_type : Mountable.t -> string diff --git a/daemon/btrfs.mli b/daemon/btrfs.mli deleted file mode 100644 index ce1c2b66f..000000000 --- a/daemon/btrfs.mli +++ /dev/null @@ -1,20 +0,0 @@ -(* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc...
2017 Sep 18
6
[PATCH 0/5] Fix OCaml dependencies.
This works reliably for me ... Rich.
2018 Apr 09
0
[PATCH 3/3] daemon: autogenerate most of OCaml interfaces
...y of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - *) - -val vfs_type : Mountable.t -> string diff --git a/daemon/btrfs.mli b/daemon/btrfs.mli deleted file mode 100644 index ce1c2b66f..000000000 --- a/daemon/btrfs.mli +++ /dev/null @@ -1,20 +0,0 @@ -(* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc...
2012 Dec 13
3
Lua improvements
Here are a few patches I applied to get the Lua bindings to build correctly with different versions of Lua. I am not particularly happy with generating all the test scripts just for the shebang line. Since it has been a while since I had to edit autoconf/automake, this was the best I could come up with. Cheers, -Hilko
2010 Nov 02
1
splitting First 10 words in a string
...he help. I get an error though when i do this : >lit<-read.csv("litologija.csv", sep=";", dec=".") >sent <-data.frame(sentence=lit$Opis,stringsAsFactors=FALSE) >str(sent) >sentV<-rep(sent,10) >str(sentV) >first=second=third=fourth=fifth=sixth=seventh=eighth=ninth=tenth<-vector(length=10) >DF <-data.frame(Sentence=sent,first,second,third,fourth,fifth,sixth,seventh,eighth,ninth,tenth,stringsAsFactors=FALSE) »Error in data.frame(Sentence = sent, first, second, third, fourth, fifth, : arguments imply differing number...
2018 Apr 09
5
[PATCH 0/3] daemon: generate almost all the API OCaml interfaces
Hi, as a followup for the signature fix for mount_vfs [1], here it is a patch series to generate automatically most of the OCaml interfaces of daemon actions. Only the Lvm and Mount modules are left with hand-written interfaces. [1] https://www.redhat.com/archives/libguestfs/2018-April/msg00059.html Thanks, Pino Toscano (3): daemon: directly use Optgroups daemon: use the structs from the
2016 Feb 23
7
[PATCH 0/4] Various tweaks to the generator.
Use interfaces files (*.mli files) instead of exporting all symbols randomly. Change the 'file is generated' warnings at the top of generated files so they accurately describe which source file generates each output file. Rich.
2003 May 07
2
plot vertical labels along x axis
I know how to print my own labels along the x axis: plot(1:10,xlab = "My label", axes = FALSE) axis(1,at=seq(1,10,by=2),labels=c("first","second","third","fourth","fifth")) Is there a way to make the labels print vertically along the axis rather than horizontally? (I'm not sure if this is even going to look all right, but I want to check it out if it is possible.) Anna
2015 Jan 23
0
[PATCH] virt-copy, virt-tar: show help for -h
...iles changed, 48 insertions(+), 4 deletions(-) diff --git a/fish/virt-copy-in b/fish/virt-copy-in index 76ff57f..97a47da 100755 --- a/fish/virt-copy-in +++ b/fish/virt-copy-in @@ -16,4 +16,15 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -exec guestfish --rw -i copy-in "$@" +args=$@ +while [ ""x != "$1"x ] ; do + case $(echo $@ | awk '{print $1}') in + "-h") + man $(basename $0) + exit + ;; + esac + shift 1 +done + +exec guestfi...