search for: potluck

Displaying 12 results from an estimated 12 matches for "potluck".

Did you mean: plotluck
2009 Jan 03
0
BerkeleyTIP TODAY Jan 3 Sat- Party Time :) Video Talks: Asterisk, GPU
YOU ARE INVITED TO ATTEND :) Join in with the friendly BTIP people. IRC & VOIP communication - Use Ekiga VOIP SW & a Headset. GLOBAL SIMULTANEOUS GNU(Linux), BSD & All Free SW & HW Monthly Meeting TIP = Talks, Installfest, Potluck & ProgrammingParty January 3rd 2009, Saturday. Time: 10 AM - 6 PM (All times Pacific USA) Adjust for your local time zone. (Ex: = 1 PM - 9 PM Eastern) http://groups.google.com/group/BerkTIPGlobal [Click "Join this group" on the right page side to join the mail list.] VIDEO TAL...
2016 Aug 01
1
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
...t; > + } > > > > So this seems to just be picking the first filename reported by > > readdir that isn't starting with '.'. Surely this can't the right > > logic when your corresponding do_write method can pick several > > different filenames, its potluck which do_read will give back. > > Do you mean that it'd be better to check a list of known filenames and > fail if not? No, I mean that you have several different VIRTIO_PSTORE_TYPE_nnn and use a different file for each constant. When reading this directory though you're not look...
2016 Aug 01
1
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
...t; > + } > > > > So this seems to just be picking the first filename reported by > > readdir that isn't starting with '.'. Surely this can't the right > > logic when your corresponding do_write method can pick several > > different filenames, its potluck which do_read will give back. > > Do you mean that it'd be better to check a list of known filenames and > fail if not? No, I mean that you have several different VIRTIO_PSTORE_TYPE_nnn and use a different file for each constant. When reading this directory though you're not look...
2009 Jan 03
0
BerkeleyTIP - Hello, Introduction, Monthly Global GNU(Linux) BSD Free SW HW meeting
...============================================================ ===== BERKELEY-TIP: WHAT IT IS, WHAT WE DO, YOU ARE INVITED ======= BerkeleyTIP is the MONTHLY GLOBAL / world wide GNU(Linux), BSD & all Free Software & Hardware MEETING. SIMULTANEOUS around the world. TIP = Talks, Installfest, Potluck & ProgrammingParty http://groups.google.com/group/BerkTIPGlobal [Click "Join this group" on the right page side to join the mail list.] The 1st Saturday of every month. We are a bunch of friendly people. We get together to LEARN, TALK, HELP, HAVE FUN, & PRODUCE more FREE SOFTWARE...
2016 Jul 28
2
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
...gt; + if (dent == NULL) { > + return 0; > + } So this seems to just be picking the first filename reported by readdir that isn't starting with '.'. Surely this can't the right logic when your corresponding do_write method can pick several different filenames, its potluck which do_read will give back. > + > + /* skip res and fileinfo */ > + sg_num = iov_copy(sg, sg_num, in_sg, in_num, offset, > + iov_size(in_sg, in_num) - offset); > + > + virtio_pstore_from_filename(s, dent->d_name, path, sizeof(path), &info);...
2016 Jul 28
2
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
...gt; + if (dent == NULL) { > + return 0; > + } So this seems to just be picking the first filename reported by readdir that isn't starting with '.'. Surely this can't the right logic when your corresponding do_write method can pick several different filenames, its potluck which do_read will give back. > + > + /* skip res and fileinfo */ > + sg_num = iov_copy(sg, sg_num, in_sg, in_num, offset, > + iov_size(in_sg, in_num) - offset); > + > + virtio_pstore_from_filename(s, dent->d_name, path, sizeof(path), &info);...
2009 Jan 03
0
Hello Asterisk list. BerkeleyTIP & you
...NU(Linux) BSD FreeSWHW meeting 2) BerkeleyTIP TODAY Jan 3 Sat- Party Time :) Video Talks: Asterisk, GPU ===== Here's an alert to several things you might be interested in: 1) There is a global monthly GNU(Linux) BSD Free SW & HW meeting, called BerkeleyTIP 2) TIP = Talks, Installfest, Potluck & ProgrammingParty. 3) It's an educational, productive, social, fun event. 4) We communicate by VOIP, using a VOIP conference system (Ekiga's, iirc), using Ekiga client sw. 5) You might enjoy attending the meeting. &, you're invited. 6) The VOIP conference server is suboptimal,...
2009 Mar 04
0
Asterisk @ Global FreeSW Meeting March 7 Sat BerkeleyTIP -Global - For Forwarding
...iends over & you can haz parte. ;) Be the first in your state - or country - to join in. Since Chaitanya joined from India in February, we have now officially moved up to global. :) BerkeleyTIP - Global Monthly GNU(Linux), BSD & All Free SW HW & Culture meeting. Talks, Installfest, Potluck & ProgrammingParty Educational, Productive, Social http://sites.google.com/site/berkeleytip/ ===== TALKS: 11A LIVE, - DOWNLOAD & WATCH VIDEOS BEFORE Ekiga 3 on KUbuntu 8.04 - Chaitanya Mehandru, LIVE 11AM PST = GMT -8H Asterisk Free Software Telephone System - Paul Charles Leddy, NYLUG-...
2016 Jul 30
0
[Qemu-devel] [PATCH 6/7] qemu: Implement virtio-pstore device
...gt; + return 0; > > + } > > So this seems to just be picking the first filename reported by > readdir that isn't starting with '.'. Surely this can't the right > logic when your corresponding do_write method can pick several > different filenames, its potluck which do_read will give back. Do you mean that it'd be better to check a list of known filenames and fail if not? > > > + > > + /* skip res and fileinfo */ > > + sg_num = iov_copy(sg, sg_num, in_sg, in_num, offset, > > + iov_size(in_sg, i...
2006 Oct 17
8
Is it possible to make an online poker clock with ruby ?
I''m just starting to learn ruby and i wanted to set some projects for myself the 1st of which is a poker clock running online, but before i start trying to do it i would like to know if it''s possible. I dont want to waste my time if it''s not possible at all. Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You
2016 Jul 27
11
[RFC/PATCHSET 0/7] virtio: Implement virtio pstore device (v2)
Hello, This is v2 of the virtio-pstore work. In this patchset I addressed most of feedbacks from previous version. Limiting disk size is not implemented yet. * changes in v2) - update VIRTIO_ID_PSTORE to 22 (Cornelia, Stefan) - make buffer size configurable (Cornelia) - support PSTORE_TYPE_CONSOLE (Kees) - use separate virtqueues for read and write - support concurrent async
2016 Jul 27
11
[RFC/PATCHSET 0/7] virtio: Implement virtio pstore device (v2)
Hello, This is v2 of the virtio-pstore work. In this patchset I addressed most of feedbacks from previous version. Limiting disk size is not implemented yet. * changes in v2) - update VIRTIO_ID_PSTORE to 22 (Cornelia, Stefan) - make buffer size configurable (Cornelia) - support PSTORE_TYPE_CONSOLE (Kees) - use separate virtqueues for read and write - support concurrent async