Linux Development: Difference between revisions

From miki
Jump to navigation Jump to search
(Created page with "== References == Other pages on this wiki: * System Programming == USB == * [http://libusb.sourceforge.net/api-1.0/index.html libusb 1.0 referenc...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
Other pages on this wiki:
Other pages on this wiki:
* [[Linux System Programming|System Programming]]
* [[Linux System Programming|System Programming]]

Examples:
* [[http://rosettacode.org/wiki/Rosetta_Code Rosetta Code]]
:Solutions to the same task in as many different languages as possible


== USB ==
== USB ==
Line 7: Line 11:
* [http://www.dreamincode.net/forums/topic/148707-introduction-to-using-libusb-10/ Introduction to using libusb 1.0]
* [http://www.dreamincode.net/forums/topic/148707-introduction-to-using-libusb-10/ Introduction to using libusb 1.0]
* [http://www.libusb.org/ libusb]
* [http://www.libusb.org/ libusb]
* [http://libusb.sourceforge.net/doc/index.html libusb developers guide]


== udev / sysfs ==
== udev / sysfs ==
* [http://www.signal11.us/oss/udev/ udev and sysfs tutorial]
* [http://www.signal11.us/oss/udev/ udev and sysfs tutorial]

== Game development / visualisation ==
* [https://www.sfml-dev.org/index.php Simple and Fast Multimedia Library].
* [http://box2d.org/ Box2D].

SFML and Box2D were used in '''[https://www.youtube.com/watch?v=tCPzYM7B338 Guppies]''', an evolving neural networks experiments.

== initrd / initramfs ==
* [https://michael.stapelberg.ch/posts/2020-01-21-initramfs-from-scratch-golang/ distri: 20x faster initramfs (initrd) from scratch]
: An interesting post detailed the inner working of RAMFS and boot sequence on Linux / kernel.

Latest revision as of 06:32, 27 January 2020

References

Other pages on this wiki:

Examples:

Solutions to the same task in as many different languages as possible

USB

udev / sysfs

Game development / visualisation

SFML and Box2D were used in Guppies, an evolving neural networks experiments.

initrd / initramfs

An interesting post detailed the inner working of RAMFS and boot sequence on Linux / kernel.