Stop learning alone!

Learn faster and stay on-track by joining this free class with other self-learners.

Register for MIT OpenCourseWare 6.00 Introduction to Computer Science and Programming now.

MIT OpenCourseWare 6.00 Introduction to Computer Science and Programming

Class length: 24 weeks. Start anytime.

Creator: duallain

Status: Established

Join this class!

Limit of the length of codes

Codes containing too much characters cannot be inputted. I had to delete lots of notes from my code every time. Is there any solution?

Joe
1 year ago

Reply


Yes, there is probably a limit for the length of code to input, but I am looking into it now and I'll either remove the limit or make it very large. Sorry about the problem.

kday
1 year ago

Reply

Okay, it's fixed now. I bumped up the limit by 100x, so you should have no problem with your assignments now. If you want to add the notes back in, you should be able to. Thanks for posting about the problem.

kday
1 year ago

Reply

* Markdown Cheatsheet:

Link:
[clickable text](http://www.example.com)

New Paragraph:
Hit enter twice

Main heading:
# Main Heading Text

Sub-heading:
## Sub-heading Text

List:
* item 1
* item 2
* item 3

Italics:
*italicized text*

Bold:
**bold text**

YouTube:
URL (http://www.youtube.com/watch?v=Ui4AYPcRkYE) turns into embed code

Full Markdown reference