[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Ruby Central 2005 Codefest Grant recipients

dblack

3/9/2005 1:16:00 AM

14 Answers

Shashank Date

3/9/2005 2:23:00 AM

0

David A. Black wrote:

> We are pleased to announce that five codefest grants will be awarded
> this year, in the first Ruby Central Codefest Grant Program.

<snip>

Heartiest Congratulations, Dave, Andrey, James, Brian and Ryan !

>
> 1. Ruby Displaytag (Dave Tiu)
>

<snip>

>
> 2. Ruby/AGG and Ruby/View (Andrey Melnik)
>

<snip>

>
> 3. Gambit (James Edward Gray II)
>
> Gambit is pure Ruby framework for building multiplayer Web games
> offering two key services: Game management and design tools. Gambit
> can manage player's accounts, game hosting and joining, player
> histories, in-game communication systems and out-of-game notifications
> for in-game activities.

I am very interested in learning about this project ... James, has there
been any activity since its hosting on Rubyforge?

> 4. Ruby Bindings to Lucene Search Engine (Brian McCallister)

<snip>

> 5. RubyGems cleanup and enhancement (Ryan Davis)
>

<snip>

Again, these are cool projects ... wish you all recepients the very best!

-- shanko

George Moschovitis

3/9/2005 9:01:00 AM

0

great projects :) congrats!

-g.

gabriele renzi

3/9/2005 11:48:00 AM

0

David A. Black ha scritto:
> Dear Rubyists,
>
> We are pleased to announce that five codefest grants will be awarded
> this year, in the first Ruby Central Codefest Grant Program.
>
> Below (in no particular order) are the titles of the five projects,
> together with the name of the applicant and some excerpts from the
> applicant's description of the project. Thanks and congratulations to
> the grant recipients. We're looking forward to seeing the results!

thanks for organizing, and congrats to the chosen ones.

> 3. Gambit (James Edward Gray II)
>
> Gambit is pure Ruby framework for building multiplayer Web games
> offering two key services: Game management and design tools. Gambit
> can manage player's accounts, game hosting and joining, player
> histories, in-game communication systems and out-of-game notifications
> for in-game activities.

I think a different name would be better, to avoid name collision with
gambit scheme[1].
Actually, I read about this project here and on rubyforge and both times
I thought "cool, a module to compile ruby using the gambit scheme
implementation!"

[1]http://www.iro.umontreal.c...

dblack

3/9/2005 2:35:00 PM

0

Curt Hibbs

3/9/2005 3:40:00 PM

0

David A. Blackwrote:
>
> Dear Rubyists,
>
> We are pleased to announce that five codefest grants will be awarded
> this year, in the first Ruby Central Codefest Grant Program.
>
> Below (in no particular order) are the titles of the five projects,
> together with the name of the applicant and some excerpts from the
> applicant's description of the project. Thanks and congratulations to
> the grant recipients. We're looking forward to seeing the results!

This is a great list of enhancements for Ruby!

I hope that the success of this effort inspires people (who are in the
position to do so) to make donations to support future code grants!

[snip]

> 2. Ruby/AGG and Ruby/View (Andrey Melnik)
>
> This will be a wrapper library for AGG (http://ant...) allowing
> users to draw high-quality graphics. Later this will be a base for
> Ruby-centric GUI toolkit similar to Rebol/view which is also based on
> AGG

I hope that this is built and released without the optional General Polygon
Clipper (so that it can be used in both commercial and open source
software).

Curt



James Gray

3/9/2005 4:33:00 PM

0

On Mar 8, 2005, at 8:23 PM, Shashank Date wrote:

>> 3. Gambit (James Edward Gray II)
>> Gambit is pure Ruby framework for building multiplayer Web games
>> offering two key services: Game management and design tools. Gambit
>> can manage player's accounts, game hosting and joining, player
>> histories, in-game communication systems and out-of-game notifications
>> for in-game activities.
>
> I am very interested in learning about this project ... James, has
> there
> been any activity since its hosting on Rubyforge?

Yes, a little on and off the radar. My partner, Greg Brown, and I were
informed we had a better shot at the grant if we didn't do too much
work upfront (to create a need). ;)

Officially, we've committed a few files to CVS which your are welcome
to pull down and look over. The main point of interest here is the
project README, which outlines our vision. (This is pretty much our
grant application.)

There are also a couple of unit tests I recently committed.
Interestingly, these grew out of ideas I had while running/solving the
Yahtzee Ruby Quiz. We're using the tests to play with interface. When
we find what we like, we'll build it until they pass. This is our
pre-codefest planning strategy, so expect to see this set grow in the
near future.

Unofficially, we've been doing research and planning. One of our big
goals with the project is to support commercial game sites as best we
can. (Yes, we will support open source sites as well.) Our README
contains links to successful commercial game sites we've looked into.
We're looking at how they work and what they need, so we can ease
development and management for similar operations.

