Logic Tests Series (3) - SUBT 逻辑测试系列之三 - SUBT

@justyy ‘s series of Logits Tests:

We have implemented the DECR function in last series using the only four keywords in this tiny programming language. This post, you will need to implement the SUBT function which takes two parameters and subtract one from the other i.e. X-=Y

In C++, you can probably implement this using a LOOP.

1
2
3
4
5
void subt(unsigned int &x, unsigned int y) {
for (int i = 0; i < y; i ++) {
x --;
}
}

We take one from X variable Y times and the variable X is a reference variable in C++. If we translate this into this language, here it comes:

1
2
3
4
5
SUBT(X, Y) {
LOOP(Y) {
DECR(X) // DECR has been implemented, so we can use it.
}
}

As you see, complex functions are built upon simple instructions namely ASGN, LOOP, INCR and ZERO. We are going to explore more in the next coming series, please be patient!


Image Credit: Pixabay.com

@justyy 的逻辑测试系列:

上次添加了 DECR 函数来把 一个变量减一,我们这次来定义一个 SUBT 函数来实现 把 减法运算,也就是 X-=Y

如果我们用 C++ 来实现,大概是这样的:

1
2
3
4
5
void subt(unsigned int &x, unsigned int y) {
for (int i = 0; i < y; i ++) {
x --;
}
}

这里 x 变量是引用,也就是直接在函数里能修改其值,退出函数后x能有变化。我们翻译成这门语言是:

1
2
3
4
5
SUBT(X, Y) {
LOOP(Y) {
DECR(X) // DECR 在上期已经定义过了,这里拿来一用。
}
}

复杂的函数是一点一点建立起来的,虽然这门语言只有 INCR, ZERO, ASGN, LOOP 这四个关键字,但是我们可以通过组合实现最基本的功能,进而完成更复杂的功能,让我们拭目以待。

CN 每日排行榜

// Later, it may be reposted to my blogs: justyy.com, helloacm.com and codingforspeed.com 稍后同步到我的中文博客和英文计算机博客

Originally published at https://steemit.com Thank you for reading my post, feel free to Follow, Upvote, Reply, ReSteem (repost) @justyy which motivates me to create more quality posts.

原文首发于 https://Steemit.com 首发。感谢阅读,如有可能,欢迎Follow, Upvote, Reply, ReSteem (repost) @justyy 激励我创作更多更好的内容。

@justyy 是CN 区的点赞机器人,对优质内容进行点赞,只要代理给 @justyy 每天收利息(100 SP 每天0.04 SBD)并且能获得一次相应至少2倍的点赞,可以认为是VP 200%+ ,详细请看:


欢迎你发表你的见解和看法,特别有意思的评论我可能会奖励你1 SBD哦。
Interesting Comments might be rewarded with 1 SBD.


This page is synchronized from the post: Logic Tests Series (3) - SUBT 逻辑测试系列之三 - SUBT

Daily #CN Updates - CN社区每日榜单【优质内容机器人点赞记录】【过去7天潜在收益排行榜】【那些优秀被错过的文章】(2017-09-23)

数据来源: steemsql.com
生成时间: 2017-09-23 11:11:04 (UTC)
报告时间: 2017-09-19 11:11:04 (UTC) to 2017-09-20 11:11:04 (UTC)

2017-09-23 那些优秀可能被错过的文章


