Questions tagged [livecoding]
22 questions
0
votes
1 answer
replaying code for a hands on code presentation
So I need to conduct a workshop where I will be coding live on stage to build a demo app while the audience may follow.
First problem is my typing speed is slow and secondly we have a fixed time span in which to complete the presentation.
I have…

Waku-2
- 1,136
- 2
- 13
- 26
0
votes
1 answer
What's the best of live-calling quil functions?
I use Emacs+CIDER. I like to be able to do something akin to just evaling (quil/frame-rate 90). But Calling that function is only possible within a sketch function. So I have added a live-calls function in which I put these kinds of code, and I call…

HappyFace
- 3,439
- 2
- 24
- 43
0
votes
1 answer
Replacement only between begin{document} and \end{document}
I have got some of the code from the stack-overflow and it's working, But while changing that code into my requirement(Replacement only between begin{document} and \end{document}) it's not working
this is the code i got
put…

Shalu
- 290
- 2
- 16
0
votes
1 answer
Highlight Before and after the characters --
I want to highlight the strings before and after '--'. Example good -- bad here i want to highlight good and bad. when ever the -- is comes then before and after the strings are become highlight. Is it possible.

Shalu
- 290
- 2
- 16
0
votes
1 answer
How can i get content from scrolling field and place it into in an array in Live code
How can i get content from scrolling field and place content in an array in Live code. I have code for replace content in the array
on mouseUp
put "" into field f1
put "red,RED" & CR & "green,GREEN" & CR & "blue,BLUE" into myArrayToBe
…

Shalu
- 290
- 2
- 16
0
votes
1 answer
How to use paperjs in ace live editor?
In paperjs, you need to associate canvas element for the js file:
I wonder how i could do this in ace (live coding editor)?
I have a canvas and also the editor in the…

kikkpunk
- 1,287
- 5
- 22
- 34
0
votes
4 answers
Is it possible to implement automatic error highlighting for Python?
Are there any IDEs for Python that support automatic error highlighting (like the Eclipse IDE for Java?) I think it would be a useful feature for a Python IDE, since it would make it easier to find syntax errors. Even if such an editor did not…

Anderson Green
- 30,230
- 67
- 195
- 328