search for: lsrc

Displaying 15 results from an estimated 15 matches for "lsrc".

Did you mean: lsr
2012 Jul 24
0
LSRC 6 - Only 16 Days Left!
Hi All It''s been just over two weeks since LSRC 6 tickets went on sale, and it is already over half full. And now, it''s just 16 days to go for LSRC 6. That''s right, two weeks and two days from now you can see Laurent Sansonetti of RubyMotion fame, Uncle Bob Martin, and, best of all, Matz! The Lone Star Ruby Conference is be...
2007 May 10
0
gw, lsrc in julian''s patches
In http://www.ssi.bg/~ja/dgd.txt I read: -- - key "gw" for ip_route_output used to select the right route for the gateway - key "lsrc" for ip_route_input used to find the best unicast route between this IP and the destination address (similar to output routing call but still makes the checks needed for input packet). -- Could someone please provide a couple of examples on this? I was unable to find any info in th...
2012 Jul 20
0
LSRC 6 and Capital Factory Hackathon Survey
Hey All Capital Factory is organizing a Hackathon in conjuction with LSRC 6. If you want to attend, please cast your votes on the survey link below. http://www.surveymonkey.com/s/BFYFJBJ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5T...
2009 May 01
0
Lone Star Ruby Conference 2009 Talk Submission Deadline
...tp://spreadsheets.google.com/viewform?formkey=cFFLMDFLajgwYXRZSUx4RzY2TkxJT0E6MA.. Trainers: Hands-on training is back this year. Courses can be either 3hr (half-day) or 6hr (full-day). It is recommended that full-day courses be team taught. Also, remember that trainers are compensated. Last year LSRC 2008 paid out over $15,000 to trainers. When submitting a course curriculum outline, remember that a training course is NOT an extended talk. Trainers should provide labs and hands on learning experiences for the participants. Your course submission should provide practical skills that participan...
2016 Oct 27
1
PIC and mcmodel=large on x86 doesn't use any relocations
...ent, I wrote a little abi.c program to look at the generated code. The code from gcc matches almost exactly what is listed in the ABI document. However, LLVM seems very different. I don't see -fPIC has having any impact with mcmodel=large. Thanks John For example, static int src; // Lsrc: .long static int dst; // Ldst: .long extern int *dptr; // .extern dptr void DataLoadAndStore() { // Large Memory Model code sequences from AMD64 abi // Figure 3.22: Position-Independent Global Data Load and Store // // Assume that %r15 has been loaded with GOT address by //...
2006 Feb 02
1
Conflict between julian from base and from chron
...t I need. Is there a way of telling R to run the function from chron and not from base? Thanks, Fernando __________________________ Fernando Colchero Doctoral Fellow Duke University Department of Ecology A322 Levine Science and Research Center (LSRC) Durham, NC 27708 USA Phone: (919) 613 80 57 __________________________
2009 Aug 09
0
Lone Star Ruby Conference 2009 - 18 More Days till Showdown
Greetings from Austin - Home of the Lone Star Ruby Conference. This year we are catering to your every desire. In addition to the customary luxuries you have come to expect at LSRC, like the awesome food or the power strips at every table for your hungry laptops, this year you will also be greeted with: * the new conference center sound system. * bagels, yogurt, fruit and donuts for every breakfast * sodas for the morning break! * extra wifi access points * 15/2 internet ser...
2005 Feb 16
11
Load Balancer setting for Public Servers
Hello, I have finished setting up the load balancer with IPROUTE ... also patch the kernel to support DGD and now it''s working fine with the valuable guide at LARTC website, Julian Anastasov, and the kind people in this mailing list. Now I would like to launch a web server and a ftp server to the public but I''m stuck into a problem and really need your help. Currently internal
2007 Jan 22
3
routing patches seem to break output nat
Hi We have applied the routing patches from http://www.ssi.bg/%7Eja/#routes. To 2.6.15 this seems to have broken our output natting. Has anyone else experienced this or any advice on how to fix. Is this working on the newer kernel i.e. 2.6.19 ? Any help would be appreciated. -- Tim Haak email: tim@haak.co.uk cel: 0837787100 First love is only a little foolishness and a lot of curiosity,
2009 Aug 31
0
source(.trPaths[5], echo=TRUE, max.deparse.length=150)
...to be echoed back to me everytime I try to send a command to R of can I stop it? I've also lost my function of arrowing back up to recall previous commands. Can I get that back? richard -- Richard M. Anderson, Assistant Professor Duke University, Nicholas School of the Environment A321 LSRC Box 90328 Durham, NC 27708 919.613.8130 (v), 919.684.8741 (f) Richard.Anderson at duke.edu
2005 Oct 17
2
libxenstat python bindings
...f MAJOR=0 MINOR=0 LIB=src/libxenstat.a SHLIB=src/libxenstat.so.$(MAJOR).$(MINOR) SHLIB_LINKS=src/libxenstat.so.$(MAJOR) src/libxenstat.so OBJECTS=src/xenstat.o src/xen-interface.o SONAME_FLAGS=-Wl,-soname -Wl,libxenstat.so.$(MAJOR) WARN_FLAGS=-Wall -Werror CFLAGS+=-Isrc -I$(XEN_LIBXC) LDFLAGS+=-Lsrc all: $(LIB) $(SHLIB) $(LIB): $(OBJECTS) $(AR) rc $@ $^ $(RANLIB) $@ $(SHLIB): $(OBJECTS) $(CC) $(LDFLAGS) $(SONAME_FLAGS) -shared -o $@ $(OBJECTS) src/xenstat.o: src/xenstat.c src/xenstat.h src/xen-interface.h $(CC) $(CFLAGS) $(WARN_FLAGS) -c -o $@ $< src/xen-interface.o: src/xen-inte...
2005 Oct 27
2
[PATCH] Enable xenstat to use xenstore & fix bugzilla #311
Signed-off-by: Jerone Young <jyoung5@us.ibm.com> -- Jerone Young IBM Linux Technology Center jyoung5@us.ibm.com 512-838-1157 (T/L: 678-1157) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Oct 17
4
[PATCH] Fix tools build on Solaris
...at/Makefile b/tools/xenstat/libxenstat/Makefile --- a/tools/xenstat/libxenstat/Makefile +++ b/tools/xenstat/libxenstat/Makefile @@ -34,6 +34,7 @@ SONAME_FLAGS=$(SONAME_LDFLAG) -Wl,libxen WARN_FLAGS=-Wall -Werror +CFLAGS+=$(TOOL_CFLAGS) CFLAGS+=-Isrc -I$(XEN_LIBXC) -I$(XEN_XENSTORE) LDFLAGS+=-Lsrc -L$(XEN_XENSTORE)/ -L$(XEN_LIBXC)/ diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -7,6 +7,7 @@ MINOR = 0 PROFILE=#-pg BASECFLAGS=-Wall -g -Werror +BASECFLAGS += $(TOOL_CFLAGS) # Make gcc generate dependencies. BA...
2007 Dec 28
1
problems using --ignore-existing and filter rules
.../.Xauthority protect root/.ksh_history protect root/.lsof_* protect root/.mozilla protect root/.spamassassin protect source/ protect sysinst.log0 protect tftpboot/ protect tmp/ protect u0/ protect u0i/ protect u0j/ protect u1/ protect u1h/ protect u2/ protect u3/ protect u4/ protect u5/ protect usr/lsrc protect usr/mdec protect usr/pkgsrc protect usr/src protect usr/xsrc protect var/tmp/* protect var/yp/Makefile protect var/yp/binding protect var/yp/ka8zrt.com protect var/zope* protect vol protect work protect www
2009 Sep 11
3
For sending my R package as part of R-project
...1 0 1600 29 0 0 0 1 0 80 29 0 0 0 1 0 120 29 1 1 0 0 1 80 etc. thanks in advance... richard anderson -- Richard M. Anderson, Assistant Professor Duke University, Nicholas School of the Environment A321 LSRC Box 90328 Durham, NC 27708 919.613.8130 (v), 919.684.8741 (f) Richard.Anderson at duke.edu ------------------------------ Message: 72 Date: Fri, 11 Sep 2009 16:09:25 +1200 From: Paul Murrell <p.murrell at auckland.ac.nz> Subject: Re: [R] eps file with embedded font To: "ted.harding a...