Displaying 20 results from an estimated 489 matches for "kiss".
Did you mean:
iss
2017 Aug 30
2
Segmentation fault with doveadm search
...ecot/modules/doveadm/lib10_doveadm_sieve_plugin.so
doveadm(root): Debug: Skipping module doveadm_fts_plugin, because dlopen() failed: /usr/lib/dovecot/modules/doveadm/lib20_doveadm_fts_plugin.so: undefined symbol: fts_backend_rescan (this is usually intentional, so just ignore this message)
doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: mail=maildir:/var/vmail/europrofil.hu/kiss.gitta/Maildir
doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: plugin/quota=dict:user::file:/var/vmail/europrofil.hu/kiss.gitta/.quotausage
doveadm(kiss.gitta at europrofil.hu): Debug:...
2017 Aug 30
0
Segmentation fault with doveadm search
...es/doveadm/lib10_doveadm_sieve_plugin.so
> doveadm(root): Debug: Skipping module doveadm_fts_plugin, because dlopen() failed: /usr/lib/dovecot/modules/doveadm/lib20_doveadm_fts_plugin.so: undefined symbol: fts_backend_rescan (this is usually intentional, so just ignore this message)
> doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: mail=maildir:/var/vmail/europrofil.hu/kiss.gitta/Maildir
> doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: plugin/quota=dict:user::file:/var/vmail/europrofil.hu/kiss.gitta/.quotausage
> doveadm(kiss.gitta at europrofil.h...
2017 Aug 30
2
Segmentation fault with doveadm search
>
> Can you do
>
> p *box
$1 = {name = 0x5555557e1f18 "Junk", vname = 0x5555557e1f10 "Junk",
storage = 0x5555557e1860, list = 0x5555557e1050, v = {
is_readonly = 0x7ffff76e5a50 <fail_mailbox_is_readonly>,
enable = 0x7ffff76e5a60 <fail_mailbox_enable>,
exists = 0x7ffff76e5a70 <fail_mailbox_exists>,
open = 0x7ffff76e5e60
2005 Dec 13
3
Ices0 and ShoutCast (and KiSS)
I have successfully set up a system with Ices0.4 and IceCast2.20 (and
Tunez). It plays well using mpg123 or WinAmp.
But I would like to use also my KiSS DVD player for the stream, and I have
not been able to do so - It appearently needs 110% SHOUTcast
compatibility.
So I tried the IceCast2.3.1 - but it still didn't like the KiSS (or the
other way around). In stead, I have added a SHOUTcast server as a relay on
the same machine. The KiSS can co...
2005 Dec 13
0
Ices0 and ShoutCast (and KiSS)
Hi,
The problem the other way around:
IceS -> IceCast -> ShoutCast -> KiSS
(the KiSS then decodes the mp3 to a RAW SPDIF stream, which is received
by my sourround receiver).
But the constallation is somewhat overkill and slightly unstable, so I would
prefer just
IceS -> IceCast -> KiSS
But that does not work at all for unknown reasons (since shoutcast can do...
2003 Jul 15
2
Kiss DP-500
Hi,
Anyone have any experience with the supposedly Vorbis capable
stationary DVD/DivX/MP3/Vorbis Kiss DP-500 player?:
http://www.kiss-technology.com/index.asp?sprogvalg=1
<p>Headless
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the...
2002 Dec 29
1
[fwd] KISS DVD player with Vorbis Support (from: jsab@member.fsf.org)
...Anyone able to independently confirm it?
Monty
<p>----- Forwarded message from "Jesse S. A. Bridgewater" <jsab@member.fsf.org> -----
Delivery-Date: Sun Dec 29 02:11:47 2002
From: "Jesse S. A. Bridgewater" <jsab@member.fsf.org>
To: webmaster@xiph.org
Subject: KISS DVD player with Vorbis Support
Hi There,
You probably know already, but I did not see it as news on your website
so I figured I would write you. KISS Technologies just released a
firmware update for their DP-450 DVD player that allows it to play
Vorbis files.
Here is a link.
http://www.kiss-te...
2002 Dec 29
1
Re: KISS DVD player with Vorbis Support (from: jsab@member.fsf.org)]
('binary' encoding is not supported, stored as-is)
http://www.kiss-technology.com/support/dp-450_FAQ.asp
Scroll all the way down. There is a changelog for the Firmwareupdate and a link
to a zip file containing the update.
-- Daniel
<p>Monty wrote:
Interesting bit of news this. Anyone able to independently confirm it?
Monty
----- Forwarded message from...
2010 Oct 10
1
Create single vector after looping through multiple data frames with GREP
...t into a plotable format. It only partially works. I can only get the numbers for one year, where I'd like to be able to get a string of numbers for several years.But, on the upside, grep appears to do the trick in terms of selecting rows.
Can any one suggest a solution?
Yours truly,
Simon Kiss
#This is the reproducible code to set-up all the data frames
require("XML")
library(XML)
#This gets the data from the web and lists them
mylist <- paste ("http://www.queensu.ca/cora/_trends/mip_",
c(1987:2001,2003:2006), ".htm", sep="")
alltables <- la...
2012 Nov 09
5
using lapply with recode
...9;BC', 5))), df2=data.frame(a=seq(1,10,1), prov=c(rep('Quebec', 5), rep('AB', 5))))
str(mylist)
###My current code
lapply(mylist, function(x) {
recode(x$prov, "'QUE'='QC' ; 'Quebec'='QC'")
}
)
*********************************
Simon J. Kiss, PhD
Assistant Professor, Wilfrid Laurier University
73 George Street
Brantford, Ontario, Canada
N3T 2C9
2010 Apr 14
3
Problem with recode -Error in parse(text = range[[1]][1]) : unexpected end of input in " c(0"
...in " c(0"
I tried it with a second numerical variable in the same data set, but
get precisely the same error at precisely the same location in the
command, i.e. the second colon.
As far as I can tell I have the most up-to-date version of car
installed.
Any suggestions?
Yours, Simon Kiss
*********************************
Simon J. Kiss, PhD
SSHRC and DAAD Post-Doctoral Fellow
John F. Kennedy Institute of North America Studies
Free University of Berlin
Lansstra?e 7-9
14195 Berlin, Germany
Cell: +49 (0)1525-300-2812,
Web: http://www.jfki.fu-berlin.de/index.html
2010 Oct 19
2
separate elements of a character vector
...uggestion I took from the R-list) and concatenate them and then write them with mtext. At the end, the labels in test are bunched up together in the center of the plot window. Can anyone suggest a way to space out the elements of "test" to look like evenly-spaced x-labels?
Yours,
Simon Kiss
x1<-rnorm(500)
plot(x1)
test<-seq(1987, 2002, by=1)
test_2<-seq(2003, 2006, by=1)
test<-format(c(test, test_2), width=5)
mtext(test, side=1, line=2)
*********************************
Simon J. Kiss, PhD
Assistant Professor, Wilfrid Laurier University
73 George Street
Brantford, Onta...
2012 Sep 26
1
Write table with data in other .csv template
...ontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L, 0L, 0L, 0L, 0L), Kirk.True = c(0L, 0L, 0L, 0L, 0L, 0L
), Lars.George = c(0L, 0L, 1L, 0L, 0L, 0L), Soren.Macbeth = c(0L, 0L,
1L, 0L, 0L, 0L), Stu.Hood = c(0L, 0L, 0L, 0L, 0L, 0L),
Tibor.Kiss = c(0L, 0L, 0L, 0L, 0L, 0L), Tom.White = c(0L, 0L, 1L, 0L,
0L, 0L), Unassigned = c(0L, 0L, 0L, 0L, 0L, 0L
)), .Names = c("Adrian.Cole", "Alison.Wong",
"Andrei.Savu", "Bruno.Dumon", "Edward.J..Yoon", "Eugene.Koontz",
"Jakob.Homan&q...
2011 Jul 28
2
cycling from x11 window in RCommander to graphics device window: Mac Os 10.6.8
...n see the graphics device window and the plot looks fine.
But as you can imagine, this is quite laborious, having to restart.
I've looked through the help documentation and tried reinstalling tcltk prior to opening up Rcommander, but that does not address the problem.
Any thoughts?
Yours, Simon Kiss
*********************************
Simon J. Kiss, PhD
Assistant Professor, Wilfrid Laurier University
73 George Street
Brantford, Ontario, Canada
N3T 2C9
Cell: +1 905 746 7606
2005 Dec 14
0
Ices0 and ShoutCast (and KiSS)
THAT was it!
Both ones work, so I think I'll stick to the last one.
Now the KiSS will connect to the IceCast2, and I have enabled the metadata
again without problem.
Thank you very much!
Henrik ?stergaard
Henrik Ostergaard Madsen wrote:
> It did unfortunately not change anything.. Except that the track titles
> disappears in WinAmp (as expected).
>
> As the pl...
2012 Dec 18
2
Changing Variable Names In VCD
...cd package? Should one do a separate contingency table first, change the dimension names there and then pass that to mosaic?
Or is there a way to do it simply within mosaic.
I was thinking something like:
mosaic(~var1+var2, labelling_args=list(varnames=c('newvar1', 'newvar2'))
Simon Kiss
*********************************
Simon J. Kiss, PhD
Assistant Professor, Wilfrid Laurier University
73 George Street
Brantford, Ontario, Canada
2011 Aug 21
0
Kiss Metrics Ruby API
...#39;done'' that has to be completed by different user
logging into a dashboard and clicking a checkbox which then triggers
this "done" state. There has been a hook has been set up in a model for
callback when the state changes so now i need to use the Ruby API to
send this info to KISS
so in the model I need to walk through the object relationships and find
the user to identify when the event is reported
can it be done like this:
when :booked
KM.init("Our API KEY")
KM.identify(''auction.business.user.email'')
KM.record('...
2010 Sep 21
2
group means of multi-way table?
..., z is the variable in which I'm interested. I'd like
to find out the mean score of z for NDP managers, Conservative
managers and Liberal managers and then for a few other configurations.
Ive played around with aggregate, tapply and by, but I can't get it to
work.
Cordially,
Simon Kiss
mydata=data.frame(cbind(x,y,z))
mydata$x=as.factor(sample(c("labourers", "salaried", "managers"),
size=300, replace=TRUE))
mydata$y=as.factor(sample(c("NDP", "Green", "Liberal",
"Conservative"), size=300, replace=TRUE))
mydat...
2012 Aug 20
2
Changing line length in Sweave output works for numeric, but not for character vectors
...h of Sweave output by a call to options(wdith=x).
This works great for me for numeric output, but not for character vectors that I have to print. The following is some sample code that illustrates my problem.
Is there a different way to format character vectors that are stored in R?
Yours, Simon Kiss
\documentclass{article}
\begin{document}
\SweaveOpts{concordance=TRUE}
<<echo=TRUE, results=verbatim>>=
seq(1,100,1)
@
<<echo=TRUE, results=verbatim>>=
options(width=30)
@
<<echo=TRUE, results=verbatim>>=
seq(1,100,1)
@
<<echo=TRUE, results=verbatim>...
2011 Nov 10
2
Listing tables together from random samples from a generated population?
...tor()
for (i in 1:100) {
.z<-c(.z, chisq.test(table(.y[sample(nrow(.y), 200), ]))$statistic)
}
hist(.z, xlab='Chi-Square Value', main="Chi-Squared Values From 100 different samples asking\nabout gender and tea/coffee drinking")
abline(v=3.84, lty=2)
Thank you in advance,
Simon Kiss
*********************************
Simon J. Kiss, PhD
Assistant Professor, Wilfrid Laurier University
73 George Street
Brantford, Ontario, Canada
N3T 2C9
Cell: +1 905 746 7606