Explore >> Select a destination


You are here

daniel.haxx.se
| | www.yegor256.com
62.5 parsecs away

Travel
| | An active open source contribution is a good habit for a software developer who is passionate about his or her job.
| | scarvenger.wordpress.com
250.0 parsecs away

Travel
| | Iwrote a C++ version of the Norvig's spelling corrector. The theory and other language implementations are in his website, and my version can be found at my github: https://github.com/felipefarinon/spellingcorrector
| | flameeyes.blog
66.7 parsecs away

Travel
| | You may remember that some months ago I stopped updating the blog. Part of it was a technical problem of having the content on Typo (for more than a few reasons), part of it was disappointed in the current free software and open source scene. I vented this disappointed to the people over at FSFE...
| | ashishkakkad.com
425.3 parsecs away

Travel
| Codable is added with Xcode 9, iOS 11 and Swift 4. Codable is used to make your data types encodable and decodable for compatibility with external representations such as JSON. Codable use to support both encoding and decoding, declare conformance to Codable, which combines the Encodable and Decodable protocols. This process is known as making ... Read more