Displaying 20 results from an estimated 909 matches for "berger".
Did you mean:
bergen
2008 May 16
0
Processed: your mail
Processing commands for control at bugs.debian.org:
> # changing olivier.berger at int-edu.eu to olivier.berger at it-sudparis.eu
> submitter 454347 !
Bug#454347: reconfiguring twiki won't change rewrite rules
Changed Bug submitter from Olivier Berger <olivier.berger at int-edu.eu> to Olivier Berger <olivier.berger at it-sudparis.eu>.
> submitter 444448...
2008 Jan 23
6
JRuby and callbacks?
Hi all,
Any Java/JRuby folks on the list? I''d like to see if we can implement
api.c for JRuby using JNA and see how it handles the callbacks.
I''m not a Java guy, nor do I know JNA, but I''ll take a stab at it if no
one else on the list does.
Here are a couple of useful links:
http://www.infoq.com/news/2007/09/jna-jruby
https://jna.dev.java.net/
Regards,
Dan
This
2007 May 04
5
[ win32utils-Bugs-10589 ] Bug in win32-mmap
Bugs item #10589, was opened at 2007-05-04 12:01
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=10589&group_id=85
Category: win32-mmap
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Daniel Berger (djberg96)
Assigned to: Daniel Berger (djberg96)
Summary: Bug in win32-mmap
Initial Comment:
Ruby 1.8.6
win32-mmap 0.2.1
Assigning the value 0 to a dynamic setter causes the corresponding getter to fail. This small script demonstrates the problem:
require ''win32/mmap''
include W...
2007 Jun 05
4
Refactor all factors in a data frame
...e.table / read.table would be another option but I'm not sure if R
can guess the factor/char/numeric-type correctly when reading the table.
So, is there any way in drop the unused factor levels from *all* factors
of a data frame without import/export ?
Thanks in advance,
Hilmar
--
Hilmar Berger
Studienkoordinator
Institut f?r medizinische Informatik, Statistik und Epidemiologie
Universit?t Leipzig
H?rtelstr. 16-18
D-04107 Leipzig
Tel. +49 341 97 16 101
Fax. +49 341 97 16 109
email: hilmar.berger at imise.uni-leipzig.de
2008 Apr 30
8
Playing with NtQueryInformationFile
Hi all,
I''m trying to get the allocation size of a file via a file handle
(rather than its name). The example below works for FileNameInformation
but I can''t get it to work as expected for FileStandardInformation.
Here''s some sample code:
# query_test.rb
require ''windows/handle''
require ''windows/error''
include Windows::Handle
2004 Mar 01
0
RE: win32etc test failure
Excellent! Like I said, I really need to do some code cleanup. I''ll
also be adding the config_group and config_user methods :)
Dan
-----Original Message-----
From: Date, Shashank [Non-Employee]
[mailto:Shashank.Date@mail.sprint.com]
Sent: Monday, March 01, 2004 10:19 AM
To: Berger, Daniel
Subject: RE: [Win32utils-devel] RE: win32etc test failure
That worked !
Now everything is working without \\.
I haven''t really tried everything...later.
-- Shashank
PS> Forgot to tell you how much easy you have made my admin tasks with
this module. Thanks a million !!
-----...
2017 Apr 24
2
Crash after (wrongly) applying product operator on object from LIMMA package
...shes in dozens of situations. See for example
http://r.789695.n4.nabble.com/segfault-in-gplots-heatmap-2-td4641808.html.
Also, the problem might be platform-specific. It would be interesting to
see whether anyone with a Mac can reproduce it.
kind regards,
j.
On 19 April 2017 at 10:01, Hilmar Berger <berger at mpiib-berlin.mpg.de> wrote:
> Hi,
>
> following up on my own question, I found smaller example that does not
> require LIMMA:
>
> setClass("FOOCLASS",
> representation("list")
> )
> ma = new("FOOCLASS", list(M=matri...
2008 Jul 08
12
Some more win32-security: SID.create
Hi all,
How does this look as a general approach to a SID.create method:
# Creates and initializes
def self.create(authority, *sub_authorities)
if sub_authorities.length > 8
raise ArgumentError, ''maximum of 8 subauthorities allowed''
end
authorities = Array.new(8, 0)
authorities.replace(sub_authorities)
count = authorities.select{ |e| e > 0 }.size
2008 Nov 10
4
PathFindExtension and wide strings
Hi,
What''s happening here?
require ''windows/path''
require ''windows/unicode''
include Windows::Path
include Windows::Unicode
file_a = ''bar.txt''
file_w = multi_to_wide(file_a)
p PathFindExtensionA(file_a) # ''.txt'' => OK
p PathFindExtensionW(file_w) # ''.'' => WRONG
Is Ruby chopping the
2004 Mar 01
0
RE: win32etc test failure
Ok - time for me to patch and update the docs! Thanks for the testing!
Dan
-----Original Message-----
From: Date, Shashank [Non-Employee]
[mailto:Shashank.Date@mail.sprint.com]
Sent: Monday, March 01, 2004 10:02 AM
To: Berger, Daniel
Subject: RE: win32etc test failure
I like your approach better: allow me to be lazy (so I am not _forced_
to give it) but forgive me if I do ;-)
It worked for add_user both with AND without \\
-- Shashank
-----Original Message-----
From: Berger, Daniel [mailto:djberge@qwest.com]
Sent...
2008 May 06
4
DeviceIoControl + IOCTL_DISK_GET_DRIVE_GEOMETRY problem
Hi all,
Ok, what am I doing wrong here?
require ''windows/device_io''
require ''windows/handle''
require ''windows/error''
include Windows::DeviceIO
include Windows::Handle
include Windows::Error
fh = File.open(''test.txt'') # Assume you have this
handle = get_osfhandle(fh.fileno)
if handle == INVALID_HANDLE_VALUE
puts
2004 Mar 01
0
RE: win32etc test failure
...devel@rubyforge.org
Subject: [Win32utils-devel] RE: win32etc test failure
Ok - time for me to patch and update the docs! Thanks for the testing!
Dan
-----Original Message-----
From: Date, Shashank [Non-Employee]
[mailto:Shashank.Date@mail.sprint.com]
Sent: Monday, March 01, 2004 10:02 AM
To: Berger, Daniel
Subject: RE: win32etc test failure
I like your approach better: allow me to be lazy (so I am not _forced_
to give it) but forgive me if I do ;-)
It worked for add_user both with AND without \\
-- Shashank
-----Original Message-----
From: Berger, Daniel [mailto:djberge@qwest.com]
Sent...
2007 Dec 05
21
Fwd: win32/process problem
Any ideas?
---------- Forwarded message ----------
From: Christian Kerth <christian.ke... at dynamicmedia.at>
Date: Dec 5, 8:28 am
Subject: win32/process problem
To: comp.lang.ruby
I have an application that consists of serveral independent parts.
I want to use the Windows Process API to spawn the different
processes.
e.g.
require ''rubygems''
require
2006 Aug 08
2
win32 eventlog dup
...an
Pe?a wrote:
> forgot:
>
> it segfaults on the win2k3 server (domain controller).
>
> it has _not_ segfault on my winxp pro though.
>
>
>
> # -----Original Message-----
> # From: Pe?a, Botp
> # Sent: Tuesday, August 08, 2006 8:52 AM
> # To: ''Daniel Berger''
> # Subject: RE: win32 eventlog dup
> #
> # Hi Daniel,
> #
> # I''m afraid it''s not stable enough yet.
> # Running it on our server, it segs (but not immediately).
> # Catch is, it is not eventlog but windows-pr...
> #
> # c:/ruby/lib/ruby/g...
2007 Dec 30
4
[ win32utils-Bugs-16700 ] 1.0.5 x86-mswin32-60 gem is broken
...ms 0.9.5 for win32-api is broken, and is forcing users to the pure-ruby and extension building process instead.
This is part of the specification yaml:
--- !ruby/object:Gem::Specification
name: win32-api
version: !ruby/object:Gem::Version
version: 1.0.5
platform: current
authors:
- Daniel J. Berger
autorequire:
bindir: bin
cert_chain: []
platform shouldn''t be current, but i386-mswin32 or x86-mswin32-60.
This problem was fixed in rubygems 1.0, so I suggest you update and recreate the gem with the correction.
I''m getting a lot of reports of unsuccessful installation of mo...
2008 Jun 10
7
Unraveling a FAR*
Hi all,
Just looking over fole_s_connect() in win32ole.c and I noticed this bit:
hr = CLSIDFromProgID(pBuf, &clsid);
...
hr = GetActiveObject(&clsid, 0, &pUnknown);
...
hr = pUnknown->lpVtbl->QueryInterface(
pUnknown,
&IID_IDispatch,
(void **)&pDispatch
);
Using win32-api, that would be something like:
IID_IUnknown =
2008 Jun 04
3
Ruby 1.8.7
Hi all,
Has anyone else been able to build Ruby 1.8.7 from source on Windows? I
get this when I run configure:
C:\>win32\configure.bat
find: =: No such file or directory
Creating Makefile
Creating Makefile(6) : fatal error C1085: Cannot write compiler
generated file: '''': Invalid argument
NMAKE : fatal error U1077: ''cl'' : return code ''0x1''
2017 May 09
3
A few suggestions and perspectives from a PhD student
...one
considers R to be a statistical toolkit; as a programming language,
however, it introduces inconsistencies and uncertainties which could be
avoided if some of the "modern" parts (including language concepts)
could be more integrated in core-R.
Best regards,
Hilmar
--
Dr. Hilmar Berger, MD
Max Planck Institute for Infection Biology
Charit?platz 1
D-10117 Berlin
GERMANY
Phone: + 49 30 28460 430
Fax: + 49 30 28460 401
E-Mail: berger at mpiib-berlin.mpg.de
Web : www.mpiib-berlin.mpg.de
2019 Sep 11
2
'==' operator: inconsistency in data.frame(...) == NULL
...second argument being non-atomic or
empty is not handled at all and the function progresses until the end,
where it fails in the last step on an empty value:
matrix(unlist(value, recursive = FALSE, use.names = FALSE),
??? nrow = nr, dimnames = list(rn, cn))
Best regards,
Hilmar
--
Dr. Hilmar Berger, MD
Max Planck Institute for Infection Biology
Charit?platz 1
D-10117 Berlin
GERMANY
Phone: + 49 30 28460 430
Fax: + 49 30 28460 401
E-Mail: berger at mpiib-berlin.mpg.de
Web : www.mpiib-berlin.mpg.de
[[alternative HTML version deleted]]
2006 May 29
3
[ win32utils-Bugs-4598 ] possible wrong condition
Bugs item #4598, was opened at 2006-05-29 11:20
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=4598&group_id=85
Category: win32-eventlog
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: possible wrong condition
Initial Comment:
Is this condition right?
(eventlog.rb, line 494