search for: 101010

Displaying 7 results from an estimated 7 matches for "101010".

Did you mean: 10010
2015 Aug 07
3
virsh create snapshot not honoring diskspec?
...-------------------------------------------- vda /var/lib/libvirt/images/centos_nfs.SNAP_2015-08-07-090909 vdb /var/lib/libvirt/images/centos_nfs_storage.SNAP_2015-08-07-090909 hdc - [root@localhost scripts]# virsh snapshot-create-as --domain centos_nfs --name SNAP_2015-08-07-101010 --no-metadata --disk-only --atomic --diskspec vdb,snapshot=external,file=/var/lib/libvirt/images/centos_nfs_storage.SNAP_2015-08-07-101010 Domain snapshot SNAP_2015-08-07-101010 created [root@localhost scripts]# virsh domblklist centos_nfs Target Source ----------------------------------------...
2010 Dec 26
2
read.data? without separator
Hello, I have a problem with read.data. For example I have a file # comment 1?0001010101 101010??1010 with comment on first line and data layout without separator. How I could read data that each character\sign was in another column. It is trivial probably, but I have no idea for it. Thank's, Kacper -- View this message in context: http://r.789695.n4.nabble.com/read-data-withou...
2006 Mar 26
1
Newbie clustering/classification question
...ut (tab delimited) condition protA protB protC protD protE protF protG protH healthy1 11111 22222 33333 70681 61735 66666 77777 88888 healthy1 12121 21111 32132 57230 69715 67890 87878 98989 healthy1 10101 20202 30303 67223 51967 65656 78900 111111 healthy2 12345 23111 32100 65931 67650 60001 80001 101010 healthy2 13333 21231 34111 58761 54086 60002 80002 122222 healthy2 13232 20101 30009 68752 70360 60003 80003 91919 asthma 32132 19889 30733 59959 71783 60237 65603 20374 asthma 34344 20483 31182 70531 59630 40445 56370 98404 asthma 39999 20464 29793 58395 66976 50577 39908 65367 diabetes 10000 2010...
2011 Oct 02
1
generating Venn diagram with 6 sets
...#39;110111'=1755,'110110'=20113,'110101'=1903,'110100'=19218,'110011'=2831,'110010'=38362,'110001'=4950,'110000'=68289,'101111'=11657,'101110'=107235,'101101'=14883,'101100'=193338,'101011'=6284,'101010'=79985,'101001'=14710,'101000'= 271416 ,'100111'=1069,'100110'=17628,'100101'=3152,'100100'=71573,'100011'=2786,'100010'=57511,'100001'=13684,'100000'= 475970 ,'011111'=2722,'011110'=30528,'01110...
2010 Nov 08
1
RMark error: only 0's may be mixed with negative subscripts
...an National Centre for Biological Sciences Bangalore, India -------------- next part -------------- "ch" "1" "111101" "3" "110111" "4" "011001" "5" "011011" "6" "011010" "7" "101010" "8" "011000" "9" "001111" "10" "110111" "11" "000101" "12" "101101" "13" "010111" "14" "010101" "15" "110011" "16" "11...
2006 Sep 04
5
Smart-UPS with SuSE 9.0/Nut
I have a Dell PE 2850 connected via 940-0024C cable to serial port on the UPS mentioned above. I've used apt-get to install nut-2.0.2-3 and attempted to configure based on the documentation. So far I'm getting the following when I try to start ups daemon: server:/etc/ups # /etc/init.d/ups start Starting service NUT: -> Starting UPS driver: Network UPS Tools - UPS driver controller
2006 Jan 10
13
# of entrys in different months
...seems to be working great :), but there is (a least) one thing left i can''t figure out how to do. As most weblogs i would like to have an archive, whick looks like this: January 2006 (42) December 2005 (60) November 2005 (2) October 2005 (101) September 2005 (4) August 2005 (2) July 2005 (101010) where (x) is the number of posts that month. How do i do this "the rails way"? the date in my table has the type "datetime" thanks in advence. -- Posted via http://www.ruby-forum.com/.