Built-in functions, modules and classes are standard parts of a programming language or framework.
Ubuntu Linux 15.10 - I just noticed that there is no man page for cd This seems a bit strange. I …
linux shell command built-in ubuntu-15.10I have an application where I have to increment some statistics counters in a multi-threaded method. The incrementing has to …
c++ performance gcc atomic built-inA friend mentioned that with Python 2, (assuming you have it on your path environment variable, on the commandline) $ pydoc exceptions …
python python-2.7 exception python-3.x built-inPython 2.6 introduced a next function. Why was this necessary? One could always type obj.next() instead of next(obj). Is …
python next built-inIn Python there is a built-in function called dir. This is used to get a list of all the attributes …
python built-in dirIn Visual Studio 2010 Pro, how can I easily convert a classic assembly to a ms unit test assembly ? It there …
c# .net unit-testing visual-studio-2010 built-inI'm looking for an array function that does something like this: $myArray = array( 'apple'=>'red', 'banana'=>'yellow', 'lettuce'=&…
php arrays higher-order-functions built-in