๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

The EXECUTE permission was denied on the object xxxxxxx database zzzzzzz schema dbo

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

Im having problems executing a function Heres what I did Create a function using SQL Server Management Studio It was successfully created I then tried

Thumbnail for Posts

Unit testing Anti-patterns catalogue

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Unit-Testing Tdd Anti-Patterns

Locked This question and its answers are locked because the question is offtopic but has historical significance It is not currently accepting new answers or

Thumbnail for Posts

uppercase first character in a variable with bash

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

I want to uppercase just the first character in my string with bash foobar uppercase first character echo foo should print

Thumbnail for Posts

What are the differences and similarities between ffmpeg libav and avconv closed

๐Ÿ“‚ Categories: Programming

Closed This question is not about programming or software development It is not currently accepting answers This question does not appear to be about a

Thumbnail for Posts

What causes the SVN Error Not a working copy

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

Recently our Subversion SVN server was changed and we did a svn switch Since the working copy had a huge amount of unversioned resources the working copy got

Thumbnail for Posts

What do statically linked and dynamically linked mean

๐Ÿ“‚ Categories: C#

I often hear the terms statically linked and dynamically linked often in reference to code written in C C or C What are they what exactly are they talking

Thumbnail for Posts

What do three dots mean in Go command line invocations

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

If you run Golang tests on Travis CI it will download all of your dependencies with three dots go get d v ampamp go build v What does indicate or expand to

Thumbnail for Posts

What does async false do in jQueryajax

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

Specifically how does it differ from the default async true In what circumstances would I want to explicit set async to false and does it have something to do

Thumbnail for Posts

What does Java option -Xmx stand for duplicate

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

This question already has answers here What are the Xms and Xmx parameters when starting JVM 5 answers Closed 7 years ago java Xmx1024m filename what does Xmx