programming-language
Here are 4,353 public repositories matching this topic...
-
Updated
Aug 11, 2021 - Kotlin
-
Updated
Aug 11, 2021 - V
-
Updated
Aug 2, 2021
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Aug 4, 2021 - Python
-
Updated
Jul 16, 2021 - Perl
-
Updated
Aug 10, 2021 - Python
-
Updated
May 11, 2021 - OCaml
-
Updated
Aug 11, 2021 - Dart
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Jul 26, 2021
-
Updated
Feb 21, 2021
-
Updated
Aug 10, 2021 - TypeScript
Some field names in classes in the process package are using camel rather than snake case.
The style guide states that fields should be snake_case.
Fields that aren't snake_case in the process package should be switched to being snake_case.
-
Updated
Aug 10, 2021 - Red
-
Updated
Aug 10, 2021 - Haxe
-
Updated
Aug 10, 2021 - Go
-
Updated
Jul 8, 2021 - JavaScript
-
Updated
Aug 11, 2021 - Java
-
Updated
Aug 7, 2021 - Go
-
Updated
Jul 22, 2021 - C
Environment
- SuperCollider version:
- 3.11.1
- Operating system:
- Windows 10 (?)
Steps to reproduce
// macOS:
"~".pathMatch;
// -> [ "/Users/<myusername>"]
// windows:
"~".pathMatch;
// -> [ ];
// this fixes the behaviour, but is clumsy;
"~".standardizePath.pathMatch;
// -> [ "C:\Users\<myusern
-
Updated
Jul 27, 2021 - JavaScript
-
Updated
Feb 3, 2021 - Swift
I was searching the docs for any benchmarks or comparisons of an application written in Mint, with other modern frameworks, like Svelte or Vue, but i couldn't find anything, this could be fairly useful, especially for enthusiasts or people who are interested in the project and considering giving it a try, but have concerns about performance and/or size
-
Updated
Aug 10, 2021 - 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."
Defining
propertynames
for non-struct types is not enough to enable tab completion in the REPL, as is being done withCptr
(analytech-solutions/CBinding.jl#77) and eventually withPtr
(JuliaInterop/Clang.jl#316). It appears to be prevented because of the followingisstructtype
check: https://github.com/JuliaLang/julia/blob/c95448fb988441