- D Cookbook
- Adam D. Ruppe
- 86字
- 2021-07-16 11:50:45
Chapter 2. Phobos – The Standard Library
In this chapter, we will learn how to use the D standard library and explore the language concepts used in the implementation. You will learn the following recipes:
- Performing type conversions
- Finding the largest files in a directory
- Creating a network client and server
- Using Base64 to create a data URI
- Generating random numbers
- Normalizing a string and performing Unicode comparisons
- Searching with regular expressions
- Writing a digest utility
- Using the
std.zlib
compression - Using the
std.json
module
推薦閱讀
- 深入理解Android(卷I)
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Learning Concurrency in Kotlin
- Visual Basic 6.0程序設計實驗教程
- Java Web應用開發項目教程
- BeagleBone Robotic Projects(Second Edition)
- Simulation for Data Science with R
- ABAQUS6.14中文版有限元分析與實例詳解
- LabVIEW入門與實戰開發100例(第4版)
- JavaScript Unit Testing
- Koa與Node.js開發實戰
- Visual C++程序設計全程指南
- C# 7 and .NET Core 2.0 Blueprints
- Puppet Cookbook(Third Edition)
- 軟件自動化測試實戰解析:基于Python3編程語言