similar to: Invite from Carl Woodward (cjwoodward@gmail.com)

Displaying 20 results from an estimated 300 matches similar to: "Invite from Carl Woodward (cjwoodward@gmail.com)"

2007 Sep 04
0
Invite from Ben Askins (ben.askins-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org)
BenAskins (ben.askins-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org) has invited you as a friend on Quechup... ...the social networking platform sweeping the globe Go to: http://quechup.com/join.php/aT0wMDAwMDAwMDA5MjY4NjU4JmM9OTc1NDE%3D to accept Ben''s invite You can use Quechup to meet new people, catch up with old friends, maintain a blog, share videos & photos, chat with
2007 Sep 04
5
Invite from Ben Askins (ben.askins@gmail.com)
BenAskins (ben.askins at gmail.com) has invited you as a friend on Quechup... ...the social networking platform sweeping the globe Go to: http://quechup.com/join.php/aT0wMDAwMDAwMDA5MjY4NjU2JmM9OTc1NDE%3D to accept Ben''s invite You can use Quechup to meet new people, catch up with old friends, maintain a blog, share videos & photos, chat with other members, play games, and
2006 Jan 19
1
rjs problems
Hi, I am having trouble with rjs templates. Basically I want the item_div to fade if its already open and then display the new item that the user selected with the visual effect: appear. The code below causes the browser (firefox on osx) to open the div and then close it again as soon as it is open: page.visual_effect :fade, ''item_div'', :duration => 0.5 page.replace_html
2006 Oct 19
8
Mongrel::HttpHandlerPlugin
Hi, I''m trying to write a file upload monitor for mongrel that uses juggernaut to alert the browser of a change. I''m writing a plugin that uses Mongrel::HttpHandlerPlugin but it looks like the only method that gets called is process and that is only when the upload has finished. I''m setting the following: @request_notify = true But I am still only getting process to
2006 Aug 10
16
Error on Solaris
Hi everyone, I''m having a problem starting rails on solaris. I have made the changes suggested in the joyeur article but it doesn''t make any difference. The error is below. Does anyone have any idea? /opt/csw/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:666:in `register'': undefined method `resolve'' for nil:Mongrel::URIClassifier (NoMethodError)
2006 Jul 16
0
Bug Helper / Request for Feedback
I have recently released a bug tracking application called bug helper. This application is in beta and it is free. It has a similar flow to jira but it isn''t aimed at the enterprise market, more just for developers who need to capture bugs from their clients and don''t want to setup their own bug app server. I have put adsense on it to hopefully pay for the hosting costs. I would
2015 Dec 01
0
Math-Mage.com game helps students learn Math
Hello Fellow Educator, Math-Mage.com is here! This new, fast-paced, Math RPG game is just what you need to get your students excited about learning Math. Try it now! http://www.math-mage.com/Game Please forward this email to any students who may find this Math game helpful. Please post a link to our website to allow your students to find us easier. If there is anything we can do to help in
2003 Dec 14
0
Re: FAX, IAX and *....Maybe I'm dreaming...:-) (Carl Youngblood)
Carl Wrote: >Hi Jeff, >I live in Provo and I think I understand the application you're >referring to. Some folks in my neighborhood have been getting to be the >beta testers for these cool new fiber links that the city is supposed to >be laying out. If I only lived a few blocks over, I would be able to >get one too. Darn. Anyway, I've been following this thread,
2014 Aug 26
2
[LLVMdev] possible bug in COFFObjectFile::getSymbolType()
The section is .text, so I assume it’s got IMAGE_SCM_CNT_CODE set. The problem is the symbol is marked (read & execute), but the test is (read & !write), so the symbol gets marked as ST_Data instead of ST_Other. From: David Majnemer [mailto:david.majnemer at gmail.com] Sent: Friday, August 22, 2014 5:44 PM To: Ted Woodward Cc: LLVM Developers Mailing List Subject: Re: [LLVMdev]
2014 Aug 22
2
[LLVMdev] possible bug in COFFObjectFile::getSymbolType()
I'm working on adding data detection to llvm-objdump, so it prints out raw data for symbols with type SymbolRef::ST_Data instead of disassembling them. This causes llvm/test/MC/ARM/Windows/mov32t-range.s to fail, because the symbol "truncation" comes back as SymbolRef::ST_Data, and the code gets dumped as bytes instead of disassembled. I traced the problem back to
2006 Mar 24
2
Basic Auth in WEBrick
Yo all, All I want to accomplish at this moment in time is simple password protection around a rails application in development using WEBrick on a custom port. Just one account would be fine. I have done an extensive Google hunt for an example, but I all find are code chunks for starting WEBrick such as: realm = "Gnome realm" start_webrick {|server| htpasswd
2006 May 30
1
DOM values in ERB Variable?
I am trying to post the current brower window sizes into the user''s session file with a form_remote_tag call as follows: <%= form_remote_tag :url => url_for(:controller => "welcome", :action => "login", :iheight => "1", :iwidth => "2") %> But how do I get the DOM data for window.innerHeight and window.innerWidth into an
2006 Jan 25
1
@params Hash Access
I am trying to load an ActiveRecord object from an ID within a hidden field in a submitted form. How do I do it? I get this into the controller with the request: Parameters: {"action"=>"index", "website"=>{"id"=>"7"}, "controller"=>"msa/setup"} So, how do I load the Website object from ID 7? @website
2005 Jul 22
5
Macintosh SysAdmin Opening - Buffalo, NY
Hauptman-Woodward Medical Research Institute (Buffalo,NY) is an independent, non-profit research facility that is committed to improving human health through biomedical research. In addition to that, it's a really cool place to work. HWI is a casual, low stress environment. Each of us is very busy with our work, but it is work that we enjoy. Even though our retirement plans are very good,
2004 Nov 11
3
make error
Can anyone help with this? I get the following error when running "make". "configure" worked fine. I am installing the latest dovecot on a Solaris OS10 machine make: Fatal error: Command failed for target `all-recursive' **** Error code 1 Also could someone tell me if it is possible to search all the archives through the complete message bodies or are we limited to
2006 Dec 15
6
Newbie: Invalid number dealing with Identity columns in Oracle
Hi all, I wonder how can I solve in RoR the problem of accessing a simple table because the URL http://localhost:3000/customers/show/2.0 is raising an Oracle error OCIError: ORA-01722: invalid number. The reason of this error is because the SELECT statement generated by ActiveRecord tries to invoke the id column as a VARCHAR : "... FROM customers WHERE customers.id =
2008 Jan 30
3
Not all mongrel starting (Errno:EEXIST)
I''m playing with the mongrel clustering, and am having a problem getting 2 mongrels to start up reliably. This should be a pretty simple cluster, with just 2 instances running. My mongrel config (mongrel_cluster.yml) looks like: cwd: /deployment/installed/myapp/current log_file: log/mongrel.log port: "8000" environment: production address: 127.0.0.1 pid_file:
2004 Jul 10
2
Solaris username character limit issues.
Hello, I've compiled Samba 3.0.4 with Heimdal 0.6.2 and all of the other trimmings to join and ADS tree, which I have successfully done. Winbind correctly pulls all of the username and group information from the ADS tree and all is good. However... I seem to be running into a wall with the wonderful Solaris 8 character username / groupname limit. Usernames with spaces or names longer than
2006 Feb 14
1
timing how long a user takes to do a test
Hi everyone, I have a quick problem. What I want to do is time how long a user takes to do a test. To do this I would like to start a thread which increments the time for a user. I would like do this for multiple users and so I wanted to use a hash class variable (static). This doesn''t work from my rails app, how ever it works fine in my test code. After doing some research I see that
2006 Jan 23
0
form_remote_tag and Safari (HELP!)
<%= form_remote_tag :url => { :action => ''list_setups'' }, :loading => "Element.update(''setupslist_display'',''''); Element.show(''setupslist_progress'')", :loaded => "Element.hide(''setupslist_progress'')", :update => ''setupslist_display'',