Displaying 16 results from an estimated 16 matches for "enri".
Did you mean:
henri
2005 Apr 19
2
indexing an array using an index-array, but one entry being ', '
Hi
I have the following array:
test <- array(c(1:16), dim = c(3,4,3))
test
## I call some enries using an index array
test.ind <- array(rbind(c(1,2,1), c(3,3,2)), dim = c(2,3))
test[test.ind]
## suppose I want all values in the 2nd row and 4th col over
## all three 3rd dimensions
test[2,4,]
how to specify a test.ind array with the last index left with ',' i.e
test.ind should be...
2003 May 11
2
printing issues - lprng
Hi,
I am running samba and lprng for 4 hp laserjets. Sometimes a
samba print job goes to the wrong printer. Normally everything works just
fine. Shown below is the lprng acct log file enries for the concerned print
job. Please notice that the print job was supposed to go to hp4050-mail,
but ended up in hp8100. Any suggestions are much appreciated.
Thanks
Balagopal
jobstart '-Hgate24a.MathStat.Dal.Ca' '-nsarah' '-Php8100'
'-kcfA622gate24a.MathStat.Dal.Ca...
2018 Nov 13
2
fixing debian's hd-media image
...ying to follow the guids
https://www.syslinux.org/wiki/index.php?title=Install#UEFI
and a ml post - here is what I have so far:
https://salsa.debian.org/carlfk-guest/ansible/blob/uefiusb/usbinst/uefi/fix_hdmedia.sh
(likely quite a bit of unneeded copies)
it boots, (good)
Initial menu has no LABEL enries!
boot:
linux boot linux, but no initrd, but i'm sure once I get the .cfg
files worked out that will fall into place.
--
Carl K
2008 Aug 14
0
Dynamic Linker
Hello,
I am using Syslinux as a bootloader for a PC-based embedded system. I
need to load my ELF applications to the top of the available physical
memory. By the way, they have no any relations to klibc or Syslinux
since they are compiled with a special embedded C-library. Since
different PCs may have a different amount of installed RAM, I may need
to load those ELF files to different locations.
2008 Nov 14
2
winecfg from console
Hi! I want know how i can run the winecfg in console mode.
I can't run winecfg in graphic mode, but i don't care. I want know how set the windows version from the console: I want set to the win 98 version in console mode.
thanks!
2005 Jul 08
0
Troubles setting up winbind for nt4 style samba domain
...nd has idmap in it as entered by the smbldap-populate tools:
dn: ou=Idmap,ou=OxObjects,dc=guestsfurniturehire,dc=com,dc=au
objectClass: organizationalUnit
ou: Idmap
structuralObjectClass: organizationalUnit
entryUUID: ae4d1d72-6847-1029-9f4f-fbdbb9cf79d8
And I have what I believe are the relevant enries in my smb.conf:
ldap idmap suffix = ou=Idmap
ldap machine suffix = ou=Users
ldap passwd sync = Yes
ldap suffix = ou=OxObjects,dc=guestsfurniturehire,dc=com,dc=au
ldap user suffix = ou=Users
idmap backend = ldap://mail.guestsfurniturehire.com.au...
2018 Nov 15
0
fixing debian's hd-media image
...w.syslinux.org/wiki/index.php?title=Install#UEFI
> and a ml post - here is what I have so far:
>
> https://salsa.debian.org/carlfk-guest/ansible/blob/uefiusb/usbinst/uefi/fix_hdmedia.sh
> (likely quite a bit of unneeded copies)
>
> it boots, (good)
> Initial menu has no LABEL enries!
I have to say that your cfg file(s) are not very clear to me (at the
time I was reading your script, which by now has been changed). Could
you please post here the resulting directory tree, the list of file
names in each directory and the complete resulting content of all the
cfg files,...
2012 Nov 05
3
DragonFly Object not found in Production
could please anyone help me with this issue?
http://stackoverflow.com/questions/13237954/object-not-found-in-production
thanks,
enrico
--
· Enrico Stano
·
· twitter @enricostano
· skype ocirneonats
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubsc...
2018 Nov 17
2
fixing debian's hd-media image
...le=Install#UEFI
> > and a ml post - here is what I have so far:
> >
> > https://salsa.debian.org/carlfk-guest/ansible/blob/uefiusb/usbinst/uefi/fix_hdmedia.sh
> > (likely quite a bit of unneeded copies)
> >
> > it boots, (good)
> > Initial menu has no LABEL enries!
>
>
> I have to say that your cfg file(s) are not very clear to me (at the
> time I was reading your script, which by now has been changed).
The scripts got a whole lot simpler, now basicly:
cp syslinux-6.04-pre1/efi64/efi/syslinux.efi $target/EFI/BOOT/BOOTX64.EFI
cp syslinux-6.04-...
2008 Sep 09
4
Help with 'spectrum'
For the command 'spectrum' I read:
The spectrum here is defined with scaling 1/frequency(x), following S-PLUS. This makes the spectral density a density over the range (-frequency(x)/2, +frequency(x)/2], whereas a more common scaling is 2? and range (-0.5, 0.5] (e.g., Bloomfield) or 1 and range (-?, ?].
Forgive my ignorance but I am having a hard time interpreting this. Does this mean
2008 Jul 21
15
SYSLINUX Anatomy
Greetings,
As a Google Summer of Code student for the SYSLINUX project, I had the
chance to learn many interesting things from hpa regarding the
internals of SYSLINUX. So besides my main task of implementing ELF
modules loading & linking, I decided to put down in the wiki all the
information I found concerning SYSLINUX development.
In this regard, I have created a special category on the
2018 Nov 17
0
fixing debian's hd-media image
...a ml post - here is what I have so far:
> > >
> > > https://salsa.debian.org/carlfk-guest/ansible/blob/uefiusb/usbinst/uefi/fix_hdmedia.sh
> > > (likely quite a bit of unneeded copies)
> > >
> > > it boots, (good)
> > > Initial menu has no LABEL enries!
> >
> >
> > I have to say that your cfg file(s) are not very clear to me (at the
> > time I was reading your script, which by now has been changed).
>
> The scripts got a whole lot simpler, now basicly:
>
> cp syslinux-6.04-pre1/efi64/efi/syslinux.efi $targe...
2018 Nov 30
2
fixing debian's hd-media image
...e so far:
> > > >
> > > > https://salsa.debian.org/carlfk-guest/ansible/blob/uefiusb/usbinst/uefi/fix_hdmedia.sh
> > > > (likely quite a bit of unneeded copies)
> > > >
> > > > it boots, (good)
> > > > Initial menu has no LABEL enries!
> > >
> > >
> > > I have to say that your cfg file(s) are not very clear to me (at the
> > > time I was reading your script, which by now has been changed).
> >
> > The scripts got a whole lot simpler, now basicly:
> >
> > cp syslinux-6...
2013 Mar 15
1
merge two matrices
Dear R-help members
I would be grateful if anyone could help me with the following problem: I would like to combine two matrices (SCH_15 and SCH_16, they are attached) which have a species presence/absence x sampling plot structure. The aim would be to have in the end only one matrix which shows all existing species and their presence/absence on all the different plots(an_1, an_2 etc.)
To do
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running
on the host or in a separate VM, to control the execution of other VM-s
(pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.),
alter the page access bits in the shadow page tables (only for the hardware
backed ones, eg. Intel's EPT) and receive notifications when events of
interest have taken place
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running
on the host or in a separate VM, to control the execution of other VM-s
(pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.),
alter the page access bits in the shadow page tables (only for the hardware
backed ones, eg. Intel's EPT) and receive notifications when events of
interest have taken place