Displaying 8 results from an estimated 8 matches for "ohno".
Did you mean:
ohio
2020 Oct 05
2
S4 - inheritance changed by order of setClassUnion and setAs()
Dear colleagues,
there is a behaviour with S4 (virtual) classes that I find very hard to understand: Depending on the position
of setAs(), the tree of inheritance changes.
This is my baseline example that defines the classes "grandma", "mother", "daughter" and a virtual
class "mr_x". For a new instance if "daughter", "mr_x" is betweeen
2020 Oct 06
0
S4 - inheritance changed by order of setClassUnion and setAs()
...2", *contains = c("person2", "person1")*)
> getClass("people2")
Class "people2" [in ".GlobalEnv"]
Slots:
Name: g f
Class: character character
Extends: "person2", "person1"
> setGeneric("ohno", function(obj) standardGeneric("ohno")
+ )
[1] "ohno"
> setMethod("ohno", "person1", function(obj) "person1!")
> setMethod("ohno", "person2", function(obj) "person2! Oh No!")
*> ohno(new("people...
2006 Oct 14
2
Documentation for html_options = {}
Hi, trying to locate documentation for html_options = {} as allowed in
RJS calls such as link_to_remote.
Can anyone point me in the right direction please?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Jun 07
1
Controlling Cisco 7960 Ringtone from Asterisk
...Curley.raw
Drums 1 Drums1.raw
Drums 2 Drums2.raw
FilmScore FilmScore.raw
FlintPhone FlintPhone.raw
HarpSynth HarpSynth.raw
Jamaica Jamaica.raw
Klaxons Klaxons.raw
KotoEffect KotoEffect.raw
MusicBox MusicBox.raw
Neuro Neuro.raw
Ohno Ohno.raw
Piano 1 Piano1.raw
Piano 2 Piano2.raw
Pop Pop.raw
Pulse Pulse1.raw
Saxaphone 1 Sax1.raw
Saxaphone 2 Sax2.raw
Asleep asleep.raw
Caramba caramba.raw
MayIHelp mayihelp.raw
Dilbert Boss SICA-dilbert-BungeeBoss....
2004 Dec 12
2
Caller ID info ZAP --> SIP??
Hi everyone,
I've been toying with * for quite some time now. I've got two Cisco
7940's with the SIP firmware playing nice with *. I can also make
outbound calls via IAXTel (toll-free calls only) and all other calls I
have routed out my X100P-clone adapter.
Here's my question... Is there a way to capture the inbound callerid from
my phone line (coming in on the X100P) and have
2018 Apr 23
0
llc tool followed by g++ : Abnormal behavior while compiling assembly to object file
Hi Mahesh,
On 23 April 2018 at 10:51, Mahesh Attarde via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> movq .str at GOTPCREL(%rip),%rdi
> movq .str.1 at GOTPCREL(%rip),%rsi
That's quite strange. You wouldn't normally expect to access a
constant string via the GOT. It looks like LLVM has decided to put the
symbols in an odd section, so it'd be a good idea to make sure
2018 Apr 23
2
llc tool followed by g++ : Abnormal behavior while compiling assembly to object file
Hi
I am executing following steps to convert assembly to object code.
llc -march=x86-64 -filetype=asm input.ll -o input.s
g++ -g -c -o input.s --input.o
inshort
ll --> llc --> .s -->g++ -->obj
original source was something like this
{
printf(" **** %s ****",str);
}
input.s turn out to be
movq .str at GOTPCREL(%rip),%rdi
movq .str.1 at GOTPCREL(%rip),%rsi
xorl
2003 Jun 30
1
Fw: VPN setup problem - proxy arp I think
...t; 10.77.2.50/24
demo3 "demo3" 10.77.3.50/24
demo4 "demo4" 10.77.4.50/24
demo5 "demo5" 10.77.5.50/24
========RUN TIME ========
DELL2# mdp default
mdp: Command not found.
DELL2# mpd default
Multi-link PPP for FreeBSD, by Archie L. Cobbs.
Based on iij-ppp, by Toshiharu OHNO.
mpd: pid 281, version 3.13 (root@DELL2.lmms.lmco.com 09:44 23-Jun-2003)
[pptp1] ppp node is "mpd281-pptp1"
mpd: local IP address for PPTP is 129.197.244.10
[pptp1] using interface ng0
[pptp1] device type already set to pptp
[pptp2] ppp node is "mpd281-pptp2"
[pptp2] using inter...