
teekcode.github.io
lei(teek)Write the code. Better the world. Brilliant software in my eyes. A tour of git. How to use Hexo. Welcome to my blog.
http://teekcode.github.io/
Write the code. Better the world. Brilliant software in my eyes. A tour of git. How to use Hexo. Welcome to my blog.
http://teekcode.github.io/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
1.5 seconds
PAGES IN
THIS WEBSITE
8
SSL
EXTERNAL LINKS
13
SITE IP
151.101.192.133
LOAD TIME
1.516 sec
SCORE
6.2
lei(teek) | teekcode.github.io Reviews
https://teekcode.github.io
Write the code. Better the world. Brilliant software in my eyes. A tour of git. How to use Hexo. Welcome to my blog.
How to use Hexo
http://teekcode.github.io/2014/07/14/how-to-use-Hexo
Write the code, better the world. How to use Hexo. 环境: Ubuntu14.04/VS Code 0.8/hexo 2.8.3. Last Update: 10.3.2015. A tour of git.
teekcode
http://teekcode.github.io/archives
Write the code, better the world. A tour of git. How to use Hexo.
Openwrt and web
http://teekcode.github.io/2014/09/05/web-ctr
Write the code, better the world. Print(OK:ok r n r n). Modified March 21 2015. A tour of git.
A tour of git
http://teekcode.github.io/2014/07/23/git
Write the code, better the world. A tour of git. Https:/ github.com/teekcode/hello-github.git. 如果想要得到此项目源码 用来自己修改/学习 ,点击 fork. 这里假设你的username是[name]那么 https:/ github.com/[name]/hello-github.git就是你的项目地址。 Https:/ github.com/[name]/hello-github.git. Make some changes to the project. Git commit -m "修改原因,相关说明". Git commmit -m fist step. Git remote add origin https:/ github.com/你的github的用户名/newproject.git. Git push origin master. Git config - list/ 查看用户信息. Git log - pretty=oneline/ 概要 include 一串特征数字 名称.
Powerful javascript 101
http://teekcode.github.io/2015/09/21/javascript
Write the code, better the world. 回到Js,比python稍微繁琐一点,要用个var来搞,知道了var a, b, c这样比较好,声明全部写在前面,跟c一样,然后,发现不用var也行,有了万恶的全局变量,然后由于写的东西不大,也就不需要模块控制,什么名字冲突也几乎没有发生过。 The power to define the situation is the ultimate power. - Jerry Rubin. 第一次看到函数式关于Js的编程,是在一本html5应用编程上面,之后发现reduce,map,filter简直是一坨数据分析,修改,挑选的利器,for多恶心,if也恶心。 Source:http:/ phuu.net/2014/08/31/csp-and-transducers.html. Concat(result, transform(input) ;. Concat(result, input) :. 125;, []). Last Update: 10.3.2015. Brilliant software in my eyes.
TOTAL PAGES IN THIS WEBSITE
8
标签 | Green's Blog
http://limaolong.cn/tags
Stay hungry, Stay Foolish. 主题 - NexT.Pisces.
几个简单的Github操作 | Green's Blog
http://limaolong.cn/2015/06/13/simple_exercises_of_github
本文原文 https:/ guides.github.com/activities/hello-world/. Stay hungry, Stay Foolish. 主题 - NexT.Pisces.
如何科学的上网 | Green's Blog
http://limaolong.cn/2015/09/18/how_to_FK_GFW
详情请见 HOW TO FUCK GFW. 最新版本请访问如下地址 https:/ github.com/getlantern/lantern. 1 `git clone https:/ github.com/getlantern/lantern.git` 2. `cd lantern` 3. `make lantern` 4. `./lantern`. 其他版本以及集成的浏览器等请见 https:/ github.com/XX-net/XX-Net. Linux用户 解压之后,进入XX-net文件夹,直接运行./start.sh,打开浏览器即可上网。 若要部署自己的APPID,请看 https:/ github.com/XX-net/XX-Net/wiki/how-to-create-my-appids. Stay hungry, Stay Foolish. 主题 - NexT.Pisces.
Ubuntu下mysql,php以及apache的安装和配置 | Green's Blog
http://limaolong.cn/2015/07/16/lamp
Sudo apt-get install apache2. Sudo service apache2 start. Sudo apt-get install php5 libapache2-mod-php5. Sudo apt-get install php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl. Sudo vim /var/www/html/test.php. Sudo apt-get install mysql-server-5.5 libapache2-mod-auth-mysql. Sudo apt-get install phpmyadmin. Sudo vim /etc/apache2/apahce2.conf. 主题 - NexT.Pisces.
分类: PHP | Green's Blog
http://limaolong.cn/categories/PHP
Stay hungry, Stay Foolish. 主题 - NexT.Pisces.
分类: ubuntu | Green's Blog
http://limaolong.cn/categories/ubuntu
Stay hungry, Stay Foolish. 主题 - NexT.Pisces.
【Ubuntu学习】Linux中alias的使用 | Green's Blog
http://limaolong.cn/2015/10/25/ubuntu-how_to_use_alias
Alias edithttp=gedit /etc/httpd/conf/httpd.conf. Alias lsl=cd . & ls -l. 参考自 http:/ www.linfo.org/alias.html. Stay hungry, Stay Foolish. 主题 - NexT.Pisces.
【Ubuntu学习】Linux多进程通信之消息队列 | Green's Blog
http://limaolong.cn/2016/04/02/ipc_message_queue
在计算机科学中,消息队列 英语 Message queue 是一种进程间通信或同一进程的不同线程间的通信方式,它使用队列 queue 来处理一系列的输入 通常是来自用户。 英语水平较高者,请看 http:/ linux.die.net/man/2. 下的msgget,msgsnd,msgrcv,msgctl等函数。 函数声明 int msgget(key t key, int msgflg). Key t key是一个整型变量,一般通过 ftok函数. Int msgflg是一个控制变量,可以取IPC CREAT和IPC EXCL. 仅使用IPC CREAT,如果用key唯一标识消息队列 以下同 不存在,则创建新队列 如果队列存在,则打开队列,函数执行成功则返回队列的id。 函数声明 int msgsnd(int msqid, const void *msgp, size t msgsz, int msgflg). Long mtype; / message type, must be 0. Char mtext[256]; / message data. Struct msqid ds {.
分类 | Green's Blog
http://limaolong.cn/categories
Stay hungry, Stay Foolish. 主题 - NexT.Pisces.
TOTAL LINKS TO THIS WEBSITE
13
teekaz.com - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
consider, evaluate, act
Consider, evaluate, act. Take a look around, think about what you see, then do something that makes a difference. Friday, 1 June 2012. Join me in pledging to send a copy of #GeekManifesto to every MP. I just sent this note to friends and colleagues - please feel free to do so yourself, and spread the word. I’m writing to ask for your support – wait, no money needs to change hands! 8211; in getting our members of Parliament to take science more seriously. But we want to go further. Links to this post.
应该不懂一些什么东西之类的
过一天是一天,不是每天都有故事,但是如果有,就会在这里. Wednesday, February 16, 2011. I am not holding my breath or keeping my finger crossed 可是看起来好像我要在今年的全国数位教学分享里面讲一些东西,所以我要准备一些东西之类,而且我也要负责培训校内一些老师,所以大概我今年就要靠这个吃糊了吧。 我有一个想法,如果说独中统考对独中极度重要,独中要考统考来生存的话,那么,以前独中是靠统考而生,我相信将来独中会因为统考而死。 世界上的教育方法不停在变,因此考试方法也不停在变。统考呢.改变很少,所以整个独中的课程也改变很少。一个例子,我当年事头一两届用这本生物课本,我毕业了,去了国外转了一圈,回来了,初中还是用同一本生物课本。那年是1991,今年是2011。过分吧? 我们老师们给学生很多功课,可是这些功课效果怎样,有谁去测量过? 1 - 抄功课要有的抄才算抄功课。 2 - 功课的量和质不成比例。 数学老师一定在那边说,没有办法啊,数学是要多作练习的啊。我也知道要多练习,可...3 - 课本的问题。 我们独中有这样一个坏习惯&#...
TEEK CARE
De teek te lijf! De beet van een teek. Sep 23, 2014. Er zijn diverse tekenbeet thuistesters in de winkel verkrijgbaar. Met een test kan volgens de bijgeleverde beschrijving gekeken worden of er sprake is van de aanwezigheid van de Borrelia bacterie die de ziekte van Lyme veroorzaakt. Zelftest tekenbeet betrouwbaar of niet Zowel het RIVM als het programma ‘Kassa’ geven duidelijk aan dat de verkrijgbare zelftests voor een tekenbeet niet betrouwbaar zijn.(…). Aug 12, 2014. Week van de Teek. Week van de teek.
Welcome to Teekca's Boutique
Teekca’s Aboriginal Boutique is a unique Aboriginal shop catered to provide gifts crafted by the first peoples of North America. The artisans incorporate the history, geopgraphy and culture into their beautiful wares and artwork by drawing upon the natural resources from the land. We have access to a variety of artists and Aboriginal businesses we’ve worked with over many years. We will work with you to bridge that idea of a special gift for your loved one, employee, boss, friend, family or just cause.
lei(teek)
Write the code. Better the world. Brilliant software in my eyes. A tour of git. How to use Hexo. Welcome to my blog.
RIVM Teek Control
TEEKE
Az egyesület alapszabálya az egyesülési jogról szóló 1989. évi II. törvény, valamint az 1997. évi CLVI. törvény rendelkezéseivel összhangban az alább meghatározott célkitűzéseknek megfelelően biztosítja a szervezet demokratikus, önkormányzati elven alapuló működését, elősegíti a tagok jogainak és kötelezettségeinek érvényesülését. Az Egyesület célja, alapelvek:. A fő célok megvalósítását az alábbi alapelvek betartása mellett érjük el:. A tagok által jóváhagyott munkaterv alapján végezzük munkánkat. 4 nev...
Teeke - Accueil
Unable to create /modules/mod cu3er/elements/cu3er.xml. Please check your permissions! Please update your Flash Player. Du simple site vitrine à la boutique e-commerce, vous trouverez ici une solution adaptée à vos. D'information, vos déplacements et votre contact client en developpant votre. Faites une visite de nos dernières réalisations. Vous pourrez voir le souci du détails ainsi que. Un site qui vous ressemble. Tous nos sites sont conçus dans l’optique d’un bon référencement et ainsi obtenir des vis...
Home
10; . ARE YOU GETTING THE BEST FROM ONE OF YOUR MOST IMPORTANT INVESTMENTS? 10; . IT investment is essential to meet the demands of modern business but brings additional challenges:. 10; . Security, reliability and compliance Confidence that your investment is both cost effective now and for the future needs of your company. 10; . Are you concerned about:. Security from hackers, viruses, etc. Security within your organisation. Reliability of systems, networks and software.
Home
10; . ARE YOU GETTING THE BEST FROM ONE OF YOUR MOST IMPORTANT INVESTMENTS? 10; . IT investment is essential to meet the demands of modern business but brings additional challenges:. 10; . Security, reliability and compliance Confidence that your investment is both cost effective now and for the future needs of your company. 10; . Are you concerned about:. Security from hackers, viruses, etc. Security within your organisation. Reliability of systems, networks and software.