Displaying 20 results from an estimated 32 matches for "roku".
Did you mean:
goku
2024 Apr 08
1
duplicated() on zero-column data frames returns empty
...t the change is coming in a future version.) The protection for old code could be just a warning that can be turned off with a call to options. The new documentation should be more explicit.
Regards,
Jorgen.
From: Mark Webster <markwebster204 at yahoo.co.uk>
To: Jorgen Harmse <jharmse at roku.com>, Ivan Krylov
<ikrylov at disroot.org>
Cc: "r-help at r-project.org" <r-help at r-project.org>
Subject: Re: [R] duplicated() on zero-column data frames returns empty
Message-ID: <603481690.9150754.1712522666289 at mail.yahoo.com>
Content-Type: text/plain;...
2023 Nov 03
1
[EXTERNAL] RE: I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
...L). That will definitely use less time & memory if WC is integer, but the trade-offs are more complicated if WC is floating point.
Regards,
Jorgen Harmse.
From: avi.e.gross at gmail.com <avi.e.gross at gmail.com>
Date: Friday, November 3, 2023 at 16:12
To: Jorgen Harmse <JHarmse at roku.com>, r-help at r-project.org <r-help at r-project.org>, mkzaman.m at gmail.com <mkzaman.m at gmail.com>
Subject: [EXTERNAL] RE: [R] I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Just a minor point in the suggested s...
2003 Aug 19
0
Can't write mount entrysmbmnt failed: 1
...0
[pid 409] wait4(410, Process 409 suspended
Can't write mount entrysmbmnt failed: 1
Which didn't tell me much. Any suggestions?
/ # /bin/smbmount //rave/share /tmp/rave -o username=guest,guest,ro
INFO: Debug class all level = 10 (pid 397 from pid 397)
doing parameter workgroup = ROKU
doing parameter include = /etc/smb.interfaces
params.c:pm_process() - Processing configuration file "/etc/smb.interfaces"
doing parameter interfaces = 192.168.0.159/24
doing parameter server string = d-192.168.0.159
doing parameter netbios name = d-192.168.0.159
handle_netbios_name: set g...
2008 Mar 03
1
qemu-dm I/O request not ready
...iz.rzeszow.pl
http://www.kos.wsiz.rzeszow.pl/~dmalec
GG:1720216
JID:dmalec@jabber.kos.wsiz.rzeszow.pl
"Podwładny powinien przed obliczem przełożonego mieć wygląd lichy i
durnowaty, tak by swoim pojmowaniem istoty sprawy, nie peszyć przełożonego."
Ukaz Cara Rosji Piotra I z 9 grudnia 1708 roku
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHzAP2jT0NFyejOD8RAoabAJ9rSplB/CC4ktX8x+nZl1rWC5dxkgCfahCi
MJ8I/qeDbQVCd+yDZO5eysY=
=zV0T
-----END PGP SIGNATURE-----
_____________________________________________...
2023 Nov 04
2
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
I might have factored the gender.
I'm not sure it would in any way be quicker. But might be to some extent
easier to develop variations of. And is sort of what factors should be
doing...
# make dummy data
gender <- c("Male", "Female", "Male", "Female")
WC <- c(70,60,75,65)
TG <- c(0.9, 1.1, 1.2, 1.0)
myDf <- data.frame( gender, WC, TG )
#
2023 Nov 05
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
...ysterious order of presentation in the graph unless you create a factor with the order you wish to have used and avoid it making one invisibly.
From: CALUM POLWART <polc1410 at gmail.com>
Sent: Saturday, November 4, 2023 7:14 PM
To: avi.e.gross at gmail.com
Cc: Jorgen Harmse <JHarmse at roku.com>; r-help at r-project.org; mkzaman.m at gmail.com
Subject: Re: [R] I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
I might have factored the gender.
I'm not sure it would in any way be quicker. But might be to some ex...
2024 Mar 21
1
Building Packages.
...ething that just happens to work on the utils version if not
patched?
-----Original Message-----
From: R-help <r-help-bounces at r-project.org> On Behalf Of Duncan Murdoch
Sent: Thursday, March 21, 2024 5:53 AM
To: peter dalgaard <pdalgd at gmail.com>
Cc: Jorgen Harmse <JHarmse at roku.com>; r-help at r-project.org; Martin Maechler
<maechler at stat.math.ethz.ch>
Subject: Re: [R] Building Packages.
Yes, you're right. The version found in the search list entry for
"package:utils" is the RStudio one; the ones found with two or three
colons are the origina...
2024 Jul 27
1
Fedora 40 nut-server not starting at boot
...ting the service manually after reboot, I feel
like this is some kind of systemd thing as opposed to a nut config issue.
Various config file contents:
nut.conf
MODE=netserver
ups.conf
maxretry = 3
[cp1500]
driver = usbhid-ups
port = auto
vendorid = 0764
pollinterval = 5
desc = "toshiba: TV, roku, switch"
upsd.conf
LISTEN 0.0.0.0 3493
upsmon.conf
MONITOR cp1500 at localhost 1 monuser monuserpass primary
MINSUPPLIES 1
SHUTDOWNCMD "/sbin/shutdown -h +0"
POLLFREQ 5
POLLFREQALERT 5
HOSTSYNC 15
DEADTIME 15
POWERDOWNFLAG "/etc/killpower"
NOTIFYMSG ONLINE "UPS %s o...
2024 Apr 07
1
duplicated() on zero-column data frames returns empty
? Fri, 5 Apr 2024 16:08:13 +0000
Jorgen Harmse <JHarmse at roku.com> ?????:
> if duplicated really treated a row name as part of the row then
> any(duplicated(data.frame(?))) would always be FALSE. My expectation
> is that if key1 is a subset of key2 then all(duplicated(df[key1]) >=
> duplicated(df[key2])) should always be TRUE.
That's a...
2024 May 12
1
duplicated() on zero-column data frames returns empty
(Sorry for only getting back to this more than a month later.)
? Mon, 8 Apr 2024 17:03:00 +0000
Jorgen Harmse <JHarmse at roku.com> ?????:
> What is the policy for changing something that is wrong? There is a
> trade-off between breaking old code that worked around a problem and
> breaking new code written by people who make reasonable assumptions.
First of all, quantify the breakage. Does the proposed change...
2024 May 13
1
duplicated() on zero-column data frames returns empty
>?If you would like to try your hand at developing a patch and make a
> case for it at R-devel or the Bugzilla, the resources at
> <https://contributor.r-project.org/> can be helpful.
I am attempting to get admitted onto the Bugzilla at the moment for the data frame cases, fingers crossed!
Best Regards,Mark Webster
[[alternative HTML version deleted]]
2002 Dec 02
0
Patch: Groups per authentication method
...tch for OpenSSH 3.5p1.
With this patch you can specify allowed user groups per
authentication method.
You can find it here: http://sweb.cz/v_t_m/
Vaclav
______________________________________________________________________
Reklama:
Kliknete, hlasujte a vyhrajte v ankete Nejoblibenej?i automobil roku 2003 v Ceske republice ceny za milion!! http://www.autoroku.cz
2007 Sep 17
0
server traffic control
...and both of them will
be connected to my ADSL router(via 2 seperate ethernet cables) then
which card will be used to communicate with the internet ?
Thank you very much for your help
--regards
Matt
----------------------------------------------------
Graczu komputerowy, wybierz najlepsze gry roku! Głosuj i wygrywaj!
Patroni medialni: Wirtualna Polska, 4fun.tv, Radiostacja
Imperatory7: http://klik.wp.pl/?adr=http%3A%2F%2Fimperatory.wp.pl&sid=30
2007 Sep 19
2
bittorrent traffic...
...t doesn''t want to work for me.
I can see that layer7 marks the packets but still I can''t control the
amount of them... I get a transfer of 100kbit and more...
With Kind Regards
Matt
----------------------------------------------------
Graczu komputerowy, wybierz najlepsze gry roku! Głosuj i wygrywaj!
Patroni medialni: Wirtualna Polska, 4fun.tv, Radiostacja
Imperatory7: http://klik.wp.pl/?adr=http%3A%2F%2Fimperatory.wp.pl&sid=30
2006 Jan 19
0
inPlaceEditor -how to capture values just before it is edited
...tuation like that: Iwanna send to serwer not only changed value by inplaceEditor but also the old value that i just change how to do it. I must do it because i just need to know what values i have to change in database.
Grzesiek
----------------------------------------------------
Wybierz Książkę Roku, wygraj nagrody!
http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fksiazka_roku.html&sid=635
2024 Mar 21
1
Building Packages.
...version if not
> patched?
>
>
>
> -----Original Message-----
> From: R-help <r-help-bounces at r-project.org> On Behalf Of Duncan Murdoch
> Sent: Thursday, March 21, 2024 5:53 AM
> To: peter dalgaard <pdalgd at gmail.com>
> Cc: Jorgen Harmse <JHarmse at roku.com>; r-help at r-project.org; Martin Maechler
> <maechler at stat.math.ethz.ch>
> Subject: Re: [R] Building Packages.
>
> Yes, you're right. The version found in the search list entry for
> "package:utils" is the RStudio one; the ones found with two or three...
2007 Sep 03
0
Wanted: VoIP Engineer for Warsaw!
...ie?ci? nazw?
stanowiska.
Skontaktujemy si? tylko z wybranymi kandydatami.
Prosimy o dopisanie nast?puj?cej klauzuli "Wyra?am zgod? na przetwarzanie
moich danych osobowych zawartych w mojej ofercie pracy dla potrzeb
niezb?dnych do realizacji procesu rekrutacji (zgodnie z ustaw? z dn.
29.08.97 roku o Ochronie Danych Osobowych Dz. Ust Nr 133 poz. 883)".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070903/bbdd2d5c/attachment-0001.htm
2023 Nov 06
0
I need to create new variables based on two numeric variables and one dichotomize conditional category
...mes.")
return(test1)
}
return( ifelse(test1, yes1, ifelses(...)) )
}
Regards,
Jorgen Harmse (not Jordan).
------------------------------
Message: 10
Date: Sat, 4 Nov 2023 01:08:03 -0400
From: <avi.e.gross at gmail.com>
To: "'Jorgen Harmse'" <JHarmse at roku.com>
Cc: <r-help at r-project.org>
Subject: Re: [R] [EXTERNAL] RE: I need to create new variables based
on two numeric variables and one dichotomize conditional category
variables.
Message-ID: <019a01da0edc$e41c39e0$ac54ada0$@gmail.com>
Content-Type: text/plain; chars...
2008 Nov 08
4
Appliance platform
I have a project that I need some hardware pointers for. I need to build
some Centos "appliances" (dedicated boxes to do one thing only). Target
cost is under $250/box.
Need:
OS: Centos 5
Hardware Cost: less than $250 USD
USB: at least 2 (not including keyboard)
Memory: at least 128K
Storage: prefer flash (USB stick OK)
Network: 10 Base T
Want:
Height: less than 4" (fit on a
2024 Apr 05
1
duplicated() on zero-column data frames returns empty
(I do not know how to make Outlook send plain text, so I avoid apostrophes.)
For what it is worth, I agree with Mark Webster. The discussion by Ivan Krylov is interesting, but if duplicated really treated a row name as part of the row then any(duplicated(data.frame(?))) would always be FALSE. My expectation is that if key1 is a subset of key2 then all(duplicated(df[key1]) >=