Explore >> Select a destination


You are here

smallhacks.wordpress.com
| | blog.eldruin.com
7.9 parsecs away

Travel
| | Platform-agnostic driver for the VEML6030 and VEML7700 ambient light sensors written in Rust.
| | vzaigrin.wordpress.com
8.3 parsecs away

Travel
| | Unix is well-documented system, but on C language There was no support for I2C in FreeBSD-10.0-RELEASE for Raspberry Pi. It appeared in FreeBSD-10.0-STABLE later. Here is instruction how to use it with FreeBSD on Raspberry Pi. During FreeBSD boot we can see iic devices: iichb0: mem 0x20205000-0x2020501f irq 61 on simplebus0 iicbus0:...
| | blog.haschek.at
7.6 parsecs away

Travel
| | Personal Blog of Christian Haschek
| | blog.dornea.nu
35.2 parsecs away

Travel
| So what's this whole thing about? "The wargames offered by the OverTheWire community can help you to learn and practice security concepts in the form of funfilled games." by OverTheWire.org. So I started with Vortex and coded an example how to read 4 integers from server, sum them up, send result to server and get the login information back from server again. Sounds quite simple. I admit I had to refresh my knowledge about linux socket programming and go through some coding examples.