search for: fret

Displaying 20 results from an estimated 37 matches for "fret".

Did you mean: free
2012 Jun 19
1
help with xy.coords(x,y)
..."fundStrats", "Return"(fundrets) Here is my code: for(i in 1:T){ # T equals to the amount of strategies in my portfolio strat = portStrats[i]; #get strategy portidx = fundStrats == strat; # identify portfolio funds of the same strategy frets = fundrets[portidx]; fnames = fundNames[portidx]; #get returns and names,? frets?: fund return, ?fnames?:fund name N = length(frets); s = 1 / N; #now figure out where to put the labels for (j in 1:N){ yy = j * s + i*1; points(x=frets[j],y=yy,col="red"); textxy(X=fre...
2014 Jan 29
2
[Bug 890] New: Bug in ulogd_filter_IP2BIN
...d found one difference. I applied this patch and it resolved the issue (attachment too): --- ulogd-2.0.3.orig/filter/ulogd_filter_IP2BIN.c 2013-06-18 16:52:50.269920891 -0400 +++ ulogd-2.0.3/filter/ulogd_filter_IP2BIN.c 2014-01-29 10:49:37.641807142 -0500 @@ -205,7 +205,7 @@ int fret; /* Iter on all addr fields */ - for(i = START_KEY; i < MAX_KEY; i++) { + for(i = START_KEY; i <= MAX_KEY; i++) { if (pp_is_valid(inp, i)) { fret = ip2bin(inp, i, i-START_KEY); if (fret != ULOGD_IRET_OK) --...
2012 Jun 14
1
Help for boxplot
...through all strategies #get strategy strat = portStrats[i]; #identify all funds of that strategy idx = allFundStrats == strat; #get returns of the all funds rets = allFundRets[idx]; #identify portfolio funds of the same strategy portidx = fundStrats == strat; #get returns and names frets = fundrets[portidx]; fnames = fundNames[portidx]; N = length(frets); #now figure out where to put the labels s = 1 / N; for (j in 1:N){ yy = j * s + i*2; points(x=frets[j],y=yy,col="red"); textxy(X=frets[j]*-1,Y=yy,labs=fnames[j]); } } *The ERROR is Error in xy.c...
2024 Aug 18
3
[Bug 3719] New: receiving errors when attempting to compile openssh 9.8
...When attempting to compile openssh 9.8 from the source code while following the instructions found here - https://www.openssh.com/openbsd.html Each step completes successfully but when running the following command # make the following errors are the result cc: error: unknown argument: '-fret-clean' *** Error 1 in ssh (<sys.mk>:87 'ssh.o') *** Error 2 in /usr/src/usr.bin/ssh (<bsd.subdir.mk>:48 'all': @for entry in ssh sshd sshd-session ssh-add ssh-keygen ssh-agent scp sftp-se...) Insights into resolving this issue would be appreciated. OS is openbsd 7...
2008 Jul 25
2
Securing serial ports - fax modems
...upports 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 availability of a firewall to throttle repeated unsuccessful connection attempts. Are there any recommendations on what should be done in this circumstance or am I fretting unduly? Regards, -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 5...
2003 Oct 14
1
Some simple (I hope) questions
...o access fioles/printers on Linux/Unix servers. If this is the case, then I'm sunk. I would appreciate any and all advice you can offer in this situation. Much thanks in advance... Joshua Tarplin, MCSE jltarplin@hotmail.com _________________________________________________________________ Fretting that your Hotmail account may expire because you forgot to sign in enough? Get Hotmail Extra Storage today! http://join.msn.com/?PAGE=features/es
2009 Feb 04
12
Detecting a programm runs using Wine
Is there absolutelu no (unofficial) way to detect whether a programm is running using Wine? In this way a programm could decide to use other routines for those features that do not work fine using Wine.
2013 Nov 10
0
[LLVMdev] Announcing Leaf v0
...y very flexible here and LLVM is making it easy. - Optimization: So far I've done nothing, LLVM is doing a great job cleaning up my rather underwhelming IR. This lets me focus entirely on my language at the moment. - Arbitrary bit-size integers: I really like having these in the IR. I dislike fretting at the high-level about exactly what size an integer is, thus I've directly exposed LLVM's ability to have arbitrary bit sizes. (I just need a large-integer division routine now to fully support > 128bits.) - Exception handling: The landing pads and the ExceptionDemo got me a lot of...
2005 Jul 02
0
Announcing iGlance, Seeking Alpha Users
...reply to this email and describe why you want to participate. I'd love to take everyone who replies, but as a small startup I want to focus my total energy on supporting a very small userbase to the best of my ability before branching out. Yet even if I can't take you right now, don't fret -- I'll be incrementally building my userbase and I'll be sure to draw first from those who express the earliest and greatest interest. Thanks for all your help on this list over the past months, and I'm eager to share with you what I've been working on. -david
2009 Mar 06
1
R and vim (gvim) on ubuntu
Dear all - I do fret this to be a revealing beginner question - fortunately, this mailing list have been good to me in the paste .-) I am looking for a good R editor/environment in ubuntu. To that end, I have decided to dive into gvim as the modality offered here seems to make sense for editing. I want to use Johanne...
2005 Jan 23
1
PRNG is not seeded
...stderr; there is nothing in any of the files in /var/log, or in the -vv log from rsync. This has happened 6 times in the 12 months, twice in the last week. Pretty rare. Rsync is still doing its job, and completes the task on time and without apparent data corruption. However, I am predisposed to fret about small things, and wonder if the message indicates something needing attention. I am willing to add more debugging flags or recompile code to track this down, but an hour's worth of rsyncing a night is not a good candidate for verbose tools like strace. So I'm wondering if others hav...
2005 Jul 02
0
Announcing iGlance, Seeking Alpha Users
...reply to this email and describe why you want to participate. I'd love to take everyone who replies, but as a small startup I want to focus my total energy on supporting a very small userbase to the best of my ability before branching out. Yet even if I can't take you right now, don't fret -- I'll be incrementally building my userbase and I'll be sure to draw first from those who express the earliest and greatest interest. Thanks for all your help on this list over the past months, and I'm eager to share with you what I've been working on. -david
2018 Jul 31
1
Setting up a Share Using Windows ACLs_2
Well, Im new to this mailing list and for some reason cant find my post about topic that I started(when searching archive latest date is 13jan 2018) so cant reply to Rowland.So this is present situation and answers to Rowland questions: It was a mistake in smb.conf, I changed domain_name to TCIT, in user map: !root = TCIT\Administrator TCIT\administrator Members of Domain Admins are:
2018 Jul 24
1
Setting up a Share Using Windows ACLs
Regardless of all the tips and procedures I read in the archives, I can not set permisisions under security tab, I get it every time: "Remotely setting permissions on the folder at the root of a share removes all inherited permissions from the root folder and all subfolders. To set permissions without removing the inherited permissions, click No and either change the permissions on a child
2008 Sep 10
3
Centos 4.7 delay more than mirror issue?
Hi folks, Normally people ask "when is CentOS 4.7 coming" and they are told "when it is ready". Dag posted on his blog about it going to testing in July while it was supposed to be syncing to the mirrors on Sept 5/6th according to Karanbir. Is there something going on behind the scenes? I have not seen Johnny Hughes or even Dag posting on this list for some time. CentOS
2005 Apr 11
6
AAC support?
on the download page for icecast, I can read in the icecast-2.2.0 changelog that there's support for AAC: AAC is added as a supported streaming format Not too many source clients support streaming in this format, but we support it. but when looking at the source code for icecast-2.2.0, I can't find reference to AAC anywhere. in particular, in format.c the format_get_type function only
2023 Feb 22
1
[libnbd PATCH v3 09/29] lib/utils: introduce async-signal-safe execvpe()
On 2/21/23 20:32, Eric Blake wrote: > On Tue, Feb 21, 2023 at 07:07:38PM +0100, Laszlo Ersek wrote: >> Well, given Daniel's comments meanwhile, it seems like the original >> execvp() is something we shouldn't fret about. :/ > > glibc marks execvp() and exevpe() as 'MT-Safe env', which means it > does not modify 'environ' and presumably does not use 'malloc'. If > the only reason POSIX marks execvp() as thread-unsafe is because of > its interaction with getenv() for PA...
2011 Jul 07
6
writing tools that use light-markup
..."nocs", which i find adequate. nocs works very nicely with dropbox, so that's neat... nocs uses "discount", which i am given to understand is the only (or easiest?) library for ios. if you are one of the developers of the other variants of markdown, i'd guess you might fret about competing against ios. just to share my own experience, i find that i can write (and rewrite) quite nicely on the ipad, thank you kindly. (that line about it being "only for consumption" is bull.) especially with a hardware keyboard, writing is a breeze. which is not to say nocs u...
2009 Nov 15
1
Problem building package for R 2.10.0 on Mac OS X
Hi I have submitted a package (rioja) to CRAN. It checks OK for all R versions and OS's except r-release-macosx-ix86 where it fails when checking the examples. Specifically, it fails because R can't find the package vegan which is needed in a function. Here is the snippet from the check results: ### Begin snippet checking examples ... ERROR Running examples in 'rioja-Ex.R'
2006 Jul 18
4
Some basic questions
Hi, David and everyone, I''ve had Ferret running fine in a production Rails application for a while now. I haven''t updated Ferret or really looked at the Ferret-related code since probably January, but I recently started thinking about trying out the latest version (we were using 0.3.2, I think). I got the latest (0.9.4) and have noticed things break. In particular, I used to