The Wayback Machine - https://web.archive.org/web/20220330211908/https://github.com/topics/ideas
Skip to content
#

ideas

Here are 365 public repositories matching this topic...

goenning
goenning commented Jul 24, 2021

Fider currently only run migrations that have a timestamp higher than the last executed migration.

This means we need to be extra careful when merging PRs to ensure the timestamp on the migration files are always accurate.

Ruby on Rails takes another approach where they run all migrations that have not yet been executed on the server. They still apply it in order of timestamp, but allows P

good first issue help wanted

Every time I have an idea, I write it down. These are a collection of my top software ideas -- problems I think enough people have that don't have solutions. I expect you can reach a decent userbase if marketed correctly, as I am surely not the only one with these problems.
  • Updated Mar 22, 2022
ideas
pavelkryukov
pavelkryukov commented Jan 29, 2022

C-массив можно инициализировать литералом или списком:

const char array1[] = "abcdefgh";
const char array2[8] = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'};

Конструктор std::string_view неявно преобразует ссылку на C-массив в const char*.
Для array1 вызовется strlen (использовать N не будем, т.к. внутри литерала может быть \0).
array2 же не нуль-терминирован, и вызов

good first issue
plt-formal-methods-resources

Curated List of Research Focused Reading Materials & Videos for Learning about Programming Language Theory Research, Formal Methods and their application in some most active computer Science fields.
  • Updated Aug 17, 2019

Improve this page

Add a description, image, and links to the ideas 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 ideas topic, visit your repo's landing page and select "manage topics."

Learn more