similar to: Dallas Ruby Brigade meets March 7th

Displaying 20 results from an estimated 400 matches similar to: "Dallas Ruby Brigade meets March 7th"

2007 Aug 22
1
ANN: Iowa Ruby Brigade
Iowa Ruby Brigade First Meeting Thursday, September 20, 2007 6:00 PM - 7:30 PM DMACC West Campus 5959 Grand Avenue West Des Moines, IA Topics: Organizational Meeting Getting Started With Ruby For more information, visit http://www.iowaruby.org We''re just getting started, so please let us know how we can best serve the needs of the Iowa Ruby community.
2017 Feb 22
2
question about directory size in linux..
On 2/22/2017 12:27 PM, Anthony K wrote: > On my ext4 file system, I have a directory that has >2TB and the > directory entry itself only shows: > > $ ls -ld Stuff > drwxrwxr-x 146 akk akk 36864 Feb 21 21:18 Stuff/ > > $ du -bs Stuff > 2093651427987 Stuff ls -ld is showing the size of the actual directory, NOT the size of the files stored within and under it. du
2006 Jan 26
3
Calling a SOAP service from within a Rails controller
The following works fine as a standalone ruby program: ********************************************************************************************** t = Time.now starter = Time.local(t.year,t.mon, t.day) + (24 *3600) ender = starter + 7 * 24 *3600 lat = 40.352039 lon = -74.191961 require ''soap/wsdlDriver'' params = {:maxt => false, :mint => false, :temp => true, :dew
2006 Jun 19
2
is there a ''Markaby_scaffold'' available?
I discovered Markaby recently, and am loving it! I''m generating scaffolds, then converting them to Markaby ''.mab'' files. It got me wondering... Has anyone written a plugin to generate scaffolds in Markaby, yet?? That would be truly awesome if there was on out there already. -- Best Regards, -Larry "Work, work, work...there is no satisfactory
2006 Oct 07
1
Request to open up getConnection to embedded interface
Hello all, I would like to request that getConnection() and the struct Rconn declarations be added to the R embedded interface. Here's why. It's common in CGI scripts for web applications to direct stdin, stdout, and stderr map to reading from the browser, writing to the browser, and writing to a web log file respectively; very nice and neat. However, things get a little hairy once
2017 Feb 22
0
question about directory size in linux..
On 23/02/17 06:04, John R Pierce wrote: > on many modern file systems, larger directories are stored as some > sort of B-Tree or hash tree, so there's quite a lot of indexing data > in there along with the actual directory entries So I gather this depends on the file system. On my ext4 file system, I have a directory that has >2TB and the directory entry itself only shows: $
2017 Feb 23
0
question about directory size in linux..
On 23/02/17 07:42, John R Pierce wrote: > On 2/22/2017 12:27 PM, Anthony K wrote: >> On my ext4 file system, I have a directory that has >2TB and the >> directory entry itself only shows: >> >> $ ls -ld Stuff >> drwxrwxr-x 146 akk akk 36864 Feb 21 21:18 Stuff/ >> >> $ du -bs Stuff >> 2093651427987 Stuff > > ls -ld is showing the
2006 Aug 04
3
Web service sessions
I want to use ruby on rails entirely as an xml-rpc web service server. I.e. it will only be called by clients making xml-rpc requests. What I want to to is be able to use something like the session[] functionality for storing session information. However, storing information in the session[] construct requires that the client be a web browser with cookies enabled. Does anyone know of a
2006 May 15
3
where do I put this test?
I''m trying to use TDD on a Rails app. So far (6 hours into it) things are going well. My data model is starting to get a little more complex now. I now have two related tables and I want to make sure my tests cover input validation, record creation, and the proper creation of the foreign key. Do I put this into a test unit for the parent table''s model? Or do I test this
2012 Sep 27
0
Dynabyte bjuder in till SHRUG den 1 november!
Kom till oss på Kammakargatan 9A den 1 november. Vi startar klockan 18.00 med mat och sedan följer intressanta tal, mingel och kanske en öl eller två. Vi har begränsat med platser så ta er tid att gå in på http://simplesignup.se/event/14236<http://simplesignup.se/event/14236-shrug>och anmäl dig. Varmt välkomna! /Elin och Kim Program - Mat/Intro - Presentationer - Rails
2007 May 03
1
Reloadable workers? (Rails Testing without DRb restart?)
Hey guys, I just opened up my first installation of BackgrounDRb and so far I love it. I''ll have to share this plugin at my next Ruby Brigade meeting! I have one question though: Is there a way that I can run the BackgrounDRb server in a "test" mode that will reload my changes without having to restart every time? (Similar to how mongrel does this with my
2011 Aug 01
3
Segmentation Fault
What may cause this error? I'm trying to run Armored Brigade, which was working perfectly until I upgraded Wine from 1.2.3. to 1.3.24. I can't get sound to work in that game under that version of Wine. I have OSS V4 When I downgrade to 1.2.3. I can't run that game any more as I'm getting a segmentation fault error at start. I have tried uninstalling wine and removing the .wine
2006 Jun 10
8
OT: Good virtual server host with debian?
Hey all, I''m casually shopping around for a host that will give me a virtual server running Debian. It would host some of my rails projects and probably some svn. Does anyone know of a good host? Anecdotes about satisfaction would be nice. Thanks, Bryan -- Posted via http://www.ruby-forum.com/.
2006 Nov 09
2
Hi everybody! Greetings from sunny Columbus, OH!
Hey everyone, I just wanted to drop onto the list and say hi. My name is Chad Humphries and I am a partner at a ruby and rails shop in Columbus, OH called EdgeCase. Up until two months ago we were doing all of our dev work in test:unit. I had read about RSpec before and after hearing Jim Weirich speak at the Columbus Ruby Brigade about similar ideas I decided to give it a go for a
2004 Apr 12
3
Hunting S(n)IPs
Hi Akk, If this has been discussed/done then apologies be-4-hand. I did not find it in the Wiki or the Archives. Here's the question. We have incoming PRI lines, all on the same main number. An attendant is supposed to handle all incoming calls. Now, let's say I have a multi-line SIP phone. For argument's sake (and to keep it simple) say I only have two lines. We'll call them
2006 Mar 17
1
Congratulations!Both Rails book and framework win Jolt Award
http://www.sdmagazine.com/jolts/2006index.html BOOKS TECHNICAL Jolt Winner: Agile Web Development with Rails by Dave Thomas, David Hansson, Leon Breedt and Mike Clark (Pragmatic Bookshelf) Productivity Winners: ? Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries by Krzysztof Cwalina and Brad Abrams (Addison-Wesley) ? Practical Common Lisp by Peter
2013 Apr 03
2
[LLVMdev] recommendation books on code generation?
"David Tweed" <david.tweed at arm.com> writes: > I don't know of a book, but as a suggestion: is there anyone who's > teaching a course on compilers using LLVM who has the lecture notes > (or even better actual lectures) online? The LCC book (A Retargetable C Compiler: Design and Implementation [Addison-Wesley, 1995, ISBN 0805316701, ISBN-13 9780805316704]) has
2009 Apr 19
1
Stack trace dor gssapi-with-mic
I think I had better update akk the kerberos and gssapi to the latest? Please advise. Thanks Tedc ssh -vvv admin at geronimo.creedon.biz <<<<<<<<snip>>>>>>>>> debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug2: key: /root/.ssh/identity ((nil)) debug2: key: /root/.ssh/id_rsa (0x568da0) debug2: key:
2012 Jan 30
0
CentOS 6.2 KDE desktop with KDM - need guidance
I want a CentOS 62 (amd64) KDE desktop with KDM as the GUI login manager. My system environment is as follows: Host OS: openSUSE 11.4 .(amd64) with VirtualBox (64 bit) GuestOS: CentOS 6.2 (amd64) 10GB virtual disk I chose the "Customize Now" option in the installer and chose "KDE" group w/o the "Desktop" group. The system boots to a CLI console. I can login and
2006 Mar 23
2
Slow database imports with active record
Hey Folks, Im looking for some suggestions here. Each day I need to process 200 GZ compressed files each day that contain comma delimited information in the following format: HostName, FileName, DirName, Modified_On Each file contains upwards of 200K rows and works out to be about 20MB when uncompressed. I need to compare this information to the information recieved the day before to look for