similar to: OT: SCALE 4x -- Call For Papers

Displaying 20 results from an estimated 2000 matches similar to: "OT: SCALE 4x -- Call For Papers"

2007 Jan 22
0
Asterisk and VoIP @ Southern California Linux Expo (SCALE 5x)
Hello, Asterisk and VoIP will again have a presence at SCALE 5x, the 2007 Southern California Linux Expo this February. On the exhibit hall floor Trixbox will have a booth demonstrating their asterisk related products. Additionally, a number of other open-source projects will be using Asterisk as part of their demos. The event will be held on Feb 10th and 11th at the Los Angeles Airport
2008 Sep 04
0
Invitation to the Southern California Linux Expo 7x
Greetings, I would like to formerly invite the CentOS community to participate at the Southern California Linux Expo. The show will be taking place February 20th - 22nd, 2009 at the Westin LAX in Los Angeles, CA. I am including both a link to our "Call For dotORG Exhibitors" as well as our "Call for Papers" if anyone from the CentOS community is interested in submitting a
2008 Oct 20
1
Invitation to Southern California Linux Expo 7x
Greetings, I would like to formerly invite Vorbis and the other Xiph projects to attend the 7th Annual Southern California Linux Expo. The show will be held February 20th-22nd, 2009 once again at the Westin LAX in Los Angeles, CA. Because the Xiph projects are open source projects, SCALE will provide a complementary booth on our show floor including all the usual amenities such a 6' table
2008 Oct 20
0
Invitation to Southern California Linux Expo 7x
Greetings, I would like to formerly invite Icecast and the other Xiph projects to attend the 7th Annual Southern California Linux Expo. The show will be held February 20th-22nd, 2009 once again at the Westin LAX in Los Angeles, CA. Because the Xiph projects are open source projects, SCALE will provide a complementary booth on our show floor including all the usual amenities such a 6' table
2005 Jan 05
2
cAos/CentOS Users in Boston/New England area
I'm still looking for any volunteers in the Boston or New England areas that would be willing to help out at LinuxWorld in February. It goes Feb 14th - 17th, but the expo part is only 15th - 17th. If you can't come all three days, that's fine, but I would appreciate if there were a couple people that could come at least a day or two. Also, If you help out you get a 3 day pass to the
2006 Jan 31
4
broadvoice??
Does anyone have any useful contact information for Broadvoice? I've been unable to call Argentina from my Broadvoice line for almost a month now. Their techs keep telling me they're "looking into it" but I get no real information. I've had several other tickets open for almost 8 months now. I called their PR company this morning and apparently they dropped Broadvoice
2006 Mar 11
1
HITBSecConf2006 - Malaysia: Call for Papers
Greetings from Hack in The Box -- We are pleased to announce that the Call for Paper (CfP) for HITBSecConf2006 - Malaysia is now open! Set to take place from September 18th - 21st 2006 at The Westin Kuala Lumpur, this years conference promises to once again deliver an International deep-knowledge security conference. HITBSecConf has been described as "the most intimate of hacker
2006 Feb 02
0
Asterisk at SCALE 4x
Hello, Asterisk will have strong presence at SCALE 4x, the 2006 Southern California Linux Expo next week. On the exhibit hall floor both Digium and SwitchVox will have booths demonstrating asterisk and related products. The event will be held on Feb 11th and 12th at the Los Angeles Airport Radisson. In addition to Asterisk focused sponsors, we will have 3 talks on the topic of Asterisk and
2007 Jun 02
1
linksys wip300 firmware
Hello, Does anyone have access to version 1.00.07 of the Linksys WIP 300 firmware? The only version on their site at the moment is 1.00.09, which the phone refuses to load. Regards, Ilan
2016 Mar 10
2
KVM Forum 2016: Call For Participation
================================================================= KVM Forum 2016: Call For Participation August 24-26, 2016 - Westin Harbor Castle - Toronto, Canada (All submissions must be received before midnight May 1, 2016) ================================================================= KVM Forum is an annual event that presents a rare opportunity for developers and users to meet, discuss
2016 Mar 10
2
KVM Forum 2016: Call For Participation
================================================================= KVM Forum 2016: Call For Participation August 24-26, 2016 - Westin Harbor Castle - Toronto, Canada (All submissions must be received before midnight May 1, 2016) ================================================================= KVM Forum is an annual event that presents a rare opportunity for developers and users to meet, discuss
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi, I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2 system to an AFP mounted share. The command I'm using is: rsync -avAX -M--fake-super ./testDir ./mnt/testDir/ This works fine and all the extended attributes are copied and readable. I then try to use rsync to copy these files back with: rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/ This
2011 Sep 16
0
Scale x10 CFP open until Dec 3rd
Hi everybody, I am planning to have a Xen booth at Scale x10 next year. Scale has a CFP open and it would be great if we have some paper submissions from the community there. See www.socallinuxexpo.org/cfp/cfp-information <http://www.socallinuxexpo.org/cfp/cfp-information> Regards Lars _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2011 Sep 16
0
Scale x10 CFP open until Dec 3rd
Hi everybody, I am planning to have a Xen booth at Scale x10 next year. Scale has a CFP open and it would be great if we have some paper submissions from the community there. See www.socallinuxexpo.org/cfp/cfp-information <http://www.socallinuxexpo.org/cfp/cfp-information> Regards Lars _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2009 Dec 15
0
[LLVMdev] SCaLE Call for Papers: Any llvm speakers?
Hello all, I hope this is not an intrusion. The SCaLE Souther California Linux Expo call for papers ends soon and I am wondering if anyone from the llvm project might want to talk about its state and role in various open source and projects? For more information: http://www.socallinuxexpo.org/scale8x/scale-8x-call-papers All the best, Michael
2009 Aug 26
2
Statistical question about logistic regression simulation
Hi R help list I'm simulating logistic regression data with a specified odds ratio (beta) and have a problem/unexpected behaviour that occurs. The datasets includes a lognormal exposure and diseased and healthy subjects. Here is my loop: ors <- vector() for(i in 1:200){ # First, I create a vector with a lognormally distributed exposure: n <- 10000 # number of study subjects
2011 Jul 06
2
how to best present concentrated data points/ ggplot2
Hi all, I am trying to plot a weighted density plot for two different types and want to show the data points on the x axis. The code is as follows. The data points are very concentrated. Is there a better way to present it( should I set the alpha value or something else)? Thanks! YL library(ggplot2) x <- rnorm(10000) a <- rnorm(5000) b <- rnorm(5000) weights.x <- abs(a/sum(a))
2017 Jan 03
0
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Assuming you are aware Apple 10.12.1/2 did a number on crypto, broke SSH, HTTPS to "legacy" servers. R/ Everett Batey / Skype: wa6cre-10 / efbatey at gmail.com Please visit So Calif Linux Expo http://www.socallinuxexpo.org On Tue, Jan 3, 2017 at 7:16 AM, Steven Kilby <stevenkilby2 at gmail.com> wrote: > Hi, > > I've been attempting to use rsync 3.1.2 to copy
2007 Jun 18
1
two bessel function bugs for nu<0
#bug 1: besselI() for nu<0 and expon.scaled=TRUE #tested with R-devel (2007-06-17 r41981) x <- 2.3 nu <- -0.4 print(paste(besselI(x, nu, TRUE), "=", exp(-x)*besselI(x, nu, FALSE))) #fix: #$ diff bessel_i_old.c bessel_i_new.c #57c57 #< bessel_k(x, -alpha, expo) * ((ize == 1)? 2. : 2.*exp(-x))/M_PI #--- #> bessel_k(x, -alpha, expo) * ((ize == 1)? 2. :
2004 Sep 22
7
Some photos from Astricon 2004
These taken tonight (9/22/2004) at the Expo and Reception Enjoy. http://photos.tropiano.org/gallery/astricon-2004 Lenny