Displaying 8 results from an estimated 8 matches for "controllo".
Did you mean:
controll
2011 May 25
1
rake task: uninitialized constant
...:import do
desc ''import pericolanti''
task :pericolanti => :environment do
UnsafeBuilding.delete_all
puts "Creating unsafe_buildings..."
lines = FasterCSV.read(''/home/user/Docs/pericolanti'')
lines.each do |row|
if row.any?
# controllo che row[10] e row[11] non siano stringhe
barrier_meters = row[10] if row[10].is_a?(Float) or
row[10].is_a?(Integer)
square_meters_public_land = row[11] if row[11].is_a?(Float) or
row[11].is_a?(Integer)
practice_number = row[17].to_i
practice_date = parse_date_string(row...
2005 Oct 07
0
Differentially expressed gene list
Hi,when I perform SAM on my array data(siggenes)I have some problems in
retrieving the separate lists of up regulated and down regulated genes.
When I write:
fold<-function(x){
gruppi<-split(x,controllo)
geni1<-abs(mean(gruppi[[2]])-mean(gruppi[[1]]))
return(geni1)
}
fold<-esApply(expr.contr.tratt.4,1,fold)
filtro.geni.4_prova<-expr.contr.tratt.4[which(fold>=1),]
filtro.geni.4_prova
everything is working well and I can obtain the correct HTML output,but if I
write the same using fold...
2004 Oct 04
1
ASTERISK PACKET ANALYSIS
...und the same srange thing?
thanks..
-------------------------------------------------------------------------
NUOVA WEBMAIL DI INTERFREE!
Da oggi Interfree offre a tutti i suoi utenti un nuovissimo servizio
di WebMail tra i più evoluti e una qualità professionale che si rinnova
di continuo:
- Controllo antivirus
- Filtro antispamming
- Configurazione di account esterni
- Accesso gratuito a InterDrive dove salvare e organizzare i tuoi
file da qualsiasi computer e in qualsiasi momento ...
Iscriviti gratuitamente all'indirizzo http://www.interfree.it e prova il
nuovo servizio!
Lo Staff di I...
2010 Jun 22
0
Unable to set callerid for incoming skype calls
...======================
Ing. Matteo Piazza
Trentino Network s.r.l.
Area Ricerca& Sviluppo
Via Gilli, 2 - 38121 TRENTO
Tel (+39) 0461.020224
Mob (+39) 335.5378482
Fax (+39) 0461.020201
Cap. Soc. sottoscritto 7.573.248,00 - i. v.
REG. IMP. C.F. e P. IVA 01904880224
Societ? soggetta a direzione e controllo da parte della Provincia
Autonoma di Trento. C.F. e P. IVA 00337460224
==========================================================================
2007 Nov 08
0
Models for external REST services
...def sign=(val)
@sign = val.capitalize
end
def sign
@sign
end
def mobile_field1=(val)
@mobile_field1 = val
end
def mobile_field1
@mobile_field1
end
#getters and setters for the other mobile_field
# end snippet
#============================
On the side of the controlloer I have no idea how to start, this is
what I think it should look like,
def do_sign_in
@sign_in_form #this should come from the form in the view, I have no
idea how to get this object
api_url = "www.example.com/some_api.php"
response = some_object.do_post (api_url, :params =&g...
2006 Jul 06
0
problema con i test automatizzati
... @product = Product.find(1)
end
# Replace this with your real tests.
def test_create
assert_kind_of Product, @product
assert_equal 1, @product.id
assert_equal "Pragmatic Version Control", @product.titolo
assert_equal "Come utilizzare il controllo di versione",
@product.descrizione
assert_equal 29.95, @product.prezzo
assert_equal "http://www.alfonsomartone.itb.it/yescna.jpg",
@product.image_url
assert_equal "2005-01-26 00:00:00",
@product.date_available_before_type_cast
end
def test...
2010 Nov 01
5
[PATCH 03/10] staging: hv: Convert camel cased struct fields in hv.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in hv.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/hv.c | 95 +++++++++++++++++++++++---------------------
drivers/staging/hv/hv.h | 20 +++++-----
drivers/staging/hv/vmbus.c |
2010 Nov 01
5
[PATCH 03/10] staging: hv: Convert camel cased struct fields in hv.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in hv.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/hv.c | 95 +++++++++++++++++++++++---------------------
drivers/staging/hv/hv.h | 20 +++++-----
drivers/staging/hv/vmbus.c |