๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

Better way to get type of a Javascript variable

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Types Typeof

Is there a better way to get the type of a variable in JS than typeof It works fine when you do gt typeof 1 number gt typeof hello string But its useless when

Thumbnail for Posts

Breakpoints are crossed out how can I make them valid

๐Ÿ“‚ Categories: Java

i got a tricky one I cant set valid breakpoints Not in Tests neither in my Java Classes I searched Stackoverflow and google but I couldnt find anybody with the

Thumbnail for Posts

C Ignore certificate errors

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

I am getting the following error during a web service request to a remote web service Could not establish trust relationship for the SSLTLS secure channel gt

Thumbnail for Posts

Change case of a file on Windows

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

There are a couple of files in our gitcontrolled codebase that Id like to rename Specifically I just want to change the case of the file so that sourceCodejava

Thumbnail for Posts

Convert JSON String to JSON Object c

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Asp.Net Json String Parsing

I have this String stored in my database str contextname lowerbound value upperbound value values value1 valueN This string is already in the JSON format but I

Thumbnail for Posts

Convert timestamp to date in MySQL query

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Sql Date-Formatting

I want to convert a timestamp in MySQL to a date I would like to format the userregistration field into the text file as a yyyymmdd Here is my SQL sql

Thumbnail for Posts

Docker push to AWS ECR hangs immediately and times out

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Command-Line-Interface Amazon-Ecr

Im trying to push my first docker image to ECR Ive followed the steps provided by AWS and things seem to be going smoothly until the final push which

Thumbnail for Posts

Does Swift have documentation generation support

๐Ÿ“‚ Categories: Swift
๐Ÿท๏ธ Tags: Documentation-Generation

Many languages support documentation comments to allow a generator like javadoc or doxygen to generate code documentation by parsing that same code Does Swift

Thumbnail for Posts

Explain the use of a bit vector for determining if all characters are unique

๐Ÿ“‚ Categories: Java

I am confused about how a bit vector would work to do this not too familiar with bit vectors Here is the code given Could someone please walk me through this