Skip to content
#

science

Here are 2,201 public repositories matching this topic...

julia
BambOoxX
BambOoxX commented Jun 21, 2022

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)

  • using a comprehension split8(str::String) = [str[i+1:8] for i in 0:8:length(str)]
  • using a comprehension and `S
good first issue strings iteration
smichr
smichr commented Jun 2, 2022

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

combinatorics good first issue
mikegray
mikegray commented Jun 13, 2019

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

Enhancement ImageBuilding good first issue
kangalioo
kangalioo commented Jul 21, 2020

What is the feature ?

I'm trying out this library for the first time and there's some places where it would be delightful to have shorthand functions:

  1. Shorthand functions for Pos: Pos::top_right, Pos::bottom_right, Pos::bottom_center etc..
  2. Short way to set colors for components. Currently, lots of boilerplate is required for e.g. white-on-black plotos
    • a cool start would b
Thrive
Kasterisk
Kasterisk commented Jun 14, 2022

Pretty visuals or melodious music is not enough, there's something missing in the gallery viewer, descriptions, the player should be able to immerse themselves deeper in the gallery viewing experience by reading captivating lore or story behind each or most of the art presented. Anybody familiar with the creation of Thrive's assets is welcome to write this. The loading screen will also benefit fro

Improve this page

Add a description, image, and links to the science topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the science topic, visit your repo's landing page and select "manage topics."

Learn more