search for: botp

Displaying 10 results from an estimated 10 matches for "botp".

Did you mean: both
2006 Aug 08
2
win32 eventlog dup
...st - could this be a wide character issue? Buffer too small maybe? Regards, Dan 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). >...
2006 May 10
5
[Fwd: tailing error]
-------------- next part -------------- An embedded message was scrubbed... From: =?iso-8859-1?Q?Pe=F1a=2C_Botp?= <botp at delmonte-phil.com> Subject: tailing error Date: Tue, 9 May 2006 11:21:03 +0800 Size: 1852 Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20060509/45783cb1/attachment.eml
2005 Mar 22
0
RE: etc win32utils is case sensitive
> -----Original Message----- > From: "Pe?a, Botp" [mailto:botp@delmonte-phil.com] > Sent: Monday, March 21, 2005 11:25 PM > To: ruby-talk ML > Subject: etc win32utils is case sensitive > > > Hi Win32 Team, > > 1. The getpwnam is case sensitive. This is windows, so it > should _not_. > > 2. Also, the msg...
2005 Mar 22
0
RE: etc win32utils seg faults when a pdc/bdc is queried
> -----Original Message----- > From: "Pe?a, Botp" [mailto:botp@delmonte-phil.com] > Sent: Tuesday, March 22, 2005 12:19 AM > To: ruby-talk ML > Subject: Re: etc win32utils seg faults when a pdc/bdc is queried > > > Hi Win32 team, > > Etc seg faults when a pdc or bdc (domain controller) is > queried. Is support...
2007 Nov 28
4
Can''t write to "Windows PowerShell" source with win32-eventlog
Hi all, Tim Uckun reported, and I''ve confirmed, that you can''t write to the Windows PowerShell event source for some reason. Tim thought it might be because of the space in the name, but my attempt to quote it did not seem to help. In order to follow along, install PowerShell, create the foo.dll using the foo.mc file in the ''test'' directory, and try the
2007 Dec 04
4
eventlog
Hi, Hm, the string inserts are different, too. Any encoding issues? Your user name uses extended ASCII, too, right? Not sure if that''s significant or not. I''ve cc''d the win32utils-devel list to see if anyone has any ideas. Thanks, Dan botp wrote: > On 12/4/07, Daniel Berger <djberg96 at gmail.com> wrote: >> Can you tell us which record numbers in particular are causing you >> problems? We aren''t finding any issues. > > all of them. the description is not complete or empty. > > in windows xp...
2006 Feb 23
0
RAA for rails
Hi All or DavidH, is there a repository for all rails apps? something like ruby''s RAA.. thanks and kind regards -botp
2006 May 29
0
win32-eventlog 0.4.0
Pe?a wrote: > # Ok, fixed and released as 0.4.1. Thanks for the report! > > Hi Dan, > > the new change_notify does not exhibit the resource error anymore. > BUT it skips (and does not log) some records. > > Tail is much better and does not skip. > > kind regards -botp > NotifyChangeEventLog() only checks every five seconds, max, iirc. If an app logs more than one entry in that five second period it''s going to be missed I''m afraid. Hm....I suppose I could adapt change_notify to use the same approach that I used for tail. I''ll...
2010 Sep 06
1
dry_crud 1.0.0
dry_crud generates simple and extendable controller, views and helpers that support you to DRY up the CRUD code in your Rails project. Start with these elements and build a clean base to efficiently develop your application upon. Version 1.0.0 is built for Rails 3. http://github.com/codez/dry_crud The main idea of dry_crud is to concentrate basic functionality of your application, like CRUD
2006 Mar 03
68
Agile Web Development with Rails 1.1
Dave, on another topic, might I recommend that you and DHH publish an updated version of the Agile guide right away when 1.1 comes out? You could reuse much of your material and it would do a lot of good to help make sure there is still a good centralized source of reference for Rails. Without that book, there really is not a good one-stop source of information for people to learn how to use