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 Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for mcp‭

Type On... Excerpt Status Date
Comment Post #288074 The problem with this answer is that it will remove cells in every die, when it should only remove cells identified within that die. With your answer, if I find that die 1, cell 9 is bad, I will also be removing die 2, cell 9, which may not be bad.
(more)
10 months ago
Comment Post #287884 It's a good question. I would expect there to be a parameter for this in the `mean()` function.
(more)
about 1 year ago
Comment Post #287514 Built-in to pandas. Pandas tends to be feature complete with respect to R. [Here is the function documentation in R](https://search.r-project.org/CRAN/refmans/goeveg/html/cv.html).
(more)
over 1 year ago
Comment Post #287314 ```py filename = "bad_dir" raise FileNotFoundError(filename) ```
(more)
over 1 year ago
Comment Post #286768 Not sure if this was always there, but the drop down to the right of your account lets you jump to other topics! (Would still be nice if "Communities" was clickable.)
(more)
over 1 year ago
Comment Post #286768 Too cool! I can now subscribe to other users!
(more)
over 1 year ago
Comment Post #286789 I meant how do you figure it wouldn't require much manual formatting.
(more)
over 1 year ago
Comment Post #286789 Either way it's going into latex, .png or table. I'm open to both, but only a solution that lets me export to that format without me manually re-entering data.
(more)
over 1 year ago
Comment Post #286789 How do you figure?
(more)
over 1 year ago
Comment Post #286791 Nice, this also works if I store the plot in a variable for saving: ```py plot = df.plot.bar() plot = plot.axvline(x=2.5, ymin=0, ymax=1) plot.get_figure().savefig("busy_bar.png") ```
(more)
almost 2 years ago
Comment Post #286780 https://powerusers.codidact.com/posts/286781
(more)
almost 2 years ago
Comment Post #286780 Because this is so manual, I might consider post-processing in Gimp or similar.
(more)
almost 2 years ago
Comment Post #286780 Sounds promising, can you post output?
(more)
almost 2 years ago
Comment Post #286768 Yes the solid "click, unclick" is something I find very pleasing! I like being deliberate and being guided towards explicit actions. Brings confidence and eagerness to my workflow. For big threads, for sure, take the user to the full context. For one or two comment threads, which is what I've enco...
(more)
almost 2 years ago
Comment Post #286504 Yes, I agree with @#8196. A reason I come here over SO is for a nicer, more professional community. Your comment and tone, @#36396, is a bigger deterrent. Very funny precision joke at the end though! Main point I would take away is that score is important to some users and makes the site more fun...
(more)
almost 2 years ago
Comment Post #286726 Simple example, don't take it too seriously.
(more)
almost 2 years ago
Comment Post #286727 Thank you both! @#53196, that explains it very clearly! The example you gave was a tremendous help to my understanding.
(more)
almost 2 years ago
Comment Post #286727 This does the trick and even better was in the man page! The question that remains though is what is `/*`? That is the first mention of it in that manpage entry and it only says how the behavior differs, but what does it mean semantically?
(more)
almost 2 years ago