Displaying 10 results from an estimated 10 matches for "14433".
Did you mean:
  144335
  
2009 Oct 10
2
Matching Dates Closest without going over
Hi,
I have 2 date vectors d1 and d2. 
d1 <- structure(c(14526, 14495, 14464, 14433, 14402, 14371, 14340, 14309,
14278, 14247, 14216, 14185), class = "Date")
d2 <- structure(c(14526, 14509, 14488, 14466, 14453, 14441, 14396, 14388,
14343, 14333, 14310, 14281), class = "Date")
I would like to create another dataframe with columns d1 and d2, where d1 is
the o...
2010 Mar 01
1
help with zoo
...13797, 13810, 13825, 13838, 
13852, 13881, 13894, 13908, 13923, 13936, 13950, 13965, 13978, 
13992, 14006, 14020, 14034, 14048, 14062, 14090, 14104, 14118, 
14132, 14146, 14160, 14175, 14189, 14202, 14217, 14231, 14257, 
14271, 14286, 14300, 14315, 14327, 14348, 14362, 14376, 14393, 
14406, 14419, 14433, 14475, 14489, 14503, 14517, 14532, 14545, 
14559, 14573, 14586, 14599, 14622, 14636, 14651, 14664), class = "Date"), 
??? stoftm = c(1.803757545, 0.793326848, 1.289156128, 0.795775388, 
??? 0.844746181, 1.739337633, 2.737467333, 4.174410319, 2.115538261, 
??? 0.818511827, 1.94396559, 0.5...
2010 Oct 20
1
grep
...example it 'vidx' returns 3 and 5
Location	Sample	Apo AII	Apo B	Apo AI	Apo CII	Apo CIII	Apo E	Total Events
1(1,A1)	PC1	32310	5947	55069	21856	66539	54589	321
2(1,B1)	PC2	33772	2754	50452.5	20588	68813	45586	268
3(1,C1)	PC3	25386	960	38045	12992	57239	28939.5	275
4(1,D1)	PC4	23604	475	40056	14433	59969.5	19788	275
5(1,E1)	PC5	13469	216	31967	8900	55937	13534	257
6(1,F1)	PC6	11142.5	174.5	30025	9465	64848	11053	244
7(1,G1)	PC7	1021	129.5	11405	3661	50841	2466	236
8(1,H1)	S1	29339	7721.5	55777	14939	50864	11369	252
9(1,I1)	S2	17315.5	2485	40010	10756.5	45471.5	5133	239
10(1,J1)	S3	18440	1406...
2011 Oct 19
0
Is '*:bytes=" quota specification the quota 'Value', or 'Limit'?
...*:bytes=10000000
    ...
BUT, documentation for quota dict
    http://wiki2.dovecot.org/Quota/Dict
states
    "MySQL uses the following queries to update the quota"
and provides an SQL example of Dovecot decrementing the 'bytes' value,
    "UPDATE table SET bytes=bytes-14433,messages=messages-2 ..."
I'm working on a current problem
(http://dovecot.org/list/dovecot/2011-October/061538.html) with
'doveadm' reporting mixing up quote Value & Limit.
Question:  Is 'bytes' supposed to contain the Value, or the Limit?
Rich
2006 Jun 15
1
Unicode hacks - problem
I have updated to latest Unicode hacks  plugin  and now it fails when 
rails are started ....
C:\ruby_projects\radrails\workspace\auth_template>mongrel_rails start
** Starting Mongrel in development mode at 0.0.0.0:3000
** Starting Rails in environment development ...
C:/ruby_projects/radrails/workspace/auth_template/config/../vendor/plugins/scoped_access/init.rb:17:in 
2012 Jul 11
1
MySQL dict issues
...INTO table (bytes,username) VALUES ('112497180','foo at spam.dom') ON DUPLICATE KEY UPDATE bytes='112497180';
INSERT INTO table (messages,username) VALUES ('1743','foo at spam.dom') ON DUPLICATE KEY UPDATE messages='1743';
UPDATE table SET bytes=bytes-14433,messages=messages-2 WHERE username = 'foo at spam.dom';
2010 Jun 23
0
50 mantis issues marked 'Ready for Testing'
...ith non standard directories
https://issues.asterisk.org/view.php?id=14906
[patch] "make config" creates really wrong runlevels in Debian (includes patch)
https://issues.asterisk.org/view.php?id=16172
[patch] Automatic gain normalization in meetme
https://issues.asterisk.org/view.php?id=14433
[patch] SMS FIX for motorola phones
https://issues.asterisk.org/view.php?id=15276
[patch] Hints do not have the correct state on initialization
https://issues.asterisk.org/view.php?id=16355
[patch] mpg123 <defunct>
https://issues.asterisk.org/view.php?id=16378
[patch] Asterisk will never...
2012 Aug 22
1
Error in if (n > 0)
...14130, 14220, 14317, 14370, 
14399, 14440, 14468, 14494, 14525, 14558, 14600, 14621, 14650, 
14684, 14715, 14745, 14768, 14812, 14825, 14853, 14891, 14923, 
14960, 14987, 15014, 15044, 15083, 15115, 15132, 15177, 15191, 
15225, 14140, 14165, 14192, 14220, 14258, 14287, 14319, 14342, 
14374, 14407, 14433, 14470, 14497, 14523, 14561, 14581, 14622, 
14651, 14679, 14712, 14747, 14768, 14804, 14828, 14854, 14891, 
14920, 14960, 14984, 15014, 15042, 15077, 15113, 15137, 15165, 
15191, 15224, 13860, 13954, 14025, 14055, 14080, 14108, 14129, 
14164, 14200, 14232, 14254, 14296, 14308, 14353, 14378, 14415,...
2008 Jul 01
17
Memory leak scripts
Hola, I am trying to isolate the memory leak I suspect in a mailman
installation ? I found:
http://blogs.sun.com/sanjeevb/date/200506
It gives an error:
god at irt-smtp-02:~ 9:21am 65 # ./memleak.d 10312
dtrace: failed to compile script ./memleak.d: line 3: probe description
pid10312:libc.so.1:malloc:entry does not match any probes
I am on SunOS 5.10 Generic_127112-07 i86pc i386 i86pc
Are
2009 Feb 27
0
Wine release 1.1.16
...g
  13389  Victoria, an  Empire under the sun. Crashes on startup
  13676  Lemmings Revolution: does not start anymore, still did in 0.9.43.
  14308  Dungeon Keeper 2 cursor fails to render correctly with hardware rendering enabled
  14310  Dungeon Keeper 2 cannot be navigated with the arrow keys
  14433  GuildWars 3D rendering broken
  14469  America does not run
  14780  FoxPro for Windows 2.5 setup.exe crashes with page fault
  14964  Missing symbols in Microsoft Word (symbol.ttf is required)
  14982  Supreme Commander: Lighting changes on zoom level
  15063  Silent hill 4 demo crashes very earl...