Displaying 20 results from an estimated 24 matches for "1100000".
Did you mean:
1000000
2014 Jun 17
1
[REGRESSION] drm/g94/i2c: add aux channel interrupt driver
...:00.0] 1a: 405000 KHz
[ 41.824680] nouveau D[ CLK][0000:01:00.0] 18: 270000 KHz
[ 41.824681] nouveau D[ CLK][0000:01:00.0] 16: 540000 KHz
[ 41.824682] nouveau [ CLK][0000:01:00.0] 07: core 270 MHz memory 405 MHz
[ 41.824697] nouveau D[ CLK][0000:01:00.0] 15: 1100000 KHz
[ 41.824698] nouveau D[ CLK][0000:01:00.0] 1100000 KHz
[ 41.824702] nouveau D[ CLK][0000:01:00.0] 1100000 KHz
[ 41.824704] nouveau D[ CLK][0000:01:00.0] 1100000 KHz
[ 41.824705] nouveau D[ CLK][0000:01:00.0] 1100000 KHz
[ 41.824707] nouveau D[ CLK][0000...
2009 Feb 23
2
1.095e+09 for integers
I've had a very long file written out by R with write.table, with
fields of time values, converted from POSIXlt as.numeric. Among 2.5
million values, very few had 6 trailing zeroes, and those were output
in scientific notation as in the subject. Is this the default
behavior for long integers, and how can it be turned off (with all
digits for any integer field in write.table)? This
2006 Jun 13
1
Cramer-von Mises normality test
...ov) normality test
data: ln.Mn.Total..ug.kg
D = 0.0869, p-value = 0.002011
OK, next the data column:
Mn-Total, ug/kg
460000
400000
510000
600000
770000
180000
210000
1000000
2600000
490000
260000
760000
840000
400000
430000
230000
660000
1200000
370000
230000
290000
320000
400000
660000
620000
1100000
350000
450000
880000
960000
570000
870000
820000
970000
1100000
450000
730000
390000
640000
380000
340000
1400000
870000
260000
430000
290000
290000
550000
540000
240000
470000
650000
390000
380000
410000
220000
400000
380000
500000
1000000
520000
690000
500000
520000
260000
630000
630000
410000
29...
2006 Jun 14
1
Bug in nortest cvm.test package (PR#8980)
...ov) normality test
data: ln.Mn.Total..ug.kg
D = 0.0869, p-value = 0.002011
OK, next the data column:
Mn-Total, ug/kg
460000
400000
510000
600000
770000
180000
210000
1000000
2600000
490000
260000
760000
840000
400000
430000
230000
660000
1200000
370000
230000
290000
320000
400000
660000
620000
1100000
350000
450000
880000
960000
570000
870000
820000
970000
1100000
450000
730000
390000
640000
380000
340000
1400000
870000
260000
430000
290000
290000
550000
540000
240000
470000
650000
390000
380000
410000
220000
400000
380000
500000
1000000
520000
690000
500000
520000
260000
630000
630000
410000
29...
2011 Mar 14
0
Anachronox doesn't work anymore.
...rw-
Backtrace:
0x5f564e5f: -- no code accessible --
Modules:
Module Address Debug info Name (62 modules)
PE 330000- 33d000 Deferred zlib
PE 340000- 360000 Deferred anoxaux
PE 360000- 3c3000 Deferred anoxgfx
PE 3d0000- 3eb000 Deferred libpng13a
PE 400000- 1100000 Deferred anox
PE 1100000- 129b000 Deferred ref_gl
PE 10000000-102a1000 Deferred gamex86
ELF 23a9e000-23aa0000 Deferred libnvidia-tls.so.260.19.36
ELF 2a542000-2a60b000 Deferred libgl.so.1
ELF 46c1a000-482cb000 Deferred libnvidia-glcore.so.260.19.36
ELF 485...
2001 Apr 27
2
Benchmarking R, why sort() is so slow?
Hello everybody,
I am making a modified version of "Stephan Steinhaus' benchmark test for
number crunching, v. 2, (see
http://www.scinetificweb.com/ncrunch/ncrunch.pdf for the original version),
comparing several functions of some math/stat software. R is not performing
bad at all... except for the sorting of a 1,100,000 random vector (test #3)
which is the worst of all (see cell F3 in
2001 Apr 27
2
Benchmarking R, why sort() is so slow?
Hello everybody,
I am making a modified version of "Stephan Steinhaus' benchmark test for
number crunching, v. 2, (see
http://www.scinetificweb.com/ncrunch/ncrunch.pdf for the original version),
comparing several functions of some math/stat software. R is not performing
bad at all... except for the sorting of a 1,100,000 random vector (test #3)
which is the worst of all (see cell F3 in
2016 Jun 15
1
id shows only primary group on domain member server
...expand
groups = 4 # Important: The ranges of the default (*) idmap
config # and the domain(s) must not overlap! #
Default idmap config used for BUILTIN and local accounts/groups
idmap config *:backend = tdb idmap config *:range =
1000000-1100000 # idmap config for domain SAMDOM
idmap config IAS:backend = ad idmap config IAS:schema_mode =
rfc2307 idmap config IAS:range = 500-999999 #
Caching auf 5 Minuten fuer Gids/Uids einrichten idmap cache
time = 300 idmap negative c...
2018 Feb 01
0
[nbdkit PATCH v2 3/3] filters: Add blocksize filter
...; blocksize2.log
+# Trim should be discarded
+if grep 'connection=1 Trim' blocksize2.log; then
+ echo "filter should have dropped too-small trim"
+ exit 1
+fi
+
+# Test behavior on overlarge accesses.
+$QEMU_IO -f raw -c 'w -P 11 1048575 4094305' -c 'w -z 1050000 1100000' \
+ -c 'r -P 0 1050000 1100000' -c 'r -P 11 3000000 1048577' \
+ -c 'discard 7340031 2097153' 'nbd+unix://?socket=blocksize1.sock'
+$QEMU_IO -f raw -c 'w -P 11 1048575 4094305' -c 'w -z 1050000 1100000' \
+ -c 'r -P 0 1050000 1100000'...
2018 Mar 08
0
[nbdkit PATCH v3 05/15] filters: Add blocksize filter
...; blocksize2.log
+# Trim should be discarded
+if grep 'connection=1 Trim' blocksize2.log; then
+ echo "filter should have dropped too-small trim"
+ exit 1
+fi
+
+# Test behavior on overlarge accesses.
+$QEMU_IO -f raw -c 'w -P 11 1048575 4094305' -c 'w -z 1050000 1100000' \
+ -c 'r -P 0 1050000 1100000' -c 'r -P 11 3000000 1048577' \
+ -c 'discard 7340031 2097153' 'nbd+unix://?socket=blocksize1.sock'
+$QEMU_IO -f raw -c 'w -P 11 1048575 4094305' -c 'w -z 1050000 1100000' \
+ -c 'r -P 0...
2008 Feb 26
1
changing format of y-axis (barplot)
Dear all,
I have some data.frame and I would like (1) change the format of y=axis to
escape of scientific format (like 1e+05...) and (2) label the value or other
variable on the top of the bar.
df<-data.frame(x=1:6,y=c(100,500,1000,25000,500000,1000000))
barplot(df$y,names.arg=df$x)
Thanks in advance,
miltinho
Brazil
[[alternative HTML version deleted]]
2005 Aug 08
3
Reg. getting codewords from codelengths
Hi,
I am a bit confused on how code-words are derived from the codeword
lengths. I will appreciate if someone can point me in the correct direction.
I will take the example of an actual codebook that i found in a valid
vorbis encoded file as shown below.
[SK] +------Codebook [0] --------
[SK] Codebook Dimensions = 1
[SK] Codebook Entries = 8
[SK] Unordered
[SK] 1, 6, 3, 7, 2, 5, 4, 7,
[SK] NO
2016 Jun 15
4
id shows only primary group on domain member server
Hi,
know I have another problem. I compiled samba 4.4.4 on a Centos 7.2
Server no special options for ./configure.
Afterwards I followed the article from mentioned below wiki article
below, to join Centos 7.2 as an member server to our existing AD.
WIKI Article:
https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member
Now, if i type id USERNAME I only get the users UID, GID and
2008 Mar 04
3
Gecko installs but page faults on execute
...10b0000- 10be000 Deferred webbrwsr
> PE 10c0000- 10cf000 Deferred caps
> PE 10d0000- 10e0000 Deferred chrome
> PE 10e0000- 10e9000 Deferred cookie
> PE 10f0000- 10fd000 Deferred jar50
> PE 1100000- 1135000 Deferred xpc3250
> PE 1140000- 114a000 Deferred nsprefm
> PE 1150000- 11b4000 Deferred editor
> PE 11c0000- 11cc000 Deferred xppref32
> PE 11d0000- 11ea000 Deferred universalchardet
> PE...
2018 Feb 01
6
[nbdkit PATCH v2 0/3] add log, blocksize filters
Since v1: add the blocksize filter, add testsuite coverage of the
log filter, several fixes to the log filter based on what adding
tests revealed
I'm still working on FUA flag support patches on top of this;
the patches should all be committed in the same release, as we
want to minimize the number of releases that cause a filter
ABI/API bump
Eric Blake (3):
backend: Rework internal/filter
2001 Feb 16
1
Sub_scribe and a question
...ulate + timing
}
timing <- cumulate/runs
times[2, 1] <- timing
cat(c("1250x1250 normal distributed random matrix ^1000____ (sec): ", =
timing, "\n"))
remove("a", "b")
flush.console()
# (3)
cumulate <- 0; b <- 0
for (i in 1:runs) {
a <- rnorm(1100000)
timing <- system.time({
b <- sort(a)
})[3]
cumulate <- cumulate + timing
}
timing <- cumulate/runs
times[3, 1] <- timing
cat(c("Sorting of 1,100,000 random values__________________ (sec): ", =
timing, "\n"))
remove("a", "b")
flush.co...
2005 Mar 03
14
Serious performance issues
Hi. I have a Shuttle box with an AMD Athlon XP 2200+ and 1GB of RAM.
I''m normally running it with Debian sarge/sid and kernel 2.6.10-1-k7,
as built by Debian. I want to use Xen on it. I built a xen0 kernel
which is as close to the Debian kernel as I can (no power management,
no HPET timers, broken ISA drivers disabled), disabled /lib/tls, and
booted with the new kernel.
Everything works.
2020 May 06
0
Fwd: GeForce(R) GT 710 1GB PCIE x 1 on arm64
....197365] tegra-bpmp bpmp: Adding to iommu group 4
[ 1.197843] tegra-bpmp bpmp: firmware: 69fa4e41a01fc02a4db1adf71922a54c
[ 1.200370] max77620 0-003c: PMIC Version OTP:0x45 and ES:0x8
[ 1.206359] max77620-sd0: supplied by VDD_5V0_SYS
[ 1.206597] VDD_DDR_1V1_PMIC: Bringing 1125000uV into 1100000-1100000uV
[ 1.208955] max77620-sd1: supplied by VDD_5V0_SYS
[ 1.209990] max77620-sd2: supplied by VDD_5V0_SYS
[ 1.211092] max77620-sd3: supplied by VDD_5V0_SYS
[ 1.212334] max77620-ldo0: supplied by VDD_5V0_SYS
[ 1.212727] max77620-ldo1: supplied by VDD_5V0_SYS
[ 1.213790] max7762...
2017 Dec 14
2
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
...426] usbserial: USB Serial support registered for generic
[ 10.033050] mousedev: PS/2 mouse device common for all mice
[ 10.040536] max77620 0-003c: PMIC Version OTP:0x45 and ES:0x8
[ 10.050688] max77620-sd0: supplied by regulator-dummy
[ 10.055883] VDD_DDR_1V1_PMIC: Bringing 1125000uV into 1100000-1100000uV
[ 10.064339] max77620-sd1: supplied by regulator-dummy
[ 10.070608] max77620-sd2: supplied by regulator-dummy
[ 10.076881] max77620-sd3: supplied by regulator-dummy
[ 10.083348] max77620-ldo0: supplied by regulator-dummy
[ 10.089318] max77620-ldo1: supplied by regulator-dummy
[...
2020 May 06
4
GeForce(R) GT 710 1GB PCIE x 1 on arm64
Hi to all.
I'm experimenting with running a
https://www.zotac.com/us/product/graphics_card/geforce%C2%AE-gt-710-1gb-pcie-x-1
card on an Nvidia Jetson TX2 arm64 device.
Possible?
Linux kernel aarch64 5.6.10.
Because Nvidia did not list drivers for this architecture, I'm
experimenting with a nouveau driver.
The Jetson TX2 has a default driver for the host1x framebuffer for output
from the