search for: magpi

Displaying 11 results from an estimated 11 matches for "magpi".

Did you mean: mapi
2007 Apr 04
1
seamonkey on Centos 2.1 deletes itself!
Well, partly: I've been "converting" a RHL 7.3 system to approximately Centos 2.1, so found it necessary to "rpm -Va" I was more than a little surprised at this: [root at magpie root]# rpm -V seamonkey missing /usr/lib/mozilla-seamonkey-1.0.8/chrome/overlayinfo/browser missing /usr/lib/mozilla-seamonkey-1.0.8/chrome/overlayinfo/browser/content missing /usr/lib/mozilla-seamonkey-1.0.8/chrome/overlayinfo/browser/content/overlays.rdf missing /usr/lib/mozilla-seam...
2006 Aug 18
5
potential enterprise rails project
...t possible/sensible to run C#/ADO.NET for the core business logic, and Rails for the basic data entry interfaces and reporting *simultaneously* on the same database. This would placate some of the concerns re enterprise readiness. Thanks for listening, and many thanks for any responses. Regards magpie -- Posted via http://www.ruby-forum.com/.
2007 Dec 06
1
Leanest way to query with the results in a typed hash ?
...ke the result to be a hash with the values in the correct types eg. Time, String, Fixnum. I''d rather not use the normal find() as that creates model objects with all their memory requirements. Is there a simple solution, or should I put something together from the Rails source ? Regards, magpie -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2013 Apr 12
2
[LLVMdev] GSoC project questions.
...oned LLVM Superoptimizer, so would this be a viable project that would benefit LLVM? It also mentions writing a frontend for another language, and I think this would be a really good project, but there are so many languages that I'm not sure which one to choose - perhaps Go or maybe even http://magpie-lang.org/? Another idea that I had for the project would be live editing/compilation - probably for C/C++. The application is compiled using clang and ran with an injected initialization code. Then, when a source file is modified, a filesystem watcher or an IDE plugin notices this change. After t...
2004 Aug 06
1
Was Re: build problems, now XML config syntax
...t; <touch-freq>0</touch-freq> <server> <host>nowhere.earth</host> <touch-freq>15</touch-freq> </server> </directory> <hostname>magpie.layer-7.net</hostname> <port>8000</port> <!--<bind-address>127.0.0.1</bind-address>--> <paths> <basedir>/var/icecast</basedir> <logdir>/var/log/icecast</logdir> </p...
2004 Aug 06
2
ice2 CVS build problems under Solaris 7
Hi: If you want to use icecast 2 for streaming vorbis audio then don't get it from the CVS repository at icecast.org. That's ancient developer stuff in there. Instead get it from the xiph.org CVS repository (see http://www.xiph.org/cvs.html which I see now lists the icecast stuff (yay!). You'll need the icecast module plus the avl, httpp, log, net, thread and timing modules (check
2013 Apr 12
0
[LLVMdev] GSoC project questions.
...izer, so would this be a viable project that would > benefit LLVM? It also mentions writing a frontend for another language, and > I think this would be a really good project, but there are so many > languages that I'm not sure which one to choose - perhaps Go or maybe even > http://magpie-lang.org/? > In the things that I think may be worthwhile for LLVM fame is Fortran. Complicated to do, but even just Fortran77 would be a tremendous achievement. > Another idea that I had for the project would be live editing/compilation > - probably for C/C++. The application is compi...
2006 Sep 05
1
Inflector::pluralize("Agencies")=="Agency" ?
...or::singularize(astring)!=astring end def is_singular?(astring) Inflector::singularize(astring)==astring end def pluralize2(astring) is_singular?(astring) ? Inflector::pluralize(astring) : astring end def singularize2(astring) is_plural?(astring) ? Inflector::singularize(astring) : astring end magpie "Just Enough Software Quality":http://jesq.blogspot.com -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this gro...
2013 Apr 12
2
[LLVMdev] GSoC project questions.
...his be a viable project that would >> benefit LLVM? It also mentions writing a frontend for another language, and >> I think this would be a really good project, but there are so many >> languages that I'm not sure which one to choose - perhaps Go or maybe even >> http://magpie-lang.org/? >> > > In the things that I think may be worthwhile for LLVM fame is Fortran. > Complicated to do, but even just Fortran77 would be a tremendous > achievement. > > >> Another idea that I had for the project would be live editing/compilation >> - proba...
2008 May 21
3
VMware and Time moved backwards
Hi, I followed the discussions regarding the "time moved backward" problem and the use of ntp in such cases. At our department we are running two dovecot servers within an vmware server environment, and unfortunately the timedrift (with ntpd active) exceeds sometimes up to 30 minutes virtual drift within 10 minutes realtime (mostly into future). This is due to some overcorrections
2006 Sep 18
1
SQLServer adapter fails to commit on save()
I am writing a test outside of a Rails project, but ''require''-ing enough to use the ActiveRecord classes. It is connected to SQL Server 2005. It reads in XML and adds an ActiveRecord object like this : report = DvrStatusReport.new : report.x = y : report.save puts report.id This outputs a new id each time, but the record doesn''t appear in the the table according to