Google to bring official Android support to the Raspberry Pi 3arstechnica.com5 points·by zoodle·10 ปีที่แล้ว·0 comments
Create a GUI Application Using Qt and Python in Minutesdigitalpeer.com21 points·by zoodle·10 ปีที่แล้ว·1 comments
How Long Before We See Targeted, Dynamic Movies on Netflix?digitalpeer.com1 points·by zoodle·11 ปีที่แล้ว·0 comments
Raspberry Pi 2 Console Game Emulator with Recalboxdigitalpeer.com3 points·by zoodle·11 ปีที่แล้ว·0 comments
A Language Speed Test Comparing Embedded Linux Boardsdigitalpeer.com5 points·by zoodle·11 ปีที่แล้ว·0 comments
A Language Speed Test Comparing Embedded Linux Boardsdigitalpeer.com2 points·by zoodle·11 ปีที่แล้ว·0 comments
3D Printed Robot Arm with Raspberry Pi and Wii Remotedigitalpeer.com1 points·by zoodle·11 ปีที่แล้ว·0 comments
An Interesting C++ Templated Parameter Gotchadigitalpeer.com2 points·by zoodle·12 ปีที่แล้ว·2 comments
zoodle·9 ปีที่แล้ว·discussNot sure this was submitted by the original author. I forwarded a note to the repo owner pointing back here.
zoodle·12 ปีที่แล้ว·discussAny language right? Here's classic C++. #include <iostream> int main () { std::cout << std::cin.rdbuf(); return 0; }
zoodle·12 ปีที่แล้ว·discussC++ does include hash functions. Of course, most will just use std::unordered_map.http://www.cplusplus.com/reference/functional/hash/