All Projects → reeze → Tipi

reeze / Tipi

Licence: other
Thinking In PHP Internals, An open book on PHP Internals

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language
c
50402 projects - #5 most used programming language
CSS
56736 projects
M4
1887 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tipi

Markdown Pdf
Convert markdown to pdf, png or jpeg on the fly in Atom
Stars: ✭ 250 (-90.94%)
Mutual labels:  markdown
InternalAccessibleCompilerForUnity
Compile a c# project to a internal accessible dll (for Unity)
Stars: ✭ 20 (-99.28%)
Mutual labels:  internal
nuxt-interpolation
Nuxt.js module as directive for binding every link to catch the click event, and if it's a relative link router will push.
Stars: ✭ 38 (-98.62%)
Mutual labels:  internal
Zotero Mdnotes
A Zotero plugin to export item metadata and notes as markdown files
Stars: ✭ 243 (-91.2%)
Mutual labels:  markdown
CGSInternal
A collection of private CoreGraphics and SkyLight routines.
Stars: ✭ 146 (-94.71%)
Mutual labels:  internal
Chameleon
Basic skin & knife changer for Counter-Strike: Global Offensive
Stars: ✭ 58 (-97.9%)
Mutual labels:  internal
Markdown Cheatsheet
Markdown Cheatsheet for Github Readme.md
Stars: ✭ 3,316 (+20.14%)
Mutual labels:  markdown
pglet
Pglet - build internal web apps quickly in the language you already know!
Stars: ✭ 555 (-79.89%)
Mutual labels:  internal
openapi-filter
Filter internal paths, operations, parameters, schemas etc from OpenAPI/Swagger/AsyncAPI definitions
Stars: ✭ 112 (-95.94%)
Mutual labels:  internal
project-template
No description or website provided.
Stars: ✭ 14 (-99.49%)
Mutual labels:  internal
Pl Docs
Programming Language Documentations
Stars: ✭ 251 (-90.91%)
Mutual labels:  markdown
Draft Js Markdown Shortcuts Plugin
A DraftJS plugin for supporting Markdown syntax shortcuts
Stars: ✭ 252 (-90.87%)
Mutual labels:  markdown
WunderTools
Project reference configuration for use with Ansible & Vagrant
Stars: ✭ 18 (-99.35%)
Mutual labels:  internal
Csvtomarkdowntable
Simple JavaScript/Node.js CSV to Markdown Table Converter
Stars: ✭ 249 (-90.98%)
Mutual labels:  markdown
ExecutionMaster
Windows utility for intercepting process creation and assigning standard actions to program startup
Stars: ✭ 54 (-98.04%)
Mutual labels:  internal
Clrs
📚 Solutions to Introduction to Algorithms Third Edition
Stars: ✭ 3,230 (+17.03%)
Mutual labels:  markdown
software-project-blueprint
Project blueprint for Fintech Open Source Foundation hosted projects.
Stars: ✭ 21 (-99.24%)
Mutual labels:  internal
Zonote
Cross-platform desktop note-taking app. Sticky notes with Markdown and Tabs. All in one .txt file.
Stars: ✭ 255 (-90.76%)
Mutual labels:  markdown
babel-collect-imports
Recursively collect all the internal and external dependencies from an entry point
Stars: ✭ 33 (-98.8%)
Mutual labels:  internal
cstrike-basehook-linux
Internal project base for Counter-Strike: Source on Linux.
Stars: ✭ 36 (-98.7%)
Mutual labels:  internal

深入理解PHP内核(Thinking In PHP Internals)

TIPI项目是一个自发项目, 项目主要关注PHP的内部实现, 以及PHP相关的方方面面, 该项目包括《深入理解PHP内核》这本书,以及一些相关的PHP项目,例如一些PHP扩展及研究项目.

前往这里阅读在线版本的 深入理解PHP内核(TIPI),有什么问题或建议,可以 提交Github Issue

关于如何加入项目组

很多同学留言询问怎么加入项目,其实很简单:

  1. fork这个项目
  2. 提交Pull Requests
  3. 在一段时间后,如果对项目还有热情可以直接给你开放提交权限

1. 下载

本站所有内容托管在githubhttp://github.com/reeze/tipi上,如果你电脑上安装了git最好, 没有的话也不碍,在页面右右上角可以下载到项目完整的压缩包,选择你喜欢的压缩格式即可。

2. 安装

将项目解压,目录结构中web目录即为项目的web根目录,项目不强制将你的Web服务器根目录设为web目录的路径, 可以直接将整个项目解压至你的Web根目录。如果你是Windows用户,有一点需要说明一下,为了保证书籍内容的独立性, 书籍相关的配图没有放到web目录下,所以你通过web访问书籍的时候可能会看不到图片,我们把/book/images目录链接到了 /web/images/book目录,因为windows并不能是识别软链接,所以会有问题,要解决这个问题有三个方法:

  • 把/book/images目录拷贝到/web/images目录下并重命名为book目录,这样可能比较麻烦,如果我们以后更新了内容,你重新下载会比较麻烦。
  • 另一个方法是使用Web服务器的别名方法,这样你需要修改服务器的配置,如果使用Apache则可以在配置文件中加入Alias配置选项: Alias /images/book TIPI的绝对路径\book\images, 如果使用其他WebServer请参考相关手册。
  • 第三个方法就是我们推荐的换系统了。这只是建议,我们更喜欢*nix环境。

3. 反馈

对书有什么意见?如果对某章节有意见或建议可以直接在线留言,如果有其他的内容你也可以直接联系我们。

4. 联系作者

你可以联系以下作者

或者发给所有组员: [email protected]

贡献者

感谢这些贡献者:https://github.com/reeze/tipi/contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].