sudarshan gaikaiwari

mostly programming

The new Updated windows Live Writer

2007/06 sudarshan gaikaiwaripersonal

Time to experiment again. This post was created with the latest version of Windows Live Writer. Here is an attempt at embedding code

{% highlight c %}

include <stdio.h>;

/* the n-th fibonacci number. */ unsigned int fib(unsigned int n) { unsigned int a = 1, b = 1; unsigned int tmp; while (—n >= 0) { tmp = a; a += b; b = tmp; } return a; }

main() { printf(“%u”, fib(10)); } {% endhighlight %}

Since I had some problems entering code with the wysiwg editing capabilities of Wordpress I want to see if Live Writer does this better.

Loading...
Sudarshan Gaikaiwari

Sudarshan Gaikaiwari I am an experienced software developer. My current stack is

  • Frontend

    • React, Webpack, Babel, Emotion, Gatsby
    • es6+, Typescript
  • Backend

    • AWS Lambda, DynamoDB, Kinesis, S3
    • Python, Node, Java, Flask, Express

I am available for contract and full time positions.