## Introduction to Logo Turtle [LogoTurtle](https://helloacm.com/turtle-programming-v0-0-9-add-setx-sety-square-and-rect/) is currently the FIRST and only one Chrome Extension for Turtle Graphics. I have also written [a PHP version of Logo Interpreter](https://steakovercooked.com/Software.Logo) in 2006 but that runs only on the server. ## Previous Contributions - v0.0.8: [Turtle Programming v0.0.8: /* */ comments, dotxy, and javascript!](https://helloacm.com/turtle-programming-v0-0-8-comments-dotxy-and-javascript/) - v0.0.7: [Turtle Programming v0.0.7: Functions with Parameters + Recursion!](https://helloacm.com/turtle-programming-v0-0-7-functions-with-parameters-recursion/) - v0.0.6: [Turtle Programming v0.0.6: Adding Circle, MoveTo, Turn and Screen!](https://helloacm.com/turtle-programming-v0-0-6-adding-circle-moveto-turn-and-screen/) - v0.0.5: [Turtle Programming v0.0.5: Adding IF/ELSE and STOP!](https://helloacm.com/turtle-programming-v0-0-5-adding-if-else-and-stop/) - v0.0.4: [LogoTurtle: Make Variables and Comments](https://helloacm.com/logoturtle-make-variables-and-comments/) - v0.0.3: [Turtle Graphics Programming Update: Adding text, jump, dot, fontsize, download as png](https://helloacm.com/turtle-graphics-programming-update-adding-text-jump-dot-fontsize-download-as-png/) - v0.0.2: [LogoTurtle v0.0.2: ShowTurtle, HideTurtle, Color, Width and Help](https://helloacm.com/logoturtle-v0-0-2-showturtle-hideturtle-color-width-and-help/). - Teach Your Kids Programming - The First Logo Interpreter (Turtle Graphics) in Chrome Extension! [v0.0.1](https://helloacm.com/teach-your-kids-programming-the-first-logo-interpreter-turtle-graphics-in-chrome-extension/) ## v0.0.9 New Features Along with bug fixes and code tweaks, [**This Commit**](https://github.com/DoctorLai/LogoTurtle/commit/5e0d186b293b0d9f265f5434b257d9944442e953) has added the support of the following features/functions: 1. Add `SetX`, `SetY` that allows turtle to move in only 1 directions. (one parameter) 2. Set `Square` to draw a filled square. (one parameter) 3. Add `Rect` to draw a filled rectangle. (two parameters) ## Screenshots  Drawing a curve ``` ht cs make "x 1 make "y 1 repeat 100 [ setx :x sety :y make "x :x+1 make "y :y*1.05 ] ```  ## SetX and SetY in Javascript ``` case "setx": word_next = this.evalVars(word_next); if ((word_next == '') || (!isNumeric(word_next))) { this.pushErr(word, LOGO_ERR_MISSING_NUMBERS, word_next); return false; } this.logo.moveToX(parseFloat(word_next)); i = y.next; break; case "sety": word_next = this.evalVars(word_next); if ((word_next == '') || (!isNumeric(word_next))) { this.pushErr(word, LOGO_ERR_MISSING_NUMBERS, word_next); return false; } this.logo.moveToY(-parseFloat(word_next)); i = y.next; break; ``` The Y coordinate mapping to canvas need to be inverted as the positive Y in Logo Coordinate system have a smaller Y value in Canvas. ## Roadmap of Chrome Extension: Logo Turtle 1. ~~Add Functions~~ 2. ~~Add IF/THEN/ELSE~~ 3. ~~Add Variables~~ 4. ~~Add Colors~~ 5. ~~Add MoveTo~~ 6. ~~Add PrintText~~ 7. ~~Add Circle~~ 8. Add Arc 9. Add Eraser 10. Add Fill 11. ~~Save As Picture~~ 12. Save As Program 13. ~~Comments~~ 14. ~~Add Recursion Support~~ 15. Add Global/Local Scopes 16. Sleep 17. etc. etc. ## Technology Stack If an App can be written in [Javascript](https://helloacm.com/steemit-javascript-function-to-get-original-post-from-comments-permlink/), eventually it will be written in Javascript. # Chrome Webstore Install the [Turtle Programming for Kids](https://chrome.google.com/webstore/detail/logo-turtle/dcoeaobaokbccdcnadncifmconllpihp) Now! # Contribution Welcome Github: https://github.com/DoctorLai/LogoTurtle 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request. <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@justyy/turtle-programming-v0-0-9-add-setx-sety-square-and-rect">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | justyy | ||||||
---|---|---|---|---|---|---|---|
permlink | turtle-programming-v0-0-9-add-setx-sety-square-and-rect | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":121791502,"name":"LogoTurtle","full_name":"DoctorLai/LogoTurtle","html_url":"https://github.com/DoctorLai/LogoTurtle","fork":false,"owner":{"login":"DoctorLai"}},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","steemstem","programming","cn-programming","drawing"],"links":["https://helloacm.com/turtle-programming-v0-0-9-add-setx-sety-square-and-rect/","https://steakovercooked.com/Software.Logo","https://helloacm.com/turtle-programming-v0-0-8-comments-dotxy-and-javascript/","https://helloacm.com/turtle-programming-v0-0-7-functions-with-parameters-recursion/","https://helloacm.com/turtle-programming-v0-0-6-adding-circle-moveto-turn-and-screen/","https://helloacm.com/turtle-programming-v0-0-5-adding-if-else-and-stop/","https://helloacm.com/logoturtle-make-variables-and-comments/","https://helloacm.com/turtle-graphics-programming-update-adding-text-jump-dot-fontsize-download-as-png/","https://helloacm.com/logoturtle-v0-0-2-showturtle-hideturtle-color-width-and-help/","https://helloacm.com/teach-your-kids-programming-the-first-logo-interpreter-turtle-graphics-in-chrome-extension/","https://github.com/DoctorLai/LogoTurtle/commit/5e0d186b293b0d9f265f5434b257d9944442e953","https://helloacm.com/steemit-javascript-function-to-get-original-post-from-comments-permlink/","https://chrome.google.com/webstore/detail/logo-turtle/dcoeaobaokbccdcnadncifmconllpihp","https://github.com/DoctorLai/LogoTurtle","https://utopian.io/utopian-io/@justyy/turtle-programming-v0-0-9-add-setx-sety-square-and-rect"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1520305382/acdffeyl9uuwsmgwmoco.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520305534/skqs71zwbicesuvwgsx7.png"],"moderator":{"account":"ms10398","time":"2018-03-06T13:20:43.367Z","reviewed":true,"pending":false,"flagged":false},"questions":[{"question":"Is the project description formal?","answers":[{"value":"Yes itβs straight to the point","selected":true,"score":10},{"value":"Need more description ","selected":false,"score":5},{"value":"Not too descriptive","selected":false,"score":0}],"selected":0},{"question":"Is the language / grammar correct?","answers":[{"value":"Yes","selected":true,"score":20},{"value":"A few mistakes","selected":false,"score":10},{"value":"It's pretty bad","selected":false,"score":0}],"selected":0},{"question":"Was the template followed?","answers":[{"value":"Yes","selected":true,"score":10},{"value":"Partially","selected":false,"score":5},{"value":"No","selected":false,"score":0}],"selected":0},{"question":"How do you rate the amount of work?","answers":[{"value":"Very High","selected":false,"score":20},{"value":"High","selected":false,"score":16},{"value":"Medium","selected":true,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":2},{"question":"How do you rate the impact on the Project?","answers":[{"value":"Very High","selected":false,"score":20},{"value":"High","selected":false,"score":16},{"value":"Medium","selected":true,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":2}],"score":100}" | ||||||
created | 2018-03-06 03:08:21 | ||||||
last_update | 2018-03-06 13:20:45 | ||||||
depth | 0 | ||||||
children | 6 | ||||||
last_payout | 2018-03-13 03:08:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 39.794 HBD | ||||||
curator_payout_value | 16.851 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 4,334 | ||||||
author_reputation | 280,616,224,641,976 | ||||||
root_title | "Turtle Programming v0.0.9: Add SetX, SetY, Square and Rect!" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 42,520,955 | ||||||
net_rshares | 17,321,568,551,148 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 84,640,790,592 | 0.02% | ||
kushed | 0 | 1,941,957,561 | 0.89% | ||
steem-id | 0 | 8,303,113,165 | 0.89% | ||
bue | 0 | 83,726,638,063 | 100% | ||
mrs.agsexplorer | 0 | 8,597,589,826 | 2% | ||
kevinwong | 0 | 76,151,003,204 | 1.5% | ||
justtryme90 | 0 | 56,841,484,232 | 2% | ||
anwenbaumeister | 0 | 25,866,089,948 | 0.89% | ||
grandpere | 0 | 10,523,357,834 | 5% | ||
arconite | 0 | 579,245,604 | 0.75% | ||
ace108 | 0 | 200,060,627,038 | 17% | ||
magicmonk | 0 | 105,051,614,936 | 50% | ||
timsaid | 0 | 5,185,265,262 | 1% | ||
velourex | 0 | 952,623,801 | 0.89% | ||
rivalhw | 0 | 86,699,345,248 | 5% | ||
lemouth | 0 | 16,454,556,184 | 3.75% | ||
rjbauer85 | 0 | 185,644,849 | 5% | ||
anarchyhasnogods | 0 | 8,160,300,669 | 2.5% | ||
lamouthe | 0 | 1,258,937,223 | 5% | ||
justyy | 0 | 777,422,113,181 | 80% | ||
steemedia | 0 | 106,659,501 | 0.89% | ||
curie | 0 | 44,607,760,885 | 0.89% | ||
cebymaster | 0 | 132,898,959 | 0.89% | ||
luneknight | 0 | 691,681,138 | 100% | ||
hendrikdegrote | 0 | 516,027,101,501 | 0.97% | ||
steemstem | 0 | 133,346,041,869 | 5% | ||
dapeng | 0 | 2,485,087,219 | 2% | ||
happyukgo | 0 | 1,506,434,028 | 80% | ||
cotidiana | 0 | 118,743,874 | 0.89% | ||
teofilex11 | 0 | 623,152,576 | 0.89% | ||
foundation | 0 | 485,906,906 | 5% | ||
the-devil | 0 | 796,591,084 | 5% | ||
nokeh | 0 | 220,993,761 | 100% | ||
thevenusproject | 0 | 2,705,626,846 | 5% | ||
dna-replication | 0 | 1,397,222,178 | 5% | ||
borislavzlatanov | 0 | 425,668,996 | 5% | ||
jamhuery | 0 | 1,122,524,543 | 5% | ||
sv67216721 | 0 | 421,975,369 | 5% | ||
mobbs | 0 | 11,389,420,694 | 4.25% | ||
frankintaiwan | 0 | 80,958,102 | 20% | ||
bp423 | 0 | 111,587,844 | 0.89% | ||
kryzsec | 0 | 1,877,171,630 | 5% | ||
markangeltrueman | 0 | 179,449,123 | 0.44% | ||
jassennessaj | 0 | 4,429,918,541 | 10% | ||
fredrikaa | 0 | 10,990,288,481 | 2.5% | ||
helo | 0 | 951,350,689 | 10% | ||
trumpman | 0 | 8,049,317,355 | 5% | ||
keshawn | 0 | 63,848,132 | 0.89% | ||
locikll | 0 | 421,140,347 | 1.78% | ||
dber | 0 | 2,069,007,971 | 5% | ||
aboutyourbiz | 0 | 210,606,490 | 0.89% | ||
dreamien | 0 | 69,285,374 | 0.89% | ||
shenchensucc | 0 | 2,610,221,024 | 20% | ||
kerriknox | 0 | 22,123,085,249 | 5% | ||
alexander.alexis | 0 | 278,376,645 | 1% | ||
czechglobalhosts | 0 | 277,401,192,299 | 3% | ||
blessing97 | 0 | 168,591,040 | 5% | ||
tensor | 0 | 12,018,949,341 | 100% | ||
victorialuxx | 0 | 166,561,752 | 100% | ||
ertwro | 0 | 2,080,574,362 | 5% | ||
nitesh9 | 0 | 1,246,256,757 | 5% | ||
davidmendel | 0 | 22,797,144,670 | 100% | ||
himal | 0 | 368,509,861 | 5% | ||
abigail-dantes | 0 | 75,110,311,249 | 5% | ||
leczy | 0 | 483,441,669 | 5% | ||
robinlee | 0 | 424,829,957 | 100% | ||
ovij | 0 | 635,917,145 | 5% | ||
rainyapril | 0 | 496,577,884 | 100% | ||
al2ping | 0 | 98,099,092 | 100% | ||
mountain.phil28 | 0 | 2,392,368,990 | 25% | ||
mountainwashere | 0 | 1,560,071,773 | 5% | ||
oldman28 | 0 | 11,493,453,546 | 51% | ||
justdentist | 0 | 293,308,918 | 0.07% | ||
liangfengyouren | 0 | 1,149,423,033 | 50% | ||
somethingburger | 0 | 377,671,868 | 5% | ||
shengjian | 0 | 16,823,614,094 | 100% | ||
mangoanddaddy | 0 | 1,084,548,662 | 80% | ||
kangnajiang | 0 | 273,318,118 | 100% | ||
cifer | 0 | 2,543,191,795 | 80% | ||
geass | 0 | 502,659,667 | 100% | ||
moonvoid | 0 | 614,503,785 | 100% | ||
boontjie | 0 | 15,368,958,579 | 100% | ||
irenett | 0 | 610,181,092 | 100% | ||
chenhs | 0 | 1,849,761,533 | 100% | ||
rosatravels | 0 | 65,998,038,917 | 50% | ||
ksolymosi | 0 | 702,853,695 | 5% | ||
cryptonator | 0 | 418,352,021 | 0.89% | ||
xuran | 0 | 5,075,463,584 | 100% | ||
awiwea1974 | 0 | 367,306,606 | 100% | ||
superbing | 0 | 7,186,344,909 | 80% | ||
dailyfortune | 0 | 5,319,175,250 | 80% | ||
antone | 0 | 644,662,248 | 100% | ||
dailystats | 0 | 10,742,631,081 | 80% | ||
zeeshan003 | 0 | 94,100,142 | 5% | ||
wangwenjing | 0 | 0 | 60% | ||
xuzhen | 0 | 0 | 60% | ||
ayman101 | 0 | 400,461,589 | 100% | ||
lingliao | 0 | 503,173,943 | 100% | ||
bobdos | 0 | 386,864,462 | 5% | ||
steemline | 0 | 172,087,084 | 100% | ||
carloserp-2000 | 0 | 815,317,862 | 5% | ||
rachelsmantra | 0 | 214,559,082 | 5% | ||
winniex | 0 | 4,034,469,654 | 10% | ||
ivysrono | 0 | 227,824,908 | 1% | ||
altherion | 0 | 2,056,661,054 | 5% | ||
gra | 0 | 1,875,349,393 | 5% | ||
jianan | 0 | 490,750,067 | 100% | ||
utopian-io | 0 | 14,212,649,351,497 | 8.69% | ||
nada101 | 0 | 473,065,484 | 100% | ||
nileelily | 0 | 4,889,073,657 | 100% | ||
chann | 0 | 4,428,804,970 | 10% | ||
spectrums | 0 | 94,490,419 | 0.89% | ||
daxiang | 0 | 232,337,286 | 100% | ||
anxin | 0 | 7,715,266,612 | 100% | ||
cnsteem | 0 | 78,735,489,402 | 100% | ||
stabilowl | 0 | 33,921,249,113 | 31% | ||
lebin | 0 | 6,619,684,957 | 10% | ||
kenadis | 0 | 1,351,675,536 | 5% | ||
amavi | 0 | 761,373,163 | 1% | ||
robotics101 | 0 | 171,318,897 | 5% | ||
gentleshaid | 0 | 849,254,517 | 5% | ||
cryptonewsly | 0 | 185,917,797 | 100% | ||
sco | 0 | 223,181,892 | 1% | ||
wyp | 0 | 566,850,597 | 100% | ||
tdre | 0 | 632,257,684 | 100% | ||
blockd | 0 | 497,434,947 | 100% | ||
moobear | 0 | 1,363,406,722 | 100% | ||
se7en9702 | 0 | 537,826,370 | 100% | ||
hadji | 0 | 235,386,574 | 5% | ||
steemstem-bot | 0 | 2,409,644,307 | 15% | ||
jjay | 0 | 627,837,842 | 100% | ||
madokami | 0 | 90,307,580 | 100% | ||
prch | 0 | 1,882,181,155 | 100% | ||
nean | 0 | 496,966,923 | 100% | ||
foodielifestyle | 0 | 2,704,105,814 | 100% | ||
woolfe19861008 | 0 | 947,947,479 | 100% | ||
deutsch-boost | 0 | 348,634,892 | 20% | ||
dailychina | 0 | 7,403,250,946 | 80% | ||
arabel | 0 | 0 | 60% | ||
rayday | 0 | 309,870,786 | 100% | ||
vincenthan | 0 | 498,349,686 | 100% | ||
yuxuan | 0 | 84,243,136 | 100% | ||
dongfengman | 0 | 6,391,776,400 | 100% | ||
historylover | 0 | 610,188,180 | 100% | ||
serenazz | 0 | 755,882,245 | 100% | ||
cha0s0000 | 0 | 2,841,042,768 | 100% | ||
marketstack | 0 | 2,153,725,263 | 10% | ||
yedda | 0 | 494,315,641 | 100% | ||
polbot | 0 | 1,002,681,467 | 50% | ||
benleemusic | 0 | 411,494,104 | 0.04% | ||
shentrading | 0 | 697,326,448 | 100% | ||
zasilla | 0 | 493,321,522 | 100% | ||
fishaa | 0 | 286,570,576 | 50% | ||
aaronstar | 0 | 118,697,560 | 100% | ||
ayanamoon | 0 | 115,503,486 | 100% | ||
ethanlee | 0 | 7,959,681,737 | 100% | ||
kamel101 | 0 | 490,427,215 | 100% | ||
twinsnicole | 0 | 493,515,430 | 100% | ||
deepthinking | 0 | 499,273,352 | 100% | ||
linda65 | 0 | 11,566,226,353 | 100% | ||
wilfredn | 0 | 2,739,526,299 | 60% | ||
inmylife | 0 | 1,024,242,861 | 100% | ||
banjiruang | 0 | 82,724,840 | 100% | ||
fanso | 0 | 897,440,465 | 100% | ||
lilypang22 | 0 | 1,917,990,601 | 100% | ||
de-stem | 0 | 1,025,632,586 | 2.5% | ||
mfxqaq | 0 | 205,842,700 | 100% | ||
steemthinkcom | 0 | 8,205,903,334 | 100% | ||
zens | 0 | 478,223,031 | 100% | ||
ashi0 | 0 | 478,006,998 | 100% | ||
steemitvip | 0 | 494,239,996 | 100% | ||
lakemountain | 0 | 333,993,806 | 100% | ||
regals | 0 | 497,828,349 | 100% | ||
joelone | 0 | 511,731,531 | 100% | ||
mikelmik | 0 | 465,691,939 | 100% |
cool project
author | magicmonk |
---|---|
permlink | re-justyy-turtle-programming-v0-0-9-add-setx-sety-square-and-rect-20180307t115346854z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-07 11:53:48 |
last_update | 2018-03-07 11:53:48 |
depth | 1 |
children | 0 |
last_payout | 2018-03-14 11:53:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 1,107,383,722,367,267 |
root_title | "Turtle Programming v0.0.9: Add SetX, SetY, Square and Rect!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,854,136 |
net_rshares | 0 |
Thank you for the contribution. It has been approved. You can contact us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | ms10398 |
---|---|
permlink | re-justyy-turtle-programming-v0-0-9-add-setx-sety-square-and-rect-20180306t132053413z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-06 13:20:54 |
last_update | 2018-03-06 13:20:54 |
depth | 1 |
children | 0 |
last_payout | 2018-03-13 13:20:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 173 |
author_reputation | 27,572,487,973,390 |
root_title | "Turtle Programming v0.0.9: Add SetX, SetY, Square and Rect!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,625,348 |
net_rshares | 0 |
@justyy, thank you for supporting @steemitboard as a witness. [](http://steemitboard.com/@justyy) Here is a small present to show our gratitude You can click on your award to jump to your Board of Honor Once again, thanks for your support!
author | steemitboard |
---|---|
permlink | steemitboard-notify-justyy-20180306t070338000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2018-03-06 07:03:36 |
last_update | 2018-03-06 07:03:36 |
depth | 1 |
children | 0 |
last_payout | 2018-03-13 07:03:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 332 |
author_reputation | 38,975,615,169,260 |
root_title | "Turtle Programming v0.0.9: Add SetX, SetY, Square and Rect!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,560,181 |
net_rshares | 0 |
<center><a href="www.steemit.com/@steemstem"><img src="https://media.discordapp.net/attachments/384404201544876032/405507994583957505/steemSTEM.png"></a><br><table><tr><th> </th><th> </th><th><a href="https://steemit.com/steemstem/@steemstem/helpful-guidelines-for-crafting-steemstem-content">Guidelines</a></th><th><a href="https://steemit.com/steemstem/@steemstem/steemstem-winter-2017-2018-project-update">Project Update</a></th><th> </th><th> </th></tr></table><br><a href="https://steemit.com/steemstem/@steemstem/being-a-member-of-the-steemstem-community"><b>Being A SteemStem Member</b></a></center>
author | steemstem-bot |
---|---|
permlink | re-turtle-programming-v0-0-9-add-setx-sety-square-and-rect-20180306t190333 |
category | utopian-io |
json_metadata | "" |
created | 2018-03-06 19:03:33 |
last_update | 2018-03-06 19:03:33 |
depth | 1 |
children | 0 |
last_payout | 2018-03-13 19:03:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.565 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 606 |
author_reputation | 3,811,533,615,496 |
root_title | "Turtle Programming v0.0.9: Add SetX, SetY, Square and Rect!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,689,449 |
net_rshares | 142,103,710,580 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justtryme90 | 0 | 142,103,710,580 | 5% |
I love playing with turtle, I implemented my own in clojure awhile ago. Its a really great way to exercise your programming skills. Great extension btw.
author | tensor |
---|---|
permlink | re-justyy-turtle-programming-v0-0-9-add-setx-sety-square-and-rect-20180306t051744756z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-06 05:17:42 |
last_update | 2018-03-06 05:17:42 |
depth | 1 |
children | 0 |
last_payout | 2018-03-13 05:17:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
author_reputation | 87,856,203,149,624 |
root_title | "Turtle Programming v0.0.9: Add SetX, SetY, Square and Rect!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,542,181 |
net_rshares | 0 |
### Hey @justyy I am @utopian-io. I have just upvoted you! #### Achievements - WOW WOW WOW People loved what you did here. GREAT JOB! - Seems like you contribute quite often. AMAZING! #### Community-Driven Witness! I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER! - <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a> - Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a> [](https://steemit.com/~witnesses) **Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
author | utopian-io |
---|---|
permlink | re-justyy-turtle-programming-v0-0-9-add-setx-sety-square-and-rect-20180306t170751507z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-06 17:07:51 |
last_update | 2018-03-06 17:07:51 |
depth | 1 |
children | 0 |
last_payout | 2018-03-13 17:07:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,061 |
author_reputation | 152,955,367,999,756 |
root_title | "Turtle Programming v0.0.9: Add SetX, SetY, Square and Rect!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,669,307 |
net_rshares | 0 |