All Posts
Force LF eol in git repo and working copy
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
Free XML Formatting tool closed
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
Get final URL after curl is redirected
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
Getting the docstring from a function
I have the following function def myfunc My docstring is both funny and informative pass How do I get access to the
Git merge two local branches
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
Go and operators
Could someone please explain to me the usage of ltlt and gtgt in Go I guess it is similar to some other
How can I compare software version number using JavaScript only numbers
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
How can I escape square brackets in a LIKE clause
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
How can I get dict from sqlite query
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