language
Here are 4,526 public repositories matching this topic...
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
Jul 24, 2021 - V
-
Updated
Jul 17, 2021 - JavaScript
The Ruby Programming Language [mirror]
-
Updated
Jul 24, 2021 - Ruby
According to documentation https://lesscss.org/functions/#color-definition-hsl
hsl() function should output a color, but it does not. rgb() and hsv() behave as documented.
$ npx lessc --version
lessc 4.1.1 (Less Compiler) [JavaScript]
$ cat problem.less
.problem {
color: rgb(128, 255, 0);
background-color: hsl(90, 100%, 50%);
border-color: hsv(90, 100%, 50%);
}
$ npx lessc pr
Tracking ECMAScript Proposals
-
Updated
Jul 20, 2021
-
Updated
Jul 21, 2021
### Example
let unreachableProxy = "http://127.0.0.1:8888"
try:
let client = newHttpClient(proxy=newProxy(unreachableProxy), timeout=1)
var res = client.getContent("https://github.com")
echo res
except:
echo "Timed out"
Current Output
timeout variable is ignored, program stuck until default socket timeout will happen
Expected Output
Timed out a
Looks like soldity-upgrade has input file processing logic duplicated from CommandLineInterface.cpp. Especially readInputFiles() and file reader callback in SourceUpgrade.cpp. This logic in CommandLineInterface has recently been refactored in PRs like #11113, #11518. After #11545/#11617
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
-
Updated
Jul 13, 2021 - Python
The Dart SDK, including the VM, dart2js, core libraries, and more.
-
Updated
Jul 24, 2021 - Dart
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
List of 77 languages for Laravel Framework 4, 5, 6, 7 and 8, Laravel Jetstream , Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova and Laravel Spark.
-
Updated
Jul 24, 2021 - PHP
GoPlus - The Go+ language for data science
-
Updated
Jul 24, 2021 - Go
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
Updated
Jun 1, 2021 - C
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
-
Updated
Jul 24, 2021 - Red
Haxe - The Cross-Platform Toolkit
-
Updated
Jul 23, 2021 - Haxe
It would be useful to have a java.util.BitSet implementation. It looks like most Java collections are available but this one fell through the cracks (perhaps because it's not part of the Collection hierarchy).
A statically typed lisp, without a GC, for real-time applications.
-
Updated
Jul 23, 2021 - Haskell
Gravity Programming Language
-
Updated
Jul 22, 2021 - C
Natural language detection
-
Updated
Jun 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the language topic, visit your repo's landing page and select "manage topics."


Bug Report
4.4, not a regression
Turn on parameter name hints for the code:
Currently you do get