Displaying 9 results from an estimated 9 matches for "catapult".
Did you mean:
casault
2012 Jun 25
2
Fractional Factorial - Wrong values using lm-function
...ay through the examples provided at
http://www.itl.nist.gov/div898/handbook/pri/section4/pri472.htm
http://www.itl.nist.gov/div898/handbook/pri/section4/pri472.htm , but I
can't get the results provided in the trial model calculations. Why is this.
Here is how I have tried to do it:
> data.catapult=read.table("Fractional.txt",header=T) #Read the data in the
> table provided in the example.
> data.catapult
Distance h s b l e
1 28.00 3.25 0 1 0 80
2 99.00 4.00 10 2 2 62
3 126.50 4.75 20 2 4 80
4 126.50 4.75 0 2 4 45
5 45.00 3.25 20 2 4 45
6 35.00...
2018 Apr 27
1
Introducing HardCloud @ FCCM 2018
...HardCloud (www.hardcloud.org) is an extension to the OpenMP 4.X standard
that seeks to ease the task of offloading IP-cores to FPGA accelerators in
CPU-FPGA architectures. This is achieved by two new clauses [use] and
[module] shown in the example below:
#pragma omp target device(HARP | HARPSIM | Catapult) map(to: X) map(from: Y)
#pragma omp parallel for use(hrw) module(loopback) check
for(int i = 0; i < n; i++) {
Y[i] = X[i];
}
Clause use(hrw) allows the computation to be performed by a pre-synthesized
hardware module (loopback) instead of by the C code following the
annotation. A new opti...
2003 Dec 01
0
No subject
Want to hold up a bank in Latin?
"Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum
immane mittam."
(I have a catapult. Give me all the money, or I will fling an enormous rock
at your head.)
"Lawyers are like chemical weapons. Everybody gets screwed if they're let
out."
2005 Feb 07
3
syslinux/isolinux capabilities
I'm wondering if it's possible to use isolinux on a bootable CDR to boot an
ISO9660 disk image off of the CDR's filesystem. I'm trying to make a multi-boot
CD which is capable of booting both floppy images and smaller ISO9660 images
(such as the debian netinst or DSL - damnsmall linux), and I am wondering if
isolinux is capable of doing this (or something similar to this -
2020 Nov 03
2
Group with RWX acl cannot delete as file/dir owned by user with RWX
...to guest = bad user
#winbind enum users = yes
security = ADS
log file = /var/log/samba/log.%m
idmap config company : backend = rid
realm = COMPANY.LTD
passwd program = /usr/bin/passwd %u
vfs objects = acl_xattr
server string = Catapult Server
#store dos attributes = yes
winbind use default domain = yes
passdb backend = tdbsam
panic action = /usr/share/samba/panic-action %d
delete readonly = yes
acl_xattr:ignore system acls = yes
server role = member server
dn...
2013 Jan 26
0
Processed: switching email address
...y 9.1) too
Bug #331116 {Done: Rolf Leggewie <foss at rolf.leggewie.biz>} [isdnlog] isdnlog: fails to purge
Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>'
> submitter 689802 !
Bug #689802 [openmsx-catapult] openmsx-catapult: needs updating for openmsx >> 0.9
Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>'
> submitter 668751 !
Bug #668751 [liquidsoap] liquidsoap: unowned directory after purge: /usr/s...
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...sie
Bug #701362 [src:speech-tools] speech-tools: ftbfs with GCC-4.8
Added tag(s) jessie.
> tags 643231 + jessie
Bug #643231 [src:obmenu] obmenu: FTBFS: dpkg-buildpackage: error: dpkg-source -b obmenu-1.0 gave error exit status 2
Added tag(s) jessie.
> tags 689802 + jessie
Bug #689802 [openmsx-catapult] openmsx-catapult: needs updating for openmsx >> 0.9
Added tag(s) jessie.
> tags 643269 + jessie
Bug #643269 [src:sc] sc: FTBFS: dpkg-buildpackage: error: dpkg-source -b sc-7.16 gave error exit status 2
Added tag(s) jessie.
> tags 621381 + jessie
Bug #621381 {Done: Axel Beckert <abe...
2004 May 06
1
CD-ROM won't boot. BIOS problem?
Hi,
I'm having trouble booting my system using the SuSE 9.0 installer CD
at ftp://ftp.suse.com/pub/suse/i386/9.0/boot/boot.iso (ISOLINUX 2.06).
My system is a Kontron cPCI-DT64 single board computer. The CD-ROM
drive is an Adtron IC6C, has its own IDE controller and sits in
another cPCI slot.
System Details:
System BIOS - PhoenixBIOS 4 Release 6.0, cPCI-DT64 BIOS 2.5
Adapter BIOS - Sil
2003 Feb 05
0
Samba with windows 2000
Hello,
I am trying to get samba to work with a windows 2000 machine as a PDC
nd solaris 8. I have already joined the domain. I can run getent passwd
and I can see DOMAIN\users. I can do a smbclient -L <PDC> -U
Administrator and that works fine. Doesn't list my shares from my UNIX
server but it lists what the PDC is sharing. I have samba running on a
machine that is not running NIS