[web2py] Re: hi i want to send steam content from webcame to view

2020-07-09 Thread Waleed Truman
this is for video from database i ask for stream video live from my webcam for face recognition i did it by python shell but when try to send fram from py file to view i cannot do this but i see example but flask work but it cannot do like this by web2py بتاريخ الخميس، 9 يوليو، 2020 2:26:56 ص

[web2py] Re: hi i want to send steam content from webcame to view

2020-07-08 Thread Massimo Di Pierro
Here https://github.com/mdipierro/videomonitor On Wednesday, 8 July 2020 15:22:34 UTC-7, Waleed Truman wrote: > > how can pass steam from video to view > > > in flask can > > )Response(frame, mimetype='multipart/x-mixed-replace; boundary=frame') > > please help me > -- Resources: - http://web2

[web2py] Re: hi - im trying to import webpage but im getting wrong encoding

2019-02-15 Thread Dave S
On Friday, February 15, 2019 at 12:50:09 PM UTC-8, jonatha...@whatho.net wrote: > > Hi, > > In what way is this a web2py question? > The OP could be planning on rendering the imported text as part of a web2py page, either as a DIV or an IFRAME. But the OP also should be looking at the Python

[web2py] Re: hi - im trying to import webpage but im getting wrong encoding

2019-02-15 Thread jonathan . clark
Hi, In what way is this a web2py question? On Friday, 15 February 2019 16:04:50 UTC, דביר ידעי wrote: > > hi, > this is the first time to publish here and the first time trying to user > python alone..:) > im trying to get content from url > > from urllib import request > > link = > 'https://

[web2py] Re: Hi, Is there a way to block ip address if there are more no of requests from the same ip address

2014-08-26 Thread Derek
once again, use 429 not 503 please read your RFCs. On Tuesday, August 26, 2014 5:31:07 AM UTC-7, Richard Penman wrote: > > Try putting something like this in your model to detect and ban IP > addresses that download too fast: > > > # block malicious crawlers that download too fast

[web2py] Re: Hi, Is there a way to block ip address if there are more no of requests from the same ip address

2014-08-26 Thread Richard Penman
Try putting something like this in your controller to detect and ban IP addresses that download too fast: # block malicious crawlers that download too fast BAN_IP_TIME = 60 *

[web2py] Re: Hi, Is there a way to block ip address if there are more no of requests from the same ip address

2014-03-27 Thread 黄祥
perhaps, if you record the user access from in your database, i think you can query it, and redirect so that user not access your web application if the condition is met (access from same ip address). this is just a redirect so that user can't access your web application not block their ip addr

[web2py] Re: Hi, Is there a way to block ip address if there are more no of requests from the same ip address

2014-03-27 Thread Massimo Di Pierro
Usually this is handled at the level if the web server, not the web framework. On Thursday, 27 March 2014 08:31:22 UTC-5, Kv Harish wrote: > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p

[web2py] Re: Hi there Web2ppy noob here

