programming-language
Here are 5,427 public repositories matching this topic...
-
Updated
Apr 28, 2022 - Kotlin
-
Updated
Apr 24, 2022
-
Updated
Apr 28, 2022 - V
-
Updated
Apr 25, 2022 - JavaScript
-
Updated
Mar 24, 2022 - TypeScript
Should be done after #12934.
Page
Abstract
When we're done cleaning up the cheatsheet, we could add more interesting information that's already described elsewhere but less concisely. Some ideas:
- Table of available types.
- Various types of literals (in particular string literals like
-
Updated
Apr 22, 2022 - Python
-
Updated
Apr 15, 2022 - Perl
-
Updated
Mar 12, 2022 - Python
-
Updated
Mar 24, 2022 - OCaml
-
Updated
Apr 28, 2022 - Dart
-
Updated
Apr 28, 2022
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Mar 3, 2022
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Apr 28, 2022 - TypeScript
cloudsmith-package-sychronised.yml needs to be updated to trigger builds based on 22.04 being updated as part of the change.
this shouldn't be done until we verify that 22.04 nightlies have been successfully uploaded at least once.
-
Updated
Apr 25, 2022 - Go
-
Updated
Apr 28, 2022 - Haxe
-
Updated
Apr 26, 2022 - Red
-
Updated
Apr 19, 2022 - Go
-
Updated
Apr 22, 2022
-
Updated
Apr 26, 2022 - Java
I believe that the patch command accepts an optional patch argument, but it isn't described in help patch:
patch
`patch` rewrites any definitions that depend on definitions with type-preserving edits to use the
updated versions of these dependencies.
Motivation
The Git class currently doesn't support submodules which prevents for example using submodules in Quark repos.
Description of Proposed Feature
Add a submodule method to Git and add submodule recursion to the Quark install step, eg adding the --recurse-submodules git flag to the clone command. This will download an
-
Updated
Sep 18, 2021 - C
// ok
<<1:size(8)>>
<<1:size(x)>>
// not ok
<<1:size(7)>>This won't catch all errors, because x could evaluate at runtime to a value that isn't a multiple of 8. However catching the literal cases when the term is explicitly an integer will still be valuable.
-
Updated
Apr 27, 2022 - JavaScript
Improve this page
Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."
https://github.com/JuliaLang/julia/blob/3cff21e725097673f969c19f8f0992c9a0838ab3/base/arrayshow.jl#L584
Seems the following change is reasonable: