I recently downloaded the Nodejs file from the official site and I don't know how to install the Nodejs from a archived file. Please help me how can I install t
I have xls files which I cannot control the format of. They have data of varying number of rows, then several blank rows at the bottom. I can get them to import
Edit My view is using the Employer model. Employer and JobPosting have a 1:M relationship. I will share more of the view for context. Context: In my application
I have a concierge application where the user will register an entry and exit of vehicles, to register an entry I work with two tables, the user consults the as
How do I reverse the words in this string including the punctuation? String.prototype.reverse = function () { return this.split('').reverse().join(''); }
I have a bar plot with position = fill to show proportions with 2 colors on the same column. I'm trying to add a geom_text layer on this graph to show ho many g
I have array values if there are two values i need to add a string "AND" if single value "AND" string should not be added. i have tried with the following code.