search for: seagulls

Displaying 20 results from an estimated 26 matches for "seagulls".

Did you mean: seagull
2017 Oct 25
6
[OT] Bash help
Warren Young wrote: > On Oct 25, 2017, at 10:02 AM, Mark Haney <mark.haney at neonova.net> wrote: >> >> I have a file with two columns 'email' and 'total' like this: >> >> me at example.com 20 >> me at example.com 40 >> you at domain.com 100 >> you at domain.com 30 >> >> I need to get the total number of messages for
2006 Jul 15
5
Textmate command to display Active Record object attributes
I hacked together a command for textmate that displays Active Record object attributes in a tooltip. Just thought others might find it useful. Chris [1] http://blog.seagul.co.uk/articles/2006/07/14/textmate-command-to-display-active-record-column-attributes
2007 Jan 24
0
Mocha 0.4 released
So I finally got round to releasing a new version<http://rubyforge.org/frs/?group_id=1917&release_id=9184>of Mocha <http://mocha.rubyforge.org/>. Much of the functionality has been available for some time if you''ve been using the Rails plugin based on subversion HEAD, but now you can get it in all in a gem (or other package). The most recent changes centre around allowing
2007 Oct 26
1
Working or mongrel
Hello, I have started newly working on ruby on rails platform and making use of mongrel server.......I would like to know how does mongrel communicate with seagull database. I could not find any reverent links only for mongrel or the combined ..... Kindly do help me Thank You Advait -- Posted via http://www.ruby-forum.com/.
2017 Oct 25
1
[OT] Bash help
Tony Mountifield wrote: > In article > <b5215baacd93a6e85efc59947f9b8ed9.squirrel at host290.hostmonster.com>, > <m.roth at 5-cent.us> wrote: >> Warren Young wrote: >> > On Oct 25, 2017, at 10:02 AM, Mark Haney <mark.haney at neonova.net> >> wrote: >> >> >> >> I have a file with two columns 'email' and 'total'
2006 Aug 07
5
Store SOAP::RPC::Driver in user session throws TypeError
Hi All I have a requirement to consume a 3rd party web service from my Rails application. I am doing this in my action require ''soap/wsdlDriver'' factory = SOAP::WSDLDriverFactory.new(TRANSIDIOM_WSDL_URL) soap = factory.create_rpc_driver soap.wiredump_file_base="#{RAILS_ROOT}/log/transidiom.log" param = %(<Request
2017 Oct 25
0
[OT] Bash help
On 10/25/2017 01:24 PM, m.roth at 5-cent.us wrote: >> >> This screams out for associative arrays. (Also called hashes, >> dictionaries, maps, etc.) >> >> That does limit you to CentOS 7+, or maybe 6+, as I recall. CentOS 5 is >> definitely out, as that ships Bash 3, which lacks this feature. > <snip> > Associative arrays? > > Awk! Awk! (No, I
2017 Oct 25
0
[OT] Bash help
hrm.. seems like you were missing a } sort file | awk '{array[$1] += $2;} END { for (i in array) {print i "\t" array[i];}}' regards, Jason On 10/25/2017 01:24 PM, m.roth at 5-cent.us wrote: > Warren Young wrote: >> On Oct 25, 2017, at 10:02 AM, Mark Haney <mark.haney at neonova.net> wrote: >>> I have a file with two columns 'email' and
2017 Oct 25
0
[OT] Bash help
In article <b5215baacd93a6e85efc59947f9b8ed9.squirrel at host290.hostmonster.com>, <m.roth at 5-cent.us> wrote: > Warren Young wrote: > > On Oct 25, 2017, at 10:02 AM, Mark Haney <mark.haney at neonova.net> wrote: > >> > >> I have a file with two columns 'email' and 'total' like this: > >> > >> me at example.com 20
2006 Feb 08
0
sqlite in-memory database for testing
I managed to get this working yesterday on one of our projects. I''ve written up detailed explanation here[1] I hope this is of some use to someone else; let me know either way (especially if I''ve screwed up). Chris [1] http://blog.seagul.co.uk/articles/2006/02/08/in-memory-sqlite-database-for-rails-testing
2006 Dec 25
1
TextMate command to display ActiveRecord model attributes
I''ve written a TextMate command bundle that reminds you the database columns of an ActiveRecord model displaying them in a tooltip just by selecting the model name (for example "Account") anywhere in your code and hooking up the bundle (the way you''ve chosen in the bundle properties). It''s available here:
2019 Mar 21
2
icecast player
...hat's coming from Icast and Museter server and if we have a silent issue on the stream can this software automatic move to backup station? [cid:image001.jpg at 01D4DFE8.15F65960] Abdallah Al-Sabateen Technical support t :+96265638000 Ext 8110 f :+96265638029 Email:abdallah.alsabateen at seagulls.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190321/47d70ac5/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size...
2006 Jun 19
3
MLE maximum number of parameters
Hi All, I would like to know, is there a *ballpark* figure for how many parameters the minimisation routines can cope with? I'm asking because I was asked if I knew. Cheers, Federico -- Federico C. F. Calboli Department of Epidemiology and Public Health Imperial College, St. Mary's Campus Norfolk Place, London W2 1PG Tel +44 (0)20 75941602 Fax +44 (0)20 75943193 f.calboli [.a.t]
2007 Apr 26
5
class parameters
Hello there, Just wanted to know if class will be able to have parameters ? Right now i use: define resolver( $options =''rotate'', $nameserver, $search='''',$domain='''',$sortlist=''''){ file{ ''/etc/resolv.conf'': content =>
2007 Jan 05
3
ANNOUNCE: 0.22.0
Hi all, I''ve just published the long-awaited new release of Puppet. Yes, I accidentally skipped 0.21.0; oops. Important features in this new release are: - Graphing Puppet now uses the GRATR[1] library to do all of the internals of managing relationships between resources. This gives Puppet a lot of functionality internally, but it also makes it possible to produce simple
2012 Aug 15
5
Extract lines from text file
Hi, I'm looking for a command to extract lines from a large text file, a password file. A typical user has a username made from a letter followed by their id-number. m9718508:pw:9301:840: Lynch :/home/pgstud/m9718508:/bin/bash So for instance if I need to extract lines where; the 1st field, the username begins with an m and the 4th field, the group contains exactly 850 cat passwdfile |
2006 Sep 11
4
Using rspec and mocha
I prefer to use rspec than test::unit for developing my apps. However I''ve found its mocking library to be pretty inflexible compared to Mocha. This isn''t really a surprise since rspec isn''t intended as a mocking framework, whereas Mocha is. So I''d like to play to both of their strengths and use rspec as my testing/specification framework and Mocha do to
2006 Sep 11
4
Using rspec and mocha
I prefer to use rspec than test::unit for developing my apps. However I''ve found its mocking library to be pretty inflexible compared to Mocha. This isn''t really a surprise since rspec isn''t intended as a mocking framework, whereas Mocha is. So I''d like to play to both of their strengths and use rspec as my testing/specification framework and Mocha do to
2007 Feb 06
2
Login systems : stubbing accounts and AR association proxies
My Rails site has a fair amount of login and ''ownership'' logic. For instance, we have a number of clients (companies), each of which has several accounts. A client owns a number of different types of resources, and shouldn''t see any other clients'' resources, so, for example, our ScenesController contains a lot of references to
2006 Feb 14
8
Assigning has_many child in parent creation question
If I have... class Parent has_many :children end class Child belongs_to :parent end ...then... * Assigning a _new_ child during parent''s creation saves the child record with the parent''s id. child = Child.new Parent.create(:children => [child]) # Results in child being associated with parent * Assigning an existing child after a parent''s creation