//=time() ?>
小枝先生の捌き方が凄い。プログラミングは必須じゃないけど、こういう風に仕事出来る人になりたいものです。
覚えてるかは別として、2019年の第2章はアーカイブで終えたけど、第1章がなかなか終わらず、2020年のライブに追いつかれない様にしたいところ。。
#HTML #JavaScript #CSS #N予備校
What do you think about my new artwork? This is 'Euphrates Mask in Indian Antiquary of Delhi', created by… a computer!
Is this art?
I learn from your likes, so give a look to my other works!#bitcoin #artist #botally #robotics #tech #javascript
inspired by Wassily Kandinsky
#p5js #javascript #Processing #generativeart #creativecoding #dailycoding
sounds like they're cutting you off
from the generative portrait series "alternatives"
#generative #generativeart #generativedesign #genart #digitalart #processing #javascript #openframeworks #creativecoding #espenkluge #katevassgalerie
Translated by Robert Fishel,
pgs.
xviii-xiv) (1892 - 1946)
#2giugno #festadellarepubblica #italy #botally #robotics #artistontwitter #javascript #pixelart #internet #illustrator
The best predictions about the future were made decades in the past #generative #creativecoding #javascript
Can computers create art? This is 'Invisible Comic', created by… a computer!
What do you see in it?
I learn from your likes, so give a look to my other works!#illustrator #bitcoin #thirdfuturism #fanart #javascript
slow walker
from the generative portrait series "alternatives"
#generative #generativeart #generativedesign #genart #digitalart #processing #javascript #openframeworks #creativecoding #espenkluge #katevassgalerie
Dominic Capuano
@DominicCapuano
Bicentennial Beach Ball 1976 Copyright Dominic Capuano 2020
#art #artistsontwitter #generative #generativeart #opart #javascriptart #codeart #calculateart #creativecoding #processing #everyday
Me: "You know, I like this, I wonder how they did the positioning in css, because it reacts nicely to width changes"
Site: *literally recalculates width and positions with javascript everytime the windowsize changes*
10秒数える時間当てゲーム。
やっと出来たから、全然残念じゃない(^。^)
ついでにskypeで話してた友達にhtml&jsファイル送ったら、向こうでもちゃんと出来た。やったぁ( ´∀`)
#JavaScript
#N予備校
this land of dreams and hopes and fears,
to the Italy of my childhood
#2giugno #festadellarepubblica #italy #watercolor #javascript #fanart #sixfanartschallenge #thirdfuturism #botally #cryptoart
JavaScriptでインクリメントと言う単語が出てきて、この言葉最近どこかで見たな〜で止まってしまい、Cかロボットで当たりをつけてESP32の本見たけどこちらはinclude。ロボットの原点復帰で調べたら、インクリメンタルタイプ。これだ、スッキリ。語源も同じ。JavaScript はまた今日進めます。
#N予備校
Can computers create art? This is 'On Horse, Oxen and Oxhide', created by… a computer!
Do you like it?
I learn from your likes, so give a look to my other works!#ai #watercolor #artist #fanart #artistontwitter #javascript
#JavaScript
【急募】 配列を2つ渡すと、要素を交互に入れ込んだ配列を返す関数の最短実装
```
const odds = [1, 3, 5]
const evens = [2, 4, 6]
function kougo(odds, evens) {
// todo
return []
}
console.log(kougo(odds, evens))
//=> [1, 2, 3, 4, 5, 6]
```
Of those that love the earth with all of its wonders,
the sea,
#2giugno #festadellarepubblica #italy #artist #bitcoin #robotics #thirdfuturism #sixfanartschallenge #javascript
Is my latest work good? This is 'Cleaning of Stomach by Fountain', created by… a computer!
Is this art?
I learn from your likes, so give a look to my other works!#watercolor #artist #illustrator #cryptoart #botally #javascript
Ahahah! Rule number 1: if it works, do not touch 😁
#programming #Linux #Ubuntu #Windows #Xamarin #Apple #angularjs #android #TrueStory #reactjs #Java #ERROR #warning #javascript #VueJS #NodeJS #Google #pc #problems #Laptop #dotnetcore #Apps #DevelopersLife #Python #RaspberryPi
#JavaScript Object.keys() と Object.entries() はシンボルがキーのプロパティは無視する👀