Displaying 20 results from an estimated 600 matches similar to: "(no subject)"
2006 Dec 03
4
RSpec 0.7.4 released
Hi all,
I released RSpec 0.7.4 yesterday, and by now the gems should have
rsync''ed to all the mirrors.
This release features a complete redesign of the reports generated
with --format html.
You can see some examples of it here:
http://rspec.rubyforge.org/report.html
http://rspec.rubyforge.org/tools/failing_examples.html
As usual there are many bug fixes - mostly related to spec/rails.
2007 Jul 11
1
mongrel_cluster 1.0.2
Hi all...
After a few months of slumber, I''ve booted mongrel_cluster out the door.
Nothing is really new from the prereleases except some bug fixes. I
imagine there will still be some issues with ''ps'' on non-Linux
platforms. I''ll gladly take patches.
Most of the new stuff is described here:
http://rubyforge.org/frs/shownotes.php?release_id=12907
Let me
2006 Oct 02
3
RSpec 0.6.4 released
We''ve released RSpec 0.6.4. Check it out! Check it out!
Release info:
http://rubyforge.org/frs/shownotes.php?release_id=7178
General info:
http://rspec.rubyforge.org/
Questions? Right here!
Enjoy,
David
2009 Apr 07
1
Python-Markdown 2.0 Final Released!
I am happy to announce the release of Python-Markdown 2.0 final. We
have versions for Python 2.3-2.6 and Python 3.0!
See the release notes here:
https://sourceforge.net/project/shownotes.php?release_id=674043&group_id=153041
Download from PyPI here:
http://pypi.python.org/pypi/Markdown/2.0
--
----
\X/ /-\ `/ |_ /-\ |\|
Waylan Limberg
2007 Feb 14
4
fastthread-0.6.4.1 released
== NOW
A new version of fastthread, the library providing better
implementations of the classes in thread.rb, has been released.
Please note that fastthread is only for Ruby 1.8, not JRuby or any other
Ruby implementation (most of them don''t need it anyway!).
== WHY
The existing implementation of Mutex, Queue, etc. in thread.rb is slow.
fastthread''s is faster (and bypasses
2008 Oct 11
1
Download page for mongrel_cluster?
Is there a download page for mongrel_cluster? I see that "gem install
mongrel_cluster" works, but I can''t see where it''s coming from.
Usually gems have some sort of project page somewhere.
--
Paul Lynch
Aquilent, Inc.
National Library of Medicine (Contractor)
2005 Dec 02
3
PXE-on-a-disk Intel EM64T reboot
Hello! I have been successful using SYSLINUX and Etherboot to create a
generic "PXE-on-a-disk" package, a floppy image and CD image that
support as many Ethernet cards as possible.
These have support for all of Etherboot's modules that support real PCI
cards: about 25-or-so drivers and 250-or-so cards. I've built Etherboot
ZLILO images, one for each driver, set up to boot
2005 Apr 20
2
RSS downloader
Hi,
I am current writing a ruby application that does
something similar the RSSFeed plugin for azureus (see
http://azureus.sourceforge.net/plugin_details.php?plugin=rssfeed).
in ruby. The plan is to use it drive rubytorrent to
do the actual downloading.
Does anyone know of a similar project written in ruby
?
This is my first project in ruby, I have been
programming in C and C++ for a number
2006 May 29
4
app_conference DTMFs?
We need to conference together a call center agent, a customer and a third
party IVR and send DTMF tones from the agent to the IVR.
MeetMe has been eating our DTMFs so we'd like to try app_conference.
Has anybody setup such a configuration in app_conference and how did you
configure it?
-HJC
2005 May 11
1
oh323 driver compiling problem.
i use asterisk cvs head ( two days ago) more or less
openh323 1.12.2 (oh323 home page)
and
pwlib 1.5.2 (oh323 home page)
asterisk-oh323-0.7.2-pre1
library versions? where download? versions from oh323 readme are not in
sourceforge site.
but i obtain this error compiling:
root@backup:/usr/src/asterisk/cvs/last/asterisk-oh323-0.7.2-pre1# make
for x in wrapper asterisk-driver; do make -C $x
2006 Feb 19
2
SwitchTower 1.0.0
SwitchTower is a utility that can execute commands in parallel on
multiple servers. It allows you to define tasks, which can include
commands that are executed on the servers. You can also define roles
for your servers, and then specify that certain tasks apply only to
certain roles.
Manual: http://manuals.rubyonrails.org/read/book/17
Project:
2008 May 10
4
from RubyCocoa to wxRuby ?
hey all,
thanks to alex who help me to get the latest running on my box ( Mac OS X
10.4.11)
to get it working download the latest gem locally cd to the directory where
it lies and :
$ sudo gem install --local wxruby
u''ll get :
Successfully installed wxruby-1.9.7-universal-darwin-9
1 gem installed
;-)
A question, my first test will be to convert a RubyCocoa project into
wxRuby.
this
2020 Aug 12
4
[RFC] Zeroing Caller Saved Regs
On Mon, Aug 10, 2020 at 3:34 AM David Chisnall
<David.Chisnall at cl.cam.ac.uk> wrote:
>
> Thanks,
>
> On 07/08/2020 23:28, Kees Cook wrote:
> > On Fri, Aug 7, 2020 at 1:18 AM David Chisnall
> > <David.Chisnall at cl.cam.ac.uk> wrote:
> >> I think it would be useful for the discussion to have a clear threat model that this intends to defend against and
2005 Oct 18
0
Re-installing
To help the bug list out I'm about to update wine from *20050830
<http://sourceforge.net/project/shownotes.php?release_id=353003> to
**20050930
<http://sourceforge.net/project/shownotes.php?release_id=360902> .
My concerns here is that I do this correctly to ensure I get a helpful
result, but :
1. I have BricsCAD for Linux installed and know that if I go for a clean
install
2013 Feb 25
1
frequency table-visualization for complex categorical variables
Dear R users,
I have three questions measuring close relationships.
The questions are same and the respondents put the answer in order.
I'd like to examine the pattern of answers and visualize it.
For example q1 (A,B,C,D,E) and q2 and q3 are the same. If the respondents
selects A B C (so BCA or BAC or CBA or CAB), I'd like to construct
frequency table for ABC and other combinations for
2013 Mar 04
1
How to loop several binary files from two directories?
I have two binary files(rasters) with the same dimensions. The first file is
called `over` and the second is `corr`. I want to replace values in `over`
by `NA` whenever `corr` is greater than 0.5.
to read the two files we can use:
conne <- file("C:corr.bin","rb")
over <- readBin(conne, numeric(), size=4, n=1440*720, signed=TRUE)
frf <-
2006 Jan 03
1
(no subject)
Hi all!
...As I'm the author of
http://sourceforge.net/project/shownotes.php?release_id=190646
http://sourceforge.net/project/showfiles.php?group_id=80408
(for Steven: these two links are for the SAME file...)
...I'd like to say some comments, to let you understand what the peculiarities
of my approch are...
My approach is more minimalistic: etherboot have already the capabilities to
2001 Apr 21
1
Everquest
Hello I have been working on getting everquest up with wine. Im running
a redhat 7.0 system with a Geforce 2 card, i have downloaded the newest
winx from Transgaming and have updated the header files per there
websight. I can get Unreal to work with wine but when i run Everquest
the updater works then i get several lines of
FIXME:pthread_rwlock_rdlock
followed by
2002 Sep 29
2
Connecting problem:Need Help
I have problem connecting a win 98 client to a samba
2.2.5 server on a linux box running redhat 7.2
I can see the server on the client but when I click
the server icon I get \\lindoze is no accessible.
At that moment I have scanned the lan card an I have
this screen dump.
04:15:55.053492 kjersti.hauge.netbios-ns >
192.168.0.255.netbios-ns:
>>> NBT UDP PACKET(137): QUERY; REQUEST;
2010 Dec 21
1
Matching 2 SQL tables
Hi,
I have a postgresql and a mysql database and I would like to combine the
info from two different tables in R. Both databases contain a table with
three columns: project_name, release_id and release_date. So each project
output could be released multiple times (I am interested in the first
release_date). However, some of the data is missing. Basically, what I want
to do is to try and fill the