2014-01-09 Thread Alan Etkin
> > form = SQLFORM.factory( > Field('meter_num',requires=IS_IN_DB(db,db.meter)), > Field('meter_type',requires=IS_IN_DB(db,db.meter)), > Field('dept_id',requires=IS_IN_DB(db,db.dept.id,'%(dept_id)s')) > You have missed the closing parenthesis for the .factory method. -- Resource

[web2py] Re: hi any webchat web2py apps?

2013-05-17 Thread samuel bonilla
no really i use node.js with www.balloons.io , but if u wanna, u can use tornado or twisted El viernes, 17 de mayo de 2013 00:15:29 UTC-5, Mika Sjöman escribió: > > Hi > > We wish to add a button on our frontpage that will enable users to contact > us via a webchat, something like this> http

[web2py] Re: Hi, When will book with latest version modification be ready?

2012-09-06 Thread Massimo Di Pierro
Many of the new features are already described in the online version of the book. It will take about one month to produce a new printed version and pdf. On Thursday, 6 September 2012 17:40:00 UTC-5, immarker wrote: > > Hi, > I am new to web2py, when will book with latest version modification

[web2py] Re: hi

2012-07-17 Thread Derek
Excellent reply. Yes, learning web2py will help you learn the concepts of MVC, SQL, OWASP, Javascript, HTML, JSON, CSS, Python. It's really nice to put those on your resumee. On Sunday, July 15, 2012 2:45:19 AM UTC-7, mart wrote: > > in my experience "brand names" do not sell as much as bare bon

[web2py] Re: hi

2012-07-15 Thread mart
in my experience "brand names" do not sell as much as bare bone concepts... Sure mentioning Django vs web2py can open/close doors (even raise an eyebrow or 2)... But IMHO doors open more when stating the basics: SQL, MVC, complexe data types, security, apps for the web, etc... Besides, employer

[web2py] Re: hi

2012-07-13 Thread Anthony
> > Alright, nobody has come out and said it - no, there are not a lot of > employers posting job offers for "Web2py". It seems in the python > frameworks space, I see most of them wanting "Django". > Yes, more jobs specifically for Django than web2py, but if maximum job postings is the main g

[web2py] Re: hi

2012-07-13 Thread Derek
Alright, nobody has come out and said it - no, there are not a lot of employers posting job offers for "Web2py". It seems in the python frameworks space, I see most of them wanting "Django". On Thursday, July 12, 2012 2:52:26 AM UTC-7, ahmad wrote: > > please anyone can tell me about the web2py

Re: [web2py] Re: hi

2012-07-13 Thread Bruce Wade
As for finding a job over the past few years I have learned if you want work as a programming and that is your primary goal, learning only one framework is not going to help much. The reason is simple when you want a job you have to programming in, most of the time what the company wants. For exam

[web2py] Re: hi

2012-07-13 Thread Akash Kakkar
Finding a Job depends on your capabilities and experience. Learning Web2py and developing an application would help you learn how to develop Web applications fast, in the process you will learn a little about python and your MVC concepts will get better. Showcasing your capabilities thereafter

[web2py] Re: Hi guys.. reg:plugin_wiki select/read

2010-09-17 Thread cjrh
On Sep 17, 5:00 pm, bally boy wrote: > I am at this url:-http://127.0.0.1/ There's no place like home :)

[web2py] Re: Hi guys.. reg:plugin_wiki select/read

2010-09-17 Thread mdipierro
You cannot use veariables (yet). instead of `` name: select table: blog query_field: id query_value: request.args(1) fields: title ``:widget do: `` {{=plugin_wiki.widget('select',table='blog',query_field='id',query_value=request.args(1),fields='title')}} ``:template should do it. On Sep 17, 1

Re: [web2py] Re: Hi a beginner's question

2010-09-04 Thread b vivek
Yes .. looks like there was something wrong in my code the other day.. Am using it today for something else and it works fine.. sorry for the trouble.. and yeah thanks mdipierro for replying! On Fri, Sep 3, 2010 at 10:06 PM, Matias wrote: > El 03/09/10 17:09, mdipierro escribió: > > there must

[web2py] Re: Hi a beginner's question

2010-09-03 Thread Matias
El 03/09/10 17:09, mdipierro escribió: there must be a typo in your code since element(xxx) just calls elements(xxx)[0]. Please email a sample string a to reproduce the problem. Google scrambled your message and I cannot check it. On Sep 2, 2:25 am, b vivek wrote: Hii, I just hopped onto web2p

[web2py] Re: Hi a beginner's question

2010-09-03 Thread mdipierro
there must be a typo in your code since element(xxx) just calls elements(xxx)[0]. Please email a sample string a to reproduce the problem. Google scrambled your message and I cannot check it. On Sep 2, 2:25 am, b vivek wrote: > Hii, I just hopped onto web2py. And it is just beautiful. I am going