search for: 13152

Displaying 17 results from an estimated 17 matches for "13152".

Did you mean: 1,152
2008 Nov 27
1
Help processing large data
Dear all, I have one problem to handle a large dataset... It looks like: "read" "no" "length" 2 2 144 7 7 47490 9 9 310944 11 11 10089 14 14 13152 17 17 27363 and so on There are 130000 rows >From this table I need to make a table like 2_1 2 100 2_2 2 44 7_1 7 100 7_2 7 100 ... ... 7_474 7 100 7_475 7 90 9_1 9 100 9_2 9 100 and so on... In words: I want to divide the 3rd column by 100 to keep the length 100 and increasing no of rows ne...
2017 Jun 04
0
New var
Since the number of choices is small (6), how about this? Starting with Jeff's initial DFM: DFM <- structure(list(obs = 1:6, start = structure(c(16467, 14710, 13152, 13787, 15126, 12696), class = "Date"), end = structure(c(17167, 14975, 13636, 13879, 15340, 12753), class = "Date"), D = c(700, 265, 484, 92, 214, 57), bin = structure(c(6L, 3L, 5L, 1L, 3L, 1L), .Label = c("[0,100)", "[100,200)", "[200,300)", &...
2017 Jun 04
2
New var
...ifelse( 2 == z, -1L, z ) > } > ) > > # my result, provided using dput for precise representation > DFMresult <- structure(list(obs = 1:6, start = structure(c(16467, 14710, > 13152, 13787, 15126, 12696), class = "Date"), end = structure(c(17167, > 14975, 13636, 13879, 15340, 12753), class = "Date"), D = c(700, > 265, 484, 92, 214, 57), bin = structure(c(6L, 3L, 5L, 1L, 3L, > 1L), .Label = c("[0,100)", "[100,200)", "[200,30...
2006 Jul 28
2
passing a variable from controller to model
Hi, How do I pass a variable from my action into a model before saving the model. I''d like the model instance to have access to this variable to do some work before saving the model instance but the variable is not part of the model itself. Thanks, Sam -- Posted via http://www.ruby-forum.com/.
2006 Dec 06
0
[LLVMdev] arm patch 1/n
...one just adds new ARM specif files. The company designer was kind enough to borrow me a powerbook, so this patch was tested on a amd64 and a g4. Best Regards, Rafael -------------- next part -------------- A non-text attachment was scrubbed... Name: arm1.patch.bz2 Type: application/x-bzip2 Size: 13152 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061206/f6eaa785/attachment.bin>
2011 Jan 26
2
applying a set of rules to each row
...6735, 13900, 12673, 10148, 14193, 14767, 8447, 6114, 10688, 13544, 7106, 8587, 14753, 7886, 12280, 11946, 13662, 3332, 2108, 13977, 6203, 8369, 13857, 8369, 11486, 8306, 12466, 12639, 7270, 4325, 13843, 14026, 14039, 6147, 7676, 5781, 7038, 9187, 14640, 6174, 11491, 13913, 13787, 13465, 8854, 13152, 1826, 1412, 4317, 5794, 5548, 8951, 12947, 12639, 5345, 5961, 4637, 6465, 13717), format = "m/d/y", origin = structure(c(1, 1, 1970), .Names = c("month", "day", "year")), class = c("dates", "times")), retirePlan = c(1, 2, 2, 2, 2, 2, 2...
2008 Jul 23
1
smbd4winsr-1.0.6-29.src.rpm high cpu load
...? 00:00:00 smbd4wins 13144 ? 00:00:00 smbd4wins 13145 ? 00:00:00 smbd4wins 13146 ? 00:00:00 smbd4wins 13147 ? 00:00:00 smbd4wins 13148 ? 00:00:00 smbd4wins 13149 ? 00:00:00 smbd4wins 13150 ? 00:00:00 smbd4wins 13151 ? 00:00:00 smbd4wins 13152 ? 00:00:00 smbd4wins 13153 ? 00:00:00 smbd4wins 13154 ? 00:00:00 smbd4wins 13155 ? 00:00:00 smbd4wins 13156 ? 00:00:00 smbd4wins 13157 ? 00:00:00 smbd4wins 13158 ? 00:00:00 smbd4wins 13159 ? 00:00:00 smbd4wins 13160 ? 00:00:00 smbd4wins...
2017 Jun 04
0
New var
...sign(y-x)+1L ifelse( 2 == z, -1L, z ) } ) # my result, provided using dput for precise representation DFMresult <- structure(list(obs = 1:6, start = structure(c(16467, 14710, 13152, 13787, 15126, 12696), class = "Date"), end = structure(c(17167, 14975, 13636, 13879, 15340, 12753), class = "Date"), D = c(700, 265, 484, 92, 214, 57), bin = structure(c(6L, 3L, 5L, 1L, 3L, 1L), .Label = c("[0,100)", "[100,200)", "[200,300)", &quot...
2017 Apr 13
0
[Bug 12742] New: a proposal: fix bogus nanosecond mtimes on transfer (patch included)
....1.1 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 Component: core Assignee: wayned at samba.org Reporter: gfedorov at unimelb.edu.au QA Contact: rsync-qa at samba.org Created attachment 13152 --> https://bugzilla.samba.org/attachment.cgi?id=13152&action=edit a proposed patch to ignore bogus .st_mtim.tv_nsec values by resetting them to 0 This suggestion is actually in a grey area between a proposed enhancement and a minor fix. Basically utimensat() sometimes fails to transfer...
2017 Jun 03
2
New var
Thank you all for the useful suggestion. I did some of my homework. library(data.table) DFM <- read.table(header=TRUE, text='obs start end 1 2/1/2015 1/1/2017 2 4/11/2010 1/1/2011 3 1/4/2006 5/3/2007 4 10/1/2007 1/1/2008 5 6/1/2011 1/1/2012 6 10/5/2004 12/1/2004',stringsAsFactors = FALSE) DFM DFM$D =as.numeric(difftime(as.Date(DFM$end,format="%m/%d/%Y"),
2004 Sep 24
10
hopeless - smb over bridged firewall
Dear List! I use a shorewall 2.0.8 on a Debian sarge system. I use a DSL connection to the Internet (ppp0 - eth1 to the modem) and a bridge to the local lan. The bridged config i''ve made with bridge.html from the shorewall site. The Bridge is between local net and a openvpn tap device. This works. I ccan make tunnels, and a can make a lot of things through the firewall. I can get a list
2012 Sep 12
3
kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message
I have a server with an asterisk ss7 link connected to a Siemens working well for over a year. A few days ago I started having problems with signaling. I found the following logs in / var / log / messages Sep 12 11:49:25 call3 kernel: [1018427.030959] dahdi: Master changed to TE2/0/2 Sep 12 11:49:25 call3 kernel: [1018427.120740] dahdi: Master changed to TE2/0/1 Sep 12 11:49:26 call3 kernel:
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...13056 => Hello World +13064 => Hello World +13072 => Hello World +13080 => Hello World +13088 => Hello World +13096 => Hello World +13104 => Hello World +13112 => Hello World +13120 => Hello World +13128 => Hello World +13136 => Hello World +13144 => Hello World +13152 => Hello World +13160 => Hello World +13168 => Hello World +13176 => Hello World +13184 => Hello World +13192 => Hello World +13200 => Hello World +13208 => Hello World +13216 => Hello World +13224 => Hello World +13232 => Hello World +13240 => Hello World +13248...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...3048: 0, 0 +13056: , +13056: 0, 0 +13064: , +13064: 0, 0 +13072: , +13072: 0, 0 +13080: , +13080: 0, 0 +13088: , +13088: 0, 0 +13096: , +13096: 0, 0 +13104: , +13104: 0, 0 +13112: , +13112: 0, 0 +13120: , +13120: 0, 0 +13128: , +13128: 0, 0 +13136: , +13136: 0, 0 +13144: , +13144: 0, 0 +13152: , +13152: 0, 0 +13160: , +13160: 0, 0 +13168: , +13168: 0, 0 +13176: , +13176: 0, 0 +13184: , +13184: 0, 0 +13192: , +13192: 0, 0 +13200: , +13200: 0, 0 +13208: , +13208: 0, 0 +13216: , +13216: 0, 0 +13224: , +13224: 0, 0 +13232: , +13232: 0, 0 +13240: , +13240: 0, 0 +13248: , +13248:...
2008 May 29
1
plotting zoo using datetime as xlim
...20833333, 13151.8125, 13151.8229166667, 13151.8333333333, 13151.84375, 13151.8541666667, 13151.8645833333, 13151.875, 13151.8854166667, 13151.8958333333, 13151.90625, 13151.9166666667, 13151.9270833333, 13151.9375, 13151.9479166667, 13151.9583333333, 13151.96875, 13151.9791666667, 13151.9895833333, 13152, 13152.0104166667, 13152.0208333333, 13152.03125, 13152.0416666667, 13152.0520833333, 13152.0625, 13152.0729166667, 13152.0833333333, 13152.09375, 13152.1041666667, 13152.1145833333, 13152.125, 13152.1354166667, 13152.1458333333, 13152.15625, 13152.1666666667, 13152.1770833333, 13152.1875, 13152.19...
2008 Nov 21
3
HELP
[This email is either empty or too large to be displayed at this time]
2015 Mar 11
1
Not able to access CIFS share using samba
...48.863688 IP 10.213.132.83.63941 > dev-130.odc.reconnex.net.ssh: P 12996:13048(52) ack 13469 win 64240 03:10:48.863696 IP 10.213.132.83.63941 > dev-130.odc.reconnex.net.ssh: P 13048:13100(52) ack 13469 win 64240 03:10:48.863700 IP 10.213.132.83.63941 > dev-130.odc.reconnex.net.ssh: P 13100:13152(52) ack 13469 win 64240 03:10:48.863703 IP 10.213.132.83.63941 > dev-130.odc.reconnex.net.ssh: P 13152:13204(52) ack 13469 win 64240 03:10:48.863707 IP 10.213.132.83.63941 > dev-130.odc.reconnex.net.ssh: P 13204:13256(52) ack 13469 win 64240 03:10:48.863710 IP 10.213.132.83.63941 > dev-130...