Welcome to Delicate template
Header
Just another WordPress site
Header

UiOToolbar 0.2, small update

April 28th, 2009 | Posted by Shahab in Shahab - (0 Comments)

UioToolbar Version 0.2 is available. For downloading you can click here. There are few small improvments and the most usefull one is that by pressing Enter key the user would see the search result at university of Oslo’s database and not Google which is not the main purpose of making this toolbar.

UiOToolbar project …

April 27th, 2009 | Posted by Shahab in Shahab - (0 Comments)

UiOToolbar is a mini project of mine and is developed to be used by few users at my work. This toolbar is a Firefox toolbar and is developed by Javascript codes. You can download the file by clicking here.

UiOToolbar

UiOToolbar 0.1

The toolbar has number of buttons which makes daily surfing easier for staffs at university of Oslo. The buttons would give the user the power to search directly from the toolbar in universities(UiO) database. User can also search both Google and Google images database directly from the toolbar.

UiOToolbar

UiOToolbar

I should mention that this is not an official University of Oslo pakcage and it was just developed locally by me to help some of my colleagues.

// Get the size of the screenDimension
dim = Toolkit.getDefaultToolkit().getScreenSize();
// Determine the new location of the window
int w = window.getSize().width;
int h = window.getSize().height;
int x = (dim.width-w)/2;
int y = (dim.height-h)/2;
// Move the window
window.setLocation(x, y);

I have decided to develop one basic Image processing apllication during easter holidasy. After easter I will post the application(open source).

Robotic assignment-1, INF3480

April 6th, 2009 | Posted by Shahab in My Studies | Shahab | UiO - (0 Comments)

My Robotic assignment number of one of the Robotic course at university of Oslo(UiO), INF3480. You can download the assignment and the answers by clicking here(PDF file containing comments and Matlab files containing functions for Kinematic and Inverse Kinematic motions).

This assignment contains designing the robots figure, design, kinematic, inverse kinematic, Jacobian matrices and singularities.

Not all my answers are right and my group teacher comments follows as well at the end of the PDF file(The text is in Norwegian).

Hello world!

April 3rd, 2009 | Posted by Shahab in Shahab - (1 Comments)

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Digital Image Processing exam

April 1st, 2009 | Posted by Shahab in My Studies | Shahab | UiO - (1 Comments)

This is the Image Processing Exam that I took today. You can download the exam paper by clicking here. This exams contained 75% of the course called INF2310, Digital Image Processing.