
tony612.com
Tony HanTony Han | Happy hacking
http://www.tony612.com/
Tony Han | Happy hacking
http://www.tony612.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
1.6 seconds
Bing Han
SCUT in ●●●●●●●●ou,China
Gua●●●hou , GuangDong, 510006
China
View this contact
Bing Han
SCUT in ●●●●●●●●ou,China
Gua●●●hou , GuangDong, 510006
China
View this contact
Bing Han
SCUT in ●●●●●●●●ou,China
Gua●●●hou , GuangDong, 510006
China
View this contact
12
YEARS
8
MONTHS
10
DAYS
GODADDY.COM, LLC
WHOIS : whois.godaddy.com
REFERRED : http://registrar.godaddy.com
PAGES IN
THIS WEBSITE
5
SSL
EXTERNAL LINKS
0
SITE IP
107.20.198.228
LOAD TIME
1.578 sec
SCORE
6.2
Tony Han | tony612.com Reviews
https://tony612.com
Tony Han | Happy hacking
Should we do what users need or what we require them to need?
http://tony612.com/should-we-do-what-users-need-or-what-we-require-them-to-need
Tony Han is writing on the Svbtle. March 16, 2015. Should we do what users need or what we require them to need? 另一个论据是 [stackoverflow.com](stackoverflow.com) ,还更像是本文的主角。 只用 Google,把 baidu 当做 ping. 记得第一次看到我的问题被别人修改过之后,只想大叫 wtf ,好不容易用英文拼起来的问题,居然被一个名字都不知道怎么读的人给改了 但之后看了修改的记录,发现基本都是一些语法错误或者有些地方描述太啰嗦了 看到这里肯定了解我有多啰嗦了。 这玩意儿不光挂在头像旁长脸,谁看着那数不清是几的数字和几个金光闪闪的 badge 不得投去无数羡慕的眼光,还特实用,找工作的时候贴上你的 stackoverflow 地址,准保你要不就是因为还不错而加分,要不就是因为不怎么样而被扣分。 问错地方还会被别人念叨,或者直接 vote down ,有些小白跟人家吵起来还会招来不少骂声。 ActiveRecord 和 Ecto 的比较.
How does Plug work with Cowboy?
http://tony612.com/how-does-plug-work-with-cowboy
Tony Han is writing on the Svbtle. March 7, 2015. How does Plug work with Cowboy? Defmodule MyPlug do import Plug.Conn def init(options) do # initialize options options end def call(conn, opts) do conn put resp content type(text/plain) send resp(200, Hello world) end end # Run the server $ iex -S mix iex c path/to/file.ex [MyPlug] iex {:ok, } = Plug.Adapters.Cowboy.http MyPlug, [] {:ok, #PID . }. Small, fast, modular HTTP server. PlugAdapters.Cowboy.http MyPlug, []. Upgrade, :protocol, :my protocol}.
How does Plug.Builder work?
http://tony612.com/how-does-plug-builder-work
Tony Han is writing on the Svbtle. March 17, 2015. How does Plug.Builder work? 正如Plug的名字 插头 一样,我们可以把一个个的Plug连起来,组成一个功能强大的Plug pipeline。 再比如Plug实现了Plug.Logger,把它 插在 在你的整个Plug的pipeline中,就帮你加入了日志的功能。 Defmodule MyApp do use Plug.Builder plug Plug.Logger plug :hello, upper: true def hello(conn, opts) do body = if opts[:upper], do: WORLD, else: world send resp(conn, 200, body) end end. Define plugs one by one. Module.register attribute( MODULE , :plugs, accumulate: true). Compile all plugs to one function.
125 days contributing on GitHub
http://tony612.com/125-days-contributing-on-github
Tony Han is writing on the Svbtle. June 13, 2015. 125 days contributing on GitHub. 如果本文有个中文标题,大概会是这样 在 GitHub 上连续 125 天有 contribution 记录是怎样一种体验. 类似于 ActiveRecord 有 22 次提交,排名第8。 完成了 Qiniu SDK for Elixir. 基本从年假前几天到年假结束,只是出于学习 Elixir 这门语言的原因,需要写点书上 demo 代码。 根据我以往的习惯,会把这些代码扔到 GitHub 上,因为这样可能会增加一点 GitHub 的经验值? 年假过去后 Elixir 的基础学的差不多了,按照之前的习惯,GitHub 的 streak 就又要断了。 于是我开始想要做点什么呢,干脆做个网站吧,毕竟 Elixir 还是很适合做 web 的,而且又有 Phoenix. 比如,Ecto 有一些可以改进或者 fix 的地方,以及没有能够上传文件到 qiniu 的 Elixir lib。 于是我写了 Qiniu SDK for Elixir。
译:理解 Elixir 的宏-1
http://tony612.com/understanding-elixir-macros-part-1-zh-cn
Tony Han is writing on the Svbtle. May 3, 2015. 译 理解 Elixir 的宏-1. 原作者这一系列讲 Elixir macro 的文章写的非常好,我的认识还远远不够,所以在这里翻译一下,这是第一篇。 原文链接 http:/ www.theerlangelist.com/2014/06/understanding-elixir-macros-part-1.html. 我原本打算在之后要出版的 Elixir in Action. 因为这个问题跟这本书的主题不太切合,这本书更关注于底层 VM 和 OTP 的关键部分。 尽管我确信写宏并不怎么难,但它确实需要一些比对一般 Elixir 代码,更高程度的认知,因此我认为了解 Elixir 编译器的一些内部细节是很有帮助的。 这是一篇中等难度的文章,如果你对 Elixir 和 Erlang 比较熟悉,但对宏还是有一些疑惑,那么你找对地方了。 如果你刚接触这两种语言,那最好还是先从其他的开始,比如 Getting started guide. 来生成的,这些文件描述了码位 codepoint ,许多函数 比如.
TOTAL PAGES IN THIS WEBSITE
5
Blog de tony60bvs - toxinelle60 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Création : 11/01/2009 à 17:30. Mise à jour : 23/09/2012 à 05:22. Ptite foto vite fé. Ba c moi avc chris o fon. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Posté le samedi 20 juin 2009 07:24. Ou poster avec :. Ou poster avec :.
Blog de tony60tkt - tony 60 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Je suis grand brun;bo yeux bleu;bogoss et sympa. Mise à jour :. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (54.145.69.42) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Ou poster avec :. N'oublie p...
tony610's blog - Blog de tony610 - Skyrock.com
More options ▼. Subscribe to my blog. Created: 08/02/2016 at 2:41 AM. Updated: 08/02/2016 at 2:48 AM. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.62) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Monday, 08 February 2016 at 2:48 AM. Please enter the sequence of characters in the field below. Posted on Monday, 08 February 2016 at 2:48 AM. Please ...
Their Profile - tony611 - Skyrock.com
The position of the blocks have been saved. Hemet - United States. Did you like this profile? Tue, October 20, 2009. Here for: To make friends. Height: 6 ft 3 in. I live: At my parents'. My star sign : Leo. Post to my blog. Here you are free.
tony61130's blog - c le plus bo blog regarde et meté des com - Skyrock.com
C le plus bo blog regarde et meté des com. Le gué de la chaine (61). 06/04/2007 at 6:02 AM. 05/04/2009 at 7:10 AM. Subscribe to my blog! Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.2) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Saturday, 23 June 2007 at 10:14 AM. Please enter the sequence of characters in the field below. Mon club que jaime.
Tony Han
Tony Han is writing on the Svbtle. 125 days contributing on GitHub. 如果本文有个中文标题,大概会是这样 在 GitHub 上连续 125 天有 contribution 记录是怎样一种体验. 在 elixir-lang/ecto 类似于 ActiveRecord 有 22 次提交,排名第8。 完成了 Qiniu SDK for Elixir 的主要开发工作。 基本从年假前几天到年假结束,只是出于学习 Elixir 这门语言的原因,需要写点书上 demo 代码。 根据我以往的习惯,会把这些代码扔到 GitHub 上,因为这样可能会增加一点 GitHub 的经验值。 年假过去后 Elixir 的基础学的差不多了,按照之前的习惯,GitHub 的 streak 就又要断了。 于是我开始想要做点什么呢,干脆做个网站吧,毕竟 Elixir 还是很适合做 web 的,而且又有 Phoenix 这个比较像 Rails 的框架。 比如,Ecto 有一些可以改进或者 fix 的地方,以及没有能够上传文件到 qiniu 的 Elixir lib。
tony616's blog - MC saint andré - Skyrock.com
09/04/2006 at 2:23 AM. 18/08/2006 at 1:38 PM. JDR special melisande jdrrr! DeCoBloG$ $ $ $DeCoBloG$ $ $ $ . Subscribe to my blog! Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.3) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Friday, 18 August 2006 at 1:33 PM. Please enter the sequence of characters in the field below. JDR special melisande jdrrr!
Blog de tony619 - le blog de mik x team= flam-tek - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Le blog de mik x team= flam-tek. Mise à jour :. Abonne-toi à mon blog! Soirer tecktonik killer tkt. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. N'oublie pas ...
tony61928's blog - Blog de tony61928 - Skyrock.com
01/01/2010 at 1:24 PM. 28/03/2010 at 12:38 PM. Soundtrack of My Life. LALGERiN0 C`EST DLA TURiE! L'algerino - Sur la tête de ma Mere `. Subscribe to my blog! Ma voiture lol =). Lol c ma voiture elle fait male. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.3) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Friday, 01 January 2010 at 1:37 PM.
Blog de tony62-montana - tony62 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Allisson tu restera tjr ds mon coeur. Abonne-toi à mon blog! Allisson tu restera tjr ds mon coeur. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre.
tony62's blog - Blog de tony62 - Skyrock.com
More options ▼. Subscribe to my blog. Created: 08/08/2016 at 9:24 AM. Updated: 28/08/2016 at 9:17 AM. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.62) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Sunday, 28 August 2016 at 9:17 AM. Please enter the sequence of characters in the field below. Posted on Monday, 08 August 2016 at 9:29 AM.
SOCIAL ENGAGEMENT