top of page
20200802_195323.jpg

PORTFOLIO

Some simple code examples in different syntaxes that I have created.

LUHN ALGORITHM (C#)

This code contains of 3 examples that could be used for calculating Luhn Algorythm.

​

Code contains the following function:

  • Swedish Personal number check.

  • Swedish OCR number check.

  • Mobile phone ICC number check.

​

Feel free to use code or check it for free. If used in any commercial projects, Please inform me.

HANG MAN (C#)

A small Windows Forms game that contains of the classic "Hang Man" where you should guess the different letters before you´re "Hanged".

​

Graphics are to be fixed, a progress bar shows the progress so far.

​

Feel free to use code or check it for free. If used in any commercial projects, Please inform me.

LUHN ALGORITHM (LABVIEW)

This code contains of 1 application could be used for calculating last number of a Swedish 'Person nummer' which is a identity number.

​

Application is started from:

  • MainWindow.vi

​

National Instruments have released a Community version of LabView found here: 

​

Feel free to use code or check it for free. If used in any commercial projects, Please inform me.

DELPHI

Code Example to be added here

TBD

AUDIOPLAYER (C#)

This code contains of a MP3 player with ID3 tag decoding for showing MP3 track data.

Code also contains of an installation builder creating a .msi file when built.

​

Feel free to use code or check it for free. If used in any commercial projects, Please inform me.

SPACE INVADERS (C#)

Simple but classical game with some graphical features in WPF and C#.

​

Feel free to use code or check it out for free.

If used in any commercial projects, Please inform me.

USB-RL08 RELAY BOARD CONTROLLER (C#)

This code contains of a simple WPF application that can be used for initiating and controlling a USB-RL08 Relay-board from Devanteach LTD

​

https://www.robot-electronics.co.uk/products/relay-modules/usb-relay/usb-rly08c.html

​

Code also contains of a common library with the drivers / commands for this board.

​

Feel free to use code or check it for free. If used in any commercial projects, Please let me know.

LUHN ALGORITHM (JavaScript)

This code contains of an example that lets the user to enter a number and when button is pressed, the application checks if it ends with a valid Luhn value.

 

If the value is incorrect, a calculation is done to suggest the correct one.

​

The JavaScript is done in React and runs on http://localhost:1234

​

Feel free to use code or check it for free. If used in any commercial projects, Please inform me.

LUHN API (C# AZURE)

This code contains of an API that could be deployed in Azure which is an Azure Function (HTTP Triggered) with a Luhn Algorithm check done with a an API Post request.

​

This projects utilize the library above.

 

The API will response will contain the result (If the number contain a valid Luhn number) and also the correct number if the sent in value contains of a faulty one.

​

Feel free to use code or check it for free. If used in any commercial projects, Please inform me.

LUHN ALGORITHM (Python)

This code contains of an example that lets the user to enter a Swedish "person nummer", which the application checks if it ends with a valid Luhn value.

 

If the value is incorrect, a calculation is done to suggest the correct one.

​

The application is done in python 3.7

​

Feel free to use code or check it for free. If used in any commercial projects, Please inform me.

bottom of page