Re: [web2py] Re: PY4WEB socketIO

2020-02-18 Thread Vicente Orru
Massimo, maybe zeroMQ can be good for you. Em ter., 18 de fev. de 2020 às 06:44, António Ramos escreveu: > I was not expecting less than that from Massimo :) > > Em ter., 18 de fev. de 2020 às 03:45, Massimo Di Pierro < > massimo.dipie...@gmail.com> escreveu: > >> It would be trivial to implemen

Re: [web2py] Re: Web2py fast introduction in Pycon Brazil

2013-10-01 Thread Vicente Orru
Meir, I agree you! 2013/10/1 Meir > Hello Vinicius, > > Congratulations and thanks for all the help you given me and web2py > community! > > Em terça-feira, 1 de outubro de 2013 11h57min53s UTC-3, viniciusban > escreveu: > >> Hi guys. >> >> Yesterday I taught a quick introduction to Web2py here

Re: [web2py] DAL , pymysql

2013-08-31 Thread Vicente Orru
now thats ok, but let me reflect about: take into consideration that, i dont have experience in web application, neither database server, all are new for me, so i could be wrong, i hope not. Application "B" (DAL standalone), should read, update and insert data in the database, then: db = DAL ('mys

Re: [web2py] Re: How to check if plain text password matches with encrypted password in auth_user.password?

2013-04-06 Thread Vicente Orru
thank you. 2013/4/6 Massimo Di Pierro > This was explained many times before. You should look into the docstring > of the CRYPT validator for examples and explanations. The bottom line is > that > > db.auth_user.password.**validate(...) calls a crypt validator which > returns (lazy_crypt(...),