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 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.
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.
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.
jFrame in the center of the screen
April 19th, 2009 | Posted by in Java | Programming | Shahab - (0 Comments)// 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);
Basic Image Processing App., Easter Project
April 7th, 2009 | Posted by in My Projects | Shahab - (0 Comments)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 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).
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 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.


