Displaying 11 results from an estimated 11 matches for "14655".
Did you mean:
14625
2013 Apr 29
3
Counting number of consecutive occurrences per rows
Hi,
I would appreciate if somebody could help me with following calculation.
I have a dataframe, by 10 minutes time, for mostly one year data. This is
small example:
> dput(test)
structure(list(jul = structure(c(14655, 14655, 14655, 14655,
14655, 14655, 14655, 14655, 14655, 14655, 14655, 14655, 14655,
14655, 14655, 14655), origin = structure(0, class = "Date")),
time = structure(c(1266258354, 1266258954, 1266259554, 1266260154,
1266260754, 1266261354, 1266261954, 1266262554, 1266263154,
126...
2018 Oct 29
0
CESA-2018:C001 CentOS 7 xorg-x11-server Security Update
...6_64.rpm
f43e9ed375c13ac8a09c488db632e8c4a3ca447ec5c9f4664ee2c0b98296a65f xorg-x11-server-Xvfb-1.19.5-5.1.el7_5.0.1.x86_64.rpm
2a52feefdd3bc0e1e2cf54cc73531576159e4476cf456fce35afd055a3072248 xorg-x11-server-Xwayland-1.19.5-5.1.el7_5.0.1.x86_64.rpm
NOTE: This update is in response to CVE-2018-14655 (https://www.securepatterns.com/2018/10/cve-2018-14665-xorg-x-server.html), there currently is no corresponding update for RHEL 7.5.
Thanks to Pablo Garcia for suggesting and testing this update in the CentOS-QA IRC Channel.
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughe...
2006 Jun 19
0
FileUtils/ActiveRecord help please?
Does anybody know how to make FileUtils and ActiveRecord coexist? Every
attempt I have made results in errors like those quoted below.
[belladonna-grr] ~ <0> irb
irb(main):001:0> require ''rubygems''
=> true
irb(main):002:0> require ''fileutils''
=> true
irb(main):003:0> include FileUtils
=> Object
irb(main):004:0> require_gem
2018 Oct 30
0
CentOS-announce Digest, Vol 164, Issue 7
...6_64.rpm
f43e9ed375c13ac8a09c488db632e8c4a3ca447ec5c9f4664ee2c0b98296a65f xorg-x11-server-Xvfb-1.19.5-5.1.el7_5.0.1.x86_64.rpm
2a52feefdd3bc0e1e2cf54cc73531576159e4476cf456fce35afd055a3072248 xorg-x11-server-Xwayland-1.19.5-5.1.el7_5.0.1.x86_64.rpm
NOTE: This update is in response to CVE-2018-14655 (https://www.securepatterns.com/2018/10/cve-2018-14665-xorg-x-server.html), there currently is no corresponding update for RHEL 7.5.
Thanks to Pablo Garcia for suggesting and testing this update in the CentOS-QA IRC Channel.
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughe...
2014 Dec 02
4
T.38 not working - help needed with log interpretation
...Destination port: 5060[Malformed Packet]
14653 24.112190 192.168.20.48 192.168.20.14 SIP 612 Status: 488 Not acceptable here |
14654 24.162038 192.168.20.14 192.168.20.48 UDP 42 Source port: 5060 Destination port: 5060[Malformed Packet]
14655 25.838900 192.168.20.14 192.168.20.48 SIP 484 Request: BYE sip:004921123704144 at 192.168.20.48:5060 |
14656 25.839076 192.168.20.48 192.168.20.14 SIP 519 Status: 500 Server error |
14657 26.110508 192.168.20.48 192.168.20.14...
2010 Feb 14
4
Newbie woes with *apply
Dataframe cust has Date-type column open.date. I wish to set up another
column, with (first day of) the quarter of open.date.
To be comprehensive (of course, improvement suggestions are welcome),
month = function(date)
{
return(as.numeric(format(date,"%m")))
}
first.day.of.month = function(date)
{
return(date + 1 - as.numeric(format(date,"%d")))
}
first.day.of.quarter =
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
...:13996: result: yes
configure:14067: checking dynamic linker characteristics
configure:14607: result: solaris2.8 ld.so
configure:14611: checking how to hardcode library paths into programs
configure:14636: result: immediate
configure:14650: checking whether stripping libraries is possible
configure:14655: result: yes
configure:18763: checking for f2c bin/lib/include locations
configure:19023: checking for nag-fortran bin/lib/include locations
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build='sparc-sun-solaris2.8'
ac_cv_build_alias='sparc-sun-solaris2.8&...
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run?
-bw
On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote:
>
> Following the instructions here:
> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
>
> I get an error running configure in the llvm-test directory.
>
> ./configure
> --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
>
2005 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here:
http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
I get an error running configure in the llvm-test directory.
./configure
--with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
--with-f2c=/home/vadve/shared/localtools/sparc
--with-llvmsrc=/localhome/tbrethou/llvm
--with-llvmobj=/localhome/tbrethou/llvm
Error:
[cut lots of config output]
checking
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...54716 0 0.01 54716
sminterf.ll 1 12591 0 0.01 12561 0 0.01 12561
solution.ll 7 17336 0 0.01 17306 0 0.01 17306
Solver.ll 173 422515 23 0.05 414120 11 0.05 410962
SOR.ll 2 8689 0 0.01 8669 0 0.01 8669
sort.ll 12 187687 0 0.03 187658 0 0.02 163059
Sort.ll 1 9528 0 0.01 9512 0 0.01 9512
SortUtils.ll 3 14655 0 0.01 14620 0 0.01 14620
space.ll 1 4127 0 0.01 4098 0 0.01 4098
SparseCompRow.ll 2 6976 0 0.01 6956 0 0.01 6956
sparse.ll 2 33570 0 0.01 33540 0 0.01 33540
spatscal.ll 7 61533 0 0.01 61498 0 0.01 61498
spectral-norm.ll 6 15472 0 0.01 15448 0 0.01 13901
SPEdriver.ll 1 11399 0 0.01 11368 0 0.01 113...