Emacs is a popular text editor, but it can crash:
Personally, I don't think that an average user, who use it to edit text or scripts, will start the gdb (GNU Debugger) and examine the disassembled code to check why is it crashed. (Unfortunately I also could not do it because gdb was not installed to my computer).
Friday, August 31, 2007
Thursday, August 30, 2007
Groupwise appointment
Wednesday, August 29, 2007
Friendly dropdown list
QNX is a realtime operating system for embedded systems. A SQL query is also embedded into their registration form:
Monday, August 27, 2007
Installing Nero 7 Preminum
Just three languages on one screen. Mixing English and Hungarian is usual, but German was a surprise.
Thanks to Peter Beke for the screenshot.
Thanks to Peter Beke for the screenshot.
Friday, August 17, 2007
Raiffeisen Online
About one month ago the Hungarian Raiffeisen Online for had only one "Submit" button to finish an operation, but they tired to improve the user interface by adding some more buttons. My friend, Drifter sent me some screenshoots about the result of this development:
And an other one:
Which button would you like to choose?
And an other one:
Which button would you like to choose?
Friday, August 10, 2007
Visual Studio Messages
Unable to step. Operation not supported.
Wednesday, August 8, 2007
Cancel in SQL Management Studio
Editing large scripts with Sql Management studio
Sometimes it is required to manage large SQL scripts, especially if you want to migrate data by hand. Let's see how it is look like with Microsoft Sql Management Studio:
I had the SQL script and opened using the file open function. I wanted to reorganize the file using the copy/past feature, when this dialog appeared:
"You are attempting to copy more than 194049 lines to the Clipboard. This may decrease performance." 194049 lines didn't seem to a large amount of data (in the end of 2006).
Anyway I was able to copy/paste, but it was terribly slow. After the modifying the file I also wanted to run it:
The memory was not enough, my PC had 1 GB. Check the details of the exception, it was a usual .Net stack trace:
Finally, I manged to execute the script in multiple smaller parts, but after I wanted to save it:
"The operation could not be completed. Not enough memory." - at least the second part of the error message was translated to Hungarian.
I had the SQL script and opened using the file open function. I wanted to reorganize the file using the copy/past feature, when this dialog appeared:
"You are attempting to copy more than 194049 lines to the Clipboard. This may decrease performance." 194049 lines didn't seem to a large amount of data (in the end of 2006).
Anyway I was able to copy/paste, but it was terribly slow. After the modifying the file I also wanted to run it:
The memory was not enough, my PC had 1 GB. Check the details of the exception, it was a usual .Net stack trace:
Finally, I manged to execute the script in multiple smaller parts, but after I wanted to save it:
"The operation could not be completed. Not enough memory." - at least the second part of the error message was translated to Hungarian.
Oracle error message in SqlNavigator
Groupwise setup
Enterprise Library Setup
Microsoft Enterprise Library "proven practices for predictable results" - says it's homepage, let's install it:
The first "proven practice" is the synchronized progress bar and time remaining. Promising product...
The first "proven practice" is the synchronized progress bar and time remaining. Promising product...
Subscribe to:
Posts (Atom)