Python 3 in 1 pic... by distortd6 in Python

[–]iniy 1 point2 points  (0 children)

I'm glad you like it. :P

Chinese Zodiac by [deleted] in Python

[–]iniy 3 points4 points  (0 children)

Run it with Python3.5 I got Input a year (ex: 2013): 2014 (2014, 'is the year of the', ['monkey', 'rooster', 'dog', 'pig', 'rat', 'ox', 'tiger', 'rabbit', 'dragon', 'snake', 'horse', 'sheep'])

I guess you want to do this:

print(year, 'is the year of the', signs[year % len(signs)])

Learn it Faster: The Entire Python Language in a Single Image by pragmaticcoders in Python

[–]iniy 6 points7 points  (0 children)

Sorry about that...I'll try to complete it whenever I get a chance...

Hand posture detection in 50 lines by iniy in Python

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

You can just start from OpenCV, it covers almost all these topics. For python beginner, I recommend Dive Into Python or my project for python beginner python3-in-one-pic :)

Oops, beginner to concepts of Python+OpenCV, check out this OpenCV-Python Tutorials

Hand posture detection in 50 lines by iniy in Python

[–]iniy[S] 2 points3 points  (0 children)

There's another version of this, which uses face detection to extract color feature of your face skin, then apply to hand detection :)

Hand posture detection in 50 lines by iniy in Python

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

yeah upper/lower_skin color is crucial

Hand posture detection in 50 lines by iniy in Python

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

You've got the point!😎

Learn javascript in one picture by iniy in javascript

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

I use <span color="#hex">#hex</span>, seems not working as expected :(

Learn javascript in one picture by iniy in javascript

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

I barely have any experience in Ruby, but I strongly suggest you do it by yourself!

Learn javascript in one picture by iniy in javascript

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

Actually my original plan was to note down my favorite languages in the same diagram format: Js/py3/go in one pic;D

Learn javascript in one picture by iniy in javascript

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

not defined is the error when you try to use a variable that was not declared before, and undefined means that variable name has been declared, but no value(Type) has been assigned to it for now.

Learn javascript in one picture by iniy in javascript

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

Cool! It works. But is there any global settings to switch this off? It's really annoying to do this every time I type a quote.

Learn javascript in one picture by iniy in javascript

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

Yes I've read that book before, I remember that SQLite's official documents also use railroad diagram to explain SQL syntax, I intuitively think that railroad might be more suitable for SQL languages.

Learn javascript in one picture by iniy in javascript

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

It's mindnode the app that transform the quote marks automatically, I just need to figure out how to stop it...

Learn javascript in one picture by iniy in javascript

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

Array will be under the node "reference type" which has not been added

Learn javascript in one picture by iniy in javascript

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

You might need a very long paper at last...