Image Credit: pixabay.com
| | 作者 Author| 文章 Post|
|———-|:————-:|:——|
| 1 | @mrspointm | Foodie Time #1 : Let’s ride an ofo bicycle to Wanda Plaza to enjoy the delicacy/ 吃货时刻#1:小黄车的万达美味行 |
| 2 | @nationalpark | Saint Martin 圣马丁岛 ?? |
| 3 | @karasui | 大自然的鬼斧神工 |
| 4 | @kangnajiang | 兴趣是一颗种子 谷哥点名#7 |
| 5 | @victory622 | Cassis – 蓝色眼泪 – Costa Azzurra – 蔚蓝海岸线上的小镇卡西斯 |
| 6 | @karasui | 自己动手, 丰衣足食 #8谷歌点名 秋 |
| 7 | @hannahwu | 我在人民广场吃炸鸡 Business Trip to Shanghai |
| 8 | @zsilence | 别闹了,费曼先生——一个天真的人讲有趣的事 / 买书如山倒,读书如抽丝#6 |
| 9 | @catwomanteresa | 長毛家的毛寶貝#6: ??二毛的日常 Pets in our family#6: ??Caturday collage contest1 |
| 10 | @jessicameng | 一叶知秋,一聚深情 #2 《篝火晚会难忘今宵》 |
符合条件的文章总数: 22

2017-09-23 Daily Top Authors in [CN] (Last 7 Days) 每日cn社区之 过去7天潜在收益排行榜

The following is the list of top 30 daily authors in [CN] in the last 7 days sorted by potential payout. See the SQL for more details.
这是根据这篇的SQL - 经少量修改和调整统计出过去7天作者的潜在收益排行。
| 排名 Rank| 作者 Author| 发贴数 Posts| 点赞数 Votes| 潜在收益 Pending Payout| 平均每贴收益 Average Pending Payout Per Post|
|–:|–:|–:|–:|—:|—:|
| 1| @oflyhigh | 7 | 2713 | 1619.09 |231.30 |
| 2| @deanliu | 6 | 1951 | 1096.28 |182.71 |
| 3| @htliao | 6 | 1519 | 944.65 |157.44 |
| 4| @tumutanzi | 7 | 1344 | 860.76 |122.97 |
| 5| @jubi | 14 | 1776 | 816.51 |58.32 |
| 6| @justyy | 18 | 2528 | 769.14 |42.73 |
| 7| @linuslee0216 | 6 | 1327 | 761.00 |126.83 |
| 8| @rivalhw | 5 | 1136 | 732.79 |146.56 |
| 9| @blackbunny | 6 | 1070 | 658.62 |109.77 |
| 10| @guyverckw | 10 | 1205 | 649.82 |64.98 |
| 11| @hannahwu | 8 | 1050 | 642.88 |80.36 |
| 12| @twinkledrop | 6 | 741 | 575.63 |95.94 |
| 13| @dapeng | 8 | 1128 | 496.45 |62.06 |
| 14| @nicolemoker | 3 | 796 | 487.01 |162.34 |
| 15| @coldhair | 9 | 1175 | 482.85 |53.65 |
| 16| @wilkinshui | 6 | 1062 | 467.78 |77.96 |
| 17| @aaronli | 5 | 736 | 452.23 |90.45 |
| 18| @ace108 | 26 | 2804 | 448.88 |17.26 |
| 19| @mrspointm | 6 | 896 | 433.53 |72.25 |
| 20| @sweetsssj | 1 | 1582 | 430.53 |430.53 |
| 21| @joythewanderer | 6 | 1146 | 422.35 |70.39 |
| 22| @kitcat | 5 | 844 | 417.64 |83.53 |
| 23| @zsilence | 10 | 653 | 355.88 |35.59 |
| 24| @travelgirl | 12 | 1309 | 343.60 |28.63 |
| 25| @stacee | 3 | 523 | 332.34 |110.78 |
| 26| @goodboyphilip | 8 | 321 | 330.01 |41.25 |
| 27| @elfkitchen | 4 | 647 | 327.06 |81.76 |
| 28| @kenchung | 4 | 748 | 311.44 |77.86 |
| 29| @victorier | 5 | 640 | 289.70 |57.94 |
| 30| @krischy | 2 | 537 | 280.06 |140.03 |

以上收益包括75%的作者收益(Author Rewards)和25%的点赞收益(Curation Rewards)。
@dailystats 提供过去7天全网潜在收益前30名的排名
check @dailystats for top 30 daily authors in the last 7 days sorted by potential payout

