search for: cursory

Displaying 20 results from an estimated 365 matches for "cursory".

Did you mean: cursor
2015 Feb 03
4
Another Fedora decision
Warren Young wrote: > The new rules are: > > 1. At least 8 characters. > > 2. Nothing that violates the pwquality rules: > > http://linux.die.net/man/8/pam_pwquality The 7 rules listed in this URL seem utterly bizarre to me. The first is "Don't use a palindrome" which makes me wonder if the author knows the meaning of this word. I suspect he/she thinks
2009 Mar 10
2
[LLVMdev] Stack smashing
On Tuesday 10 March 2009 21:47:59 someguy wrote: > From a cursory glance, it looks like something is messing with the > stack canarys. Probably a stack buffer overflow. In case it is relevant, HLVM uses libsigsegv to detect stack overflows and that stack handler is initialized in my JITted code which LLVM's runFunction should be calling. Could libsigse...
2016 Mar 14
3
Perl on CentOS 6 and CentOS 7
...S 6 and 7? Is Perl 6 >> operational on either? > > C6 comes with perl 5.10.1 > C7 comes with perl 5.16.3 Additionally, there are software collections available for Perl 5.16 and 5.20: https://www.softwarecollections.org/en/scls/?search=perl I can't speak for Perl 6, but a cursory search suggests that neither CentOS 6 nor 7 have readily available packages. -- Paul Heinlein <> heinlein at madboa.com <> http://www.madboa.com/
2003 Mar 14
2
R "FinMetrics" Package Available?
Hello List, I've done some cursory searching but (so far) have struck out. Does anyone know if the R version of the S+ FinMetrics package is available? Best, Bill Vedder
2009 May 28
2
plugin API docs?
Is there any documentation for the plugin API? A cursory glance through the docs didn't turn up anything. Thanks, -Dave -- Dave McGuire Port Charlotte, FL
2003 Oct 27
3
OT Vonage soft phone
In taking a cursory browse at Vonage's site today, I noticed they are now offering a soft phone. Has anyone had any experience using this? And does this possibly open new opportunities for using Vonage with Asterisk? Just thinking outloud on the list, soliciting thoughts and experiences from others. AJ
2009 Nov 26
2
Rsync deletion issue on failure
I didn't see this in the man page or after a cursory Google search. I'm rsync-ing a file from computer A to computer B and the file does not exist yet on computer B. My problem is that on a shoddy Internet connection, if rsync fails due to a connection error, the dot file it creates on computer B is deleted and I have to start the rsync all ove...
2007 Jun 11
12
Mocking system/`
This drives me insane on a regular basis. How does one mock system(''blah'') or `blah` ? Adding expectations on Kernel doesn''t do it. Adding expectations on Object just makes me sad: Object.any_instance.expects(:system).with(''ls'') # => #<Mock:0x12b584e>.system(''ls'') - expected calls: 0, actual calls: 1 And this really
2008 Dec 11
3
Resampling physiological data using R?
...physiological data about eye. The problem is the recording machine does not sample in a reliably constant rate: the time intervals between data sampled can vary from 9msec to ~120msec, while most around in the 15-30msec range. The below is a fraction of a single data file of a trial: Time CursorX CursorY Pupilsize 1811543 -1 -1 -1 1811563 -1 -1 -1 1811584 511 370 4.175665 1811603 511 368 4.181973 1811624 521 368 4.210732 1811644 512 377 4.149632 1811664 524 377 4.275845 1811684 518 368 4.236212 1811703 516 370 4.238384 1811725 507 364 4.181157 1811744 509 371 4.185016 1811764 509 377 4.231987 18117...
2018 Sep 01
4
Certificates
> Am 01.09.2018 um 18:00 schrieb Leon Fauster via CentOS <centos at centos.org>: > > Out of curiosity - do you change also the private key every time? I?m pretty sure LE creates a new private key, too. From a cursory glance at lego?s certificate directory on a server with a couple of dozens of LE certificates at least. After all, changing the private key is what this is all about (showing that you?re still in charge).
2007 Dec 24
2
SIP Conference phones
Greetings list, Does anyone have experience with SIP conference phones? I need to source a couple for a client, but I'm not really familiar with the market - i.e. what's available, what's decent quality, etc.. A cursory googling has led me to the Polycom Soundpoint IP4000 at around the ?450 mark - any thoughts on this? If anyone knows a good Polycom wholesaler in the UK, I'd be really grateful if you could fire me some contact details off-list, or post them to the -biz list (to avoid cluttering this non-biz l...
2002 Feb 04
1
Installing contributed packages on MacOS X: Solved!
.... To the developers: Do I understand correctly that those two packages had their library path hard-coded instead of "inheriting" it from the R CMD INSTALL process? I had assumed that R CMD INSTALL would pass on the lib paths that R itself was compiled with, but I may be wrong... though a cursory reading of "Writing R Extensions" seems to confirm this. Anyway, it works now. Cheers Kaspar Pflugshaupt -- Kaspar Pflugshaupt Geobotanisches Institut Zuerichbergstr. 38 CH-8044 Zuerich Tel. ++41 1 632 43 19 Fax ++41 1 632 12 15 mailto:pflugshaupt at geobot.umnw.ethz.ch privat:pf...
2010 Aug 22
3
extlookup in 2.6.1 defaults
Hmmm.... So I was just trying the extlookup function that comes with puppet 2.6.1. It now lets you do this: $version = extlookup("rsyslog_version", "present", "packages") which, according to the documentation: # This will look for a version configured in packages.csv and then in the rest as configured # by $extlookup_precedence if it''s not found anywhere
2018 Feb 15
2
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Hi, I was unable to find a bug report for this with a cursory search, but would like clarification if this is intended or unavoidable behaviour: ```{r} # Create example data.frames parents <- data.frame(name=c("Sarah", "Max", "Qin", "Lex"), sex=c("F", "M", "F", &qu...
2004 Aug 06
3
Error: Client not receiving data fast enough
Hey all, I've been having the same "Client not receiving data fast enough" errors. I've got icecast configured so as not to send info to ANY yp directories. Even on a quiet 100MB connection between client and server, I can stay connected for only about 5 minutes at a shot if I'm lucky. I'm using Icecast 1.3.11, and Shout 0.8.0. The files I'm streaming are all
2008 Mar 13
6
What is SpecServer?
I have looked through the docs, looked at the code, even gave a cursory (2 page) glance at google, and it is not clear to me what SpecServer is or what it is for. Is it meant to speed up the execution of specs in a rails environment by doing some magic on the database? Or I am thinking it keeps a copy of Rails running to avoid the rails reload delay... Is there any...
2019 Sep 11
2
'==' operator: inconsistency in data.frame(...) == NULL
...ot; Error in p == "FOO" : ? comparison (1) is possible only for atomic and list types In the data.frame()==NULL cases I have the impression that the fact that both sides are non-atomic is not properly detected and therefore R tries to go on with the == method for data.frames. From a cursory check in Ops.data.frame() and some debugging I have the impression that the case of the second argument being non-atomic or empty is not handled at all and the function progresses until the end, where it fails in the last step on an empty value: matrix(unlist(value, recursive = FALSE, use.names...
2023 Oct 13
2
Open SSH End-of-Life Schedule?
...ave been more clear. Just wondering in general if there is a policy, not as any kind of library. Below are more examples from that website of tools, servers and services. It?s possible there still isn?t a timeframe but wondering about general end-of-life expectations even if there have been only cursory discussions. https://endoflife.date/ansible-core https://endoflife.date/tomcat https://endoflife.date/postgresql Example PostgreSQL Versioning policy: https://www.postgresql.org/support/versioning/ "The PostgreSQL Global Development Group supports a major version for 5 years after its initia...
2009 Mar 10
0
[LLVMdev] Stack smashing
On Mar 10, 2009, at 3:07 PM, Jon Harrop wrote: > On Tuesday 10 March 2009 21:47:59 someguy wrote: >> From a cursory glance, it looks like something is messing with the >> stack canarys. Probably a stack buffer overflow. > > In case it is relevant, HLVM uses libsigsegv to detect stack > overflows and > that stack handler is initialized in my JITted code which LLVM's > runFunction >...
2010 Nov 23
1
[LLVMdev] adding (dwarf) unwind table emission to ARM llc backend
...eration was discussed but forgot to write down names. I am interested in getting the ARM llc backend to emit/work with dwarf unwind tables and use those with llvm-gcc's generic c++ exception handling mechanism. A large part of this will also benefit ARM's eabi way of handling unwinding. A cursory glance at ARMFrameInfo::emitEpilogue() seems to indicate that nothing has been implemented yet. I am willing to invest some time on this but do not want to step on anybody's toes. Has anybody started working on this already? Robert