search for: attendee

Displaying 20 results from an estimated 410 matches for "attendee".

Did you mean: attended
2007 Nov 22
1
has_many :through questions
I''ve created the following associations using :through: class Person < ActiveRecord::Base has_many :attendees, :dependent => :destroy has_many :events, :through => :attendees, :uniq => true end class Event < ActiveRecord::Base has_many :attendees, :dependent => :destroy has_many :people, :through => :attendees, :uniq => true end class Attendee <...
2007 May 09
4
[LLVMdev] LLVM Developers Meeting - Dinner (Response needed)
LLVM Developer Meeting Attendees, I need to get a count of the people planning to stay after the meeting for dinner. If we have a large enough group, we may need to make special arrangements. Attendees will have to pay for their own dinner, but we can get reservations or possibly reserve a banquet room. So please email me b...
2009 Aug 28
0
Nil object nightmare
I''m having a real problem with nil objects in a view I''m playing with. if I type ... <%= debug lesson.lesson_register.attendees %> I get the following displayed in the browser .... - !ruby/object:Attendee attributes: enrollee_id: "25" created_at: 2009-08-27 15:10:41 updated_at: 2009-08-27 15:10:41 id: "1" attended: f lesson_register_id: "1" attributes_cache: {}...
2006 Nov 22
0
Mango Solutions Announces R Public Training Course in Paris
...n of this announcement from http://www.mango-solutions.com/services/rtraining/r_paris_training_07_french.html) * Who Should Attend ? This is a course suitable for beginners and improvers in the R language and is ideal for people wanting an all round introduction to R * Course Goals - To allow attendees to understand the technology behind the R package - Improve attendees programming style and confidence - To enable users to access a wide range of available functionality - To enable attendees to program in R within their own environment - To understand how to embed R routines within other applica...
2017 Jul 12
2
Call for Talks, Tutorials, BoFs, Panels, Student Research Competition, and More!
...s who are excited about LLVM and helping grow the community through these educational talks! You do not need to be a long time developer to submit a proposal. General Guidelines: It should be clear from your abstract what your topic is, who your targeted audience is, and what are the takeaways for attendees. The program committee gets a lot of proposals and does not have time to read 10 page papers for each submission. Talks about a use of LLVM (etc) should include details about how LLVM is used and not only be about the resulting application. Tutorials on “how to use X” in LLVM (or other subproject)...
2007 Jan 09
6
rcov seg fault
Hi Trying to get rcov going (has been working), but with the following context and specs it fails. context ''/account POST with invalid attendee'' do controller_name :account setup do Attendee.stub!(:create!).and_raise(ActiveRecord::RecordInvalid.new( Attendee.new)) end specify ''should raise on create'' do Attendee.should_receive(:create!).with({ ''name'' => ''Attendee'...
2018 Jun 29
2
2018 LLVM Dev Mtg - Call for Papers (Deadline July 30)
...s who are excited about LLVM and helping grow the community through these educational talks! You do not need to be a long time developer to submit a proposal. General Guidelines: It should be clear from your abstract what your topic is, who your targeted audience is, and what are the takeaways for attendees. The program committee gets a lot of proposals and does not have time to read 10 page papers for each submission (excluding SRC submissions). Talks about a use of LLVM (etc) should include details about how LLVM is used and not only be about the resulting application. Tutorials on “how to use X” i...
2013 Mar 15
2
Icalendar.Parse(StringIO.new(aString)) complains about missing method, bytesize
...vent in each.events do puts eachEvent.summary puts eachEvent.description puts eachEvent.location puts eachEvent.status puts eachEvent.dtstart puts eachEvent.dtend puts eachEvent.organizer for eachAttendee in eachEvent.attendees do puts eachAttendee.to end end end end
2005 Oct 16
0
Call to all Astricon attendee's!!!!
If you were at Astricon 2004, Astricon Madrid, Astricon 2005 or ANY other astricon event and you have pictures we would love to have them. Please drop us a email and we will make arrangements to get your pictures from you. We are located at: http://astri2005.netdr.biz Brian Fertig This email was scanned by: Mcafee GroupShield ---------------- CONFIDENTIAL DISCLAMER
2014 Jul 29
2
SIG IRC meeting today at 2pm UK time - call for agenda items / attendees
Hi all, we do have an IRC SIG meeting scheduled for 2pm UK today. George is in the US and may not be able to join as the call is early. It also looks as if I may not be able to join. Are there any items to discuss? If so, please raise anything you want to discuss Who is planning to join? Raise your hand in the next hour If I don't get items/participants, I suggest we cancel today's
2018 Jul 30
2
2018 LLVM Dev Mtg - Call for Papers (Deadline TONIGHT July 30)
...M and helping grow the community through these educational talks! You do not need to be a long time developer to submit a proposal. >> >> General Guidelines: >> It should be clear from your abstract what your topic is, who your targeted audience is, and what are the takeaways for attendees. The program committee gets a lot of proposals and does not have time to read 10 page papers for each submission (excluding SRC submissions). >> Talks about a use of LLVM (etc) should include details about how LLVM is used and not only be about the resulting application. >> Tutorials o...
2010 Jan 21
6
Shorewall 4.4.6 and Multiple ISP with 2 routed subnets
...er vind je alles dat je moet weten. www.windows.nl/netbook ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world''s best and brightest in the field, creating opportunities for Conference attendees to learn about information security''s most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev
2020 Jun 12
3
2020 Virtual LLVM Developers' Meeting - Call for presentations!
...rom each panel member, and follow with an interactive dialogue among the panelists and audience members. Panels should consist of at least 3 people and have a moderator. Posters (1 hour session) Posters presenting work using LLVM and related subprojects. Poster presenters will answer questions from attendees and give mini presentations. As this conference is virtual and our very first, we are still working out the numerous details. The length of the talk types below are subject to change, but the above gives you an idea of what we expect. The majority of the talks will be pre-recorded except for pan...
2018 Apr 02
1
XDC 2018: Call for Papers
...s here: https://xdc2018.x.org/#cfp. Remember, the deadline for submissions is Wednesday 25th July 2018 17:00 UTC. Don't forget to send your proposals to board at foundation.x.org! The conference is free of charge and open to the general public. If you plan on coming, please add yourself to the attendees list: https://www.x.org/wiki/Events/XDC2018/Attendees/ We'll use this list of attendees to make badges and plan for the catering, so if you are attending please add your name as early as possible. I am looking forward to seeing you there. If you have any inquiries/questions, please send...
2008 Jun 14
5
the Given, When, Then framework
Hi, Is the Given, When, Then framework, the user story, the acceptance criteria or both? Aidy
2020 Jul 20
2
2020 Virtual LLVM Developers' Meeting - Call for presentations! (Deadline SOON)
...ber, and follow with an interactive dialogue among the panelists and audience members. Panels should consist of at least 3 people and have a moderator. >> Posters (1 hour session) >> Posters presenting work using LLVM and related subprojects. Poster presenters will answer questions from attendees and give mini presentations. >> >> As this conference is virtual and our very first, we are still working out the numerous details. The length of the talk types below are subject to change, but the above gives you an idea of what we expect. The majority of the talks will be pre-recor...
2011 Aug 13
0
Casualty Actuarial Society request for proposals for R Workshop
...subject areas of particular interest are scheduled to be offered on the first day, or Monday, March 19, 2012. Examples of schedules, workshop descriptions and presentations from previous such workshops can be found on the CAS website. In response to feedback received from previous RPM Seminar attendees, the RPM Seminar Planning Committee (?Committee?) intends to include Introduction to R as one of the workshop topics at the 2012 seminar, to provide hands-on R training for beginners. III. Project Specifications The Committee wishes to enlist subject matter experts to develop and conduct the...
2010 Jun 18
0
New course schedule and new locations
...le which includes new courses and new locations. Hadley Wickham will also be coming to London to teach Data Visualisation in R. Please see details below: Public Courses Our public courses include introductory to advanced training in general data analysis through to industry specific data analysis. Attendees of our public courses receive all training documentation, tip sheets and USBs as well as 3 months of free ongoing consultative support following the completion of the course. R training courses 2010 - 2011 R Graphics 6th and 7th July - London UK Introduction to R 19th and 20th July - New York...
2023 Apr 17
3
XDC 2023: Registration & Call for Proposals now open!
...& Call for Proposals are now open for XDC 2023, which will take place on October 17-19, 2023. https://xdc2023.x.org As usual, the conference is free of charge and open to the general public. If you plan on attending, please make sure to register as early as possible! In order to register as attendee, you will therefore need to register via the XDC website. https://indico.freedesktop.org/event/4/registrations/ In addition to registration, the CfP is now open for talks, workshops and demos at XDC 2023. While any serious proposal will be gratefully considered, topics of interest to X.Org and fr...
2009 Nov 12
0
Mango Solutions' 2010 public R training schedule
...of both standard and customised training courses to a wide range of audiences across the world, to help kick-start or enhance your R programming abilities. Training courses can be customised to use your own data, helping to ensure the training is immediately relevant to the day to day work of the attendees. In order to ensure the quality of training consistently meets our standards, we have to limit the number of attendees. Private courses are also available utilising your own data customised to your own business requirements. As part of the course development we produce tailored documentation...