Displaying 9 results from an estimated 9 matches for "booh".
Did you mean:
bofh
2019 Nov 25
1
class(<matrix>) |--> c("matrix", "arrary") -- and S3 dispatch
...d
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> Sys.setenv("_R_CLASS_MATRIX_ARRAY_" = "BOOH !") # ==> future R behavior
> class(m <- diag(1))
[1] "matrix" "array"
>
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2005 Jul 13
1
Suddenly a problem with outgoing calls made from Cisco phones...
Hi all!
Quite a mystery. The following happened when I was on holiday, and no one else has changed any configs of either Asterisk or the Cisco's in the building...
The situation: Incoming works fine on all phones. Outgoing only works from non-Cisco phones. When calling from a Cisco phone to an external phone, all the Cisco-user hears is a ticking crackle and
after about a minute the phone
2015 Apr 03
2
Dovecot Oy merger with Open-Xchange AG
Andreas Kasenides skrev den 2015-04-03 15:53:
> Please share. I know its easy to do, but share anyway!
require ["imap4flags"];
# rule:[h.reindl at thelounge.net]
if header :contains "From" "h.reindl at thelounge.net"
{
addflag "\\Seen";
}
this dont break threads
add this as the very first rule, before any fileinto, note no stop in
the above rule
2015 Apr 03
0
Dovecot Oy merger with Open-Xchange AG
...any fileinto, note no stop in
> the above rule
>
> possible he have more sender addresses
Benny, our master-troll - i already posted a working rule (yours is
bullshit when somebody asks for blow mails to /dev/null) and i don't
give a damn about people acting like stupid childs "booh the bad man
said something not nice mama help me"
if address :is ["From", "Sender"] ["h.reindl at thelounge.net",
"nick.z.edwards at gmail.com"]
{
discard;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signat...
2019 Nov 15
5
class(<matrix>) |--> c("matrix", "arrary") [was "head.matrix ..."]
>>>>> Pages, Herve
>>>>> on Thu, 14 Nov 2019 19:13:47 +0000 writes:
> On 11/14/19 05:47, Hadley Wickham wrote:
>> On Sun, Nov 10, 2019 at 2:37 AM Martin Maechler
>> <maechler at stat.math.ethz.ch> wrote:
>>>
>>>>>>>> Gabriel Becker
>>>>>>>> on Sat, 2 Nov 2019
2020 Jan 21
2
class(<matrix>) |--> c("matrix", "arrary") -- and S3 dispatch
...t a bit, maybe
> also not much longer than one day, for a docker image) :
>
>
>> Sys.unsetenv("_R_CLASS_MATRIX_ARRAY_") # ==> current R behavior
>> class(m <- diag(1))
> [1] "matrix"
>> Sys.setenv("_R_CLASS_MATRIX_ARRAY_" = "BOOH !") # ==> future R behavior
>> class(m)
> [1] "matrix" "array"
>>
>> foo <- function(x) UseMethod("foo")
>> foo.array <- function(x) "made in foo.array()"
>> foo(m)
> [1] "made in foo.array()"
>&g...
2004 Aug 06
3
Icecast User Login Question
At 01:37 PM 11/3/2003 -0700, you wrote:
> >I can have a look at implementing this when I get chance.
>That would be great as the devs at shoutcast have absolutely no interest or
>so it seems in adding this feature, which causes people
>to rely on 3rd party scripts to handle the authentication, which is shotty
>at best.
actually, as it turns out, this does make alot of sense,
2019 Nov 21
0
class(<matrix>) |--> c("matrix", "arrary") -- and S3 dispatch
...compile for the sources .. or wait a bit, maybe
also not much longer than one day, for a docker image) :
> Sys.unsetenv("_R_CLASS_MATRIX_ARRAY_") # ==> current R behavior
> class(m <- diag(1))
[1] "matrix"
> Sys.setenv("_R_CLASS_MATRIX_ARRAY_" = "BOOH !") # ==> future R behavior
> class(m)
[1] "matrix" "array"
>
> foo <- function(x) UseMethod("foo")
> foo.array <- function(x) "made in foo.array()"
> foo(m)
[1] "made in foo.array()"
> Sys.unsetenv("_R_CLASS_M...
2020 Jan 28
0
class(<matrix>) |--> c("matrix", "arrary") -- and S3 dispatch
...one day, for a docker image) :
>>
>>
>>> Sys.unsetenv("_R_CLASS_MATRIX_ARRAY_") # ==> current R behavior
>>> class(m <- diag(1))
>> [1] "matrix"
>>> Sys.setenv("_R_CLASS_MATRIX_ARRAY_" = "BOOH !") # ==> future R behavior
>>> class(m)
>> [1] "matrix" "array"
>>>
>>> foo <- function(x) UseMethod("foo")
>>> foo.array <- function(x) "made in foo.array()"
>>> foo(m...