programming-language
Here are 3,556 public repositories matching this topic...
-
Updated
Dec 3, 2020
-
Updated
Dec 3, 2020 - V
-
Updated
Aug 8, 2020 - TypeScript
-
Updated
Nov 23, 2020
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 30, 2020 - Perl
-
Updated
Nov 27, 2020 - OCaml
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Nov 19, 2020
-
Updated
Sep 30, 2020 - Python
-
Updated
Dec 3, 2020 - Dart
-
Updated
Nov 16, 2020
Since we migrated from the Haskell runtime (what's in master
now) to a React + Typescript runtime that's part of the frontend (what's in web-runtime
now), a lot of the example domains we implemented for the paper need to be ported to the new runtime.
This is high-priority for us since it will enable us to test that the new runtime is at parity, and start c
It should be noted that it currently applies to all of the existing packages.
-
Updated
Nov 30, 2020 - Red
-
Updated
Nov 29, 2020 - Go
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Dec 2, 2020 - Haxe
-
Updated
Dec 3, 2020 - Java
-
Updated
Nov 21, 2020 - C
-
Updated
Nov 30, 2020 - Clojure
Current behavior:
.> view ##Nat
⚠️
The following names were not found in the codebase. Check your spelling.
##Nat
.> names ##Nat
😶
I couldn't find anything by that name.
.> alias.type ##Nat Nat
Done.
.> names ##Nat
Type
Hash: ##Nat
Names: Nat
.> view ##Nat
-- Nat is built-in.
Desired behavior would be something like:
The Linux readme (https://github.com/supercollider/supercollider/blob/develop/README_LINUX.md#environment) mentions the use of environment variables SC_JACK_DEFAULT_INPUTS
and SC_JACK_DEFAULT_OUTPUTS
as ways to decide which jack client to connect to on startup. This is a cool feature but for some reason these environment variables are just overwritten in the startup method for the linux platfo
-
Updated
Nov 26, 2020 - HTML
-
Updated
Jun 25, 2019 - Swift
Should suppress --strict
warnings.
-
Updated
Nov 12, 2020 - 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."
One of the main use cases of
lpad
andrpad
is, at least for me personally, to align things in the terminal. However,lpad
andrpad
are defined (and documented) to work in terms of code units (i.e. they calllength
on the input string) which means that whenlength
andtextwidth
disagree, you get unaligned output: