Explore >> Select a destination


You are here

martinheinz.dev
| | knight.sc
20.6 parsecs away

Travel
| | LLDB has great Python support but it's not always clear what functionality is there or how to use it. While there is documentation on all of the classes available to scripts, some classes and methods are better documented than others. While looking for the best way to trace through some obfuscated assembly recently I came across the thread step-scripted command and thought it would be worth writing up a short overview of what it is and how to use it.
| | mathspp.com
11.2 parsecs away

Travel
| | Pydon'ts are Python tips that help you write better code.
| | www.pythonmorsels.com
13.3 parsecs away

Travel
| | Python's built-in functions list includes 71 functions now! Which built-in functions are worth knowing about? And which functions should you learn later?
| | gavinhoward.com
82.3 parsecs away

Travel
| There are 8 questions that must be answered to design a good type system. In this post, I attempt to do just that.