๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Visualize branches on GitHub

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Github Branch

In TortoiseGit gitk or on BitBucket it is common to have a visualization of the project history with all the branches like this However GitHubs commit history

Thumbnail for Posts

What does NON-NLS-1 mean

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Eclipse Eclipse-Rcp

In Eclipse source code Ive found some NONNLS1 in comments used like that private String toolTip NONNLS1 What does that

Thumbnail for Posts

What generates the text file busy message in Unix

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Unix

What operation generates the error text file busy I am unable to tell exactly I think it is related to the fact that Im creating a temporary python script

Thumbnail for Posts

What is let- in Angular 2 templates

๐Ÿ“‚ Categories: Programming

I came across a strange assignment syntax inside an Angular 2 template lttemplate letcol letcarrowData pTemplatebodygt ltspan

Thumbnail for Posts

What is the best way to check for Internet connectivity using NET

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: .Net Internet-Connection

What is the fastest and most efficient way to check for Internet connectivity in

Thumbnail for Posts

What is the colon operator in Ruby

๐Ÿ“‚ Categories: Ruby
๐Ÿท๏ธ Tags: Symbols

When I say bla gt 1 bloop gt 2 what exactly does the do I read somewhere about how its similar to a string but somehow a symbol Im not superclear on the

Thumbnail for Posts

What is the command to exit a console application in C

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Console-Application Exit

What is the command in C for exiting a console

Thumbnail for Posts

What is the difference between a dialog being dismissed or canceled in Android

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android

Like the title says what is the difference between a dialog being dismissed or canceled in

Thumbnail for Posts

What is the difference between a directory and a folder

๐Ÿ“‚ Categories: Programming

Most people use the terms folder and directory interchangeably From a programmer point of view is there a difference and if so what is it Does it depend on the