search for: frets

Displaying 20 results from an estimated 39 matches for "frets".

Did you mean: frees
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=fret...
2014 Jan 29
2
[Bug 890] New: Bug in ulogd_filter_IP2BIN
https://bugzilla.netfilter.org/show_bug.cgi?id=890 Summary: Bug in ulogd_filter_IP2BIN Product: ulogd Version: SVN (please provide timestamp) Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: ulogd_MYSQL AssignedTo: netfilter-buglog at lists.netfilter.org
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.co...
2024 Aug 18
3
[Bug 3719] New: receiving errors when attempting to compile openssh 9.8
https://bugzilla.mindrot.org/show_bug.cgi?id=3719 Bug ID: 3719 Summary: receiving errors when attempting to compile openssh 9.8 Product: Portable OpenSSH Version: 9.8p1 Hardware: amd64 OS: OpenBSD Status: NEW Severity: security Priority: P5 Component: Build system
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
2003 Oct 14
1
Some simple (I hope) questions
I'm new to Samba, and I have a few minor questions for which I need answers before I start this grandiose adventure in connectivity. I current have a small home network, consisting of: (1) Mandrake Linux 9.1 workstation (1) Windows 2000 Pro workstation (1) Windows XP Pro file/print server (1) LinkSys 4-port (ethernet) router My goal is to be able to use Samba to access the files
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
I'm proud to announce Leaf <http://leaflang.org/>, a soon to be great new programming language. I've been working over a year on it now, though it's nowhere near completion. Consider this a pre-alpha prototype stage announcement. ;) A lot of my progress is due entirely to LLVM. So while Leaf has a host of features <http://leaflang.org/features/index.html>, I'd like to
2005 Jul 02
0
Announcing iGlance, Seeking Alpha Users
Today marks the one-year anniversary of iGlance, my P2P voice, video, and realtime-collaboration application. In honor of the event, I'm opening my doors to a select group of alpha-users who will: - Help test the boring stuff - Help refine and design the good stuff - Help decide what iGlance is all about As you know, this is a crowded space. There are probably a hundred VoIP,
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 Johannes Ranke's vim r-plugin, but I can't make it work. I have the plugin
2005 Jan 23
1
PRNG is not seeded
This is likely a linux or ssh problem, but perhaps someone else on this list may have encountered it. I have run about 15,000 instances of rsync in the last year, (about 500 total hours of rsyncing) using ssh as a transport mechanism ( actually, I am running the dirvish backup wrapper, www.dirvish.org, around rsync). In all cases, I am pulling filesystems from a linux client to a linux backup
2005 Jul 02
0
Announcing iGlance, Seeking Alpha Users
Today marks the one-year anniversary of iGlance, my P2P voice, video, and realtime-collaboration application. In honor of the event, I'm opening my doors to a select group of alpha-users who will: - Help test the boring stuff - Help refine and design the good stuff - Help decide what iGlance is all about As you know, this is a crowded space. There are probably a hundred VoIP,
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
2024 Nov 13
2
[RFC PATCH v1 00/10] mm: Introduce and use folio_owner_ops
On Tue, Nov 12, 2024 at 03:22:46PM +0100, David Hildenbrand wrote: > On 12.11.24 14:53, Jason Gunthorpe wrote: > > On Tue, Nov 12, 2024 at 10:10:06AM +0100, David Hildenbrand wrote: > > > On 12.11.24 06:26, Matthew Wilcox wrote: > > > > I don't want you to respin. I think this is a bad idea. > > > > > > I'm hoping you'll find some more
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
2011 Jul 07
6
writing tools that use light-markup
let's talk about writing tools that use markdown (or more broadly, another form of light-markup)... to begin with, there is the markdown "dingus"... from a demo perspective, it has been _fantastic_. it has provided interested observers a quick idea about the simplicity and the power of markdown. as a writing tool, it's a bit clunky; it will work, yes, but i'd doubt many
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'