similar to: Discussion on hosting of local user group web portals under r-project

Displaying 20 results from an estimated 10000 matches similar to: "Discussion on hosting of local user group web portals under r-project"

2009 Feb 26
0
Residential portals and real world scalability
Hey all, I have a couple of questions. 1) What is the maximum amount of registrations and ongoing calls you've been able to achieve on your Asterisk systems. Please do not respond with marketing hyperbole. I'm looking for real world implementation in the thousands range. For instance, max I recall having on one souped up server was a couple hundred registrations with no more than 70
2004 Dec 17
0
Love is Golden: all ideas have and always will be.
I am delighted to be able to tell you that I have taken a decision to relinquish Copyright ownership of all Samba-related code that I have ever written. I would like to take this as an opportunity to formally request the Samba Team to reopen the case for forming an ASF-like "Samba Software Foundation". As you are no doubt aware, I started work on NT Domain analysis in 1997, with Paul
2013 Mar 16
1
GSoC project to deal with bootloaders
Hi Matt, I was discussing with Rich on #libguestfs about using the supermin appliance to 'package' all the 3 outputs (kernel, initrd, root) the fedora appliance [1] into a raw/qcow2 image. He then suggested, it's not easy,but do-able: - put the kernel and initrd onto the root disk, and then install a bootloader; - and then installing 'syslinux' on disk images And said
2006 May 26
3
Breakdowns in has_many abstraction
I discovered an interesting aspect of has_many behavior that I''m struggling to work around. I''m not sure if I''m doing something wrong, or if it''s a legitimate bug, or if it''s an inherent part of Rails that I just have to learn to deal with. It boils down to these two problems: - changes in collection objects (i.e. models that belong_to a container
2011 Apr 29
2
thank you wayne, andrew, paul and everyone else
For me, rsync is an indispensable tool. I don't know what I'd do without it. Rsync and OpenSSH make our open systems possible. Of course, we wouldn't NEED them so much if we had better distributed file systems, but let's keep this an upbeat message. :-) I'd like to thank Andrew and Paul for giving birth to it, Wayne for nurturing it, and everyone else for providing
2009 Nov 13
1
Trellis settings get lost when printing to pdf
Hi all, I've got some problems when changing the trellis settings for the lattice plots. The plots look exactly as I want them to when calling show.settings() as well as when plotting them in the graphical window. But when printing to a pdf file, none of the settings are used!? Does anyone know what might have happened? Because the when changing the trellis settings, these should remain in
2007 Sep 07
1
RoR apps that act as web user agents?
I''d like to find some examples of Rails apps that act as web "user agents" (i.e., "portals" to the web at large). That is, programs that pass requests up and content back down, but also add some local intelligence, etc. Any suggestions? -r P.S. CritLink (http://zesty.ca/crit/) is an example of this sort of application. -- http://www.cfcl.com/rdm
2016 Jul 31
0
[RFC] One or many git repositories?
> On Jul 31, 2016, at 12:36 AM, Justin Lebar via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> This suggests what we really want in this case are several updates (one to each repository) on a branch that is then merged in one instant into the umbrella repository. Then the only thing the bots would see would be the merge commit and thus state is synchronized. > > The
2016 Aug 01
0
[RFC] One or many git repositories?
> On Jul 31, 2016, at 12:56 AM, Michael Gottesman via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On Jul 31, 2016, at 12:36 AM, Justin Lebar via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >>> This suggests what we really want in this case are several updates (one to each repository) on a branch
2016 Jul 31
0
[RFC] One or many git repositories?
> On Jul 31, 2016, at 12:06 AM, Justin Lebar via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> And if it is, then the "only thing a monorepo gets you" isn't something that you need a monorepo to get. > > This is an *extremely important* point to understand, so let me try to > be really clear about the current state of the world and the state of >
2004 Nov 20
1
how to suppress whiskers in a bwplot?
dear R-help, i have looked carefully through the R-help archives for information on how to suppress whiskers in a bwplot. someone asked this question a while ago, but the answer he received is not available in the archives. but i did manage to get my hands on a panel function (called "my.panel") that is supposed to do this (the function is reproduced at the end of the email, below).
2017 Sep 29
0
Trouble when suppressing a portion of fast-math-transformations
Hi, Warren, Thanks for writing all of this up. In short, regarding your suggested solution: > 4. To fix this, I think that additional fast-math-flags are likely > needed in > > the IR. Instead of the following set: > > 'nnan' + 'ninf' + 'nsz' + 'arcp' + 'contract' > > something like this: > > 'reassoc' +
2004 Nov 05
3
[PATCH] Use nfmark as a key for u32 classifier
Hello! I am glad to announce a patch for u32 to allow matches on nfmark. The patch is non intrusive (few lines). Why I did this? Because fw classifier cannot be used together with u32. For example, now, you cannot match a mark of 0x90 and a destination port of 80. I know you can do it with iptables to do the marking, but if you use Jamal actions to apply mark to policed packets, you need
2007 Nov 09
1
Recycling Rule
Hi, I have an efficiency question. To centralise a dataset (in a data frame) I have been using: a <- mean(Data) Data <- t(t(Data)-a) ...to force row-wise recycling. Is there a better/more efficient/more elegant way than transposing the dataset twice? Thanks [[alternative HTML version deleted]]
2018 Nov 12
2
[monorepo] Downstream branch zipping tool available
Building on the great work that James Knight did on migrate-downstream-fork.py (Thanks, James!) [1], I've created a simple tool to take migrated downstream fork branches and zip them into a single history given a history containing submodule updates of subprojects [2]. With migrate-downstream-fork.py, one is left with a set of unrelated histories, one per subproject: llvm
2016 Jun 29
0
Git Move: GitHub+modules proposal
Hi all, A short summary: Takumi has done 90% of the work here: https://github.com/llvm-project/llvm-project-submodule and I've been talking to GitHub, and here are the answers to my questions: > 1. How will the umbrella project's auto-increment hook work? Since the umbrella project cannot see the sub-modules' commits without some form of update, there are two ways to do this:
2008 Sep 25
2
Web Portal Proposal
Hi, Could we open the wiki page to list the Web Portal sections/contents/requirements that should be present and so candidate applications that fit those needs ? Cheers, al.
2016 Jun 26
7
Git Move: GitHub+modules proposal
So, It's been a while and the GitHub thread is officially dead, so I'll propose a development methodology based on the feedback from that thread. This is not *my* view, but all that was discussed in the threads. My objective is to form an official proposal to use Git as our main repository, overcoming all the problems we currently have without creating many others. In the end, I think
2011 Aug 12
2
XCP - Using XenServer Web Self service portal
Ive got XCP 1.1 on 2 blades and setup a pool master, then shared the SR all seems fine, Id like to manage it with XenServer Web Self, though its throwing an error Unsupported version of Citrix XenServer detected. Expected version: 5.6; Detected version: 1.1 wasnt there a trick to change it and fake it to be correct?? _______________________________________________ Xen-users mailing list
2016 Oct 14
2
GitHub Survey?
> On Oct 13, 2016, at 2:15 PM, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On Oct 13, 2016, at 1:40 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com <mailto:dexonsmith at apple.com>> wrote: >> >>> >>> On 2016-Oct-13, at 11:23, Mehdi Amini <mehdi.amini at apple.com <mailto:mehdi.amini at