As I said, we've also been planning. This mostly concerns our build
strategy. We're going to start by throwing together some game tools,
probably using them to build simple command-line games. From there,
we'll mix in views for each component and develop a layout system that
can be used to design each game related Web page. We put these in
trivial servlets, so we can watch our progress. Then we will tackle
wrapping that in a game hosting management infrastructure. Throughout
our process, we want to test with actual games, or our slight
variations of such. We have already selected a few favorites, one
definitely non-trivial. We want to ensure the system's usefulness for
real work.

Basically, we're taking the project seriously, hoping to produce a
useful tool. It's not all fun and games. ;)

That's where we are at this point. We've just begun discussing dates
for the actual codefest, but it will be sometime this summer.

We're very excited about the project and are glad to see that others
are too. We want to thank Ruby Central for our selection and the whole
grant process.

If I can answer anymore questions, please don't hesitate to email me
(off-list is fine). Thanks for the interest!

James Edward Gray II



dr

3/9/2005 4:54:00 PM

0

Curt Hibbs wrote:
> David A. Blackwrote:
> >
> > Dear Rubyists,
> >
> > We are pleased to announce that five codefest grants will be
awarded
> > this year, in the first Ruby Central Codefest Grant Program.
> >
> > Below (in no particular order) are the titles of the five projects,
> > together with the name of the applicant and some excerpts from the
> > applicant's description of the project. Thanks and congratulations
to
> > the grant recipients. We're looking forward to seeing the results!
>
> This is a great list of enhancements for Ruby!
>
> I hope that the success of this effort inspires people (who are in
the
> position to do so) to make donations to support future code grants!
>
> [snip]
>
> > 2. Ruby/AGG and Ruby/View (Andrey Melnik)
> >
> > This will be a wrapper library for AGG (http://ant...)
allowing
> > users to draw high-quality graphics. Later this will be a base for
> > Ruby-centric GUI toolkit similar to Rebol/view which is also based
on
> > AGG
>
> I hope that this is built and released without the optional General
Polygon
> Clipper (so that it can be used in both commercial and open source
> software).
>
> Curt

as I don't plan to do any vector output, GPC will be disabled, so you
can use Ruby/AGG in commercial purposes.

baldeagle

9/10/2010 8:58:00 PM

0

On Sep 10, 5:22 pm, asdf asdf <chinkk...@gmail.com> wrote:

>
> > I have read the Quran countless times. It is filled with
> > bigotries and evil thoughts... It divide people into
> > believers and non-believers....and it order believers
> > to kill non believers.
>
..> Some people cannot live with others in this world because of
..> interest conflicts. Muslims are the only people who cannot with
..> anyone else, including their own kind. This should speak volume
..> about their mentality.
>
..> This book has inspired nothing but wars and hatred ever since it
was
..> introduced into this world.

The Quran inspire hatred against non-believers, including
people of all other religions.

Let's look at what the Quran has to say against non believers
in the first three chapters. In later chapters, the Quran urge
Muslims to kill non-Muslims.

Chapter 1 : (Al-Fatihah)
Praising Allah.

Chepter 2 : (Al-Baqarah)
[2:7] Those who have disbelieved ......
[2:8] Allah has set a seal on their hearts and their
ears,....:
and for them is a great punishment.
(Muslim should punish non-believers just because
they do not believe in Allah)

Chapter 3: (Aal-e-`Imran)
[3:5] Surely, those who deny the Signs of Allah shall
have a severe punishment.
(Again...severe punishment for non-believers
because
they do not believer in Allah)

The pastor is right to burn the Quran ...as a message to
Muslim extremists.

asdf asdf

9/11/2010 5:03:00 AM

0


Read it to get inspired to blow yourself up?

arah

9/11/2010 6:07:00 AM

0


In the name of Allah, the Beneficent, the Merciful






Quran, Surah 5:Ayat: 82-83 "And thou wilt find the nearest of them in
affection to those who believe (to be) those who say: Lo! We are
Christians. That is because there are among them priests and monks,
and because they are not proud. When they listen to that which hath
been revealed unto the messenger, thou seest their eyes overflow with
tears because of their recognition of the Truth. They say: Our Lord,
we believe. Inscribe us as among the witnesses"


A Christian Minister's Conversion to Islam


http://www.youtube.com/watch?v=CKXKKyyXG4g&featu...



How the Bible Led Me to Islam:

http://www.youtube.com/watch?v=IYMKQKSV0bY&feature=SeriesPlayList&p=7D7717...



http://www.usislam.org/converts/co...





http://www.youtube.com/watch?v=2j-kMfA2x8w&feature=PlayList&p=A6F1B1A59147F69D&a...


http://www.youtube.com/watch?v=Q...


http://www.youtube.com/watch?v=lnsIeh_s05g&feature=PlayList&p=47B2E6598D683780&playnext=1&playnext_from=PL&am...



May Almighty God the Creator please with all of you, for what you
have done helping mankind and will Allah give you peace and happiness
in this world and Jannah in the hereafter.

AMEEN

On 11 Sep, 04:57, baldeagle <force....@gmail.com> wrote: