language
Here are 5,478 public repositories matching this topic...
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
-
Updated
Jul 23, 2022 - V
-
Updated
Jul 12, 2022 - JavaScript
The Ruby Programming Language [mirror]
-
Updated
Jul 22, 2022 - Ruby
Whiskers' regex looks for <..> as opposed to tokenizing the input, so it is not able to detect truncated/mistyped input.
For example it can't detect that <!b is not terminated in<?b> X <!b Y </b>.
With some heuristics it could be improved: match for <?, <! and </ and only allow identifiers which are terminated with >, otherwise it is invalid.
_Originally posted by @axic in h
I'm Writing a ThemeColor Plugin, use Visitor.
In fn:visitColor , node.parent sometimes is null (box-shadow:0 0 0 1px #999 inset). I can't find the parent Declaration Node of Color Node.
so I want to [less.js/lib/less/visitors/visitor.js Visitor.prototype.visit](https://github.com/less/less.js/blob/0e268598c8327b9e8d36d9bb2edfde95d8d787be/packages/less/src/less/visitors/visitor.js
Tracking ECMAScript Proposals
-
Updated
Jul 21, 2022
-
Updated
Jul 18, 2022
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
-
Updated
Jul 23, 2022 - C++
I can't find any documentation or thorough tests of the path substitution performed by compiler/options/pathSubs.
From looking at the code, these are the substitutions:
$nim: global nim prefix directory path$lib: stdlib directory path$home: user's home directory path$config: I think this is the directory path to the either the nimscript calling
`compiler/options/path
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
-
Updated
Jul 21, 2022 - Python
Compared to the CPython source, RustPython's _winapi module (vm/src/stdlib/winapi.rs) has:
-
CREATE_NEW_CONSOLE -
CREATE_NEW_PROCESS_GROUP -
DUPLICATE_SAME_ACCESS -
DUPLICATE_CLOSE_SOURCE -
ERROR_ALREADY_EXISTS -
ERROR_BROKEN_PIPE -
ERROR_IO_PENDING -
ERROR_MORE_DATA - [
The Dart SDK, including the VM, dart2js, core libraries, and more.
-
Updated
Jul 23, 2022 - Dart
안녕하세요
자료 보면서 공부하다가 counting sort 코드가 이상한 부분이 있어서 수정했습니다
- 과정 3에서 누적합을 만들어줄 때
arr.length->counting.length - 과정 4에서 다시 sorted_arr에 넣어줄 때 인덱스가
counting[arr[i]]->counting[arr[i]] - 1
좋은자료 항상 감사합니다 :)
퀵 정렬 - bold 설정
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
List of 78 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI.
-
Updated
Jul 23, 2022 - PHP
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
Updated
Jul 20, 2022 - C
Haxe - The Cross-Platform Toolkit
-
Updated
Jul 22, 2022 - Haxe
Probabilistic language based on pattern matching and constraint propagation, 153 examples
-
Updated
Jul 18, 2022 - 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 21, 2022 - Red
Having a callback for when the selected element is changed would be useful, for similar reasons to TextEdit/LineEdit: validation, updating buffers, or the rest. I imagine that it would be something like selected(int) with int being the index, though LineEdit emits a simple callback without arguments so there may be a tradeoff I'm missing (an int should be easier to pass around on the oth
A statically typed lisp, without a GC, for real-time applications.
-
Updated
Apr 22, 2022 - Haskell
Add Scents
Scala.js, the Scala to JavaScript compiler
-
Updated
Jul 13, 2022 - Scala
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
TS2463 javascript
default