CN 区优质内容点赞机器人每天会为这30名作者点赞!
CN Good-Content-Body will upvote these authors every day!

近期机器人点赞记录 Recent Quality-Content-Upvote-Bot Upvoting History

这个机器人很善良,只想激励CN社区产生更多的优质内容。当然别忘记了,我本人人工也是会对未上榜的优质作者进行点赞的哟~
The quality-content-upvoting-bot motivates for more good contents in [CN], however, I will also upvote other authors if good content are produced.

时间 Time 作者 Author 文章 Post 权重 Weighting % VP %
2017-09-22 00:57:27 @linuslee0216 @linuslee0216 16.67 59.54
2017-09-22 02:08:21 @ace108 @ace108 15.60 60.02
2017-09-22 03:25:58 @bring @bring 12.15 60.73
2017-09-22 04:30:08 @htliao @htliao 18.44 61.46
2017-09-22 04:30:58 @mrspointm @mrspointm 13.47 61.24
2017-09-22 05:23:20 @jubi @jubi 17.31 61.81
2017-09-22 05:28:27 @nicolemoker @nicolemoker 12.33 61.64
2017-09-22 09:04:32 @joythewanderer @joythewanderer 16.75 64.41
2017-09-22 09:47:24 @kitcat @kitcat 15.46 64.42
2017-09-22 10:20:19 @twinkledrop @twinkledrop 18.11 64.67
2017-09-22 10:47:08 @blackbunny @blackbunny 16.85 64.79
2017-09-22 11:06:28 @wilkinshui @wilkinshui 15.56 64.84
2017-09-22 13:30:40 @oflyhigh @oflyhigh 19.21 64.03
2017-09-22 13:33:45 @zsilence @zsilence 13.99 63.59
2017-09-22 13:34:35 @aaronli @aaronli 13.95 63.42
2017-09-22 13:34:36 @aaronli @aaronli 13.95 63.42
2017-09-22 13:33:18 @coldhair @coldhair 16.59 63.82
2017-09-22 13:33:46 @zsilence @zsilence 13.99 63.60
2017-09-22 13:51:11 @deanliu @deanliu 19.04 63.47
2017-09-22 14:22:17 @goodboyphilip @goodboyphilip 12.53 62.66
2017-09-22 16:31:17 @rivalhw @rivalhw 17.59 62.83
2017-09-22 23:49:17 @travelgirl @travelgirl 12.76 63.80
2017-09-23 00:25:16 @ace108 @ace108 15.39 64.12
2017-09-23 00:30:43 @guyverckw @guyverckw 16.64 64.00
2017-09-23 03:12:18 @bring @bring 12.66 63.31
2017-09-23 03:59:19 @zsilence @zsilence 12.76 63.79
2017-09-23 06:07:20 @blackbunny @blackbunny 16.99 65.33
2017-09-23 07:34:14 @tumutanzi @tumutanzi 19.49 64.97
2017-09-23 07:46:03 @deanliu @deanliu 19.55 65.17
2017-09-23 10:49:45 @twinkledrop @twinkledrop 17.31 66.58

每日’那些优秀被错过的文章’ 排行榜几点说明:

  • 取的是发贴在3 到4天前的 10个较少收益(较少被关注,但同时质量又较不错)的帖子。
  • 生成的结果去掉了 我自己的帖子 @justyy
  • 有可能会微调参数让结果更合理。
  • 查询SQL语句和参数暂时不公开,因为这样会更公平一些。

这个报告的年龄为: 29天。 i.e. 发布的第一天, 发布的第二天
为什么要有这个报告?
欢迎 @justyy 如果您有好的建议或者想看哪些榜单却找不到。
Tags: #cn

@justyy 是CN 区的点赞机器人,对优质内容进行点赞,只要代理给 @justyy 每天收利息(100 SP 每天0.04 SBD)并且能获得一次相应至少2倍的点赞,可以认为是VP 200%+ ,详细请看:


