๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Check if string contains only whitespace

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Text Whitespace

How can I test if a string contains only whitespace Example strings space space space t n space tab space newline space nnntn newline newline newline tab

Thumbnail for Posts

Checking if a variable is not nil and not zero in ruby

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

I am using the following code to check if a variable is not nil and not zero ifdiscount nil ampamp discount 0 end Is there a better way to do

Thumbnail for Posts

Component based game engine design closed

๐Ÿ“‚ Categories: Programming

Closed This question is seeking recommendations for software libraries tutorials tools books or other offsite resources It does not meet Stack Overflow

Thumbnail for Posts

cURL suppress response body

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Curl Output Suppress

Is it possible instruct cURL to suppress output of response body In my case the response body is an HTML page which overflows the CLI buffer making it

Thumbnail for Posts

Delete specific line numbers from a text file using sed

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Unix Sed Line-Numbers

I want to delete one or more specific line numbers from a file How would I do this using

Thumbnail for Posts

Developing for Android in Eclipse Rjava not regenerating

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Eclipse R.Java-File

Ive found out that my Rjava is never updated so it doesnt contain information about my new resources so I decided to delete it and thought that Eclipse would

Thumbnail for Posts

Difference between knockout View Models declared as object literals vs functions

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Knockout.Js

In knockout js I see View Models declared as either var viewModel firstname koobservableBob koapplyBindingsviewModel or var viewModel function thisfirstname

Thumbnail for Posts

Different CUDA versions shown by nvcc and NVIDIA-smi

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

I am very confused by the different CUDA versions shown by running which nvcc and nvidiasmi I have both cuda92 and cuda10 installed on my ubuntu 1604 Now I set

Thumbnail for Posts

Disable Scrolling on Body

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Css Scroll

I would like to disable scrolling on the HTML body completely I have tried the following options overflow hidden not working did not disable scrolling it just