<div class="text-justify"> <center><h2>My Coding Quiz #14 👨💻🛠️🧩</h2></center> <p>Welcome to the new installment of my series of <b>Coding Quizzes</b>, in which you will be able to test your knowledge and skills about programming and software development in a simple and fun way. If you want to learn more about it visit <a href="/@eniolw">my blog</a> here on Hive and the <a href="/@eniolw/my-coding-quiz-1">first post</a> where I introduced it.</p> <h3>Without further ado, here's the riddle...</h3> <br> <center> <img src="https://images.ecency.com/DQmW7Kqt58FHwCSnD8Afe9uFFXJbHcRyTYkAxbmcVqp1MeG/quiz_img_en.png" alt="Quiz"> <h6>By @eniolw</h6> </center> <br><center><h3>What's your choice?</h3></center> <p><b>Solution to the <a href="/@eniolw/my-coding-quiz-13">previous quiz</a>:</b> <b>SS</b>. Line 1 defines a string <code>a</code> with the content <code>" Science "</code>. Note the deliberate presence of whitespace at the beginning and end of the string.</p> <p>Line 2 creates a <code>b</code> variable. To do this, first whitespace at the beginning and end of <code>a</code> is removed using the built-in <code>strip</code> method. A special slice is then applied using the <code>[::-1]</code> notation. This is another of many ways to create a reversed list in Python. The <code>-1</code> at the end indicates that the step should be done one at a time, but in reverse. In the end, the value of <code>b</code> will be <code>'ecneicS'</code>.</p> <p>Line 3 creates a variable <code>c</code> with <code>a</code> and <code>b</code> elements accessed by indexes. We know that the element at index 1 of <code>a</code> has the value <b>'S'</b>, and it is not surprising that the element at index -1 of <code>b</code> corresponds to the last one, whose value is also <b>'S'</b>. The value of <code>c</code>, therefore, will be <b>'SS'</b>, which is printed at line 4.</p> <p>Both @rafaelaquino and @jesalmofficial solved this quiz and @jesalmofficial even provided an explanation. Very good!</p> <hr> <p>If you want to blog about computer science and programming content, I invite you to join <a href="/">Hive</a> and participate in its communities, such as <a href="/created/hive-196387">STEM-social</a>, <a href="/created/hive-154226">Develop Spanish</a>, <a href="/created/hive-169321">Programming & Dev</a>, <a href="/created/hive-153850">Hive Learners</a> and others.</p> <hr> <center><h2>Mi Quiz de Programación #14 👨💻🛠️🧩</h2></center> <p>Bienvenido a mi nueva serie de <b>Quizzes de Programación</b>, en la cual podrás poner a prueba tus conocimientos y habilidades sobre programación y desarrollo de software de una manera sencilla y divertida. Si quieres aprender más sobre ella visita <a href="/@eniolw">mi blog</a> aquí en Hive y el <a href="/@eniolw/my-coding-quiz-1">primer post</a> donde la presenté.</p> <h3>Sin más preámbulos, he aquí el acertijo...</h3> <br> <center> <img src="https://images.ecency.com/DQmNU4Di9YRa8NZ3ZM3yxQUJMERMGMFHQaSzLovJVep26Xk/quiz_img_es.png" alt="Quiz"> <h6>Por @eniolw</h6> </center> <br><center><h3>¿Cuál es tu elección?</h3></center> <p><b>Solución al <a href="/@eniolw/my-coding-quiz-13">quiz anterior</a>:</b> <b>SS</b>. La línea 1 define una cadena de caracteres <code>a</code> con el contenido <code>" Science "</code>. Nótese la presencia deliberada de espacios en blanco al principio y final de la cadena.</p> <p>La línea 2 crea una variable <code>b</code>. Para ello, primero se remueven los espacios en blanco al principio y al final de <code>a</code> usando el método incorporado <code>strip</code>. Luego se aplica un rebanado especial usando la notación <code>[::-1]</code>. Esta es otra de muchas maneras de crear una lista invertida en Python. El <code>-1</code> al final indica que el paso debe hacerse de uno en uno, pero en sentido contrario. Al final, el valor de <code>b</code> será <code>'ecneicS'</code>.</p> <p>La línea 3 crea una variable <code>c</code> con elementos de <code>a</code> y <code>b</code> accedidos mediante índices. Sabemos que el elemento en el índice 1 de <code>a</code> posee el valor <b>'S'</b>, y no es una sorpresa que el elemento en el índice -1 de <code>b</code> corresponda al último, cuyo valor también es <b>'S'</b>. El valor de <code>c</code>, por tanto, será <b>'SS'</b>, lo impreso en la línea 4. </p> <p>Tanto @rafaelaquino como @jesalmofficial resolvieron este quiz y @jesalmofficial incluso proveyó una explicación. ¡Muy bien!</p> <hr> <p>Si quieres bloguear sobre contenido informático y de programación, te invito a unirte a <a href="/">Hive</a> y participar en sus comunidades, tales como <a href="/created/hive-196387">STEM-social</a>, <a href="/created/hive-154226">Develop Spanish</a>, <a href="/created/hive-169321">Programming & Dev</a>, <a href="/created/hive-153850">Hive Learners</a> y otras.</p> </div>
author | eniolw |
---|---|
permlink | my-coding-quiz-14 |
category | hive-196387 |
json_metadata | "{"image": ["https://images.ecency.com/DQmW7Kqt58FHwCSnD8Afe9uFFXJbHcRyTYkAxbmcVqp1MeG/quiz_img_en.png", "https://images.ecency.com/DQmNU4Di9YRa8NZ3ZM3yxQUJMERMGMFHQaSzLovJVep26Xk/quiz_img_es.png"], "thumbnails": ["https://images.ecency.com/DQmW7Kqt58FHwCSnD8Afe9uFFXJbHcRyTYkAxbmcVqp1MeG/quiz_img_en.png", "https://images.ecency.com/DQmNU4Di9YRa8NZ3ZM3yxQUJMERMGMFHQaSzLovJVep26Xk/quiz_img_es.png"], "tags": ["hive-196387", "programming", "coding", "science", "technology", "python", "quiz", "neoxian", "proofofbrain", "spanish"], "description": "My Coding Quiz #14. Welcome to the new installment of my series of Coding Quizzes, in which you will be able to test your knowledge and skills about programming and software development in a fun way.", "app": "ecency/3.0.35-vision", "format": "markdown+html"}" |
created | 2023-08-17 08:01:09 |
last_update | 2023-08-17 08:01:09 |
depth | 0 |
children | 7 |
last_payout | 2023-08-24 08:01:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.310 HBD |
curator_payout_value | 4.223 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,849 |
author_reputation | 256,442,507,312,340 |
root_title | "My Coding Quiz #14" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 126,338,458 |
net_rshares | 22,520,474,773,692 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 1,030,060,169 | 2.8% | ||
kevinwong | 0 | 3,062,900,992 | 0.42% | ||
justtryme90 | 0 | 1,421,701,563 | 70% | ||
eric-boucher | 0 | 14,950,678,643 | 2.8% | ||
thecryptodrive | 0 | 51,117,186,656 | 1.12% | ||
roelandp | 0 | 270,570,140,545 | 35% | ||
cloh76 | 0 | 4,031,959,643 | 2.8% | ||
lichtblick | 0 | 3,240,863,336 | 1.68% | ||
stea90 | 0 | 602,442,547 | 1% | ||
joshglen | 0 | 787,493,520 | 5.6% | ||
lordvader | 0 | 46,339,623,863 | 5.6% | ||
rmach | 0 | 19,748,540,210 | 35% | ||
lemouth | 0 | 1,185,590,172,784 | 45% | ||
someguy123 | 0 | 10,093,830,747 | 2.8% | ||
alaqrab | 0 | 539,287,670 | 2.8% | ||
lamouthe | 0 | 5,546,413,281 | 70% | ||
tfeldman | 0 | 5,498,562,168 | 2.8% | ||
sergiomendes | 0 | 2,065,619,016 | 2.8% | ||
metabs | 0 | 7,606,052,402 | 70% | ||
mcsvi | 0 | 106,125,148,026 | 50% | ||
lk666 | 0 | 1,915,667,386 | 2.8% | ||
cnfund | 0 | 11,421,186,746 | 5.6% | ||
boxcarblue | 0 | 12,651,857,778 | 2.8% | ||
justyy | 0 | 37,724,460,065 | 5.6% | ||
michelle.gent | 0 | 3,341,509,470 | 1.12% | ||
curatorwhale | 0 | 10,282,658,061 | 87.9% | ||
curie | 0 | 467,466,700,918 | 5.6% | ||
modernzorker | 0 | 3,704,754,010 | 3.92% | ||
techslut | 0 | 183,353,462,424 | 28% | ||
steemstem | 0 | 1,286,020,230,107 | 70% | ||
dashfit | 0 | 585,956,849 | 2.8% | ||
tristancarax | 0 | 696,265,323 | 2.8% | ||
edb | 0 | 7,405,052,074 | 7% | ||
yadamaniart | 0 | 3,286,743,241 | 2.8% | ||
bigtakosensei | 0 | 1,283,693,234 | 1.4% | ||
walterjay | 0 | 444,328,818,756 | 35% | ||
valth | 0 | 11,754,146,181 | 35% | ||
metroair | 0 | 26,155,953,005 | 5.6% | ||
driptorchpress | 0 | 2,121,821,097 | 1.4% | ||
sardrt | 0 | 1,237,057,024 | 10% | ||
dna-replication | 0 | 2,744,070,695 | 70% | ||
privex | 0 | 6,838,285,512 | 5.6% | ||
boynashruddin | 0 | 844,174,875 | 5.6% | ||
steemiteducation | 0 | 1,241,643,049 | 2.8% | ||
dhimmel | 0 | 365,892,416,241 | 17.5% | ||
oluwatobiloba | 0 | 2,749,561,156 | 100% | ||
elevator09 | 0 | 5,775,470,852 | 2.8% | ||
detlev | 0 | 22,537,926,982 | 1.68% | ||
chasmic-cosm | 0 | 866,393,417 | 2.8% | ||
lugaxker | 0 | 823,566,558 | 34.65% | ||
federacion45 | 0 | 8,837,619,934 | 2.8% | ||
amberyooper | 0 | 592,890,617 | 2.8% | ||
gamersclassified | 0 | 2,713,642,699 | 2.8% | ||
iansart | 0 | 11,102,397,591 | 2.8% | ||
mobbs | 0 | 143,455,385,874 | 35% | ||
eliel | 0 | 13,956,813,847 | 5.6% | ||
jerrybanfield | 0 | 19,767,622,470 | 5.6% | ||
rt395 | 0 | 2,045,805,256 | 1.5% | ||
bitrocker2020 | 0 | 9,662,240,276 | 0.84% | ||
sustainablyyours | 0 | 31,386,469,289 | 35% | ||
helo | 0 | 962,572,815 | 35% | ||
arunava | 0 | 23,008,695,975 | 2.24% | ||
schoolforsdg4 | 0 | 1,074,081,415 | 5% | ||
samminator | 0 | 51,112,748,016 | 35% | ||
zerotoone | 0 | 1,123,369,029 | 2.8% | ||
enjar | 0 | 43,400,338,143 | 5.04% | ||
mahdiyari | 0 | 1,997,258,098,065 | 80% | ||
lorenzor | 0 | 1,345,870,433 | 50% | ||
firstamendment | 0 | 85,828,465,859 | 50% | ||
aboutyourbiz | 0 | 1,085,411,243 | 5.6% | ||
derosnec | 0 | 573,020,645 | 2.8% | ||
alexander.alexis | 0 | 42,595,926,726 | 70% | ||
dandesign86 | 0 | 15,599,553,053 | 8% | ||
jayna | 0 | 7,645,709,811 | 1.12% | ||
hhayweaver | 0 | 1,048,608,458 | 1.4% | ||
princessmewmew | 0 | 7,676,182,460 | 2.8% | ||
grapthar | 0 | 1,553,101,098 | 4.2% | ||
joeyarnoldvn | 0 | 479,189,469 | 1.47% | ||
diabolika | 0 | 923,011,175 | 2.8% | ||
zacherybinx | 0 | 929,422,561 | 5.6% | ||
gunthertopp | 0 | 76,560,369,174 | 1.4% | ||
pipiczech | 0 | 2,377,131,786 | 5.6% | ||
touchman | 0 | 176,025,307,179 | 100% | ||
empath | 0 | 4,164,224,036 | 2.8% | ||
flatman | 0 | 446,831,356 | 5.6% | ||
samest | 0 | 8,793,213,537 | 50% | ||
minnowbooster | 0 | 1,088,515,148,107 | 20% | ||
lenasveganliving | 0 | 835,947,543 | 2.8% | ||
howo | 0 | 2,312,839,648,381 | 70% | ||
tsoldovieri | 0 | 7,383,142,720 | 35% | ||
steemwizards | 0 | 4,295,469,536 | 5.6% | ||
neumannsalva | 0 | 4,786,895,593 | 2.8% | ||
stayoutoftherz | 0 | 151,017,036,957 | 1.4% | ||
abigail-dantes | 0 | 25,950,038,435 | 70% | ||
coindevil | 0 | 2,935,132,642 | 4.48% | ||
zonguin | 0 | 3,741,738,842 | 17.5% | ||
investingpennies | 0 | 21,326,602,986 | 5.6% | ||
mamalikh13 | 0 | 10,586,658,089 | 5.6% | ||
martibis | 0 | 2,573,305,692 | 1.68% | ||
val.halla | 0 | 2,869,753,262 | 10% | ||
redrica | 0 | 2,051,558,655 | 2.8% | ||
pepskaram | 0 | 594,251,943 | 2.8% | ||
iamphysical | 0 | 791,204,175 | 90% | ||
dipom98 | 0 | 1,185,956,218 | 2.8% | ||
zest | 0 | 1,003,920,540 | 35% | ||
aaronleang | 0 | 7,690,374,768 | 25% | ||
zyx066 | 0 | 5,707,667,213 | 1.68% | ||
chrisdavidphoto | 0 | 1,089,024,025 | 1.68% | ||
evernoticethat | 0 | 8,323,193,665 | 100% | ||
revo | 0 | 11,616,812,897 | 5.6% | ||
azulear | 0 | 1,341,624,182 | 100% | ||
psicoluigi | 0 | 805,482,413 | 50% | ||
nerdnews | 0 | 1,011,233,981 | 5.6% | ||
rafaelaquino | 0 | 21,922,598,505 | 100% | ||
wilians | 0 | 548,137,818 | 35% | ||
rocky1 | 0 | 807,295,051,756 | 0.84% | ||
stickchumpion | 0 | 811,032,530 | 2.8% | ||
thelordsharvest | 0 | 5,265,780,315 | 5.6% | ||
vera-vaders-ea | 0 | 513,284,332 | 5.6% | ||
sumant | 0 | 13,472,396,846 | 2.8% | ||
aidefr | 0 | 7,715,867,344 | 35% | ||
torico | 0 | 1,496,993,196 | 1.84% | ||
sorin.cristescu | 0 | 197,172,846,185 | 35% | ||
minnowpowerup | 0 | 886,367,786 | 2.8% | ||
splash-of-angs63 | 0 | 7,790,072,281 | 100% | ||
cryptononymous | 0 | 1,948,167,476 | 2.8% | ||
meno | 0 | 26,303,800,127 | 2.8% | ||
buttcoins | 0 | 701,547,785 | 1.12% | ||
bigdizzle91 | 0 | 811,488,003 | 2.8% | ||
toocurious | 0 | 539,341,311 | 2.8% | ||
helyorsini | 0 | 604,800,712 | 2.8% | ||
hanggggbeeee | 0 | 492,962,394 | 2.8% | ||
steemed-proxy | 0 | 1,120,366,036,588 | 5.6% | ||
fatkat | 0 | 1,495,525,549 | 2.79% | ||
doifeellucky | 0 | 13,672,670,455 | 2.8% | ||
peaceandwar | 0 | 881,593,823 | 2.8% | ||
enzor | 0 | 2,346,152,526 | 35% | ||
marcoriccardi | 0 | 1,113,820,006 | 5.6% | ||
bartosz546 | 0 | 3,580,575,815 | 2.8% | ||
tazbaz | 0 | 560,679,917 | 2.8% | ||
florian-glechner | 0 | 5,157,134,253 | 0.56% | ||
battebilly | 0 | 868,402,964 | 2.8% | ||
notb4mycoffee | 0 | 3,375,762,035 | 5.6% | ||
silverwhale | 0 | 1,518,562,427 | 5.04% | ||
dejan.vuckovic | 0 | 599,588,299 | 2.24% | ||
alvinauh | 0 | 1,307,990,212 | 30% | ||
lottje | 0 | 612,414,932 | 70% | ||
myach | 0 | 799,728,838 | 4.48% | ||
sunsea | 0 | 4,096,088,309 | 2.8% | ||
postpromoter | 0 | 1,626,115,991,000 | 70% | ||
bluefinstudios | 0 | 3,564,379,612 | 1.68% | ||
steveconnor | 0 | 4,900,892,848 | 2.8% | ||
sankysanket18 | 0 | 1,689,847,332 | 35% | ||
dbddv01 | 0 | 2,571,128,111 | 17.5% | ||
zmx | 0 | 576,951,551 | 2.8% | ||
nicole-st | 0 | 1,707,582,774 | 2.8% | ||
smitop | 0 | 10,396,978,898 | 100% | ||
aboutcoolscience | 0 | 887,708,083 | 70% | ||
afifa | 0 | 610,363,258 | 10% | ||
amestyj | 0 | 106,959,734,999 | 100% | ||
sandracarrascal | 0 | 504,095,798 | 50% | ||
skycae | 0 | 728,467,665 | 5.6% | ||
kenadis | 0 | 19,229,780,718 | 70% | ||
madridbg | 0 | 28,954,046,048 | 70% | ||
robotics101 | 0 | 21,007,708,753 | 70% | ||
marcolino76 | 0 | 627,182,459 | 2.8% | ||
onemedia | 0 | 1,135,395,677 | 5.6% | ||
lpv | 0 | 2,974,544,171 | 8.75% | ||
punchline | 0 | 16,958,904,175 | 5.6% | ||
howiemac | 0 | 633,986,173 | 2.8% | ||
apon318 | 0 | 496,134,538 | 5.6% | ||
tomatom | 0 | 593,317,526 | 2.8% | ||
adelepazani | 0 | 1,658,380,310 | 1.68% | ||
duke77 | 0 | 824,374,273 | 33% | ||
danaedwards | 0 | 771,595,680 | 5.6% | ||
r00sj3 | 0 | 172,319,334,293 | 35% | ||
sco | 0 | 19,469,869,760 | 70% | ||
anikekirsten | 0 | 1,189,729,887 | 35% | ||
phgnomo | 0 | 840,293,871 | 2.8% | ||
ennyta | 0 | 985,913,399 | 50% | ||
brotherhood | 0 | 19,952,250,336 | 5.6% | ||
juecoree | 0 | 4,315,778,308 | 49% | ||
gordon92 | 0 | 866,321,001 | 2.8% | ||
stahlberg | 0 | 1,290,047,478 | 2.8% | ||
gabrielatravels | 0 | 1,600,660,151 | 1.96% | ||
cordeta | 0 | 1,059,472,327 | 5.6% | ||
reizak | 0 | 498,030,165 | 2.24% | ||
carn | 0 | 3,624,040,902 | 5.04% | ||
branbello | 0 | 2,753,041,839 | 35% | ||
bartheek | 0 | 31,447,075,073 | 5.6% | ||
hetty-rowan | 0 | 2,251,633,760 | 2.8% | ||
ydavgonzalez | 0 | 2,478,552,044 | 10% | ||
intrepidphotos | 0 | 15,746,029,494 | 52.5% | ||
fineartnow | 0 | 4,036,826,438 | 2.8% | ||
hijosdelhombre | 0 | 41,405,488,307 | 40% | ||
mathowl | 0 | 46,165,031,108 | 100% | ||
yoghurt | 0 | 1,613,493,363 | 5.6% | ||
steemvault | 0 | 2,222,888,329 | 5.6% | ||
steem4all | 0 | 1,349,817,033 | 2.8% | ||
communitybank | 0 | 4,491,620,599 | 5.6% | ||
shinedojo | 0 | 732,416,007 | 5.6% | ||
fragmentarion | 0 | 14,324,838,247 | 70% | ||
utube | 0 | 4,967,608,486 | 5.6% | ||
jigstrike | 0 | 908,763,235 | 2.8% | ||
baycan | 0 | 913,904,679 | 2.8% | ||
m1alsan | 0 | 638,073,914 | 2.8% | ||
kylo-ren | 0 | 479,849,251 | 5.6% | ||
dynamicrypto | 0 | 5,165,269,680 | 1% | ||
neneandy | 0 | 6,485,040,901 | 5.6% | ||
pab.ink | 0 | 41,263,316,648 | 35% | ||
real2josh | 0 | 661,181,182 | 35% | ||
sportscontest | 0 | 6,021,924,032 | 5.6% | ||
videosteemit | 0 | 1,307,987,824 | 5.6% | ||
gribouille | 0 | 1,662,198,601 | 35% | ||
itharagaian | 0 | 4,150,961,569 | 33% | ||
pandasquad | 0 | 12,940,649,474 | 5.6% | ||
stemng | 0 | 3,896,345,373 | 100% | ||
kingabesh | 0 | 2,057,709,984 | 50% | ||
miguelangel2801 | 0 | 790,307,031 | 50% | ||
mproxima | 0 | 2,486,498,114 | 2.8% | ||
fantasycrypto | 0 | 2,410,718,389 | 2.8% | ||
didic | 0 | 1,940,579,127 | 2.8% | ||
careassaktart | 0 | 602,423,247 | 1.68% | ||
emiliomoron | 0 | 10,577,638,418 | 35% | ||
galam | 0 | 662,721,006 | 24.5% | ||
dexterdev | 0 | 2,887,818,712 | 35% | ||
nwjordan | 0 | 863,781,686 | 5.6% | ||
photohunt | 0 | 4,061,737,244 | 5.6% | ||
geopolis | 0 | 4,683,996,982 | 70% | ||
ajfernandez | 0 | 775,075,550 | 100% | ||
robertbira | 0 | 7,583,457,039 | 17.5% | ||
atomcollector | 0 | 1,478,404,735 | 1.4% | ||
the.chiomz | 0 | 1,121,920,812 | 55% | ||
alexdory | 0 | 11,036,237,551 | 70% | ||
takowi | 0 | 109,074,263,242 | 5.6% | ||
irgendwo | 0 | 19,692,707,888 | 5.6% | ||
vegan.niinja | 0 | 522,840,399 | 2.8% | ||
flugschwein | 0 | 3,669,947,811 | 59.5% | ||
charitybot | 0 | 4,988,038,502 | 100% | ||
cyprianj | 0 | 58,707,205,430 | 50% | ||
kieranstone | 0 | 1,575,440,109 | 1.84% | ||
movement19 | 0 | 651,150,561 | 2.5% | ||
melvin7 | 0 | 51,822,135,587 | 35% | ||
francostem | 0 | 9,754,242,673 | 70% | ||
endopediatria | 0 | 694,506,169 | 20% | ||
steempampanga | 0 | 534,702,340 | 2.8% | ||
croctopus | 0 | 1,462,478,376 | 100% | ||
jjerryhan | 0 | 2,048,471,022 | 2.8% | ||
zipporah | 0 | 2,754,096,232 | 1.12% | ||
leomarylm | 0 | 1,860,668,723 | 2.8% | ||
randumb | 0 | 1,574,944,982 | 5.6% | ||
superlotto | 0 | 17,279,362,737 | 5.6% | ||
positiveninja | 0 | 1,127,329,428 | 2.8% | ||
miroslavrc | 0 | 619,587,557 | 1.4% | ||
foxyspirit | 0 | 585,476,845 | 2.8% | ||
bscrypto | 0 | 14,328,268,686 | 2.8% | ||
vonaurolacu | 0 | 2,036,709,247 | 2.8% | ||
movingman | 0 | 522,699,663 | 20% | ||
scottshots | 0 | 484,422,639 | 0.28% | ||
tomastonyperez | 0 | 16,985,378,609 | 50% | ||
bil.prag | 0 | 2,346,766,430 | 0.28% | ||
elvigia | 0 | 11,128,189,554 | 50% | ||
sanderjansenart | 0 | 5,241,522,723 | 2.8% | ||
vittoriozuccala | 0 | 2,265,598,474 | 2.8% | ||
laxam | 0 | 5,372,877,979 | 100% | ||
qberry | 0 | 4,013,817,828 | 2.8% | ||
strosalia | 0 | 10,398,761,166 | 80% | ||
frissonsteemit | 0 | 1,259,768,040 | 2.8% | ||
broncofan99 | 0 | 9,118,716,725 | 20% | ||
rambutan.art | 0 | 2,039,481,446 | 5.6% | ||
flyerchen | 0 | 1,306,040,966 | 2.8% | ||
braaiboy | 0 | 10,794,360,496 | 2.8% | ||
gadrian | 0 | 385,953,198,030 | 52.5% | ||
jansher | 0 | 696,950,548 | 100% | ||
c0wtschpotato | 0 | 592,652,600 | 2.8% | ||
fotogruppemunich | 0 | 4,465,032,531 | 1.4% | ||
therising | 0 | 106,905,764,860 | 5.6% | ||
cryptocoinkb | 0 | 2,194,516,403 | 2.8% | ||
gifty-e | 0 | 694,360,841 | 80% | ||
scruffy23 | 0 | 20,028,629,849 | 50% | ||
de-stem | 0 | 38,664,440,870 | 69.3% | ||
imcore | 0 | 863,985,444 | 10% | ||
serylt | 0 | 3,236,575,900 | 68.6% | ||
gogreenbuddy | 0 | 47,983,056,503 | 5.6% | ||
josedelacruz | 0 | 4,761,377,031 | 50% | ||
achimmertens | 0 | 9,730,648,968 | 2.8% | ||
lorenzopistolesi | 0 | 10,784,933,909 | 2.8% | ||
vinnieleow | 0 | 5,310,417,419 | 90% | ||
kgakakillerg | 0 | 18,767,939,219 | 10% | ||
charitymemes | 0 | 524,127,235 | 100% | ||
mariusfebruary | 0 | 825,896,683 | 2.24% | ||
outtheshellvlog | 0 | 886,470,879 | 2.8% | ||
sawyn | 0 | 664,157,771 | 2.8% | ||
petertag | 0 | 558,306,021 | 4.2% | ||
erickyoussif | 0 | 643,933,060 | 100% | ||
meanbees | 0 | 24,630,439,258 | 100% | ||
michaelwrites | 0 | 932,338,427 | 35% | ||
indigoocean | 0 | 1,285,750,038 | 2.8% | ||
primersion | 0 | 329,375,736,195 | 20% | ||
deholt | 0 | 4,096,036,813 | 59.5% | ||
solominer | 0 | 967,305,652,764 | 10% | ||
robmolecule | 0 | 22,031,110,628 | 10% | ||
anneporter | 0 | 2,741,269,934 | 21% | ||
steem.services | 0 | 1,078,626,787 | 1.12% | ||
netzisde | 0 | 1,130,458,176 | 2.8% | ||
diabonua | 0 | 5,607,350,400 | 2.8% | ||
bushradio | 0 | 635,630,608 | 5.6% | ||
pladozero | 0 | 33,339,393,562 | 10% | ||
minerthreat | 0 | 3,957,881,819 | 2.8% | ||
stevenwood | 0 | 3,048,253,873 | 1.86% | ||
temitayo-pelumi | 0 | 4,352,394,153 | 50% | ||
andrick | 0 | 859,269,742 | 50% | ||
doctor-cog-diss | 0 | 56,712,063,104 | 70% | ||
trisolaran | 0 | 1,572,957,951 | 2.8% | ||
marcuz | 0 | 2,462,482,398 | 35% | ||
cooltivar | 0 | 1,437,385,790 | 1.12% | ||
acont | 0 | 9,796,117,285 | 50% | ||
uche-nna | 0 | 6,488,248,052 | 4.48% | ||
vietthuy | 0 | 809,261,791 | 50% | ||
citizendog | 0 | 5,185,103,513 | 5.6% | ||
letenebreux | 0 | 1,551,391,692 | 33% | ||
cheese4ead | 0 | 4,844,901,179 | 2.8% | ||
jd4e | 0 | 3,739,870,996 | 50% | ||
mafufuma | 0 | 7,443,468,329 | 1% | ||
gaottantacinque | 0 | 397,080,923 | 100% | ||
carolinaelly | 0 | 2,644,259,008 | 100% | ||
nathyortiz | 0 | 1,142,643,922 | 2.8% | ||
nattybongo | 0 | 140,831,117,210 | 70% | ||
drsensor | 0 | 996,690,316 | 36% | ||
revueh | 0 | 2,030,442,924 | 35% | ||
ilovecryptopl | 0 | 930,034,634 | 4.48% | ||
purelyscience | 0 | 536,710,580 | 35% | ||
bflanagin | 0 | 7,456,061,859 | 2.8% | ||
ubaldonet | 0 | 1,644,538,749 | 80% | ||
armandosodano | 0 | 13,161,833,125 | 2.8% | ||
acousticguitar | 0 | 14,078,956,572 | 50% | ||
marivic10 | 0 | 923,957,210 | 2.8% | ||
acidtiger | 0 | 555,702,787 | 2.8% | ||
gerdtrudroepke | 0 | 66,405,537,072 | 49% | ||
goblinknackers | 0 | 72,700,991,764 | 7% | ||
smartvote | 0 | 89,178,124,557 | 3.9% | ||
zuerich | 0 | 482,843,953,380 | 10% | ||
anttn | 0 | 28,492,047,553 | 2.8% | ||
reinaseq | 0 | 7,339,014,595 | 100% | ||
vixmemon | 0 | 1,694,880,265 | 4.2% | ||
honeycup-waters | 0 | 627,334,399 | 2.8% | ||
yaelg | 0 | 1,195,196,713 | 1.68% | ||
kylealex | 0 | 4,677,320,387 | 10% | ||
gasaeightyfive | 0 | 733,438,462 | 100% | ||
cubapl | 0 | 4,156,479,817 | 35% | ||
orlandogonzalez | 0 | 2,872,810,475 | 25% | ||
fran.frey | 0 | 4,181,398,030 | 50% | ||
perpetuum-lynx | 0 | 2,164,498,299 | 68.6% | ||
hanshotfirst-sm | 0 | 499,811,490 | 5.6% | ||
thelittlebank | 0 | 20,200,573,394 | 2.8% | ||
pboulet | 0 | 172,652,411,024 | 56% | ||
javyeslava.photo | 0 | 696,396,732 | 2.24% | ||
cercle | 0 | 1,782,594,834 | 33% | ||
marcocasario | 0 | 210,400,389,734 | 100% | ||
josesalazar200 | 0 | 615,740,873 | 5.6% | ||
stem-espanol | 0 | 19,832,091,076 | 100% | ||
cribbio | 0 | 1,529,674,526 | 100% | ||
cliffagreen | 0 | 4,854,450,140 | 10% | ||
aleestra | 0 | 12,728,504,304 | 80% | ||
palasatenea | 0 | 3,262,402,545 | 2.8% | ||
the.success.club | 0 | 3,427,864,623 | 2.8% | ||
javier.dejuan | 0 | 540,507,211 | 70% | ||
meanroosterfarm | 0 | 1,405,249,411 | 35% | ||
teemike | 0 | 824,104,117 | 50% | ||
merlin7 | 0 | 11,458,915,072 | 5.6% | ||
brianoflondon | 0 | 74,711,728,658 | 1.4% | ||
giulyfarci52 | 0 | 1,709,220,702 | 50% | ||
esthersanchez | 0 | 4,237,587,911 | 60% | ||
kristall97 | 0 | 23,400,989,487 | 100% | ||
steemcryptosicko | 0 | 10,912,301,001 | 1.12% | ||
certain | 0 | 1,419,994,446 | 0.67% | ||
alvin0617 | 0 | 493,755,376 | 2.8% | ||
multifacetas | 0 | 1,348,148,203 | 2.8% | ||
cakemonster | 0 | 3,881,610,468 | 5.6% | ||
cowpatty | 0 | 1,470,138,130 | 35% | ||
stem.witness | 0 | 4,220,861,482 | 70% | ||
witkowskipawel | 0 | 987,373,705 | 2.8% | ||
chipdip | 0 | 792,203,421 | 10% | ||
autobodhi | 0 | 1,054,017,814 | 5.6% | ||
mechanicalowl | 0 | 658,743,302 | 50% | ||
regularowl | 0 | 1,176,886,078 | 50% | ||
solox | 0 | 984,484,606 | 5.6% | ||
double-negative | 0 | 528,789,393 | 20% | ||
priyandaily | 0 | 4,608,165,043 | 40% | ||
samsemilia7 | 0 | 880,114,723 | 39% | ||
vaultec | 0 | 5,519,259,302 | 12% | ||
steemstorage | 0 | 7,269,211,703 | 5.6% | ||
steemegg | 0 | 1,084,541,328 | 2.8% | ||
ragnarhewins90 | 0 | 485,164,171 | 10% | ||
jtm.support | 0 | 5,471,624,750 | 70% | ||
edithbdraw | 0 | 811,447,885 | 2.8% | ||
crowdwitness | 0 | 143,258,102,834 | 35% | ||
apokruphos | 0 | 14,525,189,199 | 2% | ||
hairgistix | 0 | 3,233,483,293 | 2.8% | ||
bluemaskman | 0 | 626,788,309 | 2.8% | ||
steemean | 0 | 10,107,116,149 | 5% | ||
proxy-pal | 0 | 1,336,076,788 | 5.6% | ||
deveney | 0 | 480,143,559 | 100% | ||
thelogicaldude | 0 | 1,487,691,304 | 1.12% | ||
medro-martin | 0 | 13,130,535,154 | 95% | ||
dawnoner | 0 | 1,947,418,363 | 0.56% | ||
jackramsey | 0 | 949,379,008 | 3.92% | ||
filosof103 | 0 | 1,143,886,719 | 2.8% | ||
photographercr | 0 | 2,615,113,027 | 1.12% | ||
epicdice | 0 | 1,903,441,329 | 1.68% | ||
iamsaray | 0 | 1,158,155,321 | 2.8% | ||
robibasa | 0 | 28,733,267,916 | 10% | ||
akumagai | 0 | 17,328,468,233 | 100% | ||
justlee87 | 0 | 2,237,237,093 | 100% | ||
banvie | 0 | 49,058,007,616 | 100% | ||
beerlover | 0 | 2,068,499,396 | 1.68% | ||
newtrailers | 0 | 1,065,171,950 | 5.6% | ||
shogun82 | 0 | 0 | 100% | ||
tggr | 0 | 1,336,583,071 | 2.8% | ||
aicu | 0 | 1,511,928,088 | 5.6% | ||
walterprofe | 0 | 43,607,779,183 | 35% | ||
zeruxanime | 0 | 12,528,080,240 | 35% | ||
afarina46 | 0 | 1,950,435,249 | 35% | ||
waraira777 | 0 | 2,179,434,358 | 35% | ||
imbartley | 0 | 831,301,717 | 26.25% | ||
mind.force | 0 | 1,236,283,821 | 1.4% | ||
kgswallet | 0 | 1,067,066,788 | 20% | ||
h-hamilton | 0 | 995,244,106 | 2.8% | ||
partitura.stem | 0 | 309,868,093 | 100% | ||
aicoding | 0 | 583,994,315 | 2.8% | ||
alypanda | 0 | 650,498,101 | 100% | ||
capp | 0 | 9,711,099,067 | 50% | ||
tokensink | 0 | 3,154,377,681 | 5.6% | ||
beta500 | 0 | 3,955,846,951 | 5.6% | ||
knightsunited | 0 | 1,058,570,567 | 5.6% | ||
nazer | 0 | 2,772,855,727 | 35% | ||
whangster79 | 0 | 274,681,092,208 | 10% | ||
electronico | 0 | 7,558,484,211 | 100% | ||
stem.alfa | 0 | 3,270,795,549 | 100% | ||
madisonelizabeth | 0 | 646,703,791 | 100% | ||
steemstem-trig | 0 | 1,464,226,932 | 70% | ||
baltai | 0 | 6,286,310,277 | 2.8% | ||
atheistrepublic | 0 | 6,326,453,342 | 2.8% | ||
machan | 0 | 723,664,164 | 2.8% | ||
ibt-survival | 0 | 36,968,378,433 | 10% | ||
darthsauron | 0 | 1,512,389,643 | 10% | ||
hjmarseille | 0 | 2,144,692,147 | 49% | ||
steemdiamond | 0 | 745,324,201 | 5.6% | ||
abachon | 0 | 934,629,351 | 5.6% | ||
zirky | 0 | 2,609,198,075 | 4.76% | ||
chapmain | 0 | 0 | 100% | ||
lightpaintershub | 0 | 662,400,247 | 1% | ||
davidlionfish | 0 | 15,354,405,068 | 50% | ||
peterale | 0 | 3,074,146,494 | 2.8% | ||
hive-127039 | 0 | 485,349,899 | 25% | ||
andreina57 | 0 | 705,124,648 | 35% | ||
monica-ene | 0 | 2,477,727,934 | 2.8% | ||
educationhive | 0 | 1,788,722,222 | 2.8% | ||
stemsocial | 0 | 573,008,607,886 | 70% | ||
greenforever | 0 | 1,901,065,233 | 30% | ||
peterpanpan | 0 | 750,511,597 | 1.12% | ||
holoferncro | 0 | 4,488,479,897 | 10% | ||
the100 | 0 | 1,306,561,085 | 2.8% | ||
hiveonboard | 0 | 4,576,123,106 | 2.8% | ||
hive-143869 | 0 | 170,038,986,758 | 33% | ||
noelyss | 0 | 23,129,164,587 | 35% | ||
jsalvage | 0 | 1,661,774,105 | 35% | ||
anafae | 0 | 601,938,818 | 1.12% | ||
hivecoffee | 0 | 669,502,060 | 5.6% | ||
mercurial9 | 0 | 74,926,415,105 | 100% | ||
recoveryinc | 0 | 3,259,462,020 | 5% | ||
gohive | 0 | 12,283,566,046 | 100% | ||
sevenoh-fiveoh | 0 | 974,199,558 | 2.8% | ||
treefiddybruh | 0 | 1,721,318,092 | 2.8% | ||
aabcent | 0 | 11,279,056,789 | 4.48% | ||
jemmarti | 0 | 32,312,539,236 | 100% | ||
davideazul | 0 | 687,095,978 | 5.6% | ||
artsyproxy | 0 | 486,456,377 | 5.6% | ||
altleft | 0 | 23,853,142,230 | 0.05% | ||
noalys | 0 | 1,010,104,221 | 2.8% | ||
borniet | 0 | 648,593,714 | 2.8% | ||
evagavilan2 | 0 | 993,959,588 | 2.8% | ||
gonklavez9 | 0 | 1,469,049,896 | 70% | ||
hive-144994 | 0 | 484,283,501 | 100% | ||
mattbee | 0 | 608,344,732 | 100% | ||
apendix1994 | 0 | 3,787,816,028 | 90% | ||
chubb149 | 0 | 915,797,980 | 8.4% | ||
cosplay.hadr | 0 | 1,376,832,711 | 5.6% | ||
hadrgames | 0 | 1,418,245,776 | 5.6% | ||
rawecz | 0 | 735,924,634 | 5.6% | ||
maar | 0 | 667,170,753 | 70% | ||
emeraldtiger | 0 | 1,989,004,080 | 16.5% | ||
meritocracy | 0 | 63,360,010,725 | 0.56% | ||
jmsansan | 0 | 4,471,709,490 | 2.8% | ||
dcrops | 0 | 37,117,046,295 | 2.8% | ||
samrisso | 0 | 3,510,808,176 | 5% | ||
entraide.rewards | 0 | 1,084,800,099 | 33% | ||
hive-126300 | 0 | 486,450,814 | 100% | ||
traderhive | 0 | 12,988,789,268 | 5.6% | ||
cookaiss | 0 | 2,743,396,442 | 16.5% | ||
tawadak24 | 0 | 2,005,794,835 | 2.8% | ||
eturnerx-honey | 0 | 231,479,426 | 0.8% | ||
elgatoshawua | 0 | 695,629,882 | 2.8% | ||
farleyfund | 0 | 5,791,588,062 | 100% | ||
limn | 0 | 940,792,020 | 2.8% | ||
wynella | 0 | 1,122,262,470 | 2.8% | ||
tomtothetom | 0 | 1,515,482,415 | 10% | ||
nyxlabs | 0 | 996,862,667 | 3.5% | ||
oahb132 | 0 | 1,108,662,592 | 35% | ||
failingforwards | 0 | 3,350,466,027 | 2.8% | ||
trouvaille | 0 | 706,900,693 | 2.8% | ||
wendyburger | 0 | 10,283,550,218 | 10% | ||
joseluis91 | 0 | 826,412,871 | 5.6% | ||
trippymane | 0 | 1,716,850,480 | 5.6% | ||
nfttunz | 0 | 8,769,799,432 | 0.56% | ||
hive-defender | 0 | 1,843,114,292 | 100% | ||
key-defender.shh | 0 | 412,664,876 | 100% | ||
okluvmee | 0 | 2,673,145,230 | 2.8% | ||
atexoras.pub | 0 | 1,305,577,974 | 2.8% | ||
luisestaba23 | 0 | 480,464,924 | 50% | ||
krrizjos18 | 0 | 3,101,457,549 | 35% | ||
holovision.stem | 0 | 205,079,113 | 100% | ||
mirteg | 0 | 754,764,724 | 5.6% | ||
sarashew | 0 | 3,945,814,499 | 5.6% | ||
podping | 0 | 7,874,337,176 | 1.4% | ||
davidbright | 0 | 503,249,983 | 2.8% | ||
nabu.doconosor2 | 0 | 1,036,102,614 | 35% | ||
jessicaossom | 0 | 802,794,178 | 2.8% | ||
drhueso | 0 | 1,118,979,835 | 2.8% | ||
pinkfloyd878 | 0 | 4,873,536,847 | 100% | ||
irivers | 0 | 303,774,545 | 100% | ||
jaydr | 0 | 1,139,835,329 | 2.8% | ||
trezzahn | 0 | 818,562,157 | 2.8% | ||
sidalim88 | 0 | 3,084,907,393 | 2.8% | ||
aries90 | 0 | 48,633,215,591 | 5.6% | ||
hyun-soo | 0 | 2,948,371,551 | 35% | ||
rencongland | 0 | 574,666,149 | 2.8% | ||
cugel | 0 | 4,062,442,131 | 5% | ||
chuiiiiiiii | 0 | 1,759,886,629 | 69% | ||
acantoni | 0 | 1,668,107,283 | 5% | ||
migka | 0 | 4,178,952,568 | 90% | ||
spryquasar | 0 | 561,831,140 | 35% | ||
zirkonov | 0 | 3,158,209,862 | 90% | ||
anonymous02 | 0 | 656,145,761 | 5.6% | ||
h3m4n7 | 0 | 735,384,862 | 2.8% | ||
mistural | 0 | 485,707,950 | 5.6% | ||
jude9 | 0 | 4,619,232,874 | 17.5% | ||
yixn | 0 | 50,494,364,416 | 2.8% | ||
kqaosphreak | 0 | 4,005,872,711 | 70% | ||
alt3r | 0 | 1,463,837,773 | 4.31% | ||
ragk88 | 0 | 4,663,148,913 | 100% | ||
waivio.curator | 0 | 1,651,184,994 | 3.06% | ||
theshot2414 | 0 | 2,062,694,950 | 4% | ||
pompeylad | 0 | 3,758,231,417 | 100% | ||
ledgar | 0 | 5,849,268,969 | 100% | ||
aichanbot | 0 | 2,090,912,100 | 5.6% | ||
ehizgabriel | 0 | 721,383,513 | 35% | ||
vickoly | 0 | 1,719,474,744 | 2.8% | ||
crypt0gnome | 0 | 8,666,326,340 | 1.12% | ||
checkyzk | 0 | 23,505,567,138 | 98% | ||
olubunmiakinmade | 0 | 1,954,546,442 | 100% | ||
deadleaf | 0 | 3,936,060,517 | 100% | ||
albuslucimus | 0 | 1,411,823,570 | 2.8% | ||
marlonfund | 0 | 1,083,948,520 | 100% | ||
sam9999 | 0 | 11,683,041,087 | 100% | ||
benwickenton | 0 | 2,784,711,615 | 5.6% | ||
dyptre | 0 | 500,352,476 | 2.8% | ||
dondido | 0 | 4,623,659,945 | 5.6% | ||
balabambuz | 0 | 768,038,418 | 2.8% | ||
drivingindevon | 0 | 1,692,295,382 | 4.48% | ||
bhdc | 0 | 2,072,610,910 | 5.6% | ||
archangel21 | 0 | 770,572,665 | 5.6% | ||
plicc8 | 0 | 6,553,336,396 | 70% | ||
belug | 0 | 1,336,006,918 | 1.68% | ||
independance | 0 | 1,102,520,762 | 33% | ||
amafable07 | 0 | 666,080,275 | 35% | ||
mugueto2022 | 0 | 565,414,278 | 20% | ||
jaylatour | 0 | 611,356,380 | 5.6% | ||
nazom | 0 | 1,140,144,525 | 50% | ||
baboz | 0 | 1,376,370,253 | 1.4% | ||
sbtofficial | 0 | 4,836,537,299 | 2.8% | ||
nwothini335 | 0 | 734,626,085 | 35% | ||
vagabond42069 | 0 | 1,516,584,102 | 35% | ||
inibless | 0 | 3,752,144,690 | 35% | ||
cindynancy | 0 | 661,380,171 | 35% | ||
taimen | 0 | 212,540,339 | 60% | ||
daje10 | 0 | 19,454,828,290 | 50% | ||
sc000 | 0 | 1,409,691,524 | 5.6% | ||
minava.museum | 0 | 1,117,858,585 | 33% | ||
vankushfamily | 0 | 676,334,229 | 35% | ||
jijisaurart | 0 | 1,491,994,431 | 2.8% | ||
cryptoshotsdoom | 0 | 2,119,951 | 10% | ||
tuba777 | 0 | 1,558,999,511 | 35% | ||
smariam | 0 | 2,476,327,200 | 25% | ||
minas-glory | 0 | 3,618,185,588 | 2.8% | ||
clpacksperiment | 0 | 3,106,736,015 | 2.8% | ||
the-grandmaster | 0 | 3,709,938,917 | 2.8% | ||
the-burn | 0 | 3,711,507,934 | 2.8% | ||
hive-195880 | 0 | 2,978,238,905 | 10% | ||
sapphireleopard | 0 | 720,910,089 | 33% | ||
thepeoplesguild | 0 | 1,263,249,834 | 2.8% | ||
abu78 | 0 | 6,277,406,560 | 24.5% | ||
beauty197 | 0 | 12,334,322,935 | 100% | ||
reverio | 0 | 1,249,383,815 | 5% | ||
lettinggotech | 0 | 1,292,611,580 | 2.8% | ||
hive-fr-engine | 0 | 2,275,021,096 | 33% | ||
hivecar | 0 | 1,061,613,649 | 33% | ||
nabab | 0 | 1,018,383,032 | 33% | ||
laro-racing | 0 | 5,255,198,255 | 1.68% | ||
punkteam | 0 | 294,008,348,402 | 5.6% | ||
vscampbell | 0 | 27,491,025,015 | 50% |
With my little knowledge of python codes, 0.1111 is my choice.
author | hibadurahmon |
---|---|
permlink | re-eniolw-rzjm2w |
category | hive-196387 |
json_metadata | {"tags":["hive-196387"],"app":"peakd/2023.7.1"} |
created | 2023-08-17 16:06:42 |
last_update | 2023-08-17 16:06:42 |
depth | 1 |
children | 2 |
last_payout | 2023-08-24 16:06: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 | 62 |
author_reputation | 1,154,707,292,731 |
root_title | "My Coding Quiz #14" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 126,348,468 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
Ok! We'll see about that in the next installment. Thanks for participating.
author | eniolw |
---|---|
permlink | re-hibadurahmon-2023818t11341192z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387"],"app":"ecency/3.0.36-vision","format":"markdown+html"} |
created | 2023-08-18 05:13:42 |
last_update | 2023-08-18 05:13:42 |
depth | 2 |
children | 1 |
last_payout | 2023-08-25 05:13: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 | 75 |
author_reputation | 256,442,507,312,340 |
root_title | "My Coding Quiz #14" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 126,364,349 |
net_rshares | 0 |
It's a pleasure
author | hibadurahmon |
---|---|
permlink | re-eniolw-rzkvzk |
category | hive-196387 |
json_metadata | {"tags":["hive-196387"],"app":"peakd/2023.7.1"} |
created | 2023-08-18 08:38:27 |
last_update | 2023-08-18 08:38:27 |
depth | 3 |
children | 0 |
last_payout | 2023-08-25 08:38:27 |
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 | 15 |
author_reputation | 1,154,707,292,731 |
root_title | "My Coding Quiz #14" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 126,367,605 |
net_rshares | 65,541,849 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 65,541,849 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
Mi respuesta en este ejercicio es: 1
author | rafaelaquino |
---|---|
permlink | re-eniolw-rzl7j0 |
category | hive-196387 |
json_metadata | {"tags":["hive-196387"],"app":"peakd/2023.7.1"} |
created | 2023-08-18 12:47:24 |
last_update | 2023-08-18 12:47:24 |
depth | 1 |
children | 0 |
last_payout | 2023-08-25 12:47:24 |
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 | 37 |
author_reputation | 112,331,752,359,894 |
root_title | "My Coding Quiz #14" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 126,372,118 |
net_rshares | 107,830,714 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 107,830,714 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
a = 3 (0b0011) and b =2 (0b0010). on performing bitwise XOR operator, the resultant binary representation will be 0b0001, which is 1 in decimal. So, it should be 1.
author | splash-of-angs63 |
---|---|
permlink | re-eniolw-2023817t225947592z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387","programming","coding","science","technology","python","quiz","neoxian","proofofbrain","spanish"],"app":"ecency/3.0.36-vision","format":"markdown+html"} |
created | 2023-08-17 17:29:45 |
last_update | 2023-08-17 17:29:45 |
depth | 1 |
children | 1 |
last_payout | 2023-08-24 17:29:45 |
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 | 164 |
author_reputation | 49,712,805,563,209 |
root_title | "My Coding Quiz #14" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 126,350,238 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
Ok! Thanks for your input.
author | eniolw |
---|---|
permlink | re-splash-of-angs63-2023818t11416388z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387","programming","coding","science","technology","python","quiz","neoxian","proofofbrain","spanish"],"app":"ecency/3.0.36-vision","format":"markdown+html"} |
created | 2023-08-18 05:14:15 |
last_update | 2023-08-18 05:14:15 |
depth | 2 |
children | 0 |
last_payout | 2023-08-25 05:14:15 |
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 | 26 |
author_reputation | 256,442,507,312,340 |
root_title | "My Coding Quiz #14" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 126,364,358 |
net_rshares | 0 |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us! Please consider delegating to the @stemsocial account (85% of the curation rewards are returned). You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. <br /> <br /> </div>
author | stemsocial |
---|---|
permlink | re-eniolw-my-coding-quiz-14-20230818t054120475z |
category | hive-196387 |
json_metadata | {"app":"STEMsocial"} |
created | 2023-08-18 05:41:21 |
last_update | 2023-08-18 05:41:21 |
depth | 1 |
children | 0 |
last_payout | 2023-08-25 05:41:21 |
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 | 565 |
author_reputation | 22,927,767,309,334 |
root_title | "My Coding Quiz #14" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 126,364,905 |
net_rshares | 0 |