欢迎你发表你的见解和看法,特别有意思的评论我可能会奖励你1 SBD哦。
Interesting Comments might be rewarded with 1 SBD.


This page is synchronized from the post: Daily #CN Updates - CN社区每日榜单【优质内容机器人点赞记录】【过去7天潜在收益排行榜】【那些优秀被错过的文章】(2017-09-23)

论PHP是世界上最好的语言 PHP is the best programming language in the world!


Image Credit: Pixabay.com

ABSTRACT: PHP is the best programming language in the world!

PHP为啥是世界上最好的语言?你也许听过这个梗:

女孩:“你能让这个论坛的人都吵起来,我今晚就跟你走。”程序员:“PHP是最好的语言! ”论坛炸锅了,各种吵架…女孩:“服了你了,我们走吧你想干啥都行。”程序员:“今天不行,我一定要说服他们,PHP必须是最好的语言。”

今天 我就来说说 PHP 为什么 真是 世界上最好的语言。

函数特别多

比如你想读取一个文件,只需要这么一句话:

1
$data = file_get_contents("文件 或者 是URL");

真是没有比它更简单明了的了。 PHP强大的地方在于 它的函数特别特别的多,你只需要拿来用就可以了,并不需要重新造轮子。

7年前 PHP 的函数就有 将近6000个,更不用提最新的PHP 7了。

三个程序员坐在格子间里编程。一个程序员一言不发,他用的是python.一个程序员写一会儿就按一下编译,然后就玩会儿手机。他用的是C++。一个程序员坐在那里浏览网页,不时飞快的键入一些字符。经理看到,怒道:你怎么不干活,尽在上网。回答:我在查实现这个功能需要用什么函数。他用的是PHP。

门槛低

PHP 入门门槛低, C类型的语法容易理解,并不需要特别配置就可以很轻松的运行WEB程序。比如你安装完 apache2 再安装一个PHP,然后在WEB目录下创建一个PHP:

1
2
<?php
echo "PHP 是世界上最好的语言";

就可以在浏览器里运行服务端PHP代码了,真是太方便了。

框架多

各种现成的框架把 逻辑层和表现层分开,你只要拿来用就可以了。比如:Laravel

PHP 主宰 WEB

PHP在 TIOBE 每月编程语言排名 长期排名前10,这很大程序得易于 wordpress 是PHP写的,并且互联网上大多数网站都用到了PHP。


// source: https://w3techs.com/technologies/details/pl-php/all/all

PHP是贫民出生,有着广泛的群众基础,现在已然是一门顶级WEB编程语言。

运行速度快

PHP5之前 也许我们会说 PHP的代码效率太差运行慢,但是PHP7之后,代码执行效率已经很快了。不过相比 C++还是慢,但是处理 WEB,跑跑 wordpress 已经足够了。

PHP访问数据库

PHP和 MySQL 简直是天造的一对,访问数据库的方式太简单了,连接数据库只要:

1
2
<?php
$conn = mysqli_connect("localhost","my_user","my_password","my_db");

还有人调侃 离开 MYSQL的PHP就没用啦。

Source: https://helloacm.com/a-quick-performance-comparison-on-languages-at-codeforces/

但是实际上我用 sublime text 配置 php, 时常也用PHP来写些小程序 比如参加 @kenchung 的数学编程比赛,为啥?因为配置方便,函数多,写起代码来快,运行速度快:很快速的能验证一些想法。

PHP是严谨的

比如在类方法里面访问 类成员需要 加上 $this

1
2
3
4
5
6
7
public class JustYY {
private $rep = 67;

public function getReputation() {
return $this->rep;
}
}

而在 C#C++ 或JAVA里,你都是不用写这个 $this 的了,所以有时候很容易搞错:特别是你方法里有一个同名的变量。

