search for: librelist

Displaying 5 results from an estimated 5 matches for "librelist".

Did you mean: liblist
2012 Jul 11
4
[LLVMdev] Introductions to everyone and a call for Python-LLVM enthusiasts
...ches a compiler Master course in Chicago and he used llvm-py in his latest course where all the students built a compiler of a Go-like language in Python using Ply and llvm-py. If you are interested in numba, check out the code and subscribe to the mailing list by sending an email to numba at librelist.org. The first actual release of Numba will be soon, but until then if you are adventurous feel free to check it out of github. All the best, Travis Oliphant travis at continuum.io -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/piperm...
2012 Jul 11
0
[LLVMdev] Introductions to everyone and a call for Python-LLVM enthusiasts
...ter course in Chicago and he > used llvm-py in his latest course where all the students built a compiler of > a Go-like language in Python using Ply and llvm-py. > > If you are interested in numba, check out the code and subscribe to the > mailing list by sending an email to numba at librelist.org. The first actual > release of Numba will be soon, but until then if you are adventurous feel > free to check it out of github. > > All the best, > > Travis Oliphant > travis at continuum.io > > _______________________________________________ > LLVM Developers ma...
2011 Jun 16
1
Comment on libguestfs code in https://bitbucket.org/swamiyeswanth/pyti
Yeswanth, I'm looking at: https://bitbucket.org/swamiyeswanth/pyti/src/2b3a7401eccf/diskhandler.py from this thread: http://librelist.com/browser//pyti/2011/6/13/disk-handler/ (1) I don't think the code you posted will work unless you move line 23 ('launch') up to just after you've added the drive (after line 12). (2) You probably don't want to use 'add_drive'. This deprecated function has a potenti...
2010 Sep 28
3
kgio library / RubyGem
Hello all, I''ve released kgio, a kinder, gentler I/O library for Ruby. Some of its features are useful for Unicorn, and all of it is useful for Rainbows! I intend to make kgio a requirement for both Unicorn and Rainbows!/Zbatery. I''m comfortable with the code, but extra testers and extra eyes to review it would be helpful (it''s nearly all C). There were several
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
...+, you might need to install libatomic_ops http://www.hpl.hp.com/research/linux/atomic_ops/ to build raindrops. For more information on raindrops, see the raindrops website http://raindrops.bogomips.org/ and/or email the mailing list if you have questions, comments, patches, etc: raindrops at librelist.org (I''ll also respond to email about raindrops here) DESIGN | 8 ------- lib/unicorn/http_server.rb | 48 +++++++++++++----------------------------- lib/unicorn/worker.rb | 49 ++++++++++++++++++++++++++++++++++++++++--- script/isolate_for_tests | 1...