Displaying 8 results from an estimated 8 matches for "15023".
Did you mean:
15,23
2007 Oct 24
0
[ wxruby-Bugs-15023 ] Wx::Sound docs are incomplete
Bugs item #15023, was opened at 2007-10-24 18:52
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=15023&group_id=35
Category: Incorrect or missing docs
Group: None
Status: Open
Resolution: None
Priority: 2
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fento...
2005 Nov 08
2
retrieve most abundant species by sample unit
...T-CBG-rr1 Leymol 5.00000
3 15008 ANT-CBG-rr1 Ambcha 5.00000
5 15010 ANT-ESH-27 Atrpat 20.00000
6 15011 ANT-ESH-27 Ambcha 10.00000
11 15016 ANT-ESH-28 Salvir 20.00000
14 15019 ANT-ESH-28 Atrpat 5.00000
18 15023 ANT-POR-Rubarm5 Rubarm 60.00000
19 15024 ANT-POR-Rubarm5 Hedhel 40.00000
25 15030 ECO-CBG-A2 Griint 5.00000
27 15032 ECO-CBG-A2 Anngra 5.00000
38 15043 ECO-CBG-A4 Sperub 50.00000
Regards,
Graham Watt-Gremm
2022 May 02
1
[Announce] Samba 4.16.1 Available for Download
...ease of the Samba 4.16 release series.
Changes since 4.16.0
--------------------
o? Jeremy Allison <jra at samba.org>
?? * BUG 14831: Share and server swapped in smbget password prompt.
?? * BUG 15022: Durable handles won't reconnect if the leased file is
written
???? to.
?? * BUG 15023: rmdir silently fails if directory contains unreadable
files and
???? hide unreadable is yes.
?? * BUG 15038: SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return
information on
???? renamed file handle.
o? Andrew Bartlett <abartlet at samba.org>
?? * BUG 8731: Need to describe --builtin-...
2022 May 02
1
[Announce] Samba 4.16.1 Available for Download
...ease of the Samba 4.16 release series.
Changes since 4.16.0
--------------------
o? Jeremy Allison <jra at samba.org>
?? * BUG 14831: Share and server swapped in smbget password prompt.
?? * BUG 15022: Durable handles won't reconnect if the leased file is
written
???? to.
?? * BUG 15023: rmdir silently fails if directory contains unreadable
files and
???? hide unreadable is yes.
?? * BUG 15038: SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return
information on
???? renamed file handle.
o? Andrew Bartlett <abartlet at samba.org>
?? * BUG 8731: Need to describe --builtin-...
2008 Sep 04
0
[ANNOUNCE] libX11 1.1.5
...<Multi_key> <cedilla> Compose tuples
Work on making the en_US and pt_BR UTF-8 Compose as similar as possible.
Add more <Multi_key> <cedilla> Compose tuples
Jens Herden (1):
NLS: Add Khmer compose sequences (bug #5706)
Josh Triplett (1):
Fix fd.o bug 15023: make Xlib sync correctly given many void requests
Khaled Hosny (1):
NLS: Add Arabic Lam-Alef ligature compose sequences (bug #16426)
Matthieu Herrb (1):
nuke RCS Ids
Ross Burton (1):
NLS: Add interrobang to UTF-8 compose tables (bug #15653)
Teemu Likonen (1):
Change <...
2006 Jun 24
2
contents of /lib automatically loaded?
I''ve written a simple replacement (not extension) of Ruby''s array class with
some added functionality. I defined it in array.rb and put the file in
rails_root/lib but when i fire up the console the class isn''t being loaded.
How can I have my class automatically loaded and used instead of the built
in Ruby class?
2008 Sep 30
5
Corrupted transaction log file / record size too small
I recently upgradeded dovecot on one of our servers from version 1.0.10
to version 1.1.3. Ever since, we've been seeing occasional errors
similar to this sequence (with the username and IP addresses elided):
Sep 30 00:09:56 alcor dovecot: pop3-login: Login: [4954], XXXX, NNN.NNN.NN.NNN
Sep 30 00:09:56 alcor dovecot: wrapper[5006]: pop3, XXXX, NNN.NNN.NN.NNN
Sep 30 00:09:56 alcor
2006 Feb 14
25
Rails and background tasks/threads
I am just getting into web servers/web applications and rails as well
so bear with me. I am trying to write a web app that, based on a
users input from the browser, will perform some task, and update the
browser (ala ajax style) as needed and/or provide a way for the user to
control the background task.
Now, I have more experience with java servlets, which makes this easy
enough for a beginner.