๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

Why does cURL return error 23 Failed writing body

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Macos Curl Osx-Lion Pipe

It works ok as a single tool curl someURL curl o someURL but it doesnt work in a pipeline curl someURL tr d n curl o someURL tr d n it returns 23 Failed

Thumbnail for Posts

Why does parseInt yield NaN with Arraymap

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

From the Mozilla Developer Network 149mapMathsqrt will yield 123 Why then does this 123mapparseInt yield this 1 NaN NaN I have tested in Firefox 301 and Chrome

Thumbnail for Posts

Why does the month argument range from 0 to 11 in JavaScripts Date constructor

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Datetime Date

When initializing a new Date object in JavaScript using the below call I found out that the month argument counts starting from zero new Date2010 3 1 thats the

Thumbnail for Posts

Why does this code for initializing a list of lists apparently link the lists together duplicate

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

This question already has answers here List of lists changes reflected across sublists unexpectedly 19 answers Closed 3 years ago I intend to initialize a list

Thumbnail for Posts

Why does typeof NaN return number

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

Just out of curiosity It doesnt seem very logical that typeof NaN is number Just like NaN NaN or NaN NaN returning false by the way Is this one of the

Thumbnail for Posts

Why doesnt javautilSet have getint index

๐Ÿ“‚ Categories: Java

Why does the javautilSet interface lack getint Index or any similar get method It seems that sets are great for putting things into but I cant find an elegant

Thumbnail for Posts

Windows git warning LF will be replaced by CRLF is that warning tail backward

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

env Windows 7 msysgit Wheng I git commit it says warning LF will be replaced by CRLF Is this warning tail backward I edit file in Windows the end of line is

Thumbnail for Posts

Accessing Kotlin extension functions from Java

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

Is it possible to access extension functions from Java code I defined the extension function in a Kotlin file package comtestextensions import

Thumbnail for Posts

Add new value to an existing array in JavaScript duplicate

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

This question already has answers here How to append something to an array 30 answers Closed 9 years ago In PHP Id do something like array array array value1