live-coding
Here are 205 public repositories matching this topic...
It would be cool if we could have some more documentation in the help text.
- Explain how to use Ctrl-C and Ctrl-Z in a presentation (this is self explanatory for CLI veterans, but many users might not be so experienced. Ctrl-C and Crtl-Z are really a great part of how to use the programm in a presentation)
- Explain how <prompt_themes> work: How can I create my own? Where can I find premade o
-
Updated
May 23, 2020 - C++
Describe the bug
As mentioned on #641, n
and note
have no clear description in the docs regarding their difference. This can be confusing to newcomers, and their behavior should be documented.
-
Updated
Jun 27, 2020 - C++
Continuing from #43.
LiveReactLoads need an example for react-router
(and perhaps also an example where both react-router
and redux
are being used). I'm gonna use @tukkajukka's excellent example project as a template (if it's ok?).
The example will be a part of the upcoming 2.3.0
release (please see #118).
-
Updated
Jun 15, 2020 - C++
maybe someone find it useful - ido
step-by-stepinstructions
- Create a working folder.
- Findthe vcvars32.bat (for 32bit) or vcvars64.bat
and copy+paste it into your working folder. - Create three Windows Batch files with the content listed below.
- Download to your working folder.
cr.h | [basic_guest.c](https://github.com
-
Updated
May 22, 2020 - C++
I had difficulties to install this and follow the README tutorial, because I had an old version of go.
Switching to go1.14.2 was the solution.
However, a note in README about a go version prerequestie would be fine.
The distinction between AngularJS (v1) and Angular (v2+) is not made here and some may find it confusing.
-
Updated
Jun 12, 2018 - Python
If the last value generated has a ; TODO …
comment at the end of it, we need to add a newline before generating the closing parentheses to finish up the fixture definition, or they end up being commented out, leading to a file that cannot be parsed.
Demonstrate Sketchpad's top features.
These might be:
Setup:
- isolated code
- navigation
Running code:
- editable parameters
- custom ui (select fields)
- test vs run mode
- live reload
Coding:
- viewless output (text helpers)
- data output (table)
- injectable markdown
Output:
- pagination
- formatting
Admin:
- tags
- customisability
-
Updated
Feb 8, 2020 - C++
Adding a trailing comment to a line with slashes, the purple color for comments backtrack and now start from the first slash in the line, instead of the double slash that start the comment.
(trailing comments are useful and can be better for readability if well used)
See captures below:
:
size(500,500)
background(1,0,1,0)
def draw():
radius=random(50,100);
fill(random(0.25,0.50),1,1,0.5)
oval(random(WIDTH), random(HEIGHT), radius, radius)
-
Updated
Jun 9, 2020 - C++
I've landed several new features that need documentation:
- restart-on-save
- pass loop (draw a single pass multiple times per frame -- really useful for reaction-diffusion sims!)
- geometry shaders
- separable blend states
- --record
Improve this page
Add a description, image, and links to the live-coding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the live-coding topic, visit your repo's landing page and select "manage topics."
Hi!
I can found language reference in sonic-pi (help => language tab) but can i found it online?