Displaying 20 results from an estimated 50 matches for "hawley".
Did you mean:
hadley
2007 Jan 11
0
[847] trunk/wxruby2/doc/textile/index.txtl: Added links to overview pages (Hawley Waldman)
...nd:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[847] trunk/wxruby2/doc/textile/index.txtl: Added links to overview pages (Hawley Waldman)</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>847</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-01-11 15:18:41 -0500 (Thu, 11 Jan 2007)</dd>...
2007 Jan 14
3
ListCtrl help
...I''ll post / send some sample code for sorting / displaying from a
separate data source once I have it working and maybe you can add it
to the samples library.... I''d expect that being able to quickly whip
up a cross platform data viewer is a popular reason to use wxRuby.
-Hawley
-------------------
def on_col_left_click(event)
@log.write_text("col clicked, id=%d" % event.get_column())
if @sort_column == event.get_column()
@the_data.reverse!
else
@sort_column = event.get_column()
@the_data.sort! {|a,b| a[@sort_column]<=>...
2007 Jan 04
3
grid control example doesn''t work on osx.4
...::DEFAULT_SIZE, Wx::WANTS_CHARS,"this the panel name" )
tgrid = Wx::Grid.new(frame, -1)
tgrid.create_grid( 19 , 16 )
frame.show()
app.main_loop()
---------
Any help would be appreciated I have to get a little utility running
on my mac and a windows machine before the 18th.
Sincerely,
Hawley
2007 Jan 09
6
help w/push_event_handler plus doc update request
Hi,
1) Can the online api docs get updated? Specifically can the overview
pages get added in to the main http://wxruby.rubyforge.org/doc/
index.html page? I happened upon the link to the Event Overview page
while browsing some class and wished that it had been listed in the
Event section of the index page.I don''t know how many other
"overview" pages there are but it
2009 Aug 03
2
Installing package for i386
...foo)
I open the R GUI and type
> library(foo)
Error: package 'flsa' is not installed for 'arch=i386'
I assume this error has something to do with my Linux architecture but I
have no idea what is really going on.
Any suggestions would be appreciated.
Thank you.
Sarah
--
Sarah Hawley
Data Analyst
Canary Foundation
sarah at canaryfoundation.org
www.canaryfoundation.org
Stopping cancer early...
the best possible investment!
2012 May 30
3
Need help installing a ruby on rails script
Hello. Im only used to PHP and Perl/CGI scripts. Ruby scripts are VERY
confusing. I have no idea how to install ruby script. Could somebody plaese
tell me how?
Thank you.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/OPhf9HB28E4J.
To
2007 Jun 06
2
Multiple color schemes for barchart (lattice)
...ctangles = TRUE, space = "top")
, scales=list(x=list(rot=70))
, layout=c(1,2))
I would like to make the color scheme of the bar differ according to the
variable 'Malignant' and add a second color scheme to the key.
Any help would be appreciated!
--Sarah
Sarah Hawley
Data Coordinator/Analyst
Canary Foundation
sarah at canaryfoundation.org
415.412.2533
www.canaryfoundation.org
Stopping cancer early...
the best possible investment!
2006 Mar 24
1
SYSLINUX wiki under construction
A friend of mine, John Hawley, had the kindness to set up MediaWiki on
my server; I didn't even have to do anything at all :)
The goal is to migrate the website over completely to the Wiki over
time, but I thought I'd offer that if someone is willing to help out and
move the contents over, it would be delightful......
2005 Feb 17
1
samba+ldap machine account bug workaround?
...t believe this should be a show stopper.
Could someone kindly post the LDIF of what a properly working machine
account should look like?
I realize there are many ldap related config issues that I could have
screwed up, as a newbie, so I could post config details if that would
help.
Thanks.
John Hawley | Intelligence is the ability to avoid
Network Admin (CCNA) | doing work, yet getting the work done.
Linux Sys Admin (LPIC-1) | --Linus Torvalds
jhawley@hissingdragon.net |
2015 Jan 03
0
Lost hotmail
On Sat, Jan 3, 2015 at 12:53 PM, John 'Warthog9' Hawley
<warthog19 at eaglescrag.net> wrote:
> On 01/03/2015 08:56 AM, Gene Cumm wrote:
>> On Fri, Jan 2, 2015 at 3:43 PM, Geert Stappers <stappers at stappers.nl> wrote:
>>> On Sat, Dec 27, 2014 at 05:07:04PM +0100, Geert Stappers wrote:
>>>> On Mon, Dec 22, 2014...
2015 Jan 03
3
Lost hotmail
...S keys / DMARC are more problem than fix at this point, and I'd
actually recommend not enabling any of them. The best answer is to stop
using a mail provider (yahoo, aol, etc) that has such spectacularly bad
DMARC rules if you are going to do things on mailing lists.
- John 'Warthog9' Hawley
2007 Apr 26
5
Is There an Alternative to MEMDISK ?
This isn't an esp urgent issue, but I'd like to use a certain RAM diagnostic (Doc Mem) which I've already posted a note about a couple of months ago. Simply won't work booting the floppy disk image via MEMDISK. In the interim, I've tried to resolve this by changing things on my side. I'm pretty sure it's a XMS incompatibility, as it fails differently depending on
2009 Jan 29
6
Control Characters
I am attempting a text editor using wxRuby. I''m having character issues.
Strings are not binary-safe.
Some characters are not allowed.
- newline / line feed (\n), tab (\t) are displayed
- carraige return (\r) is stripped
- Other control characters and high-ascii cause control values to become
empty.
Affected controls include: Wx::TextCtrl, Wx::StaticText, Wx::Clipboard,
et al.
Most
2007 Apr 29
1
SYSLINUX Digest, Vol 49, Issue 19
...heir kernel+initrd to boot
> from pxelinux and than it will deal with the iso after that (basically
> just loop back mount it). I haven't seen many others that do this but
> the rule more or less boils down to syslinux + cd iso's don't mix.
>
> - John 'Warthog9' Hawley
>
John: There are a few popular distros that do permit this. Knoppix and the
ones based on the Linux-Live scripts are ones that I'm most familiar with.
OTOH, mounting an ISO from linuxrc isn't as tough as writing an ISO-compatible
memdisk. It mite take a few days, but given that...
2008 Jul 10
1
Syslinux
Hello Marc
I am having the same issue mentioned below. I ran the mkdosfs, and
received the following: /dev/sdb contains a mounted filesystem
Can you help?
On Tuesday 10 July 2007 11:16, Visar Zejnullahu wrote:
>* hi I'm new to this, and already havin some trouble :(
*>*
*>* I tried to make my usb pen drive bootable with sysliux, but I got this
*message:
>*
*>* syslinux: this
2008 Dec 04
1
sub menus / multiple distros on usb key w/ syslinux
being a complete novice with syslinux, I was hoping someone here could
help me out.
I have a USB Key that I have "broken" into two areas. General storage in
the "back" and space for several live distributions on the front. What I
need to do now is figure out how to make a syslinux.cfg file that would
let me pick which one to boot at startup time.
Basically, I want a menu
2009 Feb 04
1
Extlinux support makes Fedora's mkinitrd
...t.kernel.org/?p=boot/warthog9/mkinitrd-syslinux.git;a=summary )
since it's missing the Extlinux menu stuff, but this is a good start
none the less.
If anyone is interested the mkinitrd git tree can be found at
http://git.fedoraproject.org/git/?p=mkinitrd;a=summary
- John 'Warthog9' Hawley
2006 Aug 15
0
Problem with menu.c32
...NU TITLE ** EVEN **
LABEL odd
MENU LABEL ODD --->
kernel menu.c32
append odd.txt
-------
odd.txt
-------
MENU TITLE ** ODD **
LABEL even
MENU LABEL EVEN --->
kernel menu.c32
append even.txt
and cycling between them for about 28 times.
- John 'Warthog9' Hawley
2006 Aug 17
0
PXE Knife Pre-Release
...oal is to use PXE Knife as a spring board and a
complex living example of how to use menu.c32.
At this point we are seeking commentary, suggestions and criticism from
those of you who use and know syslinux so we would appreciate anything
you would like to let us know.
- John 'Warthog9' Hawley
2006 Aug 17
1
PXE Knife w/ link this time
Ok I deserve the dunce award for forgetting the link:
http://pxeknife.erebor.org
- John 'Warthog9' Hawley