similar to: Benjamin Gorlick’s Ruby on Rails doc project wins Google S

Displaying 20 results from an estimated 200 matches similar to: "Benjamin Gorlick’s Ruby on Rails doc project wins Google S"

2014 Sep 30
0
Position announcement - Research Educator - University of Maryland
Please distribute. Interested individuals can view the full position announcement and apply at: https://ejobs.umd.edu/postings/29966 Title: Research Associate Functional Title: Research Educator Position Summary/Purpose of Position: The First-Year Innovation & Research Experience (FIRE) is a new major initiative at the University of Maryland, College Park. FIRE provides first-year
2011 Feb 05
1
Mentorship
Hello, I am interested in an open source online mentorship. I don't know if the information is up to date, but this link says you are interested in students. I would like to learn who open source development and practical programming works. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Feb 18
0
Open Source Hackathon Mentorship Invitation
Hello, My name is Misha Patel and I’m reaching out on behalf of the HackIllinois Outreach team. HackIllinois is a 36-hour collegiate Open Source hackathon that takes place annually at the University of Illinois Urbana-Champaign. This year, it will be from February 28th-March 1st, 2020. Our mission is to introduce college students to Open Source, while giving back to the community. We strive to
2004 Dec 10
1
mech-plain patch
Hi Guys, Unoffical patch for mech-plain so the AUTH PLAIN command works with SQL (and possibly other DBs). Thunderbird should work again after this. --- mech-plain.c 2004-12-10 01:56:51.065987304 +0000 +++ mech-plain.c 2004-12-10 01:53:16.974534152 +0000 @@ -27,7 +27,10 @@ authid = (const char *) data; authenid = NULL; pass = ""; - count = 0; +
2003 Jan 29
1
WinXP failing to join PDC
Hello people! I have set up samba guided by "The Unoffical Samba HOWTO, by David Lechnyr". But for the last 3 hours i have been banging my head into the wall. So i ask for youre help! The problem is that the WinXP clients fails to join the domain with the error message: FROM WINXP: "The specified network password is not correct" FROM LOG: "[2003/01/29 23:27:03, 0]
2007 Feb 26
0
Looking for a dev
Hello, I''m working for a small Swiss company called STVS[1]. Our product is about to be released and we''re looking for more developers to join our Team ! What we''re looking for is a good ruby developer that is able to think out of the box and that is not afraid of "technologies" like Camping. Yeah, we''re using Camping ! We mainly code in Ruby but for
2014 Mar 04
2
Test Dataset for performance and accuracy analysis
Hi Parth, I implemented DFR algorithms in Xapian as a part of GSOC last year under the mentorship of Olly. This year, I want to work on analyzing and optimizing the performance of the DFR algorithms and comparing them with BM25.I also want to work on profiling the query expansion schemes and test the relevance(precision and recall) / speed(time taken) of the
2012 Jun 16
0
[LLVMdev] RFC: Technical Writing FAQ (DRAFT PROPOSAL)
Hi, I've put together what I think is a quite excellent beginning on a technical writing FAQ for the LLVM project. The reason I think it is quite excellent is that it does precisely what a FAQ is supposed to: Lifts the user as high up (in terms of knowledge and understanding) as possible with the least amount of text to read. I would like to encourage you guys to rethink your "its all
2019 Mar 26
0
[Piglit] X.Org GSoC 2019 - Student Application Period
On Tue, Mar 26, 2019 at 10:56 AM Trevor Woerner <twoerner at gmail.com> wrote: > > On Tue 2019-03-26 @ 10:40:49 AM, Ilia Mirkin wrote: > > Just looked over the projects... they all seem valid > > Thank you for taking the time to have a look and provide feedback! > > > but are there > > people who could realistically mentor a GSoC student for these? IMHO >
2013 Jul 15
0
Xapian now has Divergence from Randomness schemes
Hello guys, you'll will be happy to know that the current codebase now includes the divergence from randomness weighting schemes which are known to outperform a lot of known weighting schemes such as BM25. Thanks to the amazing mentorship of Olly Betts and Dan Colish, our search results will now be better than before and Xapian will be more preferred in the research community than it was
2013 Jul 15
0
Xapian now has Divergence from Randomness schemes
Hello guys, you'll will be happy to know that the current codebase now includes the divergence from randomness weighting schemes which are known to outperform a lot of known weighting schemes such as BM25. Thanks to the amazing mentorship of Olly Betts and Dan Colish, our search results will now be better than before and Xapian will be more preferred in the research community than it was
2015 Aug 07
0
EFI: HP + syslinux = crash [ brown paper bag update ]
>> Unfortunately I can't test anymore until Friday. Maybe gnu-efi got >> updated? I seem to remember seeing a shell script pulling in the >> newest version during compilation... > > It's version locked to a certain commit ID. Okay, so that's good. No worries there. === preamble === In this mail I talk about two different commits. To identify them furhter,
2015 Mar 17
0
Postdoc in Pharmacometrics at the University of Cape Town
Dear all, at the Division of Clinical Pharmacology at the University of Cape Town (South Africa) we are looking for highly motivated science/engineering PhD graduates to join our pharmacometrics group as a post-doctoral fellow. Pharmacometrics is an emerging discipline that applies mathematical modelling and simulation to pharmacology, aiding the interpretation of data from clinical trials,
2019 Mar 26
2
[Piglit] X.Org GSoC 2019 - Student Application Period
Thanks for reaching out on the matter Ilia. I am not to be relied on. If you're lucky, I might be able to take some questions about past work, but cannot make a solid time commitment that warrants being a mentor. Of course, the mentor does not necessarily have to have the deepest understanding of the subject matter. *At the end of the GSOC* a good student should be trusted with having more
2019 Mar 27
0
[Piglit] X.Org GSoC 2019 - Student Application Period
well generally I would be available for all the nouveau projects, although I am lacking proper knowledge for a few of those like video acceleration. But I am sure I would be able to dig into stuff enough before the projects starts. On Tue, Mar 26, 2019 at 4:29 PM Roy Spliet <nouveau at spliet.org> wrote: > > Thanks for reaching out on the matter Ilia. > I am not to be relied on. If
2008 Mar 01
0
[LLVMdev] Google Summer of Code Idea
On Feb 28, 2008, at 10:43 AM, Richard Warburton wrote: > This email is written on the premise that LLVM will be involved in > GSOC again this year. I hope so too! > I would be looking to implement a context-sensitive alias analysis. > Whilst I accept that this isn't the most efficient category of alias > analysis, I think the implementation of such an analysis, that trades
2006 Jan 02
3
Re: Getting Index When Using render :partial (Benjamin Stiglitz)
Thanks for the suggestion, Ben. This seems an excellent approach to the problem, except that I''d been under the impression that one could only call render once. If you call it multiple times as the each_with_index loop iterates, are the results just combined automatically? How does that work? Thanks! Sean ----- Sean McMains AIM: SeanMcTex http://www.mcmains.net/ruminations On
2005 Jan 06
4
ices config problems
*** the following config: <input> <module>playlist</module> <param name="type">script</param> <param name="file">/radio/getnextsongpath</param> </input> gets me: Could not find a valid playlist file. Ices Exiting... *** the following header of the config file: <?xml
2016 Jul 29
0
[RFC] One or many git repositories?
On 29 Jul 2016, at 18:01, Mehdi Amini <mehdi.amini at apple.com> wrote: > > I don’t understand this statement. As of today you can send a diff to the mailing list, I don’t see how lower the bar can be. Really? You don’t see that hitting the web UI buttons that construct a pull request are lower than finding a mailing list to post to, subscribing, preparing a patch, emailing it,
2013 Nov 12
0
OpenSSH 6.4 connection to Cisco 6506 routers/switches fails
Just upgraded to OpenSSH_6.4 with OpenSSL 1.0.1e and libz.so.1.2.8. Now some (but not all) Cisco router logins hang: kraken> ssh -vv -l noc XXX-mgmt.gw OpenSSH_6.4, OpenSSL 1.0.1e 11 Feb 2013 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 50: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to XXX-mgmt.gw [10.12.0.1] port 22.