๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

Force LF eol in git repo and working copy

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

I have a git repository hosted on github Many of the files were initially developed on Windows and I wasnt too careful about line endings When I performed the

Thumbnail for Posts

Free XML Formatting tool closed

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Xml Xml-Formatting

As it currently stands this question is not a good fit for our QampA format We expect answers to be supported by facts references or expertise but this

Thumbnail for Posts

Get final URL after curl is redirected

๐Ÿ“‚ Categories: Programming

I need to get the final URL after a page redirect preferably with curl or wget For example httpgooglecom may redirect to httpwwwgooglecom The contents are easy

Thumbnail for Posts

Getting the docstring from a function

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

I have the following function def myfunc My docstring is both funny and informative pass How do I get access to the

Thumbnail for Posts

Git merge two local branches

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

I have branch Master branchA and branchB Now Im working in the branchA and I need to merge branchA with branchB and proceed my work in the branchA All files

Thumbnail for Posts

Go and operators

๐Ÿ“‚ Categories: Go
๐Ÿท๏ธ Tags: Bitwise-Operators

Could someone please explain to me the usage of ltlt and gtgt in Go I guess it is similar to some other

Thumbnail for Posts

How can I compare software version number using JavaScript only numbers

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

Here is the software version number 10 101 20 2001 201 How can I compare this Assume the correct order is 10 101 20 2001 201 The idea is simple Read the first

Thumbnail for Posts

How can I escape square brackets in a LIKE clause

๐Ÿ“‚ Categories: Programming

I am trying to filter items with a stored procedure using like The column is a varchar15 The items I am trying to filter have square brackets in the name For

Thumbnail for Posts

How can I get dict from sqlite query

๐Ÿ“‚ Categories: Python

db sqliteconnecttestsqlite res dbexecuteselect from table With iteration I get lists coresponding to the rows for row in res print row I can get name of the