|
You are here |
doomlab.github.io | ||
| | | | |
jeffmilner.com
|
|
| | | | | ||
| | | | |
blog.pragmaticengineer.com
|
|
| | | | | A senior engineer who is on track to becoming an engineering manager for their current team asked me what it's really like when you become the engineering manager. When you get the title change, and you turn up the next day as the manager of the team. What does it | |
| | | | |
imapenguin.com
|
|
| | | | | 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 ... | |
| | | | |
www.coursereport.com
|
|
| | | Learn more about 5 green tech jobs you land after bootcamp, and 22 green technology companies that may be the perfect fit for your career goals. Plus, bootcamp graduates share their greentech project insights. | ||