Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for Boondoggle‭

Type On... Excerpt Status Date
Edit Post #25665 Initial revision over 4 years ago
Edit Post #25567 Initial revision over 4 years ago
Edit Post #25172 Initial revision over 4 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)
over 6 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)
over 6 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)
over 6 years ago