165
Points
Questions
31
Answers
33
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 311 views
- 0 answers
- 0 votes
-
I am working on a problem that I need to process overlapping pairs from the stream. for example, consider the …
- 332 views
- 0 answers
- 0 votes
-
I read the source code of java.lang.String and I was surprised to find that String.indexof() does not use the Knuth–Morris–Pratt …
- 298 views
- 2 answers
- 0 votes
-
I am in need of a GUI bash script launcher with the ability to launch multiple scripts in parallel on …
- 283 views
- 0 answers
- 0 votes
-
This is the code I wrote to load dataframe iris in df and to plot stacked area plot import matplotlib.pyplot …
- 307 views
- 1 answers
- 0 votes
-
<iframe src=”https://jovian.ml/embed?url=https://jovian.ml/pravin-bnmit/cxr/v/1&cellId=15″ title=”Jovian Viewer” height=”800″ width=”800″ frameborder=”0″ scrolling=”auto”></iframe> def show_sample(img, target, invert=True): if invert: plt.imshow(1 – img.permute((1, 2, 0))) else: …
- 365 views
- 1 answers
- 0 votes
-
JUnit version is 5. I tried to saddle through the fourth, but the error is the same. If done through …
- 361 views
- 0 answers
- 0 votes
-
I’m programming a video call app and everything seems to be working. There is only one problem. When one person …
- 290 views
- 1 answers
- 0 votes
-
- 389 views
- 1 answers
- 0 votes
-
Okay i read a lot of stuff and i failed to figure out that how to filter folders(directories and sub-dir) …
- 359 views
- 1 answers
- 0 votes