PHP的缺点

当然 PHP也有缺点,比如 不支持多线程,可是我们并不需要啊。现在 web 服务器可以配置成多个 server, 完全可以做到多个 PHP 进程(不是线程)来同时跑多个程序。

PHP入门低,所以很容易上手,写出来的代码 参差不齐,很容易把逻辑和表现层混在一块,日后很不容易维护和调试,一些公司往往招一些新手过来没有经过怎么培训就写代码,写出来一团糟,但是PHP完全可以跑,只是别人在看代码的时候一头雾水,这往往也是编程老手看不上PHP程序员的原因之一吧。

最后,弄一个 GIF,PHP是最好的语言,不服来战!

CN 每日排行榜

// Later, it may be reposted to my blogs: justyy.com, helloacm.com and codingforspeed.com 稍后同步到我的中文博客和英文计算机博客

Originally published at https://steemit.com Thank you for reading my post, feel free to Follow, Upvote, Reply, ReSteem (repost) @justyy which motivates me to create more quality posts.

原文首发于 https://Steemit.com 首发。感谢阅读,如有可能,欢迎Follow, Upvote, Reply, ReSteem (repost) @justyy 激励我创作更多更好的内容。

@justyy 是CN 区的点赞机器人,对优质内容进行点赞,只要代理给 @justyy 每天收利息(100 SP 每天0.04 SBD)并且能获得一次相应至少2倍的点赞,可以认为是VP 200%+ ,详细请看:


欢迎你发表你的见解和看法,特别有意思的评论我可能会奖励你1 SBD哦。
Interesting Comments might be rewarded with 1 SBD.


This page is synchronized from the post: 论PHP是世界上最好的语言 PHP is the best programming language in the world!

Daily #CN Updates - CN社区每日榜单【优质内容机器人点赞记录】【过去7天潜在收益排行榜】【那些优秀被错过的文章】(2017-09-22)

数据来源: steemsql.com
生成时间: 2017-09-22 11:11:04 (UTC)
报告时间: 2017-09-18 11:11:04 (UTC) to 2017-09-19 11:11:04 (UTC)

2017-09-22 那些优秀可能被错过的文章


Image Credit: pixabay.com
| | 作者 Author| 文章 Post|
|———-|:————-:|:——|
| 1 | @incrediblesnow | 18/9/2017 Cn-abuse 的报告 ( Report for Cn-abuse on 18/9/2017) |
| 2 | @zhongyishenghi | 再看《甄嬛传》,我来挑挑错 |
| 3 | @xuran | 拆解:经济是如何运转的(1/2) |
| 4 | @wnh518518 | 本来无一物,何处惹尘埃——也谈steemit发帖收益问题 |
| 5 | @shaiya | 理工耍文,粉墨凡尘(二、三) |
| 6 | @aafeng | 说说英国乒乓球俱乐部的那些事儿 |
| 7 | @ljj | ljj鸟瞰中国——荔波小七孔(贵州) China from Above——Xiaoqikong of Libo, Guizhou |
| 8 | @zsilence | Steemit 发展之内容社交与熟人社会 |
| 9 | @veronicazhu | ??那些暴露年龄的动画片头曲-你听过几首??? |
| 10 | @incrediblesnow | 兴趣 谷哥点名#7 |
符合条件的文章总数: 34

2017-09-22 Daily Top Authors in [CN] (Last 7 Days) 每日cn社区之 过去7天潜在收益排行榜

