Displaying 4 results from an estimated 4 matches for "crocodile".
2011 Aug 29
2
rails vs. nodejs
I am going to make an opinionated comment here. This is just my
opinion and everyone has one.
I think rails is the best framework out there. But I think all these
frameworks do not solve any actual problems. They just abstract
problems to simpler forms. On the other hand nodejs actually created
a new and revolutionary way to develop web applications easily. Almost
like writing a simple script.
2010 Nov 29
2
FW: how to use by() ?
Thank you for the suggestion, Bill. The result is not quite what I would like. Here's sample code for you or anyone else who may be interested:
Al1 = c('A','C','C','C')
Al2 = c('G','G','G','T')
Freq1 = c(0.0078,0.0567,0.9434,0.9908)
MAF = c(0.0078,0.0567,0.0566,0.0092)
m1 = data.frame(Al1=Al1,
2004 Mar 23
2
outgoing redirect
...t seemed to be
working, but he called saying no one had Internet. What should the rule be
if this does not redirect port 80 to 8080?
REDIRECT loc 8080 tcp www -
!10.192.0.2 (web on dmz)
ACCEPT fw net tcp www
Raymond
.Appeasement is feeding a crocodile in hopes of being eaten last
--- Winston Churchill
2006 Jan 05
0
question about Agile Rails
...planation will be fine
Regards
def add_product(product)
item = @items.find {|i| i.product_id == product.id} //and why not
i.product.id
if item
item.quantity +=1
else
@items << LineItem.for_product(product)
end
@total_price += product.price
end
end
--
The Crocodile