Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
{{ message }}
Instantly share code, notes, and snippets.
Daniel Zanco
dangpzanco
MSc Electrical Engineering
27
followers
·
69
following
Florianópolis, Brasil
mastodon.social/@dangpzanco
View GitHub Profile
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
All gists
32
Forked
2
Starred
19
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
0 comments
0 stars
dangpzanco
/
readme.md
Created
May 24, 2019
Gist Markdown Cheatsheet
View
readme.md
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Paragraph
1 file
0 forks
0 comments
0 stars
dangpzanco
/
line_girl.rb
Created
Aug 3, 2018
— forked from
szeryf/line_girl.rb
Source code for
http://low-sugar-eye-candy.tumblr.com/post/169354251468/line-girl
View
line_girl.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
W = 500
H = 585
W1 = W - 1
H1 = H - 1
def setup
@img = load_image '../scratch/girl.png'
@img.filter BLUR, 3
@img.load_pixels
end
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.