<div class="text-justify"> <center><h2>My Coding Quiz #27 👨💻🛠️🧩</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/DQmeK4ruMLAqwdFNuLeorZJ4VBVkSCnkBVvmf1Sux1engf2/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-26">previous quiz</a>:</b> <b>int(3)</b>. The code is quite self-explanatory for PHP programmers. They know that a bloddy overlooked semicolon can cause problems in this language.</p> <p>In an interactive PHP session, lines 1 and 2 are omitted, because line 1 has a syntax error that is actually detected on line 2. The interpreter will tell you that <code>$var1</code> does not exist and that is because we did not add a semicolon to line 1. As a consequence, the interpreter will execute lines 3 and 4, which are valid code.</p> <p>Line 3 introduces the <code>??</code> operator called <i>Null Coalescing Operator</i>. It is new in PHP 7 and what it does is simplify the old use of the ternary operator in conjunction with the <code>isset</code> function to determine if a variable exists and is not null. Thus, if the first variable exists and is not null, it will be chosen, otherwise, the second is chosen.</p> <p>In our code, since <code>$var1</code> does not exist, the null coalescent operator will choose <code>3</code> and this value will be assigned to <code>$var2</code>. </p> <p>The final line uses the <code>var_dump</code> function which simply prints the contents of the given variable and its data type. This produces the output that is <b>int(3)</b>.</p> <p>The hiver @dobro2020 has solved this quiz perfectly. Congratulations.</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> and others.</p> <hr> <center><h2>Mi Quiz de Programación #27 👨💻🛠️🧩</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/DQmaGN9roSuj4YvYSdHt5fvf57r8sy1azffpSDpDtQHypcq/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-26">quiz anterior</a>:</b> <b>int(3)</b>. El código es bastante autoexplicativo para los programadores de PHP. Estos saben que un bendito punto y coma pasado por alto puede causar problemas en este lenguaje.</p> <p>En una sesión interactiva de PHP, las líneas 1 y 2 son omitidas, por cuanto la línea 1 posee un error de sintaxis que realmente es detectado en la línea 2. El intérprete te dirá que <code>$var1</code> no existe y eso se debe a que no colocamos punto y coma a la línea 1. Como consecuencia, el intérprete pasará a ejecutar las líneas 3 y 4 que sí son código válido.</p> <p>La línea 3 presenta el operador <code>??</code> llamado <i>Operador coalescente nulo</i>. Es una novedad de PHP 7 y lo que hace es simplificar el antiguo uso del operador ternario en conjunción con la función <code>isset</code> para determinar si una variable existe y no es nula. Así, si la primera variable existe y no es nula, se escogerá, sino, se escoge la segunda.</p> <p>En nuestro código, por cuanto <code>$var1</code> no existe, el operador coalescente nulo escogerá <code>3</code> y este valor se asignará a <code>$var2</code>.</p> <p>La línea final usa la función <code>var_dump</code> que simplemente imprime el contenido de la variable dada y su tipo de dato. Con ello se obtiene la salida que es <b>int(3)</b>.</p> <p>El hiver @dobro2020 ha resuelto este quiz perfectamente. Felicidades.</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> y otras.</p> </div>
author | eniolw |
---|---|
permlink | my-coding-quiz-27 |
category | hive-196387 |
json_metadata | "{"image":["https://images.ecency.com/DQmeK4ruMLAqwdFNuLeorZJ4VBVkSCnkBVvmf1Sux1engf2/quiz_img_en.png","https://images.ecency.com/DQmaGN9roSuj4YvYSdHt5fvf57r8sy1azffpSDpDtQHypcq/quiz_img_es.png"],"tags":["hive-196387","programming","coding","python","development","quiz","neoxian","proofofbrain","creativecoin","spanish"],"description":"My Coding Quiz #27 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.36-vision","format":"markdown+html","image_ratios":["0.9828","0.9828"]}" |
created | 2023-10-15 01:31:48 |
last_update | 2023-10-15 01:31:48 |
depth | 0 |
children | 3 |
last_payout | 2023-10-22 01:31:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.260 HBD |
curator_payout_value | 4.168 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,956 |
author_reputation | 255,389,091,263,375 |
root_title | "My Coding Quiz #27" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 128,000,047 |
net_rshares | 20,572,395,145,455 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 1,029,231,405 | 2.8% | ||
kevinwong | 0 | 3,009,801,253 | 0.42% | ||
justtryme90 | 0 | 1,403,162,715 | 70% | ||
eric-boucher | 0 | 14,663,899,906 | 2.8% | ||
thecryptodrive | 0 | 66,090,231,586 | 1.12% | ||
roelandp | 0 | 270,818,940,830 | 35% | ||
cloh76 | 0 | 4,004,320,386 | 2.8% | ||
joshglen | 0 | 692,169,012 | 5.6% | ||
avellana | 0 | 61,000,007,013 | 56% | ||
lordvader | 0 | 40,714,160,082 | 5.6% | ||
rmach | 0 | 14,114,426,713 | 35% | ||
lemouth | 0 | 1,183,310,159,042 | 45% | ||
alaqrab | 0 | 519,688,305 | 2.8% | ||
lamouthe | 0 | 5,573,344,975 | 70% | ||
tfeldman | 0 | 5,456,235,772 | 2.8% | ||
metabs | 0 | 7,708,214,032 | 70% | ||
mcsvi | 0 | 117,285,037,309 | 50% | ||
lk666 | 0 | 1,999,026,441 | 2.8% | ||
cnfund | 0 | 11,346,501,192 | 5.6% | ||
boxcarblue | 0 | 11,849,233,091 | 2.8% | ||
justyy | 0 | 33,030,287,742 | 5.6% | ||
michelle.gent | 0 | 3,341,509,470 | 1.12% | ||
curie | 0 | 417,611,059,229 | 5.6% | ||
modernzorker | 0 | 3,753,619,667 | 3.92% | ||
techslut | 0 | 180,538,953,298 | 28% | ||
steemstem | 0 | 1,290,386,426,222 | 70% | ||
dashfit | 0 | 480,407,920 | 2.8% | ||
tristancarax | 0 | 683,545,239 | 2.8% | ||
bigtakosensei | 0 | 1,650,513,638 | 1.4% | ||
walterjay | 0 | 433,847,525,067 | 35% | ||
valth | 0 | 10,449,565,110 | 35% | ||
metroair | 0 | 25,762,553,661 | 5.6% | ||
driptorchpress | 0 | 2,145,460,003 | 1.4% | ||
dna-replication | 0 | 2,744,070,695 | 70% | ||
privex | 0 | 3,433,594,345 | 5.6% | ||
boynashruddin | 0 | 801,601,643 | 5.6% | ||
steemiteducation | 0 | 1,037,669,245 | 2.8% | ||
dhimmel | 0 | 368,397,351,727 | 17.5% | ||
oluwatobiloba | 0 | 3,089,989,040 | 100% | ||
detlev | 0 | 25,462,756,589 | 1.68% | ||
chasmic-cosm | 0 | 859,663,102 | 2.8% | ||
pichat | 0 | 464,902,317 | 2.8% | ||
lugaxker | 0 | 823,566,558 | 34.65% | ||
federacion45 | 0 | 8,573,463,740 | 2.8% | ||
amberyooper | 0 | 608,448,311 | 2.8% | ||
gamersclassified | 0 | 3,625,705,774 | 2.8% | ||
iansart | 0 | 6,232,370,349 | 2.8% | ||
forykw | 0 | 16,903,832,104 | 2.8% | ||
mobbs | 0 | 153,871,980,294 | 35% | ||
eliel | 0 | 5,651,986,123 | 5.6% | ||
jerrybanfield | 0 | 18,682,568,054 | 5.6% | ||
rt395 | 0 | 2,011,724,855 | 1.5% | ||
bitrocker2020 | 0 | 11,444,241,848 | 0.84% | ||
maxdevalue | 0 | 694,442,886 | 5.6% | ||
helo | 0 | 490,683,859 | 35% | ||
schoolforsdg4 | 0 | 1,069,125,325 | 5% | ||
samminator | 0 | 48,337,794,362 | 35% | ||
zerotoone | 0 | 1,113,878,530 | 2.8% | ||
enjar | 0 | 42,402,259,992 | 5.04% | ||
mahdiyari | 0 | 2,185,081,825,607 | 80% | ||
lorenzor | 0 | 1,233,120,576 | 50% | ||
aboutyourbiz | 0 | 1,063,117,870 | 5.6% | ||
derosnec | 0 | 573,020,645 | 2.8% | ||
alexander.alexis | 0 | 43,013,139,769 | 70% | ||
dandesign86 | 0 | 15,942,587,873 | 8% | ||
jayna | 0 | 7,732,137,162 | 1.12% | ||
princessmewmew | 0 | 8,006,409,277 | 2.8% | ||
grapthar | 0 | 953,706,760 | 4.2% | ||
diabolika | 0 | 863,416,615 | 2.8% | ||
gunthertopp | 0 | 74,468,304,945 | 1.4% | ||
empath | 0 | 4,194,458,139 | 2.8% | ||
minnowbooster | 0 | 1,053,920,980,803 | 20% | ||
howo | 0 | 2,280,161,446,273 | 70% | ||
tsoldovieri | 0 | 7,399,336,766 | 35% | ||
steemwizards | 0 | 4,559,122,060 | 5.6% | ||
neumannsalva | 0 | 4,723,324,616 | 2.8% | ||
stayoutoftherz | 0 | 158,117,349,569 | 1.4% | ||
abigail-dantes | 0 | 25,950,038,435 | 70% | ||
coindevil | 0 | 2,913,115,762 | 4.48% | ||
zonguin | 0 | 3,754,681,233 | 17.5% | ||
enfocate | 0 | 3,875,956,083 | 24% | ||
investingpennies | 0 | 21,239,520,827 | 5.6% | ||
martibis | 0 | 2,573,169,136 | 1.68% | ||
travelingmercies | 0 | 745,993,627 | 5.6% | ||
redrica | 0 | 2,027,101,122 | 2.8% | ||
pepskaram | 0 | 589,809,963 | 2.8% | ||
iamphysical | 0 | 708,297,038 | 90% | ||
dipom98 | 0 | 1,187,915,484 | 2.8% | ||
zest | 0 | 1,003,920,540 | 35% | ||
zyx066 | 0 | 5,596,945,721 | 1.68% | ||
chrisdavidphoto | 0 | 1,097,795,581 | 1.68% | ||
revo | 0 | 11,072,835,555 | 5.6% | ||
azulear | 0 | 1,224,781,207 | 100% | ||
djlethalskillz | 0 | 692,363,416 | 5% | ||
psicoluigi | 0 | 666,013,129 | 50% | ||
nerdnews | 0 | 984,454,410 | 5.6% | ||
risckylu | 0 | 942,872,198 | 24% | ||
rafaelaquino | 0 | 16,153,914,968 | 100% | ||
wilians | 0 | 548,137,818 | 35% | ||
stickchumpion | 0 | 859,462,847 | 2.8% | ||
thelordsharvest | 0 | 5,197,635,876 | 5.6% | ||
vera-vaders-ea | 0 | 502,841,687 | 5.6% | ||
sumant | 0 | 9,748,291,519 | 2.8% | ||
aidefr | 0 | 7,332,372,424 | 35% | ||
torico | 0 | 1,502,441,623 | 1.84% | ||
sorin.cristescu | 0 | 177,130,075,171 | 35% | ||
therealwolf | 0 | 36,854,780,699 | 2.8% | ||
fatman | 0 | 9,147,650,686 | 2% | ||
minnowpowerup | 0 | 801,398,508 | 2.8% | ||
splash-of-angs63 | 0 | 9,713,841,139 | 100% | ||
cryptononymous | 0 | 1,943,731,561 | 2.8% | ||
meno | 0 | 25,879,438,490 | 2.8% | ||
buttcoins | 0 | 14,495,256,365 | 1.12% | ||
toocurious | 0 | 495,431,546 | 2.8% | ||
helyorsini | 0 | 609,569,256 | 2.8% | ||
steemed-proxy | 0 | 1,082,337,662,593 | 5.6% | ||
fatkat | 0 | 1,484,820,531 | 2.79% | ||
peaceandwar | 0 | 875,119,127 | 2.8% | ||
enzor | 0 | 2,215,389,664 | 35% | ||
marcoriccardi | 0 | 1,066,158,898 | 5.6% | ||
bartosz546 | 0 | 16,689,682,215 | 2.8% | ||
tazbaz | 0 | 558,402,234 | 2.8% | ||
korghawk | 0 | 2,226,626,996 | 100% | ||
marleyn | 0 | 7,012,160,691 | 24% | ||
dandays | 0 | 15,720,341,755 | 1.06% | ||
battebilly | 0 | 729,313,603 | 2.8% | ||
notb4mycoffee | 0 | 3,278,286,960 | 5.6% | ||
silverwhale | 0 | 1,459,507,987 | 5.04% | ||
dejan.vuckovic | 0 | 634,175,380 | 1.12% | ||
lottje | 0 | 609,480,434 | 70% | ||
myach | 0 | 988,848,540 | 4.48% | ||
sunsea | 0 | 4,893,410,899 | 2.8% | ||
eonwarped | 0 | 437,393,750,687 | 30% | ||
postpromoter | 0 | 1,613,451,742,624 | 70% | ||
mejustandrew | 0 | 1,684,403,130 | 2.8% | ||
bluefinstudios | 0 | 3,913,201,127 | 1.68% | ||
steveconnor | 0 | 4,888,337,218 | 2.8% | ||
sankysanket18 | 0 | 1,572,362,915 | 35% | ||
dbddv01 | 0 | 2,571,128,111 | 17.5% | ||
zmx | 0 | 580,738,435 | 2.8% | ||
nicole-st | 0 | 2,535,784,011 | 2.8% | ||
smartsteem | 0 | 136,869,036,863 | 2.8% | ||
smitop | 0 | 10,601,047,560 | 100% | ||
aboutcoolscience | 0 | 26,491,410,792 | 70% | ||
elisonr13 | 0 | 2,105,604,452 | 12% | ||
popurri | 0 | 905,370,791 | 35% | ||
junebride | 0 | 462,903,674 | 2.8% | ||
afifa | 0 | 631,132,318 | 10% | ||
amestyj | 0 | 109,786,876,341 | 100% | ||
sandracarrascal | 0 | 499,942,466 | 50% | ||
skycae | 0 | 700,784,195 | 5.6% | ||
kenadis | 0 | 18,373,861,198 | 70% | ||
madridbg | 0 | 31,075,149,707 | 70% | ||
robotics101 | 0 | 20,960,013,351 | 70% | ||
marcolino76 | 0 | 604,441,465 | 2.8% | ||
onemedia | 0 | 1,148,968,340 | 5.6% | ||
lpv | 0 | 2,907,976,137 | 8.75% | ||
punchline | 0 | 16,575,667,460 | 5.6% | ||
gentleshaid | 0 | 7,867,259,263 | 35% | ||
apon318 | 0 | 485,538,544 | 5.6% | ||
danaedwards | 0 | 710,308,386 | 5.6% | ||
sco | 0 | 19,418,936,832 | 70% | ||
anikekirsten | 0 | 586,844,072 | 35% | ||
ennyta | 0 | 2,015,881,814 | 100% | ||
brotherhood | 0 | 20,240,690,729 | 5.6% | ||
juecoree | 0 | 17,901,856,355 | 49% | ||
gordon92 | 0 | 863,111,443 | 2.8% | ||
stahlberg | 0 | 1,279,370,463 | 2.8% | ||
gabrielatravels | 0 | 1,650,967,123 | 1.96% | ||
cordeta | 0 | 1,034,569,626 | 5.6% | ||
reizak | 0 | 496,708,726 | 2.24% | ||
eliaschess333 | 0 | 49,266,677,110 | 100% | ||
branbello | 0 | 2,632,209,441 | 35% | ||
hetty-rowan | 0 | 4,195,504,627 | 2.8% | ||
lilianajimenez | 0 | 480,421,072 | 2.8% | ||
ydavgonzalez | 0 | 2,295,976,673 | 10% | ||
intrepidphotos | 0 | 14,392,915,105 | 52.5% | ||
fineartnow | 0 | 3,933,147,149 | 2.8% | ||
hijosdelhombre | 0 | 42,811,873,249 | 40% | ||
mathowl | 0 | 46,428,534,905 | 100% | ||
yoghurt | 0 | 1,385,381,717 | 5.6% | ||
steemvault | 0 | 2,192,792,097 | 5.6% | ||
communitybank | 0 | 4,800,231,249 | 5.6% | ||
shinedojo | 0 | 675,738,983 | 5.6% | ||
fragmentarion | 0 | 40,432,198,501 | 70% | ||
utube | 0 | 4,904,105,000 | 5.6% | ||
jigstrike | 0 | 887,033,075 | 2.8% | ||
dynamicrypto | 0 | 2,999,598,760 | 1% | ||
neneandy | 0 | 6,425,640,595 | 5.6% | ||
marc-allaria | 0 | 1,667,129,649 | 2.8% | ||
real2josh | 0 | 661,181,182 | 35% | ||
sportscontest | 0 | 5,938,656,900 | 5.6% | ||
videosteemit | 0 | 1,295,504,505 | 5.6% | ||
gribouille | 0 | 1,631,146,993 | 35% | ||
pandasquad | 0 | 12,816,280,928 | 5.6% | ||
stemng | 0 | 1,489,831,362 | 35% | ||
kingabesh | 0 | 1,425,741,797 | 35% | ||
miguelangel2801 | 0 | 722,416,582 | 50% | ||
mproxima | 0 | 1,766,106,732 | 2.8% | ||
fantasycrypto | 0 | 2,419,639,291 | 2.8% | ||
didic | 0 | 1,925,218,909 | 2.8% | ||
orlandumike | 0 | 20,455,029,170 | 20% | ||
careassaktart | 0 | 665,873,273 | 1.68% | ||
franciscomarval | 0 | 1,999,774,799 | 70% | ||
jossduarte | 0 | 1,600,749,128 | 2.8% | ||
emiliomoron | 0 | 10,578,941,219 | 35% | ||
galam | 0 | 662,721,006 | 24.5% | ||
dexterdev | 0 | 2,887,818,712 | 35% | ||
photohunt | 0 | 3,883,644,034 | 5.6% | ||
geopolis | 0 | 4,683,996,982 | 70% | ||
ajfernandez | 0 | 793,321,170 | 100% | ||
robertbira | 0 | 7,583,457,039 | 17.5% | ||
atomcollector | 0 | 560,585,768 | 1.4% | ||
alexdory | 0 | 8,369,045,100 | 70% | ||
irgendwo | 0 | 19,150,301,324 | 5.6% | ||
vegan.niinja | 0 | 516,049,207 | 2.8% | ||
flugschwein | 0 | 26,524,204,408 | 59.5% | ||
charitybot | 0 | 5,112,730,176 | 100% | ||
cyprianj | 0 | 83,015,051,932 | 70% | ||
kieranstone | 0 | 1,641,364,917 | 1.84% | ||
vinamra | 0 | 6,551,145,393 | 80% | ||
francostem | 0 | 9,754,242,673 | 70% | ||
russellstockley | 0 | 1,601,113,826 | 1.4% | ||
endopediatria | 0 | 695,806,150 | 20% | ||
steempampanga | 0 | 490,521,029 | 2.8% | ||
croctopus | 0 | 1,444,665,158 | 100% | ||
jjerryhan | 0 | 4,130,072,193 | 2.8% | ||
putu300 | 0 | 598,608,377 | 5% | ||
cryptictruth | 0 | 2,641,290,697 | 0.5% | ||
zipporah | 0 | 2,753,544,056 | 1.12% | ||
leomarylm | 0 | 1,867,872,408 | 2.8% | ||
joelagbo | 0 | 919,776,304 | 5.6% | ||
randumb | 0 | 1,728,033,300 | 5.6% | ||
superlotto | 0 | 17,033,820,324 | 5.6% | ||
positiveninja | 0 | 1,114,259,397 | 2.8% | ||
emperatriz1503 | 0 | 9,872,406,208 | 70% | ||
miroslavrc | 0 | 1,898,069,455 | 1.4% | ||
foxyspirit | 0 | 560,498,402 | 2.8% | ||
vonaurolacu | 0 | 1,940,585,964 | 2.8% | ||
delpilar | 0 | 934,959,443 | 25% | ||
tomastonyperez | 0 | 15,609,366,165 | 50% | ||
bil.prag | 0 | 2,563,529,702 | 0.28% | ||
elvigia | 0 | 10,127,108,600 | 50% | ||
sanderjansenart | 0 | 5,102,570,962 | 2.8% | ||
vittoriozuccala | 0 | 2,208,877,483 | 2.8% | ||
koenau | 0 | 1,589,129,589 | 2.8% | ||
frissonsteemit | 0 | 1,258,194,244 | 2.8% | ||
broncofan99 | 0 | 9,315,759,511 | 20% | ||
rambutan.art | 0 | 2,024,000,299 | 5.6% | ||
greddyforce | 0 | 3,788,550,157 | 2.07% | ||
flyerchen | 0 | 1,302,916,476 | 2.8% | ||
juanmanuellopez1 | 0 | 760,037,930 | 19.2% | ||
braaiboy | 0 | 10,729,834,072 | 2.8% | ||
c0wtschpotato | 0 | 591,481,370 | 2.8% | ||
fotogruppemunich | 0 | 4,421,843,271 | 1.4% | ||
therising | 0 | 100,331,276,898 | 5.6% | ||
jordangerder | 0 | 3,249,779,642 | 12% | ||
cryptocoinkb | 0 | 2,192,509,143 | 2.8% | ||
gifty-e | 0 | 568,748,310 | 80% | ||
de-stem | 0 | 38,664,440,870 | 69.3% | ||
manuelmusic | 0 | 783,662,021 | 14.4% | ||
imcore | 0 | 863,728,302 | 10% | ||
serylt | 0 | 3,236,575,900 | 68.6% | ||
marijo-rm | 0 | 88,020,407,311 | 70% | ||
josedelacruz | 0 | 4,429,378,485 | 50% | ||
dracrow | 0 | 3,051,909,102 | 9.6% | ||
kgakakillerg | 0 | 17,980,614,710 | 10% | ||
charitymemes | 0 | 534,493,884 | 100% | ||
mariusfebruary | 0 | 750,890,606 | 2.24% | ||
outtheshellvlog | 0 | 883,061,170 | 2.8% | ||
steemitbloggers | 0 | 11,240,861,243 | 25% | ||
we-are | 0 | 3,724,312,538 | 16.7% | ||
erickyoussif | 0 | 736,366,261 | 100% | ||
michaelwrites | 0 | 932,338,427 | 35% | ||
indigoocean | 0 | 1,229,047,490 | 2.8% | ||
deholt | 0 | 3,987,147,641 | 59.5% | ||
anneporter | 0 | 2,741,269,934 | 21% | ||
celinavisaez | 0 | 10,098,206,472 | 30% | ||
steem.services | 0 | 1,027,104,197 | 1.12% | ||
netzisde | 0 | 1,015,234,128 | 2.8% | ||
bushradio | 0 | 657,971,199 | 5.6% | ||
pladozero | 0 | 33,716,964,137 | 10% | ||
minerthreat | 0 | 3,823,364,142 | 2.8% | ||
nateaguila | 0 | 111,751,276,682 | 5% | ||
temitayo-pelumi | 0 | 6,138,787,963 | 70% | ||
andrick | 0 | 785,807,772 | 50% | ||
doctor-cog-diss | 0 | 56,564,554,127 | 70% | ||
marcuz | 0 | 2,367,976,274 | 35% | ||
cooltivar | 0 | 526,653,768 | 1.12% | ||
acont | 0 | 10,989,582,550 | 50% | ||
uche-nna | 0 | 5,607,507,459 | 4.48% | ||
citizendog | 0 | 5,279,743,841 | 5.6% | ||
we-are-lucky | 0 | 229,446,766 | 0.7% | ||
cheese4ead | 0 | 4,536,105,271 | 2.8% | ||
jd4e | 0 | 3,739,870,996 | 50% | ||
mafufuma | 0 | 7,441,199,638 | 1% | ||
nathyortiz | 0 | 5,854,571,541 | 12% | ||
nattybongo | 0 | 125,713,955,513 | 70% | ||
drsensor | 0 | 997,970,495 | 36% | ||
roozeec | 0 | 497,038,055 | 10% | ||
revueh | 0 | 1,930,775,090 | 35% | ||
radiosteemit | 0 | 12,848,121,248 | 70% | ||
ilovecryptopl | 0 | 912,823,075 | 4.48% | ||
purelyscience | 0 | 536,710,580 | 35% | ||
bflanagin | 0 | 4,725,357,599 | 2.8% | ||
ubaldonet | 0 | 2,159,664,742 | 80% | ||
armandosodano | 0 | 5,182,565,226 | 2.8% | ||
yourmind | 0 | 15,517,454,739 | 100% | ||
sadbear | 0 | 636,033,701 | 2.8% | ||
marivic10 | 0 | 966,917,470 | 2.8% | ||
gerdtrudroepke | 0 | 42,651,268,359 | 49% | ||
thales7 | 0 | 623,983,327 | 5.6% | ||
zuerich | 0 | 562,202,752,679 | 10% | ||
reinaseq | 0 | 7,448,426,253 | 100% | ||
vixmemon | 0 | 1,755,584,103 | 4.2% | ||
honeycup-waters | 0 | 611,593,318 | 2.8% | ||
yaelg | 0 | 1,180,203,435 | 1.68% | ||
kylealex | 0 | 4,580,545,141 | 10% | ||
arzkyu97 | 0 | 2,711,492,552 | 9.6% | ||
fran.frey | 0 | 3,839,612,137 | 50% | ||
perpetuum-lynx | 0 | 2,166,237,158 | 68.6% | ||
andreasalas | 0 | 869,086,656 | 24% | ||
hanshotfirst-sm | 0 | 489,614,868 | 5.6% | ||
petrarodriguez | 0 | 32,313,321,562 | 24% | ||
thelittlebank | 0 | 20,281,186,992 | 2.8% | ||
pboulet | 0 | 120,324,374,974 | 56% | ||
javyeslava.photo | 0 | 522,288,839 | 2.24% | ||
belkisa758 | 0 | 2,362,915,935 | 24% | ||
josesalazar200 | 0 | 550,614,492 | 5.6% | ||
stem-espanol | 0 | 20,478,208,363 | 100% | ||
futurekr | 0 | 2,270,358,717 | 100% | ||
cliffagreen | 0 | 4,779,751,735 | 10% | ||
aleestra | 0 | 12,785,386,884 | 80% | ||
palasatenea | 0 | 2,233,602,001 | 2.8% | ||
lagitana | 0 | 2,776,126,847 | 56% | ||
the.success.club | 0 | 2,424,878,193 | 2.8% | ||
javier.dejuan | 0 | 540,434,822 | 70% | ||
amansharma555 | 0 | 595,961,049 | 100% | ||
meanroosterfarm | 0 | 1,405,409,632 | 35% | ||
racarjoal | 0 | 614,743,548 | 12% | ||
janettyanez | 0 | 496,014,494 | 4.8% | ||
brianoflondon | 0 | 79,446,006,261 | 1.4% | ||
giulyfarci52 | 0 | 1,567,088,842 | 50% | ||
maryelin | 0 | 619,339,080 | 12% | ||
steemcryptosicko | 0 | 9,494,723,636 | 1.12% | ||
alvin0617 | 0 | 490,937,754 | 2.8% | ||
multifacetas | 0 | 1,440,520,855 | 2.8% | ||
cakemonster | 0 | 3,900,830,170 | 5.6% | ||
cowpatty | 0 | 1,476,048,598 | 35% | ||
stem.witness | 0 | 4,220,861,482 | 70% | ||
witkowskipawel | 0 | 963,730,424 | 2.8% | ||
unitqm | 0 | 615,734,711 | 2.8% | ||
autobodhi | 0 | 1,024,095,448 | 5.6% | ||
mechanicalowl | 0 | 658,743,302 | 50% | ||
regularowl | 0 | 1,176,938,863 | 50% | ||
double-negative | 0 | 523,885,628 | 20% | ||
kork75 | 0 | 507,766,335 | 5.6% | ||
vaultec | 0 | 6,022,647,960 | 12% | ||
steemstorage | 0 | 7,183,210,755 | 5.6% | ||
steemegg | 0 | 1,069,084,777 | 2.8% | ||
jtm.support | 0 | 5,402,033,288 | 70% | ||
edithbdraw | 0 | 781,623,041 | 2.8% | ||
crowdwitness | 0 | 157,812,687,821 | 35% | ||
eternalsuccess | 0 | 38,560,564,791 | 35% | ||
hairgistix | 0 | 3,233,931,774 | 2.8% | ||
bluemaskman | 0 | 638,169,978 | 2.8% | ||
steemean | 0 | 9,992,098,323 | 5% | ||
proxy-pal | 0 | 1,292,359,135 | 5.6% | ||
thelogicaldude | 0 | 1,033,316,906 | 1.12% | ||
anthony2019 | 0 | 1,578,665,096 | 14.4% | ||
aaronkroeblinger | 0 | 114,159,019,142 | 50% | ||
cryptofiloz | 0 | 8,951,900,939 | 5.6% | ||
dawnoner | 0 | 1,803,528,550 | 0.56% | ||
photographercr | 0 | 2,656,097,110 | 1.12% | ||
epicdice | 0 | 940,407,016 | 0.84% | ||
yiobri | 0 | 978,026,906 | 12% | ||
iamsaray | 0 | 1,143,443,019 | 2.8% | ||
yonnathang | 0 | 13,710,738,244 | 24% | ||
beerlover | 0 | 2,313,175,337 | 1.68% | ||
tinyhousecryptos | 0 | 477,102,309 | 5% | ||
victartex | 0 | 2,417,074,560 | 24% | ||
lmvc | 0 | 1,048,013,417 | 44.8% | ||
quintaesencia | 0 | 76,495,599,451 | 100% | ||
aicu | 0 | 1,479,854,204 | 5.6% | ||
walterprofe | 0 | 43,989,917,314 | 35% | ||
zeruxanime | 0 | 12,785,818,684 | 35% | ||
afarina46 | 0 | 1,950,435,249 | 35% | ||
waraira777 | 0 | 2,060,175,013 | 35% | ||
lfu-radio | 0 | 784,007,439 | 35% | ||
mind.force | 0 | 1,189,606,411 | 1.4% | ||
aicoding | 0 | 582,626,143 | 2.8% | ||
tokensink | 0 | 3,210,825,457 | 5.6% | ||
knightsunited | 0 | 1,038,693,444 | 5.6% | ||
javikun | 0 | 664,636,436 | 24% | ||
lmvc-spaco | 0 | 566,615,042 | 44.8% | ||
electronico | 0 | 23,944,976,407 | 100% | ||
stem.alfa | 0 | 3,593,977,303 | 100% | ||
saravm82 | 0 | 3,090,198,048 | 24% | ||
steemstem-trig | 0 | 1,464,226,932 | 70% | ||
hispapro | 0 | 437,411,196,221 | 24% | ||
baltai | 0 | 6,199,477,194 | 2.8% | ||
chris-uk | 0 | 769,003,437 | 2.8% | ||
ibt-survival | 0 | 36,706,970,015 | 10% | ||
hjmarseille | 0 | 2,072,246,175 | 49% | ||
steemdiamond | 0 | 727,731,748 | 5.6% | ||
sweetval | 0 | 13,708,376,534 | 50% | ||
nanyuris | 0 | 8,890,579,833 | 100% | ||
zirky | 0 | 2,720,302,591 | 4.76% | ||
lightpaintershub | 0 | 663,538,170 | 1% | ||
im-ridd | 0 | 34,080,768,899 | 56% | ||
peterale | 0 | 1,949,218,466 | 2.8% | ||
cornavirus | 0 | 517,179,792 | 5.6% | ||
hive-127039 | 0 | 479,100,985 | 25% | ||
andreina57 | 0 | 655,374,568 | 35% | ||
monica-ene | 0 | 2,397,336,420 | 2.8% | ||
krisconkr | 0 | 667,638,564 | 2.8% | ||
educationhive | 0 | 1,085,166,435 | 2.8% | ||
radiohive | 0 | 24,078,158,772 | 70% | ||
stemsocial | 0 | 569,480,638,187 | 70% | ||
holoferncro | 0 | 4,540,405,173 | 10% | ||
the100 | 0 | 1,329,927,160 | 2.8% | ||
hiveonboard | 0 | 1,669,047,571 | 2.8% | ||
graciadegenios | 0 | 6,273,760,798 | 24% | ||
georgelys | 0 | 2,876,459,001 | 24% | ||
kvfm | 0 | 1,502,768,863 | 35% | ||
lqch | 0 | 3,085,835,972 | 12% | ||
noelyss | 0 | 18,090,629,786 | 35% | ||
balvinder294 | 0 | 1,552,377,649 | 1.12% | ||
jsalvage | 0 | 1,560,805,126 | 35% | ||
laradio | 0 | 3,586,117,611 | 70% | ||
greengalletti | 0 | 22,733,759,624 | 35% | ||
mercmarg | 0 | 6,409,350,196 | 28% | ||
adolfom | 0 | 12,364,677,667 | 100% | ||
quinnertronics | 0 | 14,301,904,672 | 7% | ||
anafae | 0 | 597,806,231 | 1.12% | ||
carmenm20 | 0 | 2,092,893,719 | 70% | ||
hivecoffee | 0 | 619,243,848 | 5.6% | ||
mercurial9 | 0 | 82,058,955,248 | 100% | ||
issymarie2 | 0 | 3,496,955,864 | 12% | ||
sevenoh-fiveoh | 0 | 970,939,144 | 2.8% | ||
aabcent | 0 | 8,607,469,524 | 4.48% | ||
edfer18 | 0 | 1,026,340,950 | 24% | ||
artsyproxy | 0 | 479,186,809 | 5.6% | ||
altleft | 0 | 22,488,383,048 | 0.05% | ||
cleydimar2000 | 0 | 6,445,813,370 | 35% | ||
omarrojas | 0 | 2,517,155,176 | 2.8% | ||
noalys | 0 | 1,027,411,511 | 2.8% | ||
enyusael | 0 | 895,531,079 | 12% | ||
borniet | 0 | 701,387,809 | 2.8% | ||
gonklavez9 | 0 | 1,313,961,076 | 70% | ||
clifth | 0 | 793,245,961 | 56% | ||
jesuspsoto | 0 | 1,877,338,532 | 24% | ||
radiolovers | 0 | 15,455,268,721 | 70% | ||
ciresophen | 0 | 3,710,764,644 | 100% | ||
alberto0607 | 0 | 1,173,173,344 | 70% | ||
apeboy | 0 | 954,350,319 | 12% | ||
cosplay.hadr | 0 | 1,356,146,960 | 5.6% | ||
hadrgames | 0 | 1,393,772,249 | 5.6% | ||
rawecz | 0 | 3,516,413,161 | 24% | ||
junydoble | 0 | 1,285,956,358 | 49% | ||
maar | 0 | 667,170,753 | 70% | ||
victor816 | 0 | 764,459,622 | 70% | ||
meritocracy | 0 | 62,660,197,023 | 0.56% | ||
bea23 | 0 | 19,083,503,995 | 70% | ||
hispaplus | 0 | 3,082,791,001 | 24% | ||
dcrops | 0 | 35,061,982,564 | 2.8% | ||
ciudadcreativa | 0 | 2,716,348,194 | 56% | ||
yozen | 0 | 499,292,680 | 1.4% | ||
traderhive | 0 | 13,013,100,849 | 5.6% | ||
alvarezjessica | 0 | 3,680,624,038 | 24% | ||
tawadak24 | 0 | 602,006,726 | 2.8% | ||
eturnerx-honey | 0 | 237,765,310 | 0.8% | ||
ausbit.dev | 0 | 533,457,013 | 2.8% | ||
elgatoshawua | 0 | 672,549,979 | 2.8% | ||
limn | 0 | 844,055,010 | 2.8% | ||
wynella | 0 | 1,105,101,273 | 2.8% | ||
nyxlabs | 0 | 1,020,316,145 | 3.5% | ||
dodovietnam | 0 | 3,800,737,438 | 2.8% | ||
oahb132 | 0 | 1,066,948,077 | 35% | ||
failingforwards | 0 | 3,267,442,827 | 2.8% | ||
fwxiii | 0 | 484,011,690 | 2.8% | ||
hexagono6 | 0 | 2,113,521,831 | 12% | ||
trouvaille | 0 | 9,573,696,467 | 35% | ||
joseluis91 | 0 | 820,553,435 | 5.6% | ||
maxelitereturned | 0 | 541,599,306 | 35% | ||
trippymane | 0 | 1,746,580,151 | 5.6% | ||
victordumont | 0 | 1,976,968,537 | 24% | ||
norokochan | 0 | 1,211,283,848 | 24% | ||
edinson001 | 0 | 799,488,476 | 70% | ||
nfttunz | 0 | 8,327,677,661 | 0.56% | ||
caribayarte | 0 | 2,935,973,904 | 24% | ||
yeidelyt | 0 | 866,799,526 | 24% | ||
soychalbed | 0 | 1,241,228,031 | 12% | ||
okluvmee | 0 | 2,689,029,441 | 2.8% | ||
atexoras.pub | 0 | 1,317,110,898 | 2.8% | ||
naath | 0 | 847,503,423 | 12% | ||
holovision.cash | 0 | 2,855,708,193 | 100% | ||
cirangela | 0 | 3,180,658,846 | 24% | ||
helencct | 0 | 1,379,431,136 | 70% | ||
brujita18 | 0 | 4,173,999,577 | 10.8% | ||
krrizjos18 | 0 | 1,032,598,543 | 12% | ||
hubeyma | 0 | 996,156,785 | 2.8% | ||
duwiky | 0 | 3,285,285,686 | 25% | ||
sarashew | 0 | 4,010,025,316 | 5.6% | ||
podping | 0 | 8,195,523,769 | 1.4% | ||
aguamiel | 0 | 4,615,739,626 | 24% | ||
jessicaossom | 0 | 963,127,982 | 2.8% | ||
beysyd | 0 | 1,713,817,413 | 12% | ||
ferbu | 0 | 2,466,963,022 | 24% | ||
drhueso | 0 | 1,405,986,854 | 2.8% | ||
pinkfloyd878 | 0 | 4,185,111,056 | 100% | ||
asderhz | 0 | 1,338,603,731 | 12% | ||
ayee11 | 0 | 1,108,711,497 | 100% | ||
fabianar25 | 0 | 665,660,940 | 35% | ||
lycanskiss | 0 | 2,105,134,755 | 100% | ||
mairimgo23 | 0 | 5,616,962,718 | 24% | ||
trezzahn | 0 | 787,429,455 | 2.8% | ||
ronymaffi | 0 | 1,999,185,334 | 70% | ||
miguelstar | 0 | 1,453,322,716 | 24% | ||
seinkalar | 0 | 21,985,249,515 | 5.6% | ||
tanzil2024 | 0 | 849,650,357 | 1% | ||
badge-646464 | 0 | 16,032,036,036 | 100% | ||
amaillo | 0 | 635,222,418 | 4.8% | ||
aries90 | 0 | 47,284,216,274 | 5.6% | ||
hyun-soo | 0 | 2,051,224,435 | 35% | ||
rencongland | 0 | 577,575,984 | 2.8% | ||
cugel | 0 | 2,831,663,819 | 2.8% | ||
amaillo-m | 0 | 742,701,428 | 24% | ||
acantoni | 0 | 918,465,866 | 2.8% | ||
migka | 0 | 4,277,562,033 | 90% | ||
axelx12 | 0 | 2,024,786,965 | 100% | ||
poolpartylegolas | 0 | 4,069,967,554 | 100% | ||
andre-marg25 | 0 | 1,125,498,071 | 24% | ||
zirkonov | 0 | 3,245,681,582 | 90% | ||
iskafan | 0 | 1,166,179,168 | 2.8% | ||
txracer | 0 | 2,190,891,646 | 100% | ||
pob.curator | 0 | 910,490,409 | 50% | ||
h3m4n7 | 0 | 644,187,698 | 2.8% | ||
jude9 | 0 | 3,721,636,089 | 17.5% | ||
kingz1338 | 0 | 755,294,816 | 100% | ||
kingz1339 | 0 | 753,947,905 | 100% | ||
yixn | 0 | 47,586,439,003 | 2.8% | ||
kqaosphreak | 0 | 3,554,841,182 | 70% | ||
alt3r | 0 | 1,450,959,468 | 4.31% | ||
mcookies | 0 | 527,355,037 | 2.8% | ||
swearingradio | 0 | 1,924,458,267 | 50% | ||
waivio.curator | 0 | 1,664,292,489 | 3.18% | ||
gercripto | 0 | 1,336,823,579 | 12% | ||
simsahas | 0 | 4,659,553,993 | 5.6% | ||
aichanbot | 0 | 2,123,837,908 | 5.6% | ||
ehizgabriel | 0 | 662,759,260 | 35% | ||
crypt0gnome | 0 | 23,382,448,679 | 1.12% | ||
susurrodmisterio | 0 | 1,076,754,881 | 12% | ||
esalcedo | 0 | 35,628,297,791 | 24% | ||
foxlatam | 0 | 9,657,453,645 | 50% | ||
deadleaf | 0 | 4,356,129,106 | 100% | ||
lukasbachofner | 0 | 1,305,656,061 | 1.68% | ||
zerozerozero | 0 | 66,704,602,853 | 100% | ||
allentaylor | 0 | 881,657,217 | 2.8% | ||
sam9999 | 0 | 5,070,017,136 | 35% | ||
benwickenton | 0 | 2,604,702,069 | 5.6% | ||
annabeth | 0 | 811,160,530 | 5.6% | ||
jerusa777 | 0 | 1,265,846,200 | 15% | ||
doodleaday | 0 | 36,808,362,003 | 50% | ||
crisch23 | 0 | 512,377,265 | 12% | ||
balabambuz | 0 | 717,446,067 | 2.8% | ||
abejaobrera | 0 | 1,576,192,040 | 24% | ||
drivingindevon | 0 | 1,694,386,249 | 4.48% | ||
prosocialise | 0 | 58,248,534,258 | 35% | ||
archangel21 | 0 | 3,590,846,333 | 5.6% | ||
plicc8 | 0 | 3,522,606,182 | 70% | ||
filmmaking4hive | 0 | 2,197,384,651 | 5.6% | ||
amafable07 | 0 | 936,629,298 | 35% | ||
mugueto2022 | 0 | 556,003,544 | 20% | ||
ricardoeloy | 0 | 3,253,271,758 | 14% | ||
chechostreet | 0 | 2,866,356,530 | 24% | ||
nazom | 0 | 798,795,772 | 35% | ||
visualblock | 0 | 290,550,252,976 | 70% | ||
baboz | 0 | 1,393,285,263 | 1.4% | ||
universodaniel | 0 | 872,192,576 | 12% | ||
soyjoselopez | 0 | 477,456,070 | 20% | ||
sbtofficial | 0 | 4,730,105,715 | 2.8% | ||
vagabond42069 | 0 | 1,517,624,733 | 35% | ||
eollarvesm | 0 | 887,601,512 | 12% | ||
inibless | 0 | 2,196,595,320 | 35% | ||
hiversbqto | 0 | 2,310,253,793 | 24% | ||
daje10 | 0 | 20,711,602,461 | 50% | ||
hispaliterario | 0 | 1,755,854,767 | 24% | ||
sc000 | 0 | 1,361,297,325 | 5.6% | ||
beckyonweb | 0 | 477,688,777 | 100% | ||
pinkchic | 0 | 684,651,924 | 0.84% | ||
vankushfamily | 0 | 643,825,104 | 35% | ||
tuba777 | 0 | 1,556,646,683 | 35% | ||
nahuelgameplays | 0 | 906,336,380 | 35% | ||
hive-fr | 0 | 139,944,655,426 | 70% | ||
minas-glory | 0 | 3,553,236,006 | 2.8% | ||
clpacksperiment | 0 | 3,085,799,203 | 2.8% | ||
the-grandmaster | 0 | 3,660,804,088 | 2.8% | ||
the-burn | 0 | 3,663,886,011 | 2.8% | ||
flywithmarlin | 0 | 860,175,266 | 12% | ||
technico | 0 | 899,672,732 | 2.8% | ||
abu78 | 0 | 8,925,515,111 | 24.5% | ||
fotlala | 0 | 595,361,925 | 12% | ||
jesus-son | 0 | 510,413,985 | 2.8% | ||
beauty197 | 0 | 12,028,910,193 | 100% | ||
ijelady | 0 | 1,434,473,738 | 35% | ||
reverio | 0 | 891,736,770 | 5% | ||
warofcriptonft | 0 | 17,154,326,989 | 12% | ||
opticus | 0 | 7,287,095,929 | 2.8% | ||
paolasinaid | 0 | 1,151,634,139 | 70% | ||
timix648 | 0 | 2,533,223,592 | 59.5% | ||
pob.voter | 0 | 837,488,300 | 25% | ||
niggyayo | 0 | 942,698,596 | 12% | ||
rhemagames | 0 | 4,759,865,897 | 2.8% | ||
hive-fr-ithara | 0 | 3,299,394,459 | 70% | ||
hive-fr-engine | 0 | 2,344,965,557 | 70% | ||
dev.maverick | 0 | 901,510,614 | 5.6% | ||
mariiestefania | 0 | 1,322,438,927 | 24% | ||
cur8 | 0 | 63,189,293,076 | 40% | ||
snippets | 0 | 80,857,138,275 | 100% |
Que cosas raras hace php jajajaj
author | dobro2020 |
---|---|
permlink | re-eniolw-20231014t223314677z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387","programming","coding","python","development","quiz","neoxian","proofofbrain","creativecoin","spanish"],"app":"ecency/3.0.43-mobile","format":"markdown+html"} |
created | 2023-10-15 01:33:15 |
last_update | 2023-10-15 01:33:15 |
depth | 1 |
children | 0 |
last_payout | 2023-10-22 01:33: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 | 32 |
author_reputation | 66,396,989,968,772 |
root_title | "My Coding Quiz #27" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 128,000,063 |
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-27-20231016t210959185z |
category | hive-196387 |
json_metadata | {"app":"STEMsocial"} |
created | 2023-10-16 21:09:57 |
last_update | 2023-10-16 21:09:57 |
depth | 1 |
children | 0 |
last_payout | 2023-10-23 21:09:57 |
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,918,491,691,707 |
root_title | "My Coding Quiz #27" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 128,050,578 |
net_rshares | 0 |
<center>  <sup> Has sido curado por @visualblock / You've been curated by @visualblock Bienvenidas delegaciones / Delegations welcome [Trail de Curación / Curation Trail](https://hive.vote/dash.php?trail=visualblock&i=1) [Vota por nuestro Testigo aliado - @hispapro](https://vote.hive.uno/@hispapro) / [Vote for our allied Witness - @hispapro](https://vote.hive.uno/@hispapro) [Más información sobre el testigo aquí](https://ecency.com/hive-111111/@hispapro/witness-announcement-descubre-el-nuevo) / [More information about the witness here](https://ecency.com/hive-111111/@hispapro/witness-announcement-descubre-el-nuevo) </sup> </center>
author | visualblock |
---|---|
permlink | re-eniolw-20231014t225420366z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387","programming","coding","python","development","quiz","neoxian","proofofbrain","creativecoin","spanish"],"app":"ecency/3.0.36-vision","format":"markdown+html"} |
created | 2023-10-15 03:54:21 |
last_update | 2023-10-15 03:54:21 |
depth | 1 |
children | 0 |
last_payout | 2023-10-22 03:54: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 | 745 |
author_reputation | 152,604,757,461,690 |
root_title | "My Coding Quiz #27" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 128,002,835 |
net_rshares | 0 |