๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

What exactly does the join method do

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

Im pretty new to Python and am completely confused by join which I have read is the preferred method for concatenating strings I tried strid repr595 print

Thumbnail for Posts

What is an anti-pattern

๐Ÿ“‚ Categories: Programming

I am studying patterns and antipatterns I have a clear idea about patterns but I dont get antipatterns Definitions from the web and Wikipedia confuse me a lot

Thumbnail for Posts

What is difference between Errors and Exceptions duplicate

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Exception

This question already has answers here Closed 13 years ago Possible Duplicate Differences betweeen Exception and Error How can I differentiate between Errors

Thumbnail for Posts

What is git doing when it says it is resolving deltas

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

During the first clone of a repository git first receives the objects and then spends about the same amount of time resolving deltas Whats actually happening

Thumbnail for Posts

What is the difference between indexOf and search

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

Being fairly new to JavaScript Im unable to discern when to use each of these Can anyone help clarify this for

Thumbnail for Posts

What is the difference between pushdefault matching and simple

๐Ÿ“‚ Categories: Programming

I have been using Git for a while now but I have never had to set up a new remote repo myself and I have been curious to do so I have been reading tutorials

Thumbnail for Posts

What is the difference between SAX and DOM

๐Ÿ“‚ Categories: Programming

I read some articles about the XML parsers and came across SAX and DOM SAX is eventbased and DOM is tree model I dont understand the differences between these

Thumbnail for Posts

What is this smiley-with-beard expression

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: Expression Digraphs

I came across the following program which compiles without errors or even warnings int main ltgt smile Live example What does the program do and what is that

Thumbnail for Posts

Whats the best RESTful method to return total number of items in an object

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Rest Restful-Url

Im developing a REST API service for a large social networking website Im involved in So far its working great I can issue GET POST PUT and DELETE requests to