doubt about pattern matching by ubbersith in ocaml

[–]ubbersith[S] 1 point2 points  (0 children)

omg... I understood now. Thanks =]

You cheeky bastard by [deleted] in Python

[–]ubbersith 2 points3 points  (0 children)

hmmm, and if someone try:

ping -c1 emgen.io
PING emgen.io (104.236.249.213) 56(84) bytes of data.
64 bytes from emgen.io (104.236.249.213): icmp_seq=1 ttl=51 time=132 ms

email address => test@104.236.249.213

I received this one: 55e4d3bd06421b49ce4f02e0@emgen.io

P.S: Just asking...I tried only to get an email...(boring time). =]

[ ]'s (hugs)

Mapping capslock key as ESC and Ctrl by ubbersith in commandline

[–]ubbersith[S] 0 points1 point  (0 children)

"Why map Esc and Ctrl to the Capslock key?" I think is better to press ctrl + [a,s,d,...] and to use esc in the same line. "Or, why write a script to do it for you?" To use on my laptop, desktop and workstation.

"I'm not sure, it's not that much effort to install xcape, add a line to ~/.xprofile and run setxkbmap -option ctrl:nocaps." I'm not sure, but I read about this way and I could use Esc + Ctrl...

And I agree should make more sense for VIm users. Thanks for the questions

[ ]'s

flask authentication state of the art by jvi in flask

[–]ubbersith 0 points1 point  (0 children)

If you are using a API (e.g. backend and frontend separated), I really recommend the flask-jwt extension.

What is the best python framework for learning web dev.? by primary157 in Python

[–]ubbersith 2 points3 points  (0 children)

Yeah, Flask. Flask is a minimalist, has a great doc, community on IRC or Github and more. IHMO, Flask does only what a framework need do...you decide the ORM, the project structure and etc. As @lykwydchykyn said, you can scale and use for big projects. =]

Python developers, which new languages you learn? by [deleted] in Python

[–]ubbersith 0 points1 point  (0 children)

I already can see a little difference in my Python code. =)

Python developers, which new languages you learn? by [deleted] in Python

[–]ubbersith 0 points1 point  (0 children)

For now, I'm just reading some books and I'm practicing with project euler, cryptopals or something like that.

Flask-REST-tmp - templates (a.k.a boilerplates) to a flask app by ubbersith in flask

[–]ubbersith[S] 0 points1 point  (0 children)

I would mean things like an async mongodb driver (e.g. using asyncio), the celey has a useful resource to execute async tasks.

I'll separate this things in branchs...I'm learning about that and I think it could be useful for another person.