个人主页
lyfe

lyfe (@lyfe1000)

  • 加入网站 1426
  • 连续签到 1
  • 最高连签 3
  • 累计签到 18
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 0 小时 00 分钟
  • 本月阅读 0 小时 00 分钟
  • 累计阅读 97 小时 21 分钟
  • Golang 101 hacks(英文)

    This is an ongoing rudimentary Go programming language tutorial, and it will be updated non-periodically.
  • C语言编程透视

    本书与《深入淺出 Hello World》有着类似的心路历程,旨在以实验的方式去探究类似 Hello World 这样的小程序在开发与执行过程中的微妙变化,一层层揭开 C 语言程序开发过程的神秘面纱,透视背后的秘密,不断享受醍醐灌顶的美妙。
  • libuv中文教程

    会持续关注原教程并更新中文版,本教程基于libuv的v1.3.0。
  • C++ Best Practices(英文)

    Collaborative Collection of C++ Best Practices
  • Libevent 深入浅出

    本教程要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。教程目的主要是快速建立libevent的认知,了解libevent的常用数据结构和编程方法。达到可以使用libevent写出自己的高并发服务器处理模型。
  • The Boost C++ Libraries

    The Boost C++ Libraries are a collection of modern libraries based on the C++ standard. The source code is released under the Boost Software License, which allows anyone to use, modify, and distribute the libraries for free. The libraries are platform independent and support most popular compilers, as well as many that are less well known.
  • 现代 C++ 教程:高速上手 C++11/14/17/20

    本书号称『高速上手』,从内容上对二十一世纪二十年代之前产生 C++ 的相关特性做了非常相对全面的介绍,读者可以自行根据下面的目录选取感兴趣的内容进行学习,快速熟悉需要了解的内容。这些特性并不需要全部掌握,只需针对自己的使用需求和特定的应用场景,学习、查阅最适合自己的新特性即可。
  • CMake菜谱(CMake Cookbook中文版)

    使用CMake软件对项目模块,进行构建、测试和打包。
  • Boost.Asio network programming little book

    This little book is a whirlwind tour of Boost.Asio network programming. It assumes the readers are already familiar with UNIX socket programming, and just want to grasp Boost.Asio network programming quickly.
  • Heap Exploitation

    This short book is written for people who want to understand the internals of 'heap memory', particularly the implementation of glibc's 'malloc' and 'free' procedures, and also for security researchers who want to get started in the field of heap exploitation.