{"id":91,"date":"2015-06-16T06:12:02","date_gmt":"2015-06-16T02:12:02","guid":{"rendered":"http:\/\/courses.haigarmen.com\/creativecoding\/?p=91"},"modified":"2015-06-16T06:13:55","modified_gmt":"2015-06-16T02:13:55","slug":"exercise-20","status":"publish","type":"post","link":"https:\/\/courses.haigarmen.com\/creativecoding\/exercise-20\/","title":{"rendered":"Exercise 20"},"content":{"rendered":"<p>Making a starry night<\/p>\n<pre><code>\r\nvoid setup() {\r\n  size(600,400);\r\n  background(0);\r\n  noStroke();\r\n}\r\n\r\nvoid draw() {\r\n  \/\/background(0);\r\n  fill(0, 10);\r\n  rect(0, 0, width, height);\r\n  \r\n  fill(255);\r\n  ellipse(random(width), random(height), 2, 2);\r\n}\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Making a starry night void setup() { size(600,400); background(0); noStroke(); } void draw() { \/\/background(0); fill(0, 10); rect(0, 0, width, height); fill(255); ellipse(random(width), random(height), 2, 2); }<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-91","post","type-post","status-publish","format-standard","hentry","category-lessons"],"_links":{"self":[{"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/posts\/91","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/comments?post=91"}],"version-history":[{"count":3,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/posts\/91\/revisions"}],"predecessor-version":[{"id":94,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/posts\/91\/revisions\/94"}],"wp:attachment":[{"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/media?parent=91"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/categories?post=91"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/tags?post=91"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}