๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

How to capitalize the first letter of word in a string using Java

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

Example strings one thousand only two hundred twenty seven How do I change the first character of a string in capital letter and not change the case of any of

Thumbnail for Posts

How to convert a boolean array to an int array

๐Ÿ“‚ Categories: Python

I use Scilab and want to convert an array of booleans into an array of integers gtgtgt x nparray4 3 2 1 gtgtgt y 2 gt x gtgtgt y arrayFalse False True True

Thumbnail for Posts

How to convert crt to pem duplicate

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: X509 Pem Asn.1 Crt Der

This question already has answers here How to get pem file from key and crt files 14 answers Closed 4 years ago How can I convert crt to

Thumbnail for Posts

How to debug a single thread in Visual Studio

๐Ÿ“‚ Categories: C#

I have a solution with some projects There are several breakpoints in different projects I want to trace the first thread hit one of these breakpoints and

Thumbnail for Posts

How to EXPIRE the HSET child key in redis

๐Ÿ“‚ Categories: Redis
๐Ÿท๏ธ Tags: Hash

I need to expire all keys in redis hash which are older than 1

Thumbnail for Posts

How to get a list of all files that changed between two Git commits

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

Due to bureaucracy I need to get a list of all changed files in my repository for a report I started with existing source code What should I run to get this

Thumbnail for Posts

How to get all of the immediate subdirectories in Python

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

Im trying to write a simple Python script that will copy a indextpl to indexhtml in all of the subdirectories with a few exceptions Im getting bogged down by

Thumbnail for Posts

How to get http headers in flask

๐Ÿ“‚ Categories: Python

Using Flask how can I read HTTP headers I want to check the authorization header which is sent by the

Thumbnail for Posts

How to get RequestUser in Django-Rest-Framework serializer

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Django Django-Rest-Framework

Ive tried something like this it does not work class PostSerializerserializersModelSerializer class Meta model Post def saveself user selfcontextrequestuser