The following is the list of top 30 daily authors in [CN] in the last 7 days sorted by potential payout. See the SQL for more details.
这是根据这篇的SQL - 经少量修改和调整统计出过去7天作者的潜在收益排行。
| 排名 Rank| 作者 Author| 发贴数 Posts| 点赞数 Votes| 潜在收益 Pending Payout| 平均每贴收益 Average Pending Payout Per Post|
|–:|–:|–:|–:|—:|—:|
| 1| @oflyhigh | 7 | 2672 | 1627.24 |232.46 |
| 2| @htliao | 7 | 1591 | 1068.43 |152.63 |
| 3| @linuslee0216 | 8 | 1638 | 1037.75 |129.72 |
| 4| @tumutanzi | 7 | 1382 | 1000.86 |142.98 |
| 5| @deanliu | 5 | 1621 | 982.21 |196.44 |
| 6| @jubi | 14 | 1693 | 883.79 |63.13 |
| 7| @justyy | 19 | 2533 | 770.47 |40.55 |
| 8| @rivalhw | 5 | 1054 | 758.79 |151.76 |
| 9| @guyverckw | 10 | 1212 | 703.98 |70.40 |
| 10| @twinkledrop | 6 | 699 | 702.72 |117.12 |
| 11| @blackbunny | 6 | 956 | 675.22 |112.54 |
| 12| @hannahwu | 8 | 1028 | 632.77 |79.10 |
| 13| @kitcat | 6 | 910 | 502.56 |83.76 |
| 14| @joythewanderer | 7 | 1156 | 490.68 |70.10 |
| 15| @coldhair | 8 | 957 | 488.81 |61.10 |
| 16| @rea | 2 | 902 | 475.30 |237.65 |
| 17| @mrspointm | 8 | 1053 | 469.02 |58.63 |
| 18| @wilkinshui | 7 | 1041 | 465.93 |66.56 |
| 19| @ace108 | 27 | 2776 | 465.37 |17.24 |
| 20| @bxt | 6 | 642 | 462.14 |77.02 |
| 21| @sweetsssj | 1 | 1469 | 449.57 |449.57 |
| 22| @dapeng | 7 | 953 | 448.91 |64.13 |
| 23| @nicolemoker | 3 | 676 | 434.81 |144.94 |
| 24| @aaronli | 5 | 643 | 432.12 |86.42 |
| 25| @elfkitchen | 5 | 776 | 406.17 |81.23 |
| 26| @goodboyphilip | 9 | 353 | 375.12 |41.68 |
| 27| @bring | 17 | 980 | 360.96 |21.23 |
| 28| @zsilence | 9 | 566 | 358.31 |39.81 |
| 29| @stacee | 3 | 522 | 337.79 |112.60 |
| 30| @travelgirl | 11 | 1252 | 320.57 |29.14 |

以上收益包括75%的作者收益(Author Rewards)和25%的点赞收益(Curation Rewards)。
@dailystats 提供过去7天全网潜在收益前30名的排名
check @dailystats for top 30 daily authors in the last 7 days sorted by potential payout

CN 区优质内容点赞机器人每天会为这30名作者点赞!
CN Good-Content-Body will upvote these authors every day!

近期机器人点赞记录 Recent Quality-Content-Upvote-Bot Upvoting History

这个机器人很善良,只想激励CN社区产生更多的优质内容。当然别忘记了,我本人人工也是会对未上榜的优质作者进行点赞的哟~
The quality-content-upvoting-bot motivates for more good contents in [CN], however, I will also upvote other authors if good content are produced.

