您的位置:首页 > 运维架构 > Shell

开源了我的xPrintf和TinyShell项目源码并发布到GitHub上

2013-02-19 21:44 696 查看
昨天晚上花了一个多小时学会了Git这个版本管理工具,学会了基本操作,并成功将我的一些项目源码发布到GitHub上去了,这几个项目都是最近我学习一些东西的代码辅助练习,在此公布出来和大家多多交流。

有啥问题的话,可以一起探讨,谢谢!

Have Fun:-)

=====================================================================================

TinyShell

地址:: https://github.com/longluo/TinyShell
A TinyShell program runs on the Linux OS.

We can run some commands like 'ls' 'cat' 'cd' 'rm' like so on. Comming soon for more.

You can refer one of my blog (In Chinese):

一个在终端实现类Linux shell(cd ls命令)UI界面的项目(C语言实现)

/article/1653957.html

Have fun:-)

=====================================================================================

xPrintf

地址: https://github.com/longluo/xPrintf
The xPrintf Show the details of PRINTF function in the library of stdio. You can know the implements of PRINTF function and how to write the PRINTF function without the help of C library.

You can also rely my two blogs(Written In Chinese):

深入剖析printf函数(上):如何不借助第三方库在屏幕上输出"Hello World"?

/article/1653952.html

深入剖析printf函数(下):---形参列表和格式化输出是如何做到的?

/article/1653951.html

Any questions please contact with me.

Have fun :-)



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: