Dec
09

Barve

Spalnica: JUMIX NCS S 2050-R4OB.

Dnevna soba: JUMIX NCS S 2040-R.

Dec
06

Management vs. Motivation

Antoine de Saint-Exupéry (author of "The Little Prince”): “If you want to build a ship, don’t drum up people to gather wood, divide the work, and give them orders. Instead, teach them to yearn for the vast and endless sea."

Dec
06

How can I tell if Silverlight application is running out of browser?

Application.Current.IsRunningOutOfBrowser indicates whether application was launched as an out-of-browser application.

Application.Current.HasElevatedPermissions indicates if application is running as an out-of-browser application with elevated permissions. Elevated permissions give you direct access to clipboard, user folder and COM enabled applications.

Oct
22

Code Kata

A code kata is an exercise in programming which helps hone your skills through practice and repetition. Here is a list of some of code katas I found:

How to Become a Better Programmer
Project Euler: Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve.
15 Exercises to Know A Programming Language: Part 1
15 Exercises to Know a Programming Language: Part 2, Data Structures
15 Exercises to Know a Programming Language: Part 3, Libraries, Frameworks, and Mashups
Improve your coding skills by playing with challenging exercises
CodingBat: Python and Java practice problems.
TopCoder: Examples of the types of problems you can expect from a TopCoder competition.
TDD Kata: An exercise in coding, refactoring and test-first by Roy Osherove.

Oct
22

How can I change temperature scale from Celsius to Fahrenheit for Braun Thermoscan?

Note: this tip works for Braun Thermoscan Type 6013.

  • Turn on the thermometer. (If it is already turned on, make sure it is not in memory mode.) 
  • Press the “power/mem” button and keep it pressed. Then press and release the activation button to switch over to the “change temperature scale” mode.
  • By pressing the activation button again, the Celsius scale is activated.  Each further pressing of the activation button toggles the scale between Celsius and Fahrenheit.
  • Release the “power/mem” button to return to the ready symbol .

Oct
22

Look What I Found #4

Aspect Ratio Calculator: Useful, for example, when resizing images.
ExtensionMethod.NET: Database of C#, F# and Visual Basic extension methods.
Use attribute to omit code from coverage analysis in Visual Studio
AvalonEdit: Extensible open-source text editor with support for syntax highlighting and folding.
Fillerati: Generator for filler text that uses excerpts from the works of famous (and long-dead) authors such as Edgar Rice Burroughs, H. G. Wells, and others.
NodeBox: Create visual output using Python.

Oct
06

System Configuration Utility

I heard about this utility years ago but somehow forgot all about it. System Configuration Utility (msconfig.exe) automates the routine troubleshooting steps that Microsoft Product Support Services technicians use when diagnosing Windows configuration issues. You can use this tool to modify the system configuration through a process of elimination with check boxes, reducing the risk of typing errors.Basically you can change Windows boot and startup process (which programs are run at startup). You can run it by pressing Win + R to open “Run” dialog, entering “msconfig” and clicking “OK” button.

System Configuration Utility - General

System Configuration Utility - Boot

System Configuration Utility - Services

System Configuration Utility - Startup

System Configuration Utility - Tools

Oct
06

Follow your customers, not your competitors.

Michael Dell: "Follow your customers, not your competitors." If you’re following your competitors, you will ALWAYS be behind.

Sep
27

Where is Silverlight Isolated Storage File/Directory located?

Under Windows Vista and Windows 7 Silverlight stores the files for Isolated Storage in the:

C:\Users\{username}\AppData\LocalLow\Microsoft\Silverlight\is

Just replace the text "{username}" with the Windows Username of the user the data is stored for.

Sep
27

How do I restart a workstation via Remote Desktop?

There are several ways to restart a workstation via Remote Desktop:

  • Click on the desktop and type Alt + F4. This will show the shutdown dialog, with the usual options like “Log off”, “Disconnect”, “Restart”, “Sleep”, “Shut down”.
  • Type Ctrl + Alt + End (which is the Remote Desktop version of Ctrl + Alt + End). It will take you to a dialog where you can among other system-related things, also do logging off and shutting down.

 

Via Raymond Chen.

Older posts «

» Newer posts