Forgot password? Sign Up

Blogs about: Stdlib

Featured Blog

Getting to Know the Ruby Standard Library - Delegator3 comments

Adam Sanderson wrote 1 year ago: Today we will examine ruby’s implementation of the Proxy pattern, with the Delegator class. We have … more →

Tags: Ruby

Getting to Know the Ruby Standard Library - WeakRef9 comments

Adam Sanderson wrote 1 year ago: Once again, we shall dive into the depths of ruby’s standard library and fish WeakRef out. Fir … more →

Tags: Ruby

Getting to Know the Ruby Standard Library - Timeout4 comments

Adam Sanderson wrote 1 year ago: I asked for suggestions about what to cover next, and postmodern suggested the Timeout library among … more →

Tags: Ruby

Getting to Know the Ruby Standard Library - Pathname5 comments

Adam Sanderson wrote 1 year ago: Pathname is useful library that demonstrates a good refactoring: “Replace Data Value With Obje … more →

Tags: Ruby

Getting to Know the Ruby Standard Library - Abbrev5 comments

Adam Sanderson wrote 1 year ago: We’re going to take a look at another little piece of ruby’s standard library, this time … more →

Tags: Ruby

Getting to Know the Ruby Standard Library – TSort7 comments

Adam Sanderson wrote 1 year ago: TSort is an interesting part of the ruby standard library that performs topological sorting. Topolog … more →

Tags: Ruby

Getting to Know the Ruby Standard Library - MiniTest::Mock4 comments

Adam Sanderson wrote 1 year ago: Recently we looked at MiniTest, this time around we’re going to dive into MiniTest::Mock, a ti … more →

Tags: Ruby, Testing

Using Newlib in ARM bare metal programs5 comments

Balau wrote 1 year ago: When dealing with embedded software, I often find useful to have the standard C functions we all lea … more →

Tags: embedded software, ARM, codesourcery, cortex a8, GCC, bare metal, Qemu, UART, newlib

Getting to Know the Ruby Standard Library - Shellwords5 comments

Adam Sanderson wrote 1 year ago: Previously we answered a few questions about Minitest, and learned a little about exit hooks and int … more →

Tags: Ruby

Getting to Know the Ruby Standard Library - MiniTest5 comments

Adam Sanderson wrote 1 year ago: Ghetto or not, if you want to use or contribute to the ruby standard library, getting to know the so … more →

Tags: Ruby

SQLite with C44 comments

Manish wrote 3 years ago: ‘C’ has always been my favourite language due to simple facts that it is beautiful and l … more →

Tags: development, SQLite, C#, C'99, stdio

Python standard lib : give me more withs !12 comments

Tarek Ziadé wrote 3 years ago: I used to write in files like this : open('somefile', 'w').write(content) It’s ugly for sure, … more →

Tags: Python, with


Related Tags
All →

Follow this tag via RSS