Activity for Boondoggleâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #25665 | Initial revision | — | almost 5 years ago |
Edit | Post #25567 | Initial revision | — | almost 5 years ago |
Edit | Post #25172 | Initial revision | — | almost 5 years ago |
Answer | — |
A: How can we make reviewing HTML documentation easier? Not sure if I can adequately answer this, since I know little about web development. But I'll try to give some ideas. I would use JavaScript to comment inline and SQL to store the comments. 1. Double-click/select a word in the text. A comment box pops up. The user can type a comment and hit "OK". A... (more) |
— | almost 7 years ago |
Answer | — |
A: How to simplify a sentence so that a younger audience can understand it? How rephrase the following sentence so that it can be understood by a 13-year-old boy? > Pocket squares are a standout amongst the most vital apparatuses for a man of style. It's important to have the correct pocket square for the correct event. Word frequencies To simplify the sentence a good met... (more) |
— | almost 7 years ago |
Answer | — |
A: How to create a useful diff of a markdown writing project iteration I'm not sure about using Git commit. I don't use it much. How about tokenizing your text in Python? Then calculate the entropy per sentence. This would show difference between sentences. Alternatively, you could do this for words or ngrams. The output can be stored to list and txt file. # py3 a... (more) |
— | almost 7 years ago |