Displaying 20 results from an estimated 343 matches for "strucked".
Did you mean:
trucked
2012 Oct 30
4
horizontal space/indent and HTML/PDF
What is the best method to introduce horizontal space in text in a
Pandoc document? Preferably something that would work for both HTML
and PDF output?
I need this for some poetry that has indented lines, ala the 2nd and 3rd lines:
hickory dickory dock
the most ran up the clock
the clock struck one
the mouse ran down
c
--
Chris Lott <chris at chrislott.org>
2009 Nov 04
2
A Suggestion for Strikethrough Syntax
All,
Hopefully, I'm not covering old territory, and a search of the list
archives seems to indicate that I'm not. If I am, then I extend my
apologies in advance.
I use strikethrough a lot so I modify my Movable Type Markdown module
as shown below, right about line 1040 or so. I assume other Markdown
implementations can use this change as well:
sub _DoItalicsAndBold {
my
2003 Aug 28
1
RE: Shorewall 1.46b; new configs--command not found? << struck wi th stupidity
I had a 2-day lapse in brain function apparently. Discovered that even
though UltraEdit-32 says its editing/saving in UNIX mode, it is not 100%
true.
Ran my new configs through dos2unix and bam...no more error message.
Please excuse my previous post (I always seem to do that...) and sorry about
the junk.
Levi Masterson
2020 Jan 13
3
choose(n, k) as n approaches k
This struck me as incorrect:
> choose(3.999999, 4)
[1] 0.9999979
> choose(3.9999999, 4)
[1] 0
> choose(4, 4)
[1] 1
> choose(4.0000001, 4)
[1] 4
> choose(4.000001, 4)
[1] 1.000002
Should base::choose(n, k) check whether n is within machine precision of k and return 1?
Thanks,
Erik
***
sessionInfo()
R version 3.6.0 beta (2019-04-15 r76395)
Platform: x86_64-apple-darwin15.6.0
2020 Jan 13
3
choose(n, k) as n approaches k
This struck me as incorrect:
> choose(3.999999, 4)
[1] 0.9999979
> choose(3.9999999, 4)
[1] 0
> choose(4, 4)
[1] 1
> choose(4.0000001, 4)
[1] 4
> choose(4.000001, 4)
[1] 1.000002
Should base::choose(n, k) check whether n is within machine precision of k and return 1?
Thanks,
Erik
***
sessionInfo()
R version 3.6.0 beta (2019-04-15 r76395)
Platform: x86_64-apple-darwin15.6.0
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 Sep 09
2
Call getting stucked !!
I am using asterisk.
I also have an access to VOIPSwitch ver 2 where I can see live calls.
Many times I have seen that my calls are getting strucked and then it gets
disconneected after 59 mins ( as settings are done accordingly in
VOIPSwitch)
What could be the reason ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090909/23b67c0e/attachment.htm
2007 Apr 02
2
Partitioning with LVM
I've been reading up on recommended partitioning scheme and looking at
Centos 5 beta's default scheme, it struck me that with LVM, it doesn't
matter any more as long as we leave aside enough room for /boot, does it? Or
am I still missing something here? Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Mar 19
2
Headsup on feature removal
Il 19/03/20 02:01, John Stoffel ha scritto:
> Alessio> ### user_query for vpopmail
> Alessio> user_query = SELECT pw_dir AS home, 89 AS uid, 89 AS gid,
> Alessio> concat('*:backend=', pw_shell) AS quota_rule FROM vpopmail
> Alessio> WHERE pw_name = '%n' AND pw_domain = '%d'
>
> Careful! You need to explain that 89 is the UID and GID of the
2016 Feb 03
2
Python hashlib and ripemd160
Hi - I think the patent monster has struck again.
rmd = hashlib.new('ripemd160',binascii.unhexlify(someString)).hexdigest()
That fails - ValueError: unsupported hash type
From some googling, it appears that the supported hash types are from
OpenSSL and that means the OpenSSL in CentOS doesn't support ripemd160.
I've worked around other stuff missing from CentOS OpenSSL by
2003 Jun 20
4
Spedd: R vs S-plus
Hi Folks,
Sorry to raise what has probably been discussed before,
but I an repeatedly struck by the comparative slowness
of S-plus for Windows compared with R for Linux when doing
much the same thing.
I don't have a direct comparison, because they're not
running on the same machine; but machine W has a faster
CPU and more RAM than machine L, yet S-plus on W seems
to take longer by quite
2009 Jan 30
4
TAPI and Asterisk
Funny how a topic will come up that you have never dealt with before, and
suddenly it comes up from multiple directions at the same time. I was
recently involved in a meeting where TAPI (which I understand only
vaguely) was proposed as way to link a custom application to Asterisk for
outbound and inbound call processing, much like SugarCRM and probably
others are doing.
Today I was asked by
2008 Jul 25
2
Securing serial ports - fax modems
I have already deployed a fax server and am about to deploy a backup
system for this host at our off-site facility. It struck me that I have
given no thought to securing the serial port to unauthorized access. The
modem is a Multi-Tech MT5634ZBA which supports data as well as fax. So
this poses the same type of risk, if not to the same degree, as an ssh or
telnet port but without the
2010 May 13
2
need help in igraph package of R
hi
I am struck with a problem in igraph package of R. My problem is as follows
I want to plot a power law fit for my data (in .net format --- pajek format)
syntax for that in R is
g <- read.graph("filename.net", "pajek")
d <- degree (g, mode="in")
power.law.fit (d+1, 2)
it gives me desired out put if my if input a single file
but I want to use a variable
2001 Jan 11
2
Winamp plugin bug
Okay I just found out about Vorbis today. I like it! However the Winamp
plugin bug struck me the first time I used it. I used the encoder to
compress 2 wavs. Each time I play these ogg files I either get a Winamp
crash or a beep at the end of playing the file.
I checked the archives and saw the old posts for this same bug. Has it been
fixed in a newer version?
I take it since the Winamp plugin
2013 Mar 12
2
ls() with different defaults: Solution;
Dear useRs,
Some time ago I queried the list as to an efficient way of building a function which acts as ls() but with a different default for all.names:
http://tolstoy.newcastle.edu.au/R/e6/help/09/03/7588.html
I have struck upon a solution which so far has performed admirably. In particular, it uses ls() and not its explicit source code, so only has a dependency on its name and the name of
2008 Dec 28
0
[LLVMdev] [Patch] Adding unit tests to LLVM
>> ...snip...
>
> Also for a note of reference, your links to the examples are the
> most advanced samples. So boost can do more, thus has more weight/
> bloat behind it.
>
> Were the other test kits looked at? Is gtest the best solution for
> the project.
>
> Is this something your planning as putting in the tree, thus require
> pulling in changes from
2013 Jun 06
2
generating a bar chart with two axis for co-linear variable
Hello Dimitris,
I was goggling for some help on Sensitivity vs 1-specificity and saw your link.
I hope you can be of help to me in one of the issue that I am facing in generating combo chart(bar chart and plot). I am a novice and have some difficulty in getting this logic correct.
I am give a dataset (I am attaching a sample dataset).
I am using a barplot() and passing values for
2009 Aug 09
4
[LLVMdev] proposal to add MVT::vAny type
The ARM Neon load, store and shuffle operations that I've been
implementing recently with LLVM intrinsics do not care about the
distinction between vectors with i32 and f32 elements -- only the size
matters. But, because we have only MVT::fAny and MVT::iAny types,
I've been having to define separate intrinsics for the operations with
floating-point vector elements. It
2018 Oct 02
3
maximum matrix size
I am now getting the occasional complaint about survival routines that are not able to
handle big data.?? I looked in the manuals to try and update my understanding of max
vector size, max matrix, max data set, etc; but it is either not there or I missed it (the
latter more likely).?? Is it still .Machine$integer.max for everything??? Will that
change??? Found where?
I am going to need to go