๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

How do I make a semi transparent background

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

I need to make a white background 50 transparent without affecting anything else How do I do

Thumbnail for Posts

How do I view all commits for a specific day

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

Ive already looked at the relevant docs from gitscmcom and gitreforg but I cant seem to figure this out Lets say I want to get all commits for Tuesday November

Thumbnail for Posts

How do pointer-to-pointers work in C and when might you use them

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

How do pointerstopointers work in C When might you use

Thumbnail for Posts

How do you deploy Angular apps

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

How do you deploy Angular apps once they reach the production phase All the guides Ive seen so far even on angulario are counting on a liteserver for serving

Thumbnail for Posts

How do you test to see if a double is equal to NaN

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

I have a double in Java and I want to check if it is NaN What is the best way to do

Thumbnail for Posts

How Spring Security Filter Chain works

๐Ÿ“‚ Categories: Programming

I realize that Spring security build on chain of filters which will intercept the request detect absence of authentication redirect to authentication entry

Thumbnail for Posts

How to change default text file encoding in Eclipse

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

Whenever I add a new html file or other text file to the project its encoding is set to Cp1250 I am not sure why I guess this is probably because my default

Thumbnail for Posts

How to check instanceof class in Kotlin

๐Ÿ“‚ Categories: Kotlin
๐Ÿท๏ธ Tags: Kotlin-Extension

In Kotlin class I have method parameter as object See Kotlin doc here for class type T As object I am passing different classes when I am calling method In

Thumbnail for Posts

How to choose an AWS profile when using boto3 to connect to CloudFront

๐Ÿ“‚ Categories: Python

I am using the Boto 3 python library and want to connect to AWS CloudFront I need to specify the correct AWS Profile AWS Credentials but looking at the