๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

How do I read user input into a variable in Bash

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Shell Input

How do I read user input into a variable in Bash fullname Now read user input into the variable

Thumbnail for Posts

How do you make lettered lists using markdown

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

Markdown allows ordered lists using numbers How can I instead get an ordered list using letters ie A the letter A B the letter B C etc instead of 1 the number

Thumbnail for Posts

How do you truncate all tables in a database using TSQL

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Sql-Server T-Sql

I have a test environment for a database that I want to reload with new data at the start of a testing cycle I am not interested in rebuilding the entire

Thumbnail for Posts

How should I use servlets and Ajax

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Ajax Servlets

Whenever I print something inside the servlet and call it by the web browser it returns a new page containing that text Is there a way to print the text on the

Thumbnail for Posts

How to automatically generate getters and setters in Android Studio

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

Is there a shortcut in Android Studio for automatically generating the getters and setters in a given

Thumbnail for Posts

How to complete a git clone for a big project on an unstable connection

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Git-Clone

I am trying to git clone the LibreOffice codebase but at the moment I have an internet connection of about 300kbps and its just anything but stable I can get

Thumbnail for Posts

How to customize a requirementstxt for multiple environments

๐Ÿ“‚ Categories: Python

I have two branches Development and Production Each has dependencies some of which are different Development points to dependencies that are themselves in

Thumbnail for Posts

How to generate a core dump in Linux on a segmentation fault

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Linux Unix Coredump Tcsh

I have a process in Linux thats getting a segmentation fault How can I tell it to generate a core dump when it

Thumbnail for Posts

How to increase font size in a plot in R

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

I am confused What is the right way to increase font size of text in the title labels and other places of a plot For example x lt rnorm100 histx xlimrangex