-
Updated
May 15, 2022 - TypeScript
Hacktoberfest
Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.
Here are 93,335 public repositories matching this topic...
-
Updated
May 15, 2022 - Shell
We have a lot of is_prime (or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical
-
Updated
May 14, 2022 - JavaScript
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Summary 💡
Emotion-js added a new feature 'insertionPoint' to createCache in this pull request and marked previous 'prepend' option as deprecated.
But Mui's next.js example uses prepend. [You can find It he
-
Updated
May 15, 2022 - Java
-
Updated
May 15, 2022 - Go
-
Updated
May 11, 2022 - JavaScript
-
Updated
May 15, 2022 - Python
Proof UPDATE_PROGRAM
Proof read transcribed code of UPDATE_PROGRAM against scans
Lines: 548
Page: 1386—1396 (10)
Reduced quality scans can be found here
-
Updated
May 12, 2022
-
Updated
May 9, 2022 - JavaScript
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Apr 20, 2022
I think here we should first check if there is a next node before lost the reference on first object
/**
Linked list class - delete method with the following signature
*/
public void delete(int key) {
if (!isEmpty()) {
if (first.ge
-
Updated
May 15, 2022 - C++
-
Updated
May 15, 2022 - Go
-
Updated
May 15, 2022 - JavaScript
Describe the bug
I noticed that this code:
https://github.com/tauri-apps/tauri/blob/3e702cf8b15762cdca43c8d7ff6f6e8ee9670244/core/tauri/src/manager.rs#L520-L523=
(EDIT: Don't know why it's not showing embedded code for that URL, nevertheless here it is:)#
#[cfg(target_os = "windows")]
let path = filtered_path.replace("asset://localhost/", "");
#[cfg(nIssue Summary
When setting up a dev env on windows, yarn setup fails
[2021-12-21 15:45:01] INFO Relation: User to Role
[2021-12-21 15:45:01] INFO Finished database init!
Running "symlink:githooks" (symlink) task
-
Updated
May 15, 2022 - TypeScript
-
Updated
May 15, 2022 - Markdown
-
Updated
May 15, 2022 - Python
Describe the bug you encountered:
The options --map-syntax and --ignored-suffix cannot work together.
How to reproduce it:
-
Prepare a file
foo.demoin YAML syntax:# file: foo.demo foo: "bar"
-
Use
bat --map-syntax "*.demo:YAML" foo.democan print it with YAML syntax highlighting:bat foo.demo \ --map-syntax "
-
Updated
May 15, 2022 - C#
(If applicable) Reproduction of issue in TypeScript Playground
-
Updated
May 15, 2022 - JavaScript


What does this PR do?
Improve repo
For resources
Description
Added a small definition about programming/coding playgrounds for making it understandable to beginners
Why is this valuable (or not)?
Copy the definition merged in #6822 into the rest of CONTRIBUTING files, opening a 3 weeks window to translate it by our comunity
Checklist: