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 »

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Activity for DavidCary‭

Type On... Excerpt Status Date
Question How do I set UTF8 in a Vim modeline?
Occasionally someone occasionally modifies one of the files I'm responsible for with an archaic tool that decides to convert the updated file to UTF-16 (probably lossless) or an even more archaic tool that converts the file to Latin1 (ISO-8859-1) (probably lossy). Is there a Vim modeline I can pu...
(more)
4 months ago
Question How do I make animated dotted lines ("marching ants") in images on my web page?
How do I make animated dotted lines ("marching ants") in images on my web page? Some people have showed me diagrams online where the lines are animated dotted lines / animated dashed lines, where each dash moves towards the arrow-point end of the line. (I hear this kind of animated dotted line is...
(more)
6 months ago
Answer A: Determine encoding of text
quick fix I agree with Canina that you need to do two translations to fix this problem. Fortunately, it appears that you can recover the original text without loss. Try this: ``` first convert from UTF-8 to WINDOWS-1252 iconv -f UTF-8 -t WINDOWS-1252 junk.txt next re-interpret the text a...
(more)
8 months ago
Question How can I ssh to a remote server from my Chromebook?
How can I ssh to a remote server from my Chromebook? A lot of the work I do involves ssh'ing to a remote web server, running software on that remote command shell, and testing things using a web browser. A lightweight Chromebook seems like it would support that. A lot of old documentation ...
(more)
over 2 years ago
Answer A: Distinguish like I'm 5 years old — ArtBox, BleedBox, CropBox, MediaBox, TrimBox
Historically, books and magazines were printed on large pieces of paper, which were then cut into smaller pieces of paper. Even today large reels of paper run through rotary printing presses where the partial image printed in one color by roller needs to be lined up with the partial image printed...
(more)
over 2 years ago