Explore >> Select a destination


You are here

hashrocket.com
| | jameystegmaier.com
23.5 parsecs away

Travel
| |
| | barbersmith.com
17.2 parsecs away

Travel
| | Having neglected my personal blog for almost 2 years and my personal website for closer to 4 years, I've made the decision to switch technology in the hope of revitalising my online presence. The original and now defunct site was built in 2009 on a combination of PHP-based homebrew with hand-cranked XHTML and CSS. The blog that went with it was based on Wordpress with a custom theme tweaked to match the rest of the site design.
| | imapenguin.com
21.0 parsecs away

Travel
| | A common task in our code is to determine the length of something. In this example, let's check the length of a string like "are you keeping up?" In Python, this is crazy easy. #!/usr/bin/env python message = "are you keeping up?" len(message) In 6510 Assembly, this is also easy. Not crazy easy, but straightforward anyway. messagelength ldx #$00 checkdel lda message,x cmp #$00 ; or whatever we're using as a delimeter beq done inx jmp checkdel done stx messagelen rts .byte messagelen 0 message .null "are ...
| | mountainofink.com
146.2 parsecs away

Travel
|