CS-50 problem set 1

Problem set translation form C to rust. I’m using the code I had from 2014 and implementing rust equivalent as a learning exercises. the firs C program is very simple classic ‘Hello World’ followed by rust ‘hello world’. The example below that is about parsing command line user input and printing a pyramid based on that input. Although I can think of many ways to improve the code and user interaction but I chose to just copy exactly the same functionality for new rust code....

February 13, 2018 · 2 min · Harry Gill  |    

Rustfix [Video]

Very interesting linting and autofixing tool rustfix for rust source code. Click here for Github Repo. Enjoy…

February 12, 2018 · 1 min · Harry Gill  |    

Rust Programming Language

Few years back I took CS50 certificate course form Harvard University, that sparked my interest in compiled programming languages. The course mainly used C Language to teach many programming concepts. The course is available here if you are interested CS50’s Introduction to Computer Science . Recently I have started learning rust programming language. ...

February 11, 2018 · 2 min · Harry Gill  |    

Hello There!

Hey there! It’s a new year and a new start. Here I am again having a go at writing a blog. I have lost count now how many times I have setup a website for me using so many different technologies. Writing in pure HTML was tedious but still satisfying somehow, Wordpress felt heavy but was used many times. This time i’m using Hugo as a static site generator. Let’s see what we do here in 2018. ...

January 10, 2018 · 1 min · Harry Gill  |