Spalnica: JUMIX NCS S 2050-R4OB.
Dnevna soba: JUMIX NCS S 2040-R.
Dec
09
Spalnica: JUMIX NCS S 2050-R4OB.
Dnevna soba: JUMIX NCS S 2040-R.
Dec
06
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
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
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
Note: this tip works for Braun Thermoscan Type 6013.
Oct
22
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
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.
Oct
06
Michael Dell: "Follow your customers, not your competitors." If you’re following your competitors, you will ALWAYS be behind.
Sep
27
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
There are several ways to restart a workstation via Remote Desktop:
Via Raymond Chen.