search for: criat

Displaying 2 results from an estimated 2 matches for "criat".

Did you mean: crit
2012 Oct 30
0
Error em plot.xy(xy.coords(x, y), type = type, ...) : objeto 'membros' não encontrado
...plot a map with the location of the stations that I am using require(MASS)require(maps) mapaBrasil <- read.table("BASE_BR.txt",sep="") latlonRS <- read.csv2("coordenadas.txt",h=F,sep="") png(filename="mapa_grupos.png",width=600,height=800) # criating a map for RSmap(xlim=c(-80,-35),ylim=c(-45,10), type="n")map.axes() # plot a maplines(mapaBrasil[,2], mapaBrasil[,1]) # plot stationspoints( latlonRS[,2], latlonRS[,1], pch=membros) dev.off() datas: V1 V21 -33.51 -53.352 -30.83 -55.63 -29.45 -51.84 -29.68 -51.055 -29.05 -50...
2019 Jun 06
3
Last Login Plugin Help
...dbname=vmail user=vmailadmin password=xxxxxxxxxxxxxxxxxx map { ??? pattern = shared/last-login/$user/$domain ??? table = last_login ??? value_field = last_login ??? value_type = uint ??? fields { ??????? username = $user ??????? domain = $domain ?????? rip = $rip ??? } } And the table criated in mysql: CREATE TABLE IF NOT EXISTS `last_login` ( ??? `username` VARCHAR(255) NOT NULL DEFAULT '', ??? `domain` VARCHAR(255) NOT NULL DEFAULT '', ??? `last_login` INT(11) DEFAULT NULL, ??? `rip` VARCHAR(16) NOT NULL DEFAULT '', ??? PRIMARY KEY (`username`), ??? IN...