similar to: Fwd: hivex: patch for read support of "li"-records from "ri" intermediate

Displaying 20 results from an estimated 300 matches similar to: "Fwd: hivex: patch for read support of "li"-records from "ri" intermediate"

2011 Jun 24
1
Hivex bug? Cannot access Windows 2003 x64 Software\Classes key
I tried both hivex-1.2.5 and hivex-1.2.7, same result. The same software hive can be loaded using Windows regedit tool, and had no problem to access the "Classes" key. The other keys under Software (like Microsoft, Wow6432Node, etc.) are OK. Here is the hivexsh output with HIVEX_DEBUG=1 enabled:
2013 Jul 25
19
[PATCH hivex 00/19] Fix read/write handling of li-records.
This is, hopefully, a full fix for handling of li-records. See: https://bugzilla.redhat.com/show_bug.cgi?id=717583 https://bugzilla.redhat.com/show_bug.cgi?id=987463 Rich.
2006 Apr 03
0
documentation question (ri and binding vs. get_binding vd getBinding)
I was reading up on ERB documentation and a snippet on rhtml requiring the use of Object.get_binding caught my attention: ... rhtml = ERB.new("someTemplate") rhtml.run(someObject.get_binding) ... Curious about tools I have at my disposal to learn more about things I don''t know about Ruby, i typed the following into my DOS console: ri get_binding and got the following
2006 Feb 22
3
ri docs for Rails?
I cant find ri docs for any of the Rails classes. Do I have to generate them? I do see RDoc files. john
2006 Jan 27
2
Getting gem rdoc via ri?
Guys, I''m working with the new RadRails release (0.5.3), which has a very nifty inclusion of ri courtesy of RDT. Problem is, although I''ve generated rdoc for all installed gems with "gem rdoc --all", it''s not accessible through ri. I see some posts here and there about rimport...is this still the necessary way to incorporate the rails rdoc into ri?
2012 Aug 31
0
Looking for a Ruby person in Providence RI
Hey gang: I''m looking for a ruby person to do work for a client of mine in Providence RI. Please message me or email me at elizabeth.conlin-xVAm6Jc3qnY@public.gmane.org if you are available. Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2011 Jan 21
0
How to install the RI doc into FXRI ?
Hi T. Turtle, Did you ever get a response from this? Old Geek Son OGS ----- Original Message ----- From: Turd Turtle To: fxruby-users at rubyforge.org Sent: Saturday, August 29, 2009 6:30 PM Subject: [fxruby-users] How to install the RI doc into FXRI ? Hi, Man, this is ironic. When I typed "gem update" or something like that, so that all my gems updated, my FXRI
2008 Nov 01
2
query FXRuby by ri
Hi Don, Thanks for the tips. But it works on an old XP computer but NOT on the new Vista. I also notice that I can browse the classes from Fxruby when I use fxri or ri on the old computer. I see nothing about FxRuby''s stuff when I use fxri or ri on the new Vista. But I can use gem server to see the Rdoc about FxRuby''s classes on both computers. It looks Ruby doesn''t
2005 Dec 23
3
Getting ri to include rdoc for my rails gems
I''ve installed Ruby 1.8.2 and Rails 1.0 on Windows XP and it''s working great. However, ri, doesn''t seem to know about any of the rdocs for the rails classes. For example if I run "ri --classes" none of the ActiveRecord classes are listed. What''s the correct way to get ri to include rails classes? Thanks, Todd -- Posted via
2011 Apr 13
1
[PATCH hivex] maint: split long lines
Hi Rich, I find it more readable (and safer to review) to avoid lines longer than 80 columns. When reviewing changes that wrap, I've noticed that it is harder to spot certain types of mistakes in the wrapped portion of a long line. >From 930118b380b35bb33e7719b0eb2ab6b31fa2d7e4 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Wed, 13 Apr 2011 16:08:57
2008 Mar 01
0
[ wxruby-Bugs-18508 ] Sizer#get_children not mapped correctly, SizerItem missing
Bugs item #18508, was opened at 2008-03-01 02:33 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=18508&group_id=35 Category: Missing API call Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Sizer#get_children not mapped correctly, SizerItem missing Initial
2004 Mar 24
0
High/low level: Plot 2 time series with different axis (left and ri ght)
Sun, 14 Mar 2004, Jan Verbesselt wrote: > Dear R specialists, > > I have two time series in a data.frame and want to plot them in the same > plot(), with the left axis scaled to time series 1 (-700,0) and the > right axis scaled to time series 2 (-0.2, 0.4). > > plot(timeserie1) > lines(timeserie2, col=c(2)) => this one should be scaled differently > with a new
2007 Feb 22
5
what''s wrong?
# iptables -t mangle -A POSTROUTING -m mark --mark ! 0 -j ACCEPT iptables v1.3.3: Bad MARK value `!'' I''m puzzled, what''s wrong with this syntax? kernel is 2.6.15.7-ubuntu1 Thanks Francesco
2005 Aug 29
0
[Announce] Web-MeetMe v1.3.3
Work intrudes again and I will not be able to get to modifying the db and gui to support per-conference flags as soon as I expected. So I have released an update with what I do have available. [Location] http://www.fitawi.com/Asterisk [Features] 1. Schedule new conferences a. Control start and end times b. Set conference pin # i. Generate one if the requester leaves it blank ii.
2006 May 21
0
UL/LI List helpers, or not?
Hello, I have a (bad) habit of abstracting nearly all my code. The DRY idea helps a lot. What I want is a simple helper to build UL LI lists: def unordered_list_tag(items => [], options => {}) if :items.count > 0 render :partial => ''application/unordered_list'', :locals => { items => :items, options => :options } end end And a simple
2005 Jul 28
2
autocomplete: how to access a child element of <li>
hi. i promise this will be my last question for the day. still playing with autocompleter, everything is working ok, but i''m having difficulties accessing just the href attribute of <a> element, which is a child of <li> in the autocomplete response, i.e: <div class ="autocomplete"> <ul> <li><a href
2006 Jan 05
1
sortable_element not recognizing newly added <li> elements
I have a user defined list of items. Using the sortable_element function, I can manipulate the ordering of this list fine by dragging each component around. When I dynamically add another <li> item to this list, the newly added item is _not_ "draggable" like its other siblings. Using the sortable_element function, how do I make it aware of newly added list items? Here is my
2010 May 16
1
Li x Yu is out of the office.
I will be out of the office starting 05/14/2010 and will not return until 06/17/2010. Please feel free to contact the following for assistance. Clinton F. Miller at 919.442-8380 Scott Rapp at (919) 373-4063 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2011 Jul 23
0
utgd zendyne by han li thorn [science fiction / th
Appreciate the info, it&rsquo;s good to know.
2010 Aug 06
0
McLeod.Li.test
Hi, I wanted to know that in the “McLeod.Li.test” P-value graph, at what level is the dotted line drawn? Also can it be changed? Thanks. [[alternative HTML version deleted]]