个人主页
进击的皇虫

进击的皇虫 (@admin)

  • 加入网站 2348
  • 连续签到 3
  • 最高连签 222
  • 累计签到 1137
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 0 小时 00 分钟
  • 本月阅读 1 小时 59 分钟
  • 累计阅读 562 小时 36 分钟
  • Machine Learning - A Friendly Handbook(英文)

    Machine Learning - A Friendly Handbook (Open Notes). This is a friendly handbook which is useful for familiarizing yourself with the basics of Machine Learning. I am preparing this handbook as part of "The Bit Series". Read more about our manifesto here.
  • A C# Developer's Handbook(英文)

    The focus of this document is on providing a reference for writing C#. It includes naming, structural and formatting conventions as well as best practices for writing clean, safe and maintainable code.
  • 阿里大于帮助手册 Alidayu Handbook

    阿里大于帮助手册 Alidayu Handbook
  • Typescript 手册

    TypeScript是一种由微软开发的自由和开源的编程语言。它是JavaScript的一个超集,而且本质上向这个语言添加了可选的静态类型和基于类的面向对象编程。
  • 基于Node.js的HTTPS MITM(中间人)代理的原理和实现

    部署在公网的服务面临着越来越多的流量劫持、运营商劫持事件,为了能更好的保障信息的安全性和完整性,HTTPS得到了越来越多的重视。基于此原因,本文章尝试从另一个视角,通过使用Node.js实现一个简单的HTTPS中间人代理的方式,阐述HTTPS是如何保证网络信息的安全,并且分析用户的何种行将会导致HTTPS的安全性失效。
  • nodejs stream 手册

    如果你正在学习Nodejs,那么流一定是一个你需要掌握的概念。如果你想成为一个Node高手,那么流一定是武功秘籍中不可缺少的一个部分。
  • Manas Handbook(英文)

    This text serves two simultaneous purposes that mutually feedback each other: it is a user manual which explains how some processes work inside Manas and it's also an instruction manual, as it describes certain goals we want to achieve.
  • Enspiral Handbook

    If you're looking for introductory information about Enspiral, check our website enspiral.com, this quick slideshow, or this 90 second video. If you're looking for stories, check out Enspiral Tales our collective blog. You might also be inspired by this video created at Enspiral Summer Fest 2018 by our friends the Digital Story Tellers.
  • The CryptoParty Handbook(英文)

    Comments and questions about handbook content are more than welcome, please submit them using new issues and pull requests.
  • Babel 插件手册

    Babel 是一个通用的多功能的 JavaScript 编译器。此外它还拥有众多模块可用于不同形式的静态分析。这篇文档涵盖了如何创建 Babel 插件等方面的内容。