- 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
推薦閱讀
- 潮流:UI設(shè)計(jì)必修課
- Java程序員面試算法寶典
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- Securing WebLogic Server 12c
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- JavaScript機(jī)器人編程指南
- WildFly Cookbook
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- 大數(shù)據(jù)時(shí)代的企業(yè)升級之道(全3冊)
- Photoshop智能手機(jī)APP界面設(shè)計(jì)
- Clojure編程樂趣
- 微服務(wù)設(shè)計(jì)
- Natural Language Processing with Python Cookbook
- Java EE 程序設(shè)計(jì)
- Mastering High Performance with Kotlin