science
Here are 2,196 public repositories matching this topic...
-
Updated
Jun 22, 2022
-
Updated
Jun 18, 2022 - Jupyter Notebook
ordered_partitions is significantly faster than the multiset-outputting partitions function but no mention is made of it in partitions. It should be mentioned in partitions that this alternate function exists if the user desires the flat partition. The API is not the same, however, and I'm not sure if ordered_partitions could be non-destructively modified to permit the same input paramet
-
Updated
May 30, 2020
Description
As discussed in #1834 the Qt-based interface allows using the tab key to switch between GUI element
-
Updated
Dec 21, 2019
-
Updated
Jun 24, 2022 - JavaScript
-
Updated
Jun 13, 2022 - Python
Version of Singularity:
3.0.3
Expected behavior
Some progress or update information during the creation of the SIF file.
Actual behavior
During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.
Steps to reproduce behavior
I was executing a few “larger” builds through the bui
We need to re-export the pixel format types as well for usability.
See the following question in discussions.
--
Hello,
It's a silly thing but I can't figure out where to find RGBPixel for the bitmap back-end.
Recently, the back-ends were merged into plotters itself. To accommodate for this, I've modded my Cargo.toml as thus:
plotters = { git = "https://github.com/plotters-rs/pl
-
Updated
Oct 27, 2021
-
Updated
Jun 19, 2022 - Python
import pint
ureg = pint.UnitRegistry()
-140 * ureg.degrees == 220 * ureg.degreesreturn False. Is it possible for it to return True instead?
for example the nucleus model should not be able to be selected as the model for multiple cell corpse chunks
-
Updated
Jun 25, 2022 - PHP
-
Updated
Jun 25, 2022 - Standard ML
Don't bunde the data
-
Updated
May 21, 2022 - Common Workflow Language
-
Updated
Jun 25, 2022
Follow redirects
If you paste in a t.co link, or whatever, it should follow it.
-
Updated
Jun 24, 2022 - Python
-
Updated
Jun 26, 2022 - Python
-
Updated
May 17, 2022 - Python
Improve this page
Add a description, image, and links to the science topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the science topic, visit your repo's landing page and select "manage topics."
This subject was initially discussed in https://discourse.julialang.org/t/efficient-way-to-split-string-at-specific-index/83115/17 regarding a way to split a string into equal-length substrings.
The solutions discussed involved (for a string composed of 10 blocks of 8 strings)
split8(str::String) = [str[i+1:8] for i in 0:8:length(str)]