Explore >> Select a destination


You are here

wittchen.io
| | ncona.com
9.9 parsecs away

Travel
| | Xdebug is a PHP extension which provides debugging, tracing and profiling capabilities. Installing xDebug in an Ubuntu based distribution is very easy using apt-get: 1 sudo apt-get install php5-xdebug Just by installing xDebug you will get two very basic but useful rewards: Pretty var_dumps and pretty error messages.
| | www.webupd8.org
10.5 parsecs away

Travel
| | Mount Google Drive In Linux With google-drive-ocamlfuse ~ Ubuntu / Linux blog
| | www.noobslab.com
7.3 parsecs away

Travel
| | [AI summary] A tutorial article introduces FF-Multi-Converter, an open-source Python application for converting audio, video, images, and documents on Linux distributions, detailing its installation and features.
| | imagine27.com
27.8 parsecs away

Travel
| Took a shot at implementing a PI digit generator in Clojure using a 'fast' algorithm. It seemed like a decent enough excercise to try and understand something about performance in Clojure. MacBook Pro - Intel Core 2 Duo 2.26 GHz - 4GB RAM Java(TM) SE Runtime Environment (build 1.6.0_15-b03-219) Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-90, mixed mode) Clojure 1.1.0-alpha-SNAPSHOT (Aug 20 2009) git commit f1f5ad40984d46bdc314090552b76471ee2b8d01 Clojure matches the performance of Java in this exam...