I want to make a simple python highlighter for a homework, but things like comments or strings are not being colored, I'm supposed to use regular expressions fo
This html code I refer. <td style='background-color:#efefef; text-align:center; vertical-align:center; padding: 10px;'> <img width="45px" height="4
I have such a schema: doc: { //Some fields visits: [ { userID: Int32 time: Int64 } ] } I want to fir
I'm trying to install a newer version of Eclipse. The Oomph Eclipse installer keeps giving me the following error: I'm definitely connected to the network - a
I have a fragment which displays a list in recyler view (chargeHistoryList). all the code is written in onActivityCreated, so this gets called only once when t
I want to pass the value in a local storage service but am unable to parse because of no date format support. How should I proceed? description, TaskDate
I have converted an existing game written in HTML, CSS, and JavaScript into an Android app by wrapping the game in a native Java app using WebView (tutorial). T
We have a React app created with create-react-app. We have to include an external script tag in the head tag (in the public/index.html file). The provider of th
I have the following array of object that I want to chance its structure , I am trying to use reduce to get a new object with element that have the same group..