๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

In STL maps is it better to use mapinsert than

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: Dictionary Stl Insert Stdmap

A while ago I had a discussion with a colleague about how to insert values in STL maps I preferred mapkey value because it feels natural and is clear to read

Thumbnail for Posts

Is it possible to configure control scroll-wheel to increasedecrease zoom in VS Code

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Visual-Studio-Code

Similar to the default in the Visual Studio editors or Sublime I would like to use control scrollwheel to change the font size zoom level rather than

Thumbnail for Posts

Is there a good Valgrind substitute for Windows

๐Ÿ“‚ Categories: Programming

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

Is there a way to do repetitive tasks at intervals

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

Is there a way to do repetitive background tasks in Go Im thinking of something like Timerscheduletask delay period in Java I know I can do this with a

Thumbnail for Posts

LINQ Contains Case Insensitive

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Linq

This code is case sensitive how to make it case insensitive public IQueryableltFACILITYITEMgt GetFacilityItemRootByDescriptionstring description return

Thumbnail for Posts

Make a bucket public in Amazon S3

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Amazon-Web-Services Amazon-S3

How can I set a bucket in Amazon S3 so all the files are publicly readonly by

Thumbnail for Posts

Most common C bitwise operations on enums

๐Ÿ“‚ Categories: C#

For the life of me I cant remember how to set delete toggle or test a bit in a bitfield Either Im unsure or I mix them up because I rarely need these So a

Thumbnail for Posts

One or more types required to compile a dynamic expression cannot be found Are you missing references to MicrosoftCSharpdll and SystemCoredll

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

I am trying to compile this code in Microsoft Visual C 2010 using System using SystemGlobalization class main static void Main dynamic d d dyna

Thumbnail for Posts

Pagination in a REST web application

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Rest Sorting Pagination

This is a more generic reformulation of this question with the elimination of the Rails specific parts I am not sure how to implement pagination on a resource