๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

LINQ - Full Outer Join

๐Ÿ“‚ Categories: C#

I have a list of peoples ID and their first name and a list of peoples ID and their surname Some people dont have a first name and some dont have a surname Id

Thumbnail for Posts

List of unique dictionaries

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

Lets say I have a list of dictionaries id 1 name john age 34 id 1 name john age 34 id 2 name hanna age 30 How can I obtain a list of unique dictionaries

Thumbnail for Posts

M1 docker preview and keycloak images platform linuxamd64 does not match the detected host platform linuxarm64v8 Issue

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Macos Keycloak Apple-M1

I just downloaded Docker Preview v31 httpsdocsdockercomdockerformacapplem1 and tried running keycloak Anyone else running into this issue docker run p 80808080

Thumbnail for Posts

Make all properties within a Typescript interface optional

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

I have an interface in my application interface Asset id string internalid string usage number that is part of a post interface interface Post asset Asset I

Thumbnail for Posts

Media min-width max-width

๐Ÿ“‚ Categories: Css
๐Ÿท๏ธ Tags: Mobile Media-Queries

I have this media setup HTML ltheadgt ltmeta nameviewport contentwidthdevicewidth userscalableno gt ltheadgt CSS media screen and minwidth 769px STYLES HERE

Thumbnail for Posts

MS-DOS Batch file pause with enter key

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Batch-File Dos

Is it possible in MSDOS batch file to pause the script and wait for user to hit enter key I wish to do this inside a for loop After each iteration I want the

Thumbnail for Posts

Naming of enums in Java Singular or Plural

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Enums Naming-Conventions

Is there an official recommendation of how to name Java enums enum Protocol HTTP HTTPS FTP or enum Protocols HTTP HTTPS FTP I know in the Net world the

Thumbnail for Posts

Open a buffer as a vertical split in Vim

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

If you are editing a file in Vim and then you need to open an existing buffer eg from your buffer list buffers how can you open it in a vertical split I know

Thumbnail for Posts

Plotting time on the independent axis

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Matplotlib Timestamp X-Axis

I have an array of timestamps in the format HHMMSSmmmmmm and another array of floating point numbers each corresponding to a value in the timestamp array Can I