时间 Time 作者 Author 文章 Post 权重 Weighting % VP %
2017-09-21 00:37:23 @linuslee0216 @linuslee0216 16.86 60.21
2017-09-21 02:05:39 @ace108 @ace108 15.91 61.19
2017-09-21 05:30:41 @bring @bring 12.75 63.75
2017-09-21 05:41:12 @twinkledrop @twinkledrop 16.57 63.72
2017-09-21 07:37:28 @rivalhw @rivalhw 18.21 65.03
2017-09-21 07:59:22 @htliao @htliao 19.44 64.80
2017-09-21 08:09:16 @jubi @jubi 18.11 64.67
2017-09-21 08:34:22 @mrspointm @mrspointm 14.25 64.78
2017-09-21 11:01:50 @wilkinshui @wilkinshui 14.30 64.99
2017-09-21 11:40:13 @oflyhigh @oflyhigh 19.20 64.01
2017-09-21 12:29:34 @zsilence @zsilence 12.89 64.45
2017-09-21 13:08:39 @joythewanderer @joythewanderer 15.55 64.81
2017-09-21 14:04:46 @goodboyphilip @goodboyphilip 12.78 63.92
2017-09-21 15:43:15 @blackbunny @blackbunny 15.12 58.14
2017-09-21 22:42:21 @tumutanzi @tumutanzi 18.48 61.60
2017-09-21 22:42:24 @tumutanzi @tumutanzi 18.48 61.60
2017-09-21 22:52:08 @guyverckw @guyverckw 17.22 61.51
2017-09-22 00:57:27 @linuslee0216 @linuslee0216 16.67 59.54
2017-09-22 02:08:21 @ace108 @ace108 15.60 60.02
2017-09-22 03:25:58 @bring @bring 12.15 60.73
2017-09-22 04:30:08 @htliao @htliao 18.44 61.46
2017-09-22 04:30:58 @mrspointm @mrspointm 13.47 61.24
2017-09-22 05:23:20 @jubi @jubi 17.31 61.81
2017-09-22 05:28:27 @nicolemoker @nicolemoker 12.33 61.64
2017-09-22 09:04:32 @joythewanderer @joythewanderer 16.75 64.41
2017-09-22 09:47:24 @kitcat @kitcat 15.46 64.42
2017-09-22 10:20:19 @twinkledrop @twinkledrop 18.11 64.67
2017-09-22 10:47:08 @blackbunny @blackbunny 16.85 64.79

每日’那些优秀被错过的文章’ 排行榜几点说明:

  • 取的是发贴在3 到4天前的 10个较少收益(较少被关注,但同时质量又较不错)的帖子。
  • 生成的结果去掉了 我自己的帖子 @justyy
  • 有可能会微调参数让结果更合理。
  • 查询SQL语句和参数暂时不公开,因为这样会更公平一些。

这个报告的年龄为: 28天。 i.e. 发布的第一天, 发布的第二天
为什么要有这个报告?
欢迎 @justyy 如果您有好的建议或者想看哪些榜单却找不到。
Tags: #cn

@justyy 是CN 区的点赞机器人,对优质内容进行点赞,只要代理给 @justyy 每天收利息(100 SP 每天0.04 SBD)并且能获得一次相应至少2倍的点赞,可以认为是VP 200%+ ,详细请看:


欢迎你发表你的见解和看法,特别有意思的评论我可能会奖励你1 SBD哦。
Interesting Comments might be rewarded with 1 SBD.


This page is synchronized from the post: Daily #CN Updates - CN社区每日榜单【优质内容机器人点赞记录】【过去7天潜在收益排行榜】【那些优秀被错过的文章】(2017-09-22)

第一届 STEEM中文区剪刀石头布大赛举办圆满成功! The Ranking of First Rock-Paper-Scissor Contest.

Big Congratulations to all winners!

第一届 STEEM中文区剪刀石头布大赛举办圆满成功!

恭喜一下以下选手!

奖金池: 30 + 37.257 + 2.8 = 70.05700

第一名 奖金池的 45% 70.05700 = 31.52565
第二名 奖金池的 20%
70.05700 = 14.0114
第三名 奖金池的 15% 70.05700 = 10.50855
第四名 奖金池的 10%
70.05700 = 7.0057
第五名 奖金池的 7% 70.05700 = 4.90399
第六名 奖金池的 3%
70.05700 = 2.10171

发奖记录:

微信公众号的后台调用:

玩家35人。

第一天一共花在游戏上32349秒,平均每人花了15.4分钟。
第二天一共花在游戏上19284秒,平均每人花了9.1分钟。
以此递减……

这说明了:

  • 这应该是最好玩的石头剪刀布 联机互动的游戏,大大的活跃了STEEMIT 中文微信群
  • 前几名分数太高了, 以至于后面几天 其它选手一看奖牌没有希望而放弃比赛。

我会修改一下算法,改进流程,让游戏变得更好玩,更有持续性又不会让人上瘾。敬请期待!

CN 每日排行榜

// Later, it may be reposted to my blogs: justyy.com, helloacm.com and codingforspeed.com 稍后同步到我的中文博客和英文计算机博客

Originally published at https://steemit.com Thank you for reading my post, feel free to Follow, Upvote, Reply, ReSteem (repost) @justyy which motivates me to create more quality posts.

原文首发于 https://Steemit.com 首发。感谢阅读,如有可能,欢迎Follow, Upvote, Reply, ReSteem (repost) @justyy 激励我创作更多更好的内容。

@justyy 是CN 区的点赞机器人,对优质内容进行点赞,只要代理给 @justyy 每天收利息(100 SP 每天0.04 SBD)并且能获得一次相应至少2倍的点赞,可以认为是VP 200%+ ,详细请看:


欢迎你发表你的见解和看法,特别有意思的评论我可能会奖励你1 SBD哦。
Interesting Comments might be rewarded with 1 SBD.


This page is synchronized from the post: 第一届 STEEM中文区剪刀石头布大赛举办圆满成功! The Ranking of First Rock-Paper-Scissor Contest.

如何通过 IFTTT 及时获得 STEEMIT上的比赛通知? How to get notification on SteemIt contests using IFTTT + Feed?

I don’t want to miss the contests held regularly by @kenchung so I come up with a method to combine IFTTT and RSS Feed, which notifies me if any contests coming up.

@kenchung 举办了很多期数学编程竞赛,但是有时候我发现的时候已经是好几天了, 错失了获奖良机。有没有简单一点的办法能迅速的知道有比赛呢?很简单,这需要结合 IFTTTRSS即可。

The RSS Feed to get the contests feed is:
首先,获得比赛相关的RSS为:

https://uploadbeta.com/api/steemit/wechat/feed/rss/?cached&allow_tags=contest

Add &allow=kenchung if only for specific author.
如果只想要参与 @kenchung 的比赛只需要在后面加上&allow=kenchung 即变成:

https://uploadbeta.com/api/steemit/wechat/feed/rss/?cached&allow_tags=contest&allow=kenchung

Add a new IFTTT rule:
那么我们需要 在IFTTT里添加一条规则:

Set the trigger to be on new items from the feed:
设置触发条件为 RSS 有新的文章发表:

The action could be send me an SMS:
指定动作可以是,给我发短信:

Or simply email me:
或者是发邮件:

That is it! I will get notification at the earliest timing!
这样只要有比赛,我就能第一时间内获得通知,再也不用担心错过比赛了!

CN 每日排行榜

// Later, it may be reposted to my blogs: justyy.com, helloacm.com and codingforspeed.com 稍后同步到我的中文博客和英文计算机博客

Originally published at https://steemit.com Thank you for reading my post, feel free to Follow, Upvote, Reply, ReSteem (repost) @justyy which motivates me to create more quality posts.

原文首发于 https://Steemit.com 首发。感谢阅读,如有可能,欢迎Follow, Upvote, Reply, ReSteem (repost) @justyy 激励我创作更多更好的内容。

@justyy 是CN 区的点赞机器人,对优质内容进行点赞,只要代理给 @justyy 每天收利息(100 SP 每天0.04 SBD)并且能获得一次相应至少2倍的点赞,可以认为是VP 200%+ ,详细请看:


欢迎你发表你的见解和看法,特别有意思的评论我可能会奖励你1 SBD哦。
Interesting Comments might be rewarded with 1 SBD.


This page is synchronized from the post: 如何通过 IFTTT 及时获得 STEEMIT上的比赛通知? How to get notification on SteemIt contests using IFTTT + Feed?

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×