language
Here are 3,776 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
Nov 4, 2020 - V
The Ruby Programming Language [mirror]
-
Updated
Nov 4, 2020 - Ruby
This came up for fixes to svg-gradient() (less/less.js#3261). There are no automated visual regression tests, so it might be good to do so for functions that create visual assets. See: https://github.com/garris/BackstopJS
-
Updated
Nov 3, 2020 - JavaScript
Tracking ECMAScript Proposals
-
Updated
Oct 30, 2020
-
Updated
Aug 20, 2020
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
-
Updated
Aug 22, 2020 - Python
### 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
Output Yul ASTs
It would be helpful/essential for verification tools to have access to the Yul ASTs that are generated throughout compilation via Yul.
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
The Dart SDK, including the VM, dart2js, core libraries, and more.
-
Updated
Nov 4, 2020 - Dart
List of 75 languages for Laravel Framework 4, 5, 6, 7 and 8, Laravel Jetstream and Laravel Fortify.
-
Updated
Oct 30, 2020 - PHP
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
Updated
Nov 4, 2020 - 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
Nov 4, 2020 - Red
This is a follow-up to #4097 where we used an AtomicInteger as a poor-mans replacement for a Semaphore with tryAcquire (or maybe even drainPermits).
GoPlus - The Go+ language for data science
-
Updated
Nov 3, 2020 - Go
Haxe - The Cross-Platform Toolkit
-
Updated
Nov 3, 2020 - Haxe
Gravity Programming Language
-
Updated
Oct 26, 2020 - C
A statically typed lisp, without a GC, for real-time applications.
-
Updated
Oct 26, 2020 - Haskell
Hybrid visual and textual functional programming.
-
Updated
Nov 4, 2020 - Scala
Natural language detection
-
Updated
Oct 30, 2020 - JavaScript
Should suppress --strict warnings.
Natural Language Processing Tasks and References
-
Updated
Sep 20, 2018
Pythonic Smart Contract Language for the EVM
-
Updated
Oct 31, 2020 - Python
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."


TypeScript Version: 4.1.0-beta
Search Terms: string.replace
Code
Expected behavior: It should replace all occurrences of 'apple'
Actual behavior: It is replacing only the first occurrence of 'apple'.
Either correct the IntelliSense doc or fix the replace function. Please find t