Displaying 12 results from an estimated 12 matches for "135000".
Did you mean:
135,000
2013 Jun 21
6
[Bug 66022] New: pwm1[_enable] faults after hibernate/restore related to automatic (or otherwise) fan management
https://bugs.freedesktop.org/show_bug.cgi?id=66022
Priority: medium
Bug ID: 66022
Assignee: nouveau at lists.freedesktop.org
Summary: pwm1[_enable] faults after hibernate/restore related
to automatic (or otherwise) fan management
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
2003 Aug 04
1
Novice question
...user, so this question is probably quite stupid, but for
the life of me I cannot figure out how to get predications using
multivariate linear regression analysis. Single variable predictions
work fine. I am trying the following:
-- Known y's for known x's1 and x's2
ys <- c(133890, 135000, 135790, 137300, 138130, 139100, 139900,
141120, 141890, 143230, 144000, 145290)
xs1 <- c(1:12)
xs2 <- c(22, 24.5, 27, 33, 36.8, 40, 44, 57, 59, 62, 74, 77)
xm <- cbind(xs1, xs2)
-- New x's1 and x's2
nx1 <- c(13:17)
nx2 <- c(82, 85, 88.3, 90, 95)
-- Generate some predicti...
2010 Jun 28
1
Stacking several vectors from the list
...8 6338 ) dimensions with funds with the corresponding dates and observations for each date for around 10 years and 4000+ funds, meaning in COL5 has the next fund's name and so on.
COL1 COL2 COL3 COL4
HBNNF US Equity Date EQY_SH_OUT PX_VOLUME
#NAME? #N/A N/A 135000
7/7/2008 #N/A N/A 105000
7/17/2008 #N/A N/A 590000
7/22/2008 #N/A N/A 40000
so in R this .csv is somehow read as list (using typeof) and not as dataframe, and a lot of stuff like regexpr searches in the whole file do not work or behave strangely. I want to stack the fund data, and...
2017 Dec 31
0
LUT update skipped on first modeset?
...0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x40
0x5
[ 2368.113399] [drm:drm_mode_debug_printmodeline [drm]] Modeline
55:"1680x1050" 60 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x40
0x6
[ 2368.113419] [drm:drm_mode_debug_printmodeline [drm]] Modeline
60:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40
0x5
[ 2368.113439] [drm:drm_mode_debug_printmodeline [drm]] Modeline
52:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40
0x5
[ 2368.113459] [drm:drm_mode_debug_printmodeline [drm]] Modeline
54:"1152x864" 75 108000 11...
2007 Feb 16
8
term vector blues
...re ''ferret''
#require ''zlib''
fields=Ferret::Index::FieldInfos.new
fields.add_field :text, :store=>:no#, :index=>:omit_norms
i = Ferret::I.new :field_infos=>fields #:path=>''temp_index''
20.times{
i << {:text=>`man gcc`[0..135000]}
}
#i.close_writer
r=i.reader
#r.term_docs_for(:text, "example")
r.term_vector(0,:text)
example output:
$ ruby tvtest.rb
Reformatting gcc(1), please wait...
Reformatting gcc(1), please wait...
Reformatting gcc(1), please wait...
Reformatting gcc(1), please wait...
Reformatting gcc(1...
2013 Jun 25
10
[Bug 66177] New: pwm1 value not restored during hibernate/restore cycle in the event of manual fan management mode
...e the following:
echo 1 > /sys/class/hwmon/hwmon0/pwm1_enable
echo 30 > /sys/class/hwmon/hwmon0/pwm1
pwm1=30
pwm1_enable=1
pwm1_max=100
pwm1_min=0
temp1_auto_point1_pwm=100
temp1_auto_point1_temp=90000
temp1_auto_point1_temp_hyst=3000
temp1_crit=115000
temp1_crit_hyst=2000
temp1_emergency=135000
temp1_emergency_hyst=5000
temp1_input=41000
temp1_max=95000
temp1_max_hyst=3000
update_rate=1000
and then do hibernate/restore, I get this:
pwm1=100
pwm1_enable=1
pwm1_max=100
pwm1_min=0
temp1_auto_point1_pwm=100
temp1_auto_point1_temp=90000
temp1_auto_point1_temp_hyst=3000
temp1_crit=115000
temp...
2007 May 27
1
Problem while working with SPSS data
Dear all R users,
I got a strange problem while working with SPSS data :
I wrote following :
library(foreign)
data.original = as.data.frame(read.spss(file="c:/Program Files/SPSS/Employee
data.sav"))
data = as.data.frame(cbind(data.original$MINORITY, data.original$EDUC,
data.original$PREVEXP, data.original$JOBCAT, data.original$GENDER))
colnames(data) = c('MINORITY',
2018 Sep 04
6
[PATCH 0/5] drm/nouveau: add basic HDMI 2.0 support
This is the beginnings of HDMI 2.0 support. All of the "extra"
features are left out, such as 12/16bpc, YUV420, etc.
I've verified that with this code, a GP108 (GT1030) can switch between
4k at 60 and 1920x1080 at 60 on a LG 4K TV. Further, I've verified via i2c
tools, that the SCDC writes really do happen.
I suspect that the patch for keeping track of the high-speed TMDS
2014 Dec 16
1
Dovecot lda Panic: file mail-transaction-log.c
...is used for "archive", it
only receives messages and nobody connects to it. Today dovecot was
unable to delibery, via LDA, email in the Maildir and in the log i found
the following error.
Login via POP or IMAP works fine but is impossibile to delivery new
email (the INBOX have about 135000 emails). I have delete all files in
Maildir except cur/ new/ tmp/ and rebuild the dovecot cache, but the
error is the same.
Could be a sieve problem? In the user's home there was a file called
.dovecot.lda-dupes.lock
What is wrong?
Dec 16 06:53:25 mx02eeh dovecot: lda(user at domain.com):...
2009 May 19
3
can't run program - Exception EAccessViolation in module
...n mtoper2 (+0x6d768) (0x0032fee0)
20 0x004bc8f4 in mtoper2 (+0xbc8f4) (0x0032fef8)
21 0x6042b69f in kernel32 (+0x5b69f) (0x0032ffe8)
22 0x600297e7 (0x00000000)
0x6032c8de __regs_RtlRaiseException+0x4e in ntdll: subl $4,%esp
Modules:
Module Address Debug info Name (56 modules)
ELF 101000- 135000 Deferred libfontconfig.so.1
ELF 167000- 16c000 Deferred libxfixes.so.3
ELF 173000- 176000 Deferred libxinerama.so.1
ELF 17f000- 188000 Deferred libxrender.so.1
ELF 24f000- 252000 Deferred libxcomposite.so.1
ELF 254000- 25c000 Deferred libxran...
2001 Oct 14
0
DirectX 8 Library error.
...page 130000
trace:module:do_relocations 72 relocations for page 131000
trace:module:do_relocations 72 relocations for page 132000
trace:module:do_relocations 88 relocations for page 133000
trace:module:do_relocations 44 relocations for page 134000
trace:module:do_relocations 52 relocations for page 135000
trace:module:do_relocations 48 relocations for page 136000
trace:module:do_relocations 20 relocations for page 137000
trace:module:do_relocations 48 relocations for page 138000
trace:module:do_relocations 48 relocations for page 139000
trace:module:do_relocations 52 relocations for page 13a000
trac...
2013 Feb 14
12
[PATCH v7 0/5] xen: ARM HDLCD video driver
Hi all,
these are the remaining unapplied patches of the ARM HDLCD patch series.
Changes in v7:
- rebased on b61ed421d2c85b5b106c63f2c14f8aa162b282f0;
- turn more printk and panic into early_printk and early_panic.
Changes in v6:
- rebased on 77d3a1db3196b1b5864469f8d3f41d496800c795;
- remove useless initializations to NULL in lfb_init;
- more compact checks in lfb_init.
Changes in v5:
- move