- 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
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- Beginning C++ Game Programming
- 新一代通用視頻編碼H.266/VVC:原理、標(biāo)準(zhǔn)與實現(xiàn)
- Python從入門到精通(精粹版)
- Flask Web開發(fā)入門、進階與實戰(zhàn)
- Hands-On C++ Game Animation Programming
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開發(fā)實戰(zhàn)
- Swift 4從零到精通iOS開發(fā)
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用
- Android系統(tǒng)下Java編程詳解
- Practical Predictive Analytics
- Arduino電子設(shè)計實戰(zhàn)指南:零基礎(chǔ)篇
- ROS機器人編程實戰(zhàn)
- Oracle Database XE 11gR2 Jump Start Guide
- C語言程序設(shè)計教程