Displaying 20 results from an estimated 100 matches similar to: "Passing Arrays in recursive functions."
2011 Apr 22
2
Can't compile libtheora vs2010
I'm getting errors like so on initial build of libtheora -
1>c1 : fatal error C1083: Cannot open source file:
'..\lib\dec\x86_vc\x86stat.c': No such file or directory
1> mmxstate.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file:
'..\lib\dec\x86_vc\mmxstate.c': No such file or directory
1> mmxloopfilter.c (TaskId:16)
1>c1 : fatal error C1083:
2005 Jan 07
3
multicolumn primary keys in activerecord
hi,
I''ve got the following tables in mysql notation:
CREATE TABLE `nodes` (
`id` int(11) NOT NULL auto_increment,
`parent_id` int(11) default ''0'',
`group_id` int(11) default ''0'',
PRIMARY KEY (`id`),
);
CREATE TABLE `groups` (
`parent_id` int(11) NOT NULL default ''0'',
`id` int(11) NOT NULL auto_increment,
2003 Aug 25
2
SetVar on sample.call
Hi all!!
Does anyone have a short example or even better - a working AGI script that uses "GET VARIABLE' from a /var/spool/asterisk/outgoing call that uses "SetVar"?
Here's what I've tried with no luck so far:
sample.call
=================
Channel: SIP/1000
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Application: Agi
Data: playTasks.agi
Callerid: Nightly Processor
2010 Jul 20
1
Error using sqldf
Hi,
I am running a query using sqldf() [package : sqldf]. The query is:-
userid <- 5
taskid <- 5
tab1 <- fn$sqldf("SELECT tobiiEvents.data1, tobiiEvents.data2,
events.`timestamp` as tobiiTime
FROM tobiiEvents
INNER JOIN events ON events.eventid = tobiiEvents.eventid
WHERE tobiiEvents.subtype = 'MOUSE' AND tobiiEvents.userid = 5 AND
tobiiEvents.taskid = 5
ORDER BY
2010 Aug 04
3
split / lapply over multiple columns
Hi all,
I have a data frame with column over which I would like to run
repeated functions for data analysis. Currently I am only running
recursively over two columns where I column 1 has two states over
which I split and column two has 3 states. The function therefore runs
2 x 3 = 6 times as shown when running the following code:
mydata <- data.frame(userid = c(5, 6, 5, 6, 5, 6), taskid =
2016 Feb 29
2
docker 1.10.2 available
Docker 1.10.2 has just been built for virt7-docker-common-candidate
https://cbs.centos.org/koji/taskinfo?taskID=78901
Please give it a shot and lemme know if I can proceed with releasing it.
Thanks,
--
Lokesh
Freenode: lsm5
GPG: 0xC7C3A0DD
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not
2016 Mar 01
2
docker 1.10.2 available
On Tue, Mar 01, 2016 at 12:43:32PM -0500, Jason Brooks wrote:
> I'm getting this dep error trying to install this:
>
> Error: Package: 1:docker-1.10.2-5.git0f5ac89.el7.x86_64 (virt7-docker-common-candidate)
> Requires: selinux-policy >= 3.13.1-114
> Removing: selinux-policy-3.13.1-60.el7.noarch (@anaconda)
> selinux-policy =
2006 Feb 07
0
link_to_remote from Controller
Hello--
I?m using Builder::XmlMarkup to create a menu tree and need to have some
gee-whizzy javascript to make the menus expand, fade, twirl and dance. Ok,
maybe not the last bit. Anyhow, because the html is generated mainly through
code like:
xm.li(:id=> ?menu_#{unique_id}?, :class => ?menu?){
xm << link_to_function(?menu name?, ?function_name?)
}
Unfortunately, link_to_function
2009 Feb 23
0
[LLVMdev] 2.5 Pre-release1 available for testing
On Fri, Feb 6, 2009 at 8:42 PM, Tanya Lattner <tonic at nondot.org> wrote:
> LLVMers,
>
> The 2.5 pre-release is available for testing:
> http://llvm.org/prereleases/2.5/
>
I'm updating the Fedora packaging of LLVM, and with the 02/20
prerelease it fails to build on ppc64:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1148023
make[1]: Entering directory
2019 Dec 06
2
OCaml 4.09.0 rebuild complete in Rawhide (was: Re: OCaml 4.09.0 will be added to Fedora 32 via a side tag)
This is now complete and soon the new packages will be merged into
Fedora Rawhide:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-2e0b2d6395
A few non-critical packages failed to build, and I will look at these
later unless someone gets around to it before me. The failures are
listed at the end.
Notable changes:
- Release notes: https://ocaml.org/releases/4.09.0.html
- ocaml-camlp4
2017 May 24
3
Three new releases
Hi,
I'm announcing two new releases of opus, along with the first release of
the new libopusenc library.
First for opus, we just fixed a bad bug in the surround encoding code
that would cause very bad quality on signals beyond a certain amplitude.
Thanks to Franziska Trojahn and others from HfT Leipzig for finding this
issue through their listening test[1] (the quality of the two bad files
2011 Mar 12
0
try with succes rpm bind 9.7.3 with koji el4 and el5
rehello centos list
after some modifications rpm fedora core 14 of bind-9.7.3 and patching.
diff -u unpatched/configure.in patched/configure.in
--- unpatched/configure.in 2010-07-05 14:02:20.000000000 +0200
+++ patched/configure.in 2010-07-05 14:03:48.000000000 +0200
@@ -282,7 +282,8 @@
AC_C_INLINE
AC_C_VOLATILE
AC_CHECK_FUNC(sysctlbyname, AC_DEFINE(HAVE_SYSCTLBYNAME))
2009 Sep 07
1
[LLVMdev] LLVM 2.6 pre1: test failures on Fedora 11.91 (Rawhide) ppc
Hello,
I'm updating Fedora's LLVM to the latest 2.6 prerelease, and
experiencing test failures on ppc. On x86_64 and x86_32 all tests pass
as expected.
http://koji.fedoraproject.org/koji/taskinfo?taskID=1660661
(see root.log to see what packages are installed for the build, and
build.log for the build log -- 'make check' is called towards the end.
Thanks,
--
Michel Alexandre
2019 Dec 07
0
Re: OCaml 4.09.0 rebuild complete in Rawhide (was: Re: OCaml 4.09.0 will be added to Fedora 32 via a side tag)
On Fri, Dec 06, 2019 at 04:14:12PM -0700, Jerry James wrote:
> On Fri, Dec 6, 2019 at 9:31 AM Richard W.M. Jones <rjones@redhat.com> wrote:
>
> > A few non-critical packages failed to build, and I will look at these
> > later unless someone gets around to it before me. The failures are
> > listed at the end.
> >
> [snip]
>
> > ocaml-tplib
>
2020 Jan 10
2
[PATCH Fedora libguestfs v3] Don't depend on libvirt-daemon-kvm
v3 adds libvirt-daemon-driver-storage-core too as a
Recommends.
Dan, there is a scratch build ongoing here:
https://koji.fedoraproject.org/koji/taskinfo?taskID=40377285
Rich.
2020 Jun 26
2
Error: rebuild R-data.table on F32 for R 4.0.2
I am at loss here
R-data.table fails to rebuild, the failure happens in the tests where 3 are
failing.
https://koji.fedoraproject.org/koji/taskinfo?taskID=46195243
I will continue with the rebuild and let this case to look later or if anyone
could help I would appreciate. :-)
Regards,
--
Jos? Ab?lio
2003 Sep 08
8
Can I execute a shell script from Wine ?
I need to be able to trigger a Linux procedure (shell script, or PERL for
example) from Wine.
Is it possible to do ?
Please help !
Thanks.
Boris Kirshteyn
K-B Toys, Software Architect
(413) 496-3249
bkirshte@kbtoys.com
2011 Aug 12
1
ANNOUNCE: hivex 1.2.8 - A library for reading and writing Windows Registry hive files
I'm pleased to announce the next release of hivex, a library and some
tools for reading and writing Windows Registry hive files.
Man page: http://libguestfs.org/hivex.3.html
Source: http://libguestfs.org/download/hivex/
Git repo: http://git.annexia.org/?p=hivex.git;a=summary
Fedora pkg: http://koji.fedoraproject.org/koji/taskinfo?taskID=3267857
This release mainly contains bug fixes.
2020 Jul 31
5
nbdkit build failure in Koji
Hi Eric,
I wonder if you have any thoughts about this build failure in
tests/test-nozero.sh?
https://koji.fedoraproject.org/koji/taskinfo?taskID=48259627
log: https://kojipkgs.fedoraproject.org//work/tasks/9762/48259762/build.log
The error is “nozero6.img was trimmed by mistake”. I added “set -x”
to the script earlier today so we can see exactly what's wrong, and it
is that:
++ stat
2008 Jun 13
5
v1.1.rc10 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc10.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc10.tar.gz.sig
v1.1.0 will be released on next Friday if nothing horrible happens.
* LIST X-STATUS renamed to LIST STATUS and fixed its behavior with
LIST-EXTENDED options. It's now compatible with STATUS-IN-LIST
draft 00.
- Message parsing could have sometimes produced