Displaying 13 results from an estimated 13 matches for "hw2".
Did you mean:
hw
2006 Feb 19
1
Importing data
Hi all,
I'm a new R user trying to import some tab delimited data. It's not
clear to me why the following code won't work on my Mac:
> read.delim("asphodel:Users:will:Desktop:Math_282:hw2:hw2-
data1.txt",header=TRUE)
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file `asphodel:Users:will:Desktop:Math_282:hw2:hw1-
data1.txt'
Is this the correct syntax for specifying the path? Thanks!
-Will
2013 Jul 23
0
[LLVMdev] Questions about MachineScheduler
...achine model is mostly up to you. What the TargetSchedModel interface does for you is normalize the resources to processor cycles. This is exposed with scaling factors (to avoid division): getResourceFactor, getMicroOpFactor, getLatencyFactor.
So if you have
def HW1 : ProcResource<15>;
def HW2 : ProcResource<3>;
LatencyFactor=15
ResourceFactor(HW1)=1
ResourceFactor(HW2)=5
> 2. Southern Islands has 256 registers, but there is a significant
> performance penalty if you use more than a certain amount. Do any of
> the MachineSchedulers support switching into an 'optimi...
2013 Jul 22
2
[LLVMdev] Questions about MachineScheduler
Hi,
I'm working on defining a SchedMachineModel for the Southern Islands
family of GPUs, and I have two questions related to the
MachineScheduler.
1. I have a resource that can process 15 instructions at the same time.
In the TableGen definitions, should I do:
def HWVMEM : ProcResource<15>;
or
let BufferSize = 15 in {
def HWVMEM : ProcResource<1>;
}
2. Southern Islands has
2001 Jun 19
1
winelib setup problem
Any chance of some help please?
I have just started trying to get WineLib working on my machine, after
playing with wine for several months.
I am starting slowly. The BASIC hello, world. (no graphics, no Microsoft
etc)
I run winemaker and configure (with -L/usr/local/lib)
make generates
./hw2.spec:7: could not open .so file for advapi32.dll
I am aware of the discussion in January (compiling simple application using
winelib) and have checked that the -L/usr/local/lib is present in the
Makefile. libadvapi32.so is there. Wine runs OK .
Any idea what I haven't set up properly?
Bill
2008 May 07
2
Homeworld 2 fails to launch
I haven't been able to get HW2 to launch under wine
when i try it always spits out this along with a TON of fixmes, all having
something to do with dxdiag
wine: Call from 0x7b841e00 to unimplemented function
ntoskrnl.exe.IoGetDeviceProperty, aborting
wine: Call from 0x7b841e00 to unimplemented function
ntoskrnl.exe.IoGetDevice...
2009 May 16
1
Homeworld 2 Crash right after start?
Hey Everyone,
I cant get HW2 to work for some reason. I looked at the APP DB and it did not help me much. I run it but i get an error. It just creates a dump file that reads as follows :
Homeworld2.exe caused a Breakpoint in module Debug.dll at 0023:003f19b6.
Error occurred at 5/16/2009 01:03:58.
Homeworld2.exe, run by domc...
2005 Dec 30
5
Dtrace locks up on sol
Hi all...
I''ve just got my hands on a Solaris 10 box for the first time. I''ve heard wonderous things about dtrace, so the first command I type is dtrace -l which disappointingly does nothing at all. It just hangs, and neither Ctrl-D, Ctrl-C or kill -9 from another shell will do anything to kill it.
The box is:
SunOS t2000 5.10 Generic_118822-25 sun4v sparc SUNW,Sun-Fire-T200
2020 Jun 13
5
Voice "broken" during calls
...:
Addr->IP : 192.168.200.10:25572
Defaddr->IP : (null)
Prim.Transp. : UDP
Allowed.Trsp : UDP
Def. Username: 0049351xxxxxxx
SIP Options : (none)
Codecs : (alaw|ulaw|ilbc|g729|g723|gsm)
Auto-Framing : No
Status : OK (17 ms)
Useragent : THOMSON ST2022 hw2 fw3.56 00-26-44-31-10-23
Reg. Contact : sip:0049351xxxxxxx at 192.168.200.10:25572;user=phone
Qualify Freq : 60000 ms
Keepalive : 0 ms
Sess-Timers : Refuse
Sess-Refresh : uac
Sess-Expires : 1800 secs
Min-Sess : 90 secs
RTP Engine : asterisk
Parkinglot :
Use Reason...
2020 Jun 13
0
Voice "broken" during calls
...0.10:25572
> Defaddr->IP : (null)
> Prim.Transp. : UDP
> Allowed.Trsp : UDP
> Def. Username: 0049351xxxxxxx
> SIP Options : (none)
> Codecs : (alaw|ulaw|ilbc|g729|g723|gsm)
> Auto-Framing : No
> Status : OK (17 ms)
> Useragent : THOMSON ST2022 hw2 fw3.56 00-26-44-31-10-23
> Reg. Contact : sip:0049351xxxxxxx at 192.168.200.10:25572;user=phone
> Qualify Freq : 60000 ms
> Keepalive : 0 ms
> Sess-Timers : Refuse
> Sess-Refresh : uac
> Sess-Expires : 1800 secs
> Min-Sess : 90 secs
> RTP Engine : asterisk...
2020 Sep 29
5
Question about hardware failures / FSD
Hello,
The UPS I am developing a driver to is able to report several flags for
critical hardware conditions, like overheat, overload, inverter failure,
output short etc. What should be the correct policy of operation when such
a condition occurs? I think that the an UPS in such a condition is not
reliable and therefore a system shutdown should be called. However, the
developer's manual and
2020 Jun 13
3
Voice "broken" during calls
Am 13.06.2020 09:30, schrieb Luca Bertoncello:
Hi again (again)
I noticed right now another strange detail...
I made a call using my mobile phone (connected to the Asterisk). The
quality was top...
Maybe is the problem in a codec used from our phones at homes?
Could someone suggest me how to check the codec used by my mobile phone
and the codec used by the phones at home?
Thanks
Luca
2020 Sep 30
0
Question about hardware failures / FSD
...hanism based on the dummy-ups driver. I suggest you introduce new status
names and new status changes. These will be monitored by a
upsmon+upsched+upssched-cmd setup extended to cover the new statuses.
I suggest you choose generic names which can be used by others in the future.
For example HW1, HW2, ... for the hardware error conditions with a
correspondance table for your UPS in the documentation. Other drivers might
have other correspondance tables.
Although maybe OVERHEAT and OVERLOAD are already sufficiently generic. It's up
to you.
Roger
EVENTS based on upsd status changes...
2005 May 12
3
Something every TDMP user should know
> They instantly got us to look at the output of zttest and we found that
this was (in their words) 'extremely low', with 'best' and > 'worst'
readings of 99.975586% and 99.963379% respectively.
Might want to give PCI latency setting a try, it helped for me. My ZTTEST
would drop occasionally to 99.95% until I set:
setpci -v -s 01:01.0 latency_timer=ff