├── .bowerrc
├── .buildpacks
├── .codio
├── .codioJUnit
├── .eslintrc
├── .gitignore
├── .settings
├── Gemfile
├── Gemfile.lock
├── README.md
├── Rakefile
├── bower.json
├── config.rb
├── data
└── prices.yml
├── gcom.sh
├── lib
├── helpers.rb
└── image_helpers.rb
├── source
├── 404.html.erb
├── 50x.html.erb
├── about
│ ├── index.html.erb
│ └── mission.html.erb
├── apple-touch-icon-114x114.png
├── apple-touch-icon-120x120.png
├── apple-touch-icon-144x144.png
├── apple-touch-icon-152x152.png
├── apple-touch-icon-180x180.png
├── apple-touch-icon-57x57.png
├── apple-touch-icon-60x60.png
├── apple-touch-icon-72x72.png
├── apple-touch-icon-76x76.png
├── apple-touch-icon-precomposed.png
├── apple-touch-icon.png
├── bootcamps.html.erb
├── browserconfig.xml
├── c-books.html.erb
├── cloudcs.html.erb
├── cloudlabs.html.erb
├── community.html.erb
├── demo.html.erb
├── developer.html.erb
├── docs
│ ├── books
│ │ ├── dir.ordered
│ │ ├── index.html.md
│ │ ├── introduction.html.md
│ │ ├── limitations.html.md
│ │ ├── manage.html.md
│ │ ├── pages.html.md
│ │ ├── permissions.html.md
│ │ ├── publish.html.md
│ │ ├── toc.html.md
│ │ └── unit-book.html.md
│ ├── classes
│ │ ├── classmanagement
│ │ │ ├── addstudents.html.md
│ │ │ ├── addteachers.html.md
│ │ │ ├── bookvisibility.html.md
│ │ │ ├── classcontacturl.html.md
│ │ │ ├── clone-class.html.md
│ │ │ ├── create-class.html.md
│ │ │ ├── delete.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── export.html.md
│ │ │ ├── giga.html.md
│ │ │ ├── index.html.md
│ │ │ ├── lmsfeedback.html.md
│ │ │ ├── removestudent.html.md
│ │ │ ├── rubric.html.md
│ │ │ ├── searchclass.html.md
│ │ │ └── studentpasswords.html.md
│ │ ├── dir.ordered
│ │ ├── index.html.md
│ │ ├── lti
│ │ │ ├── dir.ordered
│ │ │ ├── index.html.md
│ │ │ ├── lti1_0
│ │ │ │ ├── blackboard.html.md
│ │ │ │ ├── canvas.html.md
│ │ │ │ ├── dir.ordered
│ │ │ │ ├── gradeinfo.html.md
│ │ │ │ ├── index.html.md
│ │ │ │ ├── keys.html.md
│ │ │ │ ├── ltiapp.html.md
│ │ │ │ ├── lticlassfork.html.md
│ │ │ │ ├── lticonstanturl.html.md
│ │ │ │ └── moodle.html.md
│ │ │ └── lti1_3
│ │ │ │ ├── canvas1_3.html.md
│ │ │ │ ├── dir.ordered
│ │ │ │ ├── index.html.md
│ │ │ │ └── moodle1_3.html.md
│ │ ├── monitor
│ │ │ ├── assessments.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── grading-freetext.html.md
│ │ │ ├── grading.html.md
│ │ │ ├── index.html.md
│ │ │ ├── nbgrader.html.md
│ │ │ ├── progress.html.md
│ │ │ └── studentcode.html.md
│ │ ├── plag
│ │ │ ├── dir.ordered
│ │ │ ├── index.html.md
│ │ │ ├── plag-ref.html.md
│ │ │ ├── plag-report.html.md
│ │ │ └── plag-start.html.md
│ │ └── unitmanagement
│ │ │ ├── assign-module.html.md
│ │ │ ├── assign-project.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── excludefiles.html.md
│ │ │ ├── index.html.md
│ │ │ ├── settings-info
│ │ │ ├── autograde.html.md
│ │ │ ├── complete-unit.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── disable.html.md
│ │ │ ├── index.html.md
│ │ │ ├── penalties.html.md
│ │ │ ├── pin.html.md
│ │ │ ├── reset-unit.html.md
│ │ │ ├── teachersolutions.html.md
│ │ │ ├── unit-duration.html.md
│ │ │ └── updateunit.html.md
│ │ │ ├── settings.html.md
│ │ │ ├── teststudents.html.md
│ │ │ └── upgradecourse.html.md
│ ├── content
│ │ ├── .gitignore
│ │ ├── authoring
│ │ │ ├── 3ways.html.md
│ │ │ ├── assessments-library
│ │ │ │ ├── assessments-to-library.html.md
│ │ │ │ ├── dir.ordered
│ │ │ │ ├── filters-queries.html.md
│ │ │ │ ├── global-assessments-library.html.md
│ │ │ │ ├── index.html.md
│ │ │ │ ├── overview.html.md
│ │ │ │ └── unlinking-updating.html.md
│ │ │ ├── assessments
│ │ │ │ ├── __metadata_files.do-not-show
│ │ │ │ ├── assessments-autofree.html.md
│ │ │ │ ├── assessments-code-tests.html.md
│ │ │ │ ├── assessments-fitb.html.md
│ │ │ │ ├── assessments-free.html.md
│ │ │ │ ├── assessments-gradebook.html.md
│ │ │ │ ├── assessments-math-stack-old.html.md
│ │ │ │ ├── assessments-math.html.md
│ │ │ │ ├── assessments-mcq.html.md
│ │ │ │ ├── assessments-sense-network.html.md
│ │ │ │ ├── assessments-standard-code-tests.html.md
│ │ │ │ ├── dir.ordered
│ │ │ │ ├── index.html.md
│ │ │ │ ├── overview.html.md
│ │ │ │ ├── parsons-puzzle.html.md
│ │ │ │ └── submitcomplete.html.md
│ │ │ ├── collaboration.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── example.html.md
│ │ │ ├── guides
│ │ │ │ ├── add-section.html.md
│ │ │ │ ├── chapter.html.md
│ │ │ │ ├── collapse.html.md
│ │ │ │ ├── delete-section.html.md
│ │ │ │ ├── dir.ordered
│ │ │ │ └── index.html.md
│ │ │ ├── index.html.md
│ │ │ ├── introduction.html.md
│ │ │ ├── page-edit
│ │ │ │ ├── buttons.html.md
│ │ │ │ ├── dir.ordered
│ │ │ │ ├── edit-html.html.md
│ │ │ │ ├── edit.html.md
│ │ │ │ ├── hide-folder.html.md
│ │ │ │ ├── imvid.html.md
│ │ │ │ ├── index.html.md
│ │ │ │ ├── inline.html.md
│ │ │ │ ├── latex.html.md
│ │ │ │ ├── overview.html.md
│ │ │ │ ├── real-time.html.md
│ │ │ │ ├── solutions.html.md
│ │ │ │ └── strategies.html.md
│ │ │ ├── playmode.html.md
│ │ │ ├── settings-actions
│ │ │ │ ├── assessments.html.md
│ │ │ │ ├── dir.ordered
│ │ │ │ ├── global.html.md
│ │ │ │ ├── index.html.md
│ │ │ │ ├── media.html.md
│ │ │ │ ├── open-tabs.html.md
│ │ │ │ └── page.html.md
│ │ │ └── toc.html.md
│ │ ├── dir.ordered
│ │ └── index.html.md
│ ├── courses
│ │ ├── dir.ordered
│ │ ├── index.html.md
│ │ ├── introduction.html.md
│ │ ├── manage
│ │ │ ├── course-add.html.md
│ │ │ ├── course-create.html.md
│ │ │ ├── course-public.html.md
│ │ │ ├── delete.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── index.html.md
│ │ │ └── restrict-access.html.md
│ │ ├── stack-planning.html.md
│ │ ├── units
│ │ │ ├── course-collaborate.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── edit.html.md
│ │ │ ├── index.html.md
│ │ │ ├── ordering.html.md
│ │ │ ├── publish.html.md
│ │ │ ├── settings.html.md
│ │ │ ├── unit-add.html.md
│ │ │ └── update-class.html.md
│ │ └── working-with.html.md
│ ├── dashboard
│ │ ├── account
│ │ │ ├── .gitignore
│ │ │ ├── billing-ind.html.md
│ │ │ ├── billing.html.md
│ │ │ ├── bitbucket.html.md
│ │ │ ├── browser.html.md
│ │ │ ├── changepassword.html.md
│ │ │ ├── cookies.html.md
│ │ │ ├── cussupport.html.md
│ │ │ ├── delete.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── firewall.html.md
│ │ │ ├── forgotpassword.html.md
│ │ │ ├── general.html.md
│ │ │ ├── github.html.md
│ │ │ ├── index.html.md
│ │ │ ├── obg-overview.html.md
│ │ │ └── publickey.html.md
│ │ ├── create
│ │ │ ├── addowners.html.md
│ │ │ ├── addstudents.html.md
│ │ │ ├── addteachers.html.md
│ │ │ ├── adminrole.html.md
│ │ │ ├── consent.html.md
│ │ │ ├── createlibrary.html.md
│ │ │ ├── createorg.html.md
│ │ │ ├── custom-script.html.md
│ │ │ ├── dash.html.md
│ │ │ ├── deleteorg.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── gigaboxes.html.md
│ │ │ ├── index.html.md
│ │ │ ├── obg-overview.html.md
│ │ │ ├── orgcontacturl.html.md
│ │ │ ├── orgreleasegrades.html.md
│ │ │ ├── public_private.html.md
│ │ │ ├── removemembers.html.md
│ │ │ ├── removeowners.html.md
│ │ │ ├── test-students.html.md
│ │ │ └── viewmembers.html.md
│ │ ├── desktopapp.html.md
│ │ ├── dir.ordered
│ │ ├── index.html.erb
│ │ ├── navigation.html.md
│ │ ├── obg-overview.html.md
│ │ ├── student
│ │ │ ├── classes.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── dyslexia.html.md
│ │ │ ├── gradefeedback.html.md
│ │ │ ├── guides.html.md
│ │ │ ├── index.html.md
│ │ │ ├── myclassroom.html.md
│ │ │ ├── myfirstproject.html.md
│ │ │ ├── password.html.md
│ │ │ └── playmode.html.md
│ │ └── support.html.md
│ ├── dir.ordered
│ ├── ide
│ │ ├── boxes
│ │ │ ├── access
│ │ │ │ ├── dir.ordered
│ │ │ │ ├── index.html.md
│ │ │ │ ├── ssh-access.html.md
│ │ │ │ └── sshkeys.html.md
│ │ │ ├── always-on.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── ext-access.html.md
│ │ │ ├── granting-access.html.md
│ │ │ ├── index.html.md
│ │ │ ├── installsw
│ │ │ │ ├── box-parts.html.md
│ │ │ │ ├── default-installed.html.md
│ │ │ │ ├── dir.ordered
│ │ │ │ ├── file-locations.html.md
│ │ │ │ ├── gui.html.md
│ │ │ │ ├── index.html.md
│ │ │ │ ├── langserver.html.md
│ │ │ │ └── parts-coding.html.md
│ │ │ ├── overview.html.md
│ │ │ ├── restart-reset.html.md
│ │ │ ├── runmenu.html.md
│ │ │ ├── startup.html.md
│ │ │ └── terminal.html.md
│ │ ├── customization
│ │ │ ├── account-settings.html.md
│ │ │ ├── codio-prefs.html.markdown
│ │ │ ├── dir.ordered
│ │ │ ├── index.html.markdown
│ │ │ ├── permissions.html.markdown
│ │ │ ├── prefs-list.html.markdown
│ │ │ ├── project-prefs.html.markdown
│ │ │ └── project-settings.html.markdown
│ │ ├── dir.ordered
│ │ ├── editing
│ │ │ ├── color-preview.html.markdown
│ │ │ ├── dir.ordered
│ │ │ ├── emmet
│ │ │ │ ├── dir.ordered
│ │ │ │ ├── emmet-abbreviations.html.markdown
│ │ │ │ ├── emmet-actions.html.markdown
│ │ │ │ ├── emmet-docs.html.markdown
│ │ │ │ ├── emmet-ref.html.markdown
│ │ │ │ └── index.html.markdown
│ │ │ ├── git
│ │ │ │ ├── active-branch.html.markdown
│ │ │ │ ├── dir.ordered
│ │ │ │ ├── git-primer.html.markdown
│ │ │ │ ├── git-viewing.html.markdown
│ │ │ │ ├── github-keys.html.markdown
│ │ │ │ ├── index.html.markdown
│ │ │ │ ├── no-remote.html.markdown
│ │ │ │ ├── remotes.html.markdown
│ │ │ │ └── resources.html.markdown
│ │ │ ├── ide-beautify.html.markdown
│ │ │ ├── ide-force-lang.html.markdown
│ │ │ ├── index.html.markdown
│ │ │ ├── kb-shortcuts.html.markdown
│ │ │ ├── multicursor.html.md
│ │ │ └── search-replace.html.markdown
│ │ ├── features
│ │ │ ├── autocomplete.html.markdown
│ │ │ ├── command-bar.html.md
│ │ │ ├── debugging.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── fork.html.markdown
│ │ │ ├── ide-beautify.html.markdown
│ │ │ ├── index.html.md
│ │ │ ├── inline-preview.html.markdown
│ │ │ ├── junit.html.md
│ │ │ ├── quick-open.html.markdown
│ │ │ ├── real-time.html.markdown
│ │ │ ├── saving.html.markdown
│ │ │ └── sharing.html.markdown
│ │ ├── index.html.md
│ │ ├── introduction.html.md
│ │ ├── navigation
│ │ │ ├── add-file.html.markdown
│ │ │ ├── add-folder.html.markdown
│ │ │ ├── delete-folder.html.markdown
│ │ │ ├── dir.ordered
│ │ │ ├── download.html.markdown
│ │ │ ├── dragging.html.markdown
│ │ │ ├── editing.html.markdown
│ │ │ ├── exiting.html.markdown
│ │ │ ├── export.html.markdown
│ │ │ ├── index.html.markdown
│ │ │ ├── readme-md.html.markdown
│ │ │ └── upload.html.markdown
│ │ ├── panels
│ │ │ ├── dir.ordered
│ │ │ ├── full-screen.html.markdown
│ │ │ ├── index.html.markdown
│ │ │ └── panel-actions.html.markdown
│ │ └── tools
│ │ │ ├── deployment
│ │ │ ├── basepath.html.markdown
│ │ │ ├── create.html.markdown
│ │ │ ├── deploy.html.markdown
│ │ │ ├── deployment-keys.html.markdown
│ │ │ ├── deployment-ssh.html.markdown
│ │ │ ├── dir.ordered
│ │ │ ├── history.html.markdown
│ │ │ ├── index.html.markdown
│ │ │ ├── specific-files.html.markdown
│ │ │ ├── type-ftp.html.markdown
│ │ │ ├── type-git.html.md
│ │ │ ├── type-nj.html.markdown
│ │ │ ├── type-rsync.html.markdown
│ │ │ └── type-sftp.html.markdown
│ │ │ ├── dir.ordered
│ │ │ ├── guides
│ │ │ └── index.html.md
│ │ │ ├── index.html.md
│ │ │ ├── phonegap
│ │ │ ├── authtoken.html.md
│ │ │ ├── build.html.md
│ │ │ ├── config.html.md
│ │ │ ├── dir.ordered
│ │ │ └── index.html.md
│ │ │ └── ssh
│ │ │ ├── dir.ordered
│ │ │ ├── index.html.markdown
│ │ │ ├── quick-connect.html.markdown
│ │ │ └── ssh-manager.html.markdown
│ ├── index.html.erb
│ ├── misc
│ │ ├── changelog.html.md
│ │ ├── dir.ordered
│ │ ├── index.html.md
│ │ └── schoolscontent
│ │ │ ├── coursefind.html.md
│ │ │ ├── courseview.html.md
│ │ │ ├── crunch.html.md
│ │ │ ├── currmap2012.html.md
│ │ │ ├── currmap2016.html.md
│ │ │ ├── currmapcstahigh.html.md
│ │ │ ├── currmapcstamiddle.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── flode.html.md
│ │ │ ├── index.html.md
│ │ │ ├── lexikon.html.md
│ │ │ ├── organization.html.md
│ │ │ ├── recommended.html.md
│ │ │ └── tkinter.html.md
│ ├── project
│ │ ├── .gitignore
│ │ ├── accessing-others.html.markdown
│ │ ├── accessing.html.markdown
│ │ ├── creating.html.markdown
│ │ ├── dir.ordered
│ │ ├── index.html.md
│ │ ├── packs
│ │ │ ├── certified.html.md
│ │ │ ├── create.html.md
│ │ │ ├── delete.html.md
│ │ │ ├── dir.ordered
│ │ │ ├── guidelines.html.md
│ │ │ ├── index.html.md
│ │ │ ├── overview.html.md
│ │ │ ├── requests.html.md
│ │ │ ├── selecting.html.md
│ │ │ └── update.html.md
│ │ ├── searchprojects.html.md
│ │ ├── stacks
│ │ │ ├── dir.ordered
│ │ │ ├── exclusions.html.md
│ │ │ ├── guidelines.html.md
│ │ │ ├── index.html.md
│ │ │ ├── listing.html.md
│ │ │ ├── mods.html.md
│ │ │ ├── new.html.md
│ │ │ ├── stack-overview.html.md
│ │ │ ├── switch.html.md
│ │ │ ├── update.html.md
│ │ │ ├── using.html.md
│ │ │ └── visibility.html.md
│ │ └── what-is-a-project.html.md
│ ├── search.html.erb
│ ├── settings.html.erb
│ └── started.html.erb
├── download.html.erb
├── favicon-160x160.png
├── favicon-16x16.png
├── favicon-192x192.png
├── favicon-32x32.png
├── favicon-96x96.png
├── favicon.ico
├── features
│ ├── content-authoring.html.erb
│ ├── curriculum.html.erb
│ ├── grading.html.erb
│ ├── ide.html.erb
│ ├── index.html.erb
│ ├── infrastructure.html.erb
│ ├── lms.html.erb
│ ├── management.html.erb
│ ├── technicalspecifications.html.erb
│ └── templates.html.erb
├── img
│ ├── about
│ │ ├── andrey.jpg
│ │ ├── anna.jpg
│ │ ├── dmitri.jpg
│ │ ├── enis.jpg
│ │ ├── ian.jpg
│ │ ├── igor.jpg
│ │ ├── konstantin.jpg
│ │ ├── maxim.jpg
│ │ ├── mikhail.jpg
│ │ ├── phillip.jpg
│ │ ├── vasiliy.jpg
│ │ └── veronika.jpg
│ ├── assets
│ │ ├── 404_illustration.svg
│ │ ├── bootcamps
│ │ │ ├── bootcamp-hero-image-mob.jpg
│ │ │ ├── bootcamp-hero-image.jpg
│ │ │ ├── icon-1-medium.png
│ │ │ ├── icon-1-small.png
│ │ │ ├── icon-2-medium.png
│ │ │ ├── icon-2-small.png
│ │ │ ├── icon-3-medium.png
│ │ │ ├── icon-3-small.png
│ │ │ ├── icon-4-medium.png
│ │ │ ├── icon-4-small.png
│ │ │ ├── icon-5-medium.png
│ │ │ ├── icon-5-small.png
│ │ │ ├── icon-6-medium.png
│ │ │ └── icon-6-small.png
│ │ ├── c-books
│ │ │ ├── carousel
│ │ │ │ ├── slider-bg.png
│ │ │ │ ├── slider1-main-img.png
│ │ │ │ ├── slider2-main-img.png
│ │ │ │ ├── slider3-main-img.png
│ │ │ │ └── slider4-main-img.png
│ │ │ └── features
│ │ │ │ ├── para1-img.png
│ │ │ │ ├── para2-img.gif
│ │ │ │ ├── para3-img.png
│ │ │ │ ├── para4-img.jpg
│ │ │ │ ├── para5-img.gif
│ │ │ │ ├── para6-img.jpg
│ │ │ │ ├── para7-img.jpg
│ │ │ │ └── para8-img.jpg
│ │ ├── cloudlabs
│ │ │ ├── anything-anywhere.jpg
│ │ │ ├── built-for-education.jpg
│ │ │ ├── cloudlabs-top.jpg
│ │ │ ├── incredibly-affordable.jpg
│ │ │ ├── major-savings.jpg
│ │ │ ├── switch-it-on-today.jpg
│ │ │ └── take-the-strain-off-your-sysadmin.jpg
│ │ ├── demo
│ │ │ ├── arrow.svg
│ │ │ ├── facebook.svg
│ │ │ ├── linkedin.svg
│ │ │ ├── robot.svg
│ │ │ ├── smiley.svg
│ │ │ └── twitter.svg
│ │ ├── developer
│ │ │ ├── affordable.svg
│ │ │ ├── chrome_web_store.png
│ │ │ ├── code.svg
│ │ │ ├── codio_ide.svg
│ │ │ ├── curriculum.svg
│ │ │ ├── duck_duck_logo.png
│ │ │ ├── illustration.svg
│ │ │ ├── individual_bg.jpg
│ │ │ ├── terminal_access.svg
│ │ │ └── white-young-man.png
│ │ ├── docs-image-frame.png
│ │ ├── docs-navigation
│ │ │ ├── author.svg
│ │ │ ├── dashboard.svg
│ │ │ ├── ide.svg
│ │ │ ├── search.svg
│ │ │ ├── student.svg
│ │ │ └── teacher.svg
│ │ ├── facebook_icon_white.png
│ │ ├── features
│ │ │ ├── content-authoring.svg
│ │ │ ├── curriculum
│ │ │ │ ├── assessments.jpg
│ │ │ │ ├── content-1.png
│ │ │ │ ├── courses.jpg
│ │ │ │ └── std-autograde.jpg
│ │ │ ├── grading
│ │ │ │ ├── mcq.jpg
│ │ │ │ ├── rubric.jpg
│ │ │ │ ├── std-autograde.jpg
│ │ │ │ └── text-assessment.jpg
│ │ │ ├── ide
│ │ │ │ ├── debugger.jpg
│ │ │ │ ├── ide-layout.jpg
│ │ │ │ ├── settings.jpg
│ │ │ │ ├── terminal.jpg
│ │ │ │ └── virtual-desktop.jpg
│ │ │ ├── index
│ │ │ │ ├── assessments_system.svg
│ │ │ │ ├── authoring.svg
│ │ │ │ ├── codio_infrastructure_as_a_service.svg
│ │ │ │ ├── codio_universities_illustrations.png
│ │ │ │ ├── content_authoring_tools.svg
│ │ │ │ ├── curriculum.png
│ │ │ │ ├── curriculum_mapped.png
│ │ │ │ ├── curriculum_mapped.svg
│ │ │ │ ├── ide.svg
│ │ │ │ ├── individuals.svg
│ │ │ │ ├── infrastructure.svg
│ │ │ │ ├── logos.svg
│ │ │ │ ├── management.svg
│ │ │ │ ├── project_templates.svg
│ │ │ │ ├── students_code.svg
│ │ │ │ └── templates.svg
│ │ │ ├── infrastructure
│ │ │ │ ├── containerization.jpg
│ │ │ │ ├── infrastructure.svg
│ │ │ │ ├── scalability.jpg
│ │ │ │ └── terminal.jpg
│ │ │ ├── lms
│ │ │ │ ├── add-project.jpg
│ │ │ │ ├── add-students.jpg
│ │ │ │ ├── classes.jpg
│ │ │ │ ├── dashboard.jpg
│ │ │ │ ├── lti.jpg
│ │ │ │ ├── other.jpg
│ │ │ │ └── plagiarism.jpg
│ │ │ ├── management
│ │ │ │ ├── access.svg
│ │ │ │ ├── assessments.svg
│ │ │ │ ├── assign-projects.svg
│ │ │ │ └── dashboard.svg
│ │ │ ├── quotes
│ │ │ │ ├── man-old-black.svg
│ │ │ │ ├── man-old-white.svg
│ │ │ │ ├── man-young-black.svg
│ │ │ │ └── man-young-white.svg
│ │ │ ├── school_technical_specifications.pdf
│ │ │ ├── templates.svg
│ │ │ ├── templates
│ │ │ │ ├── packs.jpg
│ │ │ │ └── stacks.jpg
│ │ │ └── university_technical_specifications.pdf
│ │ ├── index
│ │ │ ├── blocks
│ │ │ │ ├── engage-your-community-mob.jpg
│ │ │ │ ├── engage-your-community.jpg
│ │ │ │ ├── future-proof-your-students-mob.jpg
│ │ │ │ ├── future-proof-your-students.jpg
│ │ │ │ ├── grab-their-imagination-mob.jpg
│ │ │ │ ├── grab-their-imagination.jpg
│ │ │ │ ├── insanely-convenient-mob.jpg
│ │ │ │ ├── insanely-convenient.jpg
│ │ │ │ ├── new-concept-with-codio-mob.jpg
│ │ │ │ ├── new-concept-with-codio.jpg
│ │ │ │ ├── sharpen-your-tool-box-mob.jpg
│ │ │ │ ├── sharpen-your-tool-box.jpg
│ │ │ │ ├── transform-course-delivery-mob.jpg
│ │ │ │ └── transform-course-delivery.jpg
│ │ │ ├── carousel
│ │ │ │ ├── codio-homepage-drone-carousel2.jpg
│ │ │ │ ├── codio-homepage-dv-carousel1.jpg
│ │ │ │ └── codio-homepage-robot-carousel3.jpg
│ │ │ ├── cloud-cs.png
│ │ │ ├── cloud-infrastructure.jpg
│ │ │ ├── cloud-labs.png
│ │ │ ├── codio-video-3.2.jpg
│ │ │ ├── contentauthoring.svg
│ │ │ ├── coventry-university-w.jpg
│ │ │ ├── coventry-university.jpg
│ │ │ ├── curriculumcontent.svg
│ │ │ ├── easy-setup.png
│ │ │ ├── eitan-grinspun.png
│ │ │ ├── gordon-fraser.png
│ │ │ ├── grading-costs.png
│ │ │ ├── icon1-piggybank.png
│ │ │ ├── icon2-hourglass.png
│ │ │ ├── infrastructure.svg
│ │ │ ├── instructor-time.png
│ │ │ ├── learning.svg
│ │ │ ├── logos
│ │ │ │ ├── agakhan-academy-logo.png
│ │ │ │ ├── aspire-blackpool-academy(alt)-logo.png
│ │ │ │ ├── bathspa-university-logo.png
│ │ │ │ ├── bristol-grammar-school-logo.png
│ │ │ │ ├── burgesshill-girls-logo.png
│ │ │ │ ├── coded-by-kids-logo.png
│ │ │ │ ├── coded-by-kids2-logo.png
│ │ │ │ ├── computing-at-school-logo.png
│ │ │ │ ├── coventry-university-logo-2.png
│ │ │ │ ├── coventry-university-logo.png
│ │ │ │ ├── csforall-member-badge-logo.png
│ │ │ │ ├── csta-logo.png
│ │ │ │ ├── drchalloners-school-logo.png
│ │ │ │ ├── duck-duck-go-logo.png
│ │ │ │ ├── durham-school-logo.png
│ │ │ │ ├── florida-am-university-logo-2.png
│ │ │ │ ├── florida-am-university-logo.png
│ │ │ │ ├── glyn-school-logo.png
│ │ │ │ ├── higlander-logo.png
│ │ │ │ ├── holcombe-grammar-school-logo.png
│ │ │ │ ├── holsworthy.png
│ │ │ │ ├── holy-angels-academy-logo.png
│ │ │ │ ├── john-carroll-university-logo.png
│ │ │ │ ├── kent-state-university-logo.png
│ │ │ │ ├── lincoln-public-school-logo.png
│ │ │ │ ├── manhattan-indians-logo.png
│ │ │ │ ├── naace-logo.png
│ │ │ │ ├── ocr-logo.png
│ │ │ │ ├── perse-school-logo.png
│ │ │ │ ├── pool-academy-logo.png
│ │ │ │ ├── sheffield-university-logo.png
│ │ │ │ ├── st-lawrence-college-logo.png
│ │ │ │ ├── westholme-school-logo.png
│ │ │ │ └── wright-state-university-logo.png
│ │ │ ├── mateen-rizki.png
│ │ │ ├── projecttemplates.svg
│ │ │ ├── quote-left.png
│ │ │ ├── quote-right.png
│ │ │ ├── sheffield-university.jpg
│ │ │ ├── specifications.svg
│ │ │ ├── student-engagement.jpg
│ │ │ ├── student-engagement.png
│ │ │ ├── webbased.svg
│ │ │ ├── wright-state-university.jpg
│ │ │ └── wsu-biplane-logo.jpg
│ │ ├── legal
│ │ │ ├── copyright.svg
│ │ │ ├── policy.svg
│ │ │ ├── privacy.svg
│ │ │ ├── service_level.svg
│ │ │ ├── terms.svg
│ │ │ └── trademarks.svg
│ │ ├── mission
│ │ │ ├── atf-large.jpg
│ │ │ ├── atf.jpg
│ │ │ └── flag.svg
│ │ ├── placeholdit.png
│ │ ├── pricing
│ │ │ ├── Codio_Brochure_Print.pdf
│ │ │ ├── bacs.png
│ │ │ ├── chaps.png
│ │ │ ├── developer.svg
│ │ │ ├── faq.svg
│ │ │ ├── mastercard.png
│ │ │ ├── paypal.png
│ │ │ ├── school.svg
│ │ │ ├── university.svg
│ │ │ └── visa.png
│ │ ├── school
│ │ │ ├── Schools_page_background_image.jpg
│ │ │ ├── assessments.png
│ │ │ ├── atf-large.jpg
│ │ │ ├── atf.jpg
│ │ │ ├── brendon-shank.jpg
│ │ │ ├── challenges.png
│ │ │ ├── code.svg
│ │ │ ├── codio_for_schools.png
│ │ │ ├── folders.svg
│ │ │ ├── header.jpg
│ │ │ ├── header_mod.jpg
│ │ │ ├── laptop-ide.png
│ │ │ ├── leadership
│ │ │ │ ├── coded-by-kids.jpg
│ │ │ │ ├── commitment-mob.jpg
│ │ │ │ ├── commitment.jpg
│ │ │ │ ├── curriculum-agnostic-mob.jpg
│ │ │ │ ├── curriculum-agnostic.jpg
│ │ │ │ ├── measurable-impact.jpg
│ │ │ │ ├── product-in-laptop.jpg
│ │ │ │ ├── school-leadership-header-mob.jpg
│ │ │ │ ├── school-leadership-header.jpg
│ │ │ │ ├── trusted-mob.jpg
│ │ │ │ └── trusted.jpg
│ │ │ ├── live-code.png
│ │ │ ├── logos
│ │ │ │ ├── AcademyOfHolyAngels.png
│ │ │ │ ├── Ashdonlogo.png
│ │ │ │ ├── CaistorGrammarSchool.png
│ │ │ │ ├── ChellastonLogo.png
│ │ │ │ ├── CodedbyKidslogo-v4.png
│ │ │ │ ├── EWLogo.png
│ │ │ │ ├── EllenWilkinsonSchool.jpg
│ │ │ │ ├── GlynnSchoollogo.png
│ │ │ │ ├── ISSNorway.jpg
│ │ │ │ ├── KingEcgbertSchool.png
│ │ │ │ ├── Kingwoodschoollogo.png
│ │ │ │ ├── LondonOratory_logo.png
│ │ │ │ ├── NYCacademylogo.jpg
│ │ │ │ ├── NortonCollege.png
│ │ │ │ ├── PudseyGrangefieldSchool.png
│ │ │ │ ├── SeafordCollege.png
│ │ │ │ ├── StHelenaSchool.png
│ │ │ │ ├── ThePerseSchoolCambridge.jpg
│ │ │ │ ├── TheUrbanAssembly.png
│ │ │ │ ├── WymondhamCollege.png
│ │ │ │ ├── YoungWomenAstorialogo.png
│ │ │ │ ├── agslogo.png
│ │ │ │ ├── aka_hyderabad_logo.png
│ │ │ │ ├── bishopjustuslogo.png
│ │ │ │ └── westholme-schoollogo.png
│ │ │ ├── man-young-black.svg
│ │ │ ├── math.svg
│ │ │ ├── older_man_with_glasses.svg
│ │ │ ├── placeholder.png
│ │ │ ├── placeholdit.png
│ │ │ ├── preview-windows.png
│ │ │ ├── triangle.svg
│ │ │ ├── white-beard-man.png
│ │ │ ├── white-young-man-black-hair.png
│ │ │ └── white-young-man.png
│ │ ├── team
│ │ │ ├── atf-large.jpg
│ │ │ └── atf.jpg
│ │ ├── twitter_icon_white.png
│ │ ├── university
│ │ │ ├── atf-large.jpg
│ │ │ ├── atf.jpg
│ │ │ ├── bg_action.svg
│ │ │ ├── certified-stacks.jpg
│ │ │ ├── cloudcs-top-mob.jpg
│ │ │ ├── cloudcs-top.jpg
│ │ │ ├── cost-saving.jpg
│ │ │ ├── creation.svg
│ │ │ ├── exemplary-support-mob.jpg
│ │ │ ├── exemplary-support.jpg
│ │ │ ├── infographic.svg
│ │ │ ├── intro-to-software-engineering.jpg
│ │ │ ├── leadership
│ │ │ │ ├── clement-allen.jpg
│ │ │ │ ├── curriculum-agnostic-mob.jpg
│ │ │ │ ├── curriculum-agnostic.jpg
│ │ │ │ ├── funding-magnet-mob.jpg
│ │ │ │ ├── funding-magnet.jpg
│ │ │ │ ├── platform-students-mob.jpg
│ │ │ │ ├── platform-students.jpg
│ │ │ │ ├── product-in-laptop.jpg
│ │ │ │ ├── robust-learning-platform.jpg
│ │ │ │ ├── university-leadership-top-mob.jpg
│ │ │ │ └── university-leadership-top.jpg
│ │ │ ├── lms.svg
│ │ │ ├── productivity.svg
│ │ │ ├── reduction-in-admin-time.jpg
│ │ │ ├── savings.svg
│ │ │ ├── sheffield-projects.jpg
│ │ │ └── simple-bash-test.jpg
│ │ └── youtube_icon_white.png
│ ├── designer.pdf
│ ├── docs
│ │ ├── CodioLibTags.png
│ │ ├── CreateAssessment.png
│ │ ├── DisconnectFromlib.png
│ │ ├── EditAssessmsent.png
│ │ ├── Level contains more then 150 items, output truncated
│ │ │ ├── autoComplete.png
│ │ │ ├── doubleTags.png
│ │ │ ├── doubleTags2.png
│ │ │ ├── savedSearch.png
│ │ │ ├── savedSearch2.png
│ │ │ └── searchResults.png
│ │ ├── UpdateInLib.png
│ │ ├── access-bower.png
│ │ ├── accessgrades.png
│ │ ├── account_billing.png
│ │ ├── account_password.png
│ │ ├── account_settings.png
│ │ ├── addFromLib.png
│ │ ├── adjusted.png
│ │ ├── anon-create.png
│ │ ├── assessment.png
│ │ ├── assessmenttoken.png
│ │ ├── assign-module.png
│ │ ├── authtoken.png
│ │ ├── auto-transfer-total.png
│ │ ├── autoComplete.png
│ │ ├── autograde-test.png
│ │ ├── bloomsTax.png
│ │ ├── book-permissions.png
│ │ ├── book_publish.png
│ │ ├── book_stack_modified.png
│ │ ├── book_stack_newstack.png
│ │ ├── book_stack_newversion.png
│ │ ├── book_stack_notmodified.png
│ │ ├── bookmapping.png
│ │ ├── bookpages.png
│ │ ├── booksettings.png
│ │ ├── booksettingspage.png
│ │ ├── bookshowallpages.png
│ │ ├── bookslist.png
│ │ ├── bookupdate.png
│ │ ├── bookversion.png
│ │ ├── bower-components-tree.png
│ │ ├── bower-installable.png
│ │ ├── bower-installed.png
│ │ ├── bower-remove.png
│ │ ├── bower-update.png
│ │ ├── box_info.png
│ │ ├── build.png
│ │ ├── buildkeys.png
│ │ ├── buildset2.png
│ │ ├── buildsettings.png
│ │ ├── ca-annotations-file.png
│ │ ├── ca-collapse-after.png
│ │ ├── ca-collapse-before.png
│ │ ├── ca-embed-ide.png
│ │ ├── ca-explore.png
│ │ ├── ca-files.png
│ │ ├── ca-overview.png
│ │ ├── ca-popup-window.png
│ │ ├── ca-readme.png
│ │ ├── ca-video.png
│ │ ├── changereleasegrades.png
│ │ ├── chromecookies.png
│ │ ├── class-releasegrades.png
│ │ ├── class_add_module.png
│ │ ├── class_addstudents.png
│ │ ├── class_addteachers.png
│ │ ├── class_administration
│ │ │ ├── addteachers
│ │ │ │ ├── invitation.png
│ │ │ │ └── myschoolorg.png
│ │ │ ├── createanorganization
│ │ │ │ ├── classteststudents.png
│ │ │ │ ├── completeform.png
│ │ │ │ ├── createorg.png
│ │ │ │ ├── org_teams.png
│ │ │ │ ├── studentlogin.png
│ │ │ │ └── test-student-view.png
│ │ │ ├── editunit.png
│ │ │ ├── grading
│ │ │ │ ├── classroom.png
│ │ │ │ ├── grading-template.png
│ │ │ │ ├── set-template.png
│ │ │ │ ├── template-example.png
│ │ │ │ └── templates.png
│ │ │ ├── indunitupdate.png
│ │ │ ├── mark-complete.png
│ │ │ ├── navigatingcodio
│ │ │ │ └── myclassroom.png
│ │ │ ├── orgbilling.png
│ │ │ ├── profilepic.png
│ │ │ ├── projectupdateunit.png
│ │ │ ├── stackupdate.png
│ │ │ ├── unit-settings-1.png
│ │ │ ├── unit-settings-2.png
│ │ │ ├── unit-settings-dd.png
│ │ │ ├── unit-settings-ddORIG.png
│ │ │ ├── updatedunits.png
│ │ │ ├── updateunit.png
│ │ │ ├── updateunitadhoc.png
│ │ │ ├── upgradecourse.png
│ │ │ └── upgradecoursedialog.png
│ │ ├── class_courses.png
│ │ ├── class_create.png
│ │ ├── class_dashboard.png
│ │ ├── class_delete.png
│ │ ├── class_export.png
│ │ ├── class_exportlinks.png
│ │ ├── class_grade.png
│ │ ├── class_join.png
│ │ ├── class_list.png
│ │ ├── class_lti_export.png
│ │ ├── class_projects.png
│ │ ├── class_recent.png
│ │ ├── class_releasegrades.png
│ │ ├── class_setgrade.png
│ │ ├── class_start.png
│ │ ├── class_students.png
│ │ ├── class_studentstab.png
│ │ ├── class_view.png
│ │ ├── class_viewcode.png
│ │ ├── classcontacturl.png
│ │ ├── classunitsettings.png
│ │ ├── clone-settings-warning.png
│ │ ├── clone-settings.png
│ │ ├── code-folding.png
│ │ ├── codesolution.png
│ │ ├── codioignore.png
│ │ ├── codiomenu.png
│ │ ├── color-preview.png
│ │ ├── command-bar.png
│ │ ├── compiled-files.png
│ │ ├── complexLayoutIcon.png
│ │ ├── config.png
│ │ ├── consent.png
│ │ ├── console-create.png
│ │ ├── console-createbutton.png
│ │ ├── console-find.png
│ │ ├── console-screen-desc.png
│ │ ├── console-screen.png
│ │ ├── console-screen1.png
│ │ ├── console-shared.png
│ │ ├── contactus.png
│ │ ├── course_create.png
│ │ ├── course_edit.png
│ │ ├── courseedit.png
│ │ ├── coursepermissions.png
│ │ ├── courses.png
│ │ ├── courses_recommend.png
│ │ ├── courses_small.png
│ │ ├── courseslist.png
│ │ ├── coursestab.png
│ │ ├── cp-basic.png
│ │ ├── cp-custom.png
│ │ ├── cp-filetree.png
│ │ ├── create-sftp.png
│ │ ├── createorg.png
│ │ ├── crosssitetracking.png
│ │ ├── crunch-comment.png
│ │ ├── crunch-insert.png
│ │ ├── crunch-label.png
│ │ ├── crunch-step.png
│ │ ├── curriculum_mapped_content
│ │ │ ├── autoassessments
│ │ │ │ └── autoexample.png
│ │ │ └── courses.png
│ │ ├── customisecodio.png
│ │ ├── dashboard.png
│ │ ├── deadlineadjust.png
│ │ ├── debug-buttons.png
│ │ ├── debug-launch.png
│ │ ├── debug-started.png
│ │ ├── debug-target.png
│ │ ├── debug-targets.png
│ │ ├── delete.png
│ │ ├── deleteclass.png
│ │ ├── deletetab.png
│ │ ├── deleteunit.png
│ │ ├── demo-in-ide.png
│ │ ├── deploy-basepath.png
│ │ ├── deploy-button.png
│ │ ├── deploy-deploy.png
│ │ ├── deploy-details.png
│ │ ├── deploy-ftp.png
│ │ ├── deploy-history.png
│ │ ├── deploy-menu.png
│ │ ├── deploy-nj.png
│ │ ├── deploy-rsync.png
│ │ ├── deploy-sftp.png
│ │ ├── deploy-specific.png
│ │ ├── descriptiontext.png
│ │ ├── desktop_connected.png
│ │ ├── desktop_options.png
│ │ ├── desktop_server.png
│ │ ├── desktop_workspace.png
│ │ ├── desktop_worspacesettings.png
│ │ ├── detextify.png
│ │ ├── disable_enable_module.png
│ │ ├── dot-icon-16x16.png
│ │ ├── doubleTags.png
│ │ ├── doubleTags2.png
│ │ ├── download.png
│ │ ├── downloadcsv_module.png
│ │ ├── downloadcsv_unit.png
│ │ ├── downloadfile.png
│ │ ├── dyslexic.png
│ │ ├── dyslexicview.png
│ │ ├── editsettings.png
│ │ ├── edu.png
│ │ ├── emmet-ref.png
│ │ ├── feedback.png
│ │ ├── filter.png
│ │ ├── firefoxcookies.png
│ │ ├── flodesolution.png
│ │ ├── flodeunit.png
│ │ ├── fork-clone.png
│ │ ├── fork-ide.png
│ │ ├── fullscreen.png
│ │ ├── git-active-branch.png
│ │ ├── git-edit-profile.png
│ │ ├── git-overview.png
│ │ ├── git-remotes.png
│ │ ├── git-ssh.png
│ │ ├── github-clone-url.png
│ │ ├── github-create.png
│ │ ├── github-new-repo.png
│ │ ├── github-readme.png
│ │ ├── github-share.png
│ │ ├── global-search.png
│ │ ├── graded.png
│ │ ├── gradedetail.png
│ │ ├── gradient-preview.png
│ │ ├── grading-assign.png
│ │ ├── grading-deadline.png
│ │ ├── grading-moderation.png
│ │ ├── grading-release.png
│ │ ├── grading-release2.png
│ │ ├── grading-secure.png
│ │ ├── grading-unit.png
│ │ ├── guide_files.png
│ │ ├── guideassessment.png
│ │ ├── guides
│ │ │ ├── JavaVisualizerExample.png
│ │ │ ├── PythonVisualizerExample.png
│ │ │ ├── add-section.png
│ │ │ ├── add_assessment.png
│ │ │ ├── addbookbasedunit.png
│ │ │ ├── assesment_sense.png
│ │ │ ├── assessment-library-selection-menu.png
│ │ │ ├── assessment-library-selection.png
│ │ │ ├── assessment-save-to-library.png
│ │ │ ├── assessment_act_exec_custom.png
│ │ │ ├── assessment_act_exec_pycodestyle.png
│ │ │ ├── assessment_autofree_exec.png
│ │ │ ├── assessment_autogradefree.png
│ │ │ ├── assessment_codetest.png
│ │ │ ├── assessment_files.png
│ │ │ ├── assessment_fitb.png
│ │ │ ├── assessment_fitb_exec.png
│ │ │ ├── assessment_fitb_grading.png
│ │ │ ├── assessment_free.png
│ │ │ ├── assessment_free_general.png
│ │ │ ├── assessment_free_grading.png
│ │ │ ├── assessment_general.png
│ │ │ ├── assessment_gradebook.png
│ │ │ ├── assessment_gradebook_exec.png
│ │ │ ├── assessment_gradebook_general.png
│ │ │ ├── assessment_gradebook_grading.png
│ │ │ ├── assessment_grading.png
│ │ │ ├── assessment_mc_exec.png
│ │ │ ├── assessment_mc_general.png
│ │ │ ├── assessment_mc_grading.png
│ │ │ ├── assessment_mcq.png
│ │ │ ├── assessment_metadata.png
│ │ │ ├── assessment_metadata_example.png
│ │ │ ├── assessment_metadata_lib.png
│ │ │ ├── assessment_parsons.png
│ │ │ ├── assessment_parsons_exec.png
│ │ │ ├── assessment_sct_execution.png
│ │ │ ├── assessment_sct_grading.png
│ │ │ ├── assessment_sn_exec.png
│ │ │ ├── assessment_sn_general.png
│ │ │ ├── assessment_sn_grading.png
│ │ │ ├── assessments-fitb1.png
│ │ │ ├── assessments-fitb2.png
│ │ │ ├── callout_info.png
│ │ │ ├── chapter.png
│ │ │ ├── codiomenu.png
│ │ │ ├── codiomenupreview.png
│ │ │ ├── collapse.png
│ │ │ ├── complete.png
│ │ │ ├── contentmapping.png
│ │ │ ├── coursemodule.png
│ │ │ ├── custom-button.png
│ │ │ ├── dyslexia.png
│ │ │ ├── editbook.png
│ │ │ ├── editnav.png
│ │ │ ├── editor-button.png
│ │ │ ├── editor.png
│ │ │ ├── freetext-grading.png
│ │ │ ├── freetext_navigate.png
│ │ │ ├── freetextanswer.png
│ │ │ ├── freetexticon.png
│ │ │ ├── globalsettings.png
│ │ │ ├── guide_files.png
│ │ │ ├── guidecollapse.png
│ │ │ ├── guidecss.png
│ │ │ ├── guides_publish.png
│ │ │ ├── guides_vimeo.png
│ │ │ ├── guides_youtube.png
│ │ │ ├── layouts.png
│ │ │ ├── lexicon.png
│ │ │ ├── math-assessment.png
│ │ │ ├── mathjax.png
│ │ │ ├── media.png
│ │ │ ├── notpartial.png
│ │ │ ├── opentabs.png
│ │ │ ├── org_integrations.png
│ │ │ ├── overview.png
│ │ │ ├── page.png
│ │ │ ├── panel.png
│ │ │ ├── partial.png
│ │ │ ├── partialpointrubric.png
│ │ │ ├── plag-button.png
│ │ │ ├── plag-edits.png
│ │ │ ├── plag-main-report.png
│ │ │ ├── plag-sidebyside.png
│ │ │ ├── plag-summary.png
│ │ │ ├── playmode.png
│ │ │ ├── preview-button.png
│ │ │ ├── project_1.png
│ │ │ ├── project_2.png
│ │ │ ├── project_3.png
│ │ │ ├── pythontutor.png
│ │ │ ├── reorder.png
│ │ │ ├── reset.png
│ │ │ ├── scripts.png
│ │ │ ├── selectcontent.png
│ │ │ ├── settings_assessments.png
│ │ │ ├── simultaneous.png
│ │ │ ├── split-button.png
│ │ │ ├── startguides.png
│ │ │ ├── std-assessment-1.png
│ │ │ ├── std-assessment-args.png
│ │ │ ├── std-assessment-error.png
│ │ │ ├── std-assessment-stdin-ignore.png
│ │ │ ├── std-assessment-stdin.png
│ │ │ ├── terminal_command.png
│ │ │ ├── type_file.png
│ │ │ ├── type_highlight.png
│ │ │ ├── type_preview.png
│ │ │ └── type_terminal.png
│ │ ├── guideseditor.png
│ │ ├── guioutput.png
│ │ ├── ide-force-lang.png
│ │ ├── ide-indent-guides.png
│ │ ├── ide-invisibles.png
│ │ ├── ide-run.png
│ │ ├── ide-screen.png
│ │ ├── inline-preview.png
│ │ ├── install-software.png
│ │ ├── install-sw-g2.png
│ │ ├── intercom.png
│ │ ├── intercomnotification.png
│ │ ├── intercomstart.png
│ │ ├── introprogramming.png
│ │ ├── joinclass.png
│ │ ├── junit.png
│ │ ├── junitexecution.png
│ │ ├── junitsettings.png
│ │ ├── kb-shortcuts.png
│ │ ├── lexicon.png
│ │ ├── librarypermissions.png
│ │ ├── librarysettings.png
│ │ ├── librarytab.png
│ │ ├── lmssharedfeedback.png
│ │ ├── lti
│ │ │ ├── LMS-Unit-URL.png
│ │ │ ├── access-code.png
│ │ │ ├── account-organization.png
│ │ │ ├── account-personal.png
│ │ │ ├── add-class-teacher.png
│ │ │ ├── add-student.png
│ │ │ ├── add-unit-project.png
│ │ │ ├── appcenter.png
│ │ │ ├── appsetup.png
│ │ │ ├── canvas-global.png
│ │ │ ├── canvas-submission-type.png
│ │ │ ├── canvas_url.png
│ │ │ ├── class_fork.png
│ │ │ ├── classunits.png
│ │ │ ├── codioicon.png
│ │ │ ├── constant_url.png
│ │ │ ├── copy_course.png
│ │ │ ├── custom-menus.png
│ │ │ ├── debugger.png
│ │ │ ├── enable_class_fork.png
│ │ │ ├── fork.png
│ │ │ ├── fork_class_id.png
│ │ │ ├── install-software.png
│ │ │ ├── join-class.png
│ │ │ ├── joined-class.png
│ │ │ ├── lti-class-url.png
│ │ │ ├── lti-org-fields.png
│ │ │ ├── lti_integrate_info.png
│ │ │ ├── lti_integrate_url.png
│ │ │ ├── multiple-panels.png
│ │ │ ├── new-class.png
│ │ │ ├── new-project.png
│ │ │ ├── parent_class.png
│ │ │ ├── pin-unit.png
│ │ │ ├── preferences.png
│ │ │ ├── project-permissions.png
│ │ │ ├── project-settings.png
│ │ │ ├── release-complete.png
│ │ │ ├── release-grades.png
│ │ │ ├── student-ready.png
│ │ │ ├── students-unit.png
│ │ │ ├── terminal-python.png
│ │ │ ├── test-students-list.png
│ │ │ ├── unit-completed-teacher.png
│ │ │ ├── unit-completed.png
│ │ │ ├── unit-teacher.png
│ │ │ └── virtual-desktop.png
│ │ ├── manage_classes
│ │ │ ├── adding_students_invite
│ │ │ │ └── student_list.png
│ │ │ ├── adding_teachers
│ │ │ │ ├── add_teacher.png
│ │ │ │ ├── admin_tab.png
│ │ │ │ ├── edit_teachers.png
│ │ │ │ ├── inviteteacher.png
│ │ │ │ ├── search_teacher.png
│ │ │ │ └── teacher_added.png
│ │ │ ├── addstudents.png
│ │ │ ├── assign_project_to_class
│ │ │ │ ├── select_project.png
│ │ │ │ └── selectstack.png
│ │ │ ├── assigning_cm_content
│ │ │ │ ├── module_in_class.png
│ │ │ │ ├── recommended_tab.png
│ │ │ │ └── select_module.png
│ │ │ ├── blue_plus.png
│ │ │ ├── change_student_password
│ │ │ │ └── change_password.png
│ │ │ ├── cloneclass.png
│ │ │ ├── create_class
│ │ │ │ ├── codio_icon.png
│ │ │ │ └── create_new_class.png
│ │ │ ├── deletemodule.png
│ │ │ ├── disable_enable_unit
│ │ │ │ ├── disable_unit.png
│ │ │ │ ├── disable_unit_after.png
│ │ │ │ ├── disable_unit_settings.png
│ │ │ │ └── enable_unit.png
│ │ │ ├── maincloneclass.png
│ │ │ ├── nameclass.png
│ │ │ ├── orderclass.png
│ │ │ ├── pinning_a_unit
│ │ │ │ ├── pin_unit.png
│ │ │ │ ├── pinned_pink.png
│ │ │ │ └── pinnedunit.png
│ │ │ ├── readonly.png
│ │ │ ├── remove_student
│ │ │ │ └── remove_student.png
│ │ │ ├── students_tab.png
│ │ │ ├── unitduration.png
│ │ │ ├── units_tab.png
│ │ │ ├── view_teacher_solutions
│ │ │ │ └── open_as_teacher.png
│ │ │ └── year_10_class.png
│ │ ├── manage_organization
│ │ │ ├── customscript.png
│ │ │ ├── dash.png
│ │ │ ├── inviteowner.png
│ │ │ ├── inviteteacher.png
│ │ │ ├── members.png
│ │ │ ├── memberstab.png
│ │ │ ├── myschoolorg.png
│ │ │ ├── org_releasegrades.png
│ │ │ ├── orgcontacturl.png
│ │ │ ├── orgsettingstab.png
│ │ │ ├── orphanedusers.png
│ │ │ ├── owners.png
│ │ │ ├── pendinginvite.png
│ │ │ ├── pendinginviteowner.png
│ │ │ ├── profilepic.png
│ │ │ ├── public_private.png
│ │ │ └── studentoptions.png
│ │ ├── mode-buttons.png
│ │ ├── module_add.png
│ │ ├── module_browser.png
│ │ ├── module_browser_small.png
│ │ ├── module_list.png
│ │ ├── module_refresh.png
│ │ ├── moduleedit.png
│ │ ├── moduleflode.png
│ │ ├── modules.png
│ │ ├── modules_create.png
│ │ ├── modules_edit.png
│ │ ├── moduleview_dashboard.png
│ │ ├── monitor_students
│ │ │ ├── breakdown.png
│ │ │ ├── studentstab.png
│ │ │ └── year10class.png
│ │ ├── multi-cursor.png
│ │ ├── multiple-cursor.gif
│ │ ├── nameSearch.png
│ │ ├── namelibrary.png
│ │ ├── new-file.png
│ │ ├── newbook.png
│ │ ├── open-in-ide.png
│ │ ├── openguides.png
│ │ ├── openstudent.png
│ │ ├── org-button.png
│ │ ├── organisation_addmanually.png
│ │ ├── organisation_addowner.png
│ │ ├── organisation_addteacher.png
│ │ ├── organisation_upload.png
│ │ ├── organisations_billing.png
│ │ ├── organisations_create.png
│ │ ├── organisations_education.png
│ │ ├── organisations_invoicing.png
│ │ ├── organisations_token.png
│ │ ├── orphanedstudents.png
│ │ ├── packs_certified.png
│ │ ├── packs_info.png
│ │ ├── packs_list.png
│ │ ├── panel-overview.png
│ │ ├── parse-app.png
│ │ ├── penalties.png
│ │ ├── penaltydashboard.png
│ │ ├── penaltydeadline.png
│ │ ├── permissions-dlg.png
│ │ ├── permissions-menu.png
│ │ ├── phonegap-token-help.gif
│ │ ├── phpbrew-phpinfo.png
│ │ ├── phpbrew-phpinfo2.png
│ │ ├── picker-1.png
│ │ ├── picker-2.png
│ │ ├── ploneoutput.png
│ │ ├── plonesite.png
│ │ ├── prefs-ac-profile.png
│ │ ├── prefs-account-gh1.png
│ │ ├── prefs-account-ghauth.png
│ │ ├── prefs-account-password.png
│ │ ├── prefs-account-profile.png
│ │ ├── prefs-account-ssh-dialog.png
│ │ ├── prefs-account-ssh.png
│ │ ├── prefs-menu.png
│ │ ├── prefs-user.png
│ │ ├── preview-default.png
│ │ ├── preview-deploy-right-click.png
│ │ ├── preview-deploy.png
│ │ ├── preview-what.png
│ │ ├── preview-where.png
│ │ ├── preview.png
│ │ ├── previewQuestion1.png
│ │ ├── previewQuestion2.png
│ │ ├── project-menu.png
│ │ ├── project-settings.png
│ │ ├── project_create.png
│ │ ├── project_create_other.png
│ │ ├── projects_list.png
│ │ ├── projectslist.png
│ │ ├── public-key.png
│ │ ├── publishedversion.png
│ │ ├── publishnew.png
│ │ ├── publishversionnew.png
│ │ ├── python.png
│ │ ├── pythonexample.png
│ │ ├── quick-open.png
│ │ ├── readme-md.png
│ │ ├── resetunitall.png
│ │ ├── resetunitstudent.png
│ │ ├── right-click.png
│ │ ├── run-menu.png
│ │ ├── safari.png
│ │ ├── savedSearch.png
│ │ ├── savedSearch2.png
│ │ ├── savedSearchDelete.png
│ │ ├── scrollThrough.png
│ │ ├── search-dialog.png
│ │ ├── search-matches.png
│ │ ├── searchResults.png
│ │ ├── selectLib.png
│ │ ├── selectQuestion.png
│ │ ├── selectbook.png
│ │ ├── settings-editor.png
│ │ ├── settings-password.png
│ │ ├── settings-profile.png
│ │ ├── settings-team1.png
│ │ ├── settings-team2.png
│ │ ├── settings.png
│ │ ├── sharing.png
│ │ ├── signup.png
│ │ ├── sitebar-signup.png
│ │ ├── sitebar-site.png
│ │ ├── snippet-parms.png
│ │ ├── snippets-closed.png
│ │ ├── snippets-open.png
│ │ ├── ssh-basic.png
│ │ ├── ssh-connection-edit.png
│ │ ├── ssh-connection-list.png
│ │ ├── ssh-nano.png
│ │ ├── ssh-parms.png
│ │ ├── sshterminal.png
│ │ ├── stack_modified.png
│ │ ├── stack_newstack.png
│ │ ├── stack_newversion.png
│ │ ├── stack_notmodified.png
│ │ ├── stackdetails.png
│ │ ├── stacknewversion.png
│ │ ├── stacks_create.png
│ │ ├── stacks_createnew.png
│ │ ├── stacks_edit.png
│ │ ├── stacks_image.png
│ │ ├── stacks_info.png
│ │ ├── stacks_list.png
│ │ ├── stacks_update.png
│ │ ├── stacks_versions.png
│ │ ├── stacksettings.png
│ │ ├── stackversionid.png
│ │ ├── studentconsent.png
│ │ ├── studentlist.png
│ │ ├── students.png
│ │ ├── studentsadd.png
│ │ ├── studentview_dashboard.png
│ │ ├── subscribe-1.png
│ │ ├── subscribe-2.png
│ │ ├── teacher_dashboard_student_activity.png
│ │ ├── teacher_dashboard_student_unit_activity.png
│ │ ├── teacher_dashboard_students.png
│ │ ├── teacherdash.png
│ │ ├── teachersolutions.png
│ │ ├── templates-manage.png
│ │ ├── templates-newfile.png
│ │ ├── terminal.png
│ │ ├── terminalicon.png
│ │ ├── tkinter-pack.png
│ │ ├── tkinter-stack.png
│ │ ├── tree
│ │ │ ├── folder-horizontal.png
│ │ │ ├── minus.png
│ │ │ ├── plus.png
│ │ │ ├── toggle-small-expand.png
│ │ │ └── toggle-small.png
│ │ ├── trial_try_unit.png
│ │ ├── ungit-1.png
│ │ ├── ungit-2.png
│ │ ├── unit_delete.png
│ │ ├── unit_refresh.png
│ │ ├── unitactions.png
│ │ ├── unitfork.png
│ │ ├── unitorder1.png
│ │ ├── unitorder2.png
│ │ ├── units.png
│ │ ├── units_add.png
│ │ ├── units_small.png
│ │ ├── unitsettings.png
│ │ ├── unitstart.png
│ │ ├── update-class-course.png
│ │ ├── user_access_export.png
│ │ ├── versiondetails.png
│ │ ├── versions.png
│ │ ├── versionstab.png
│ │ ├── video-icon-16x16.png
│ │ ├── what_students_do
│ │ │ ├── createproject
│ │ │ │ └── build.png
│ │ │ ├── forgotpassword
│ │ │ │ ├── account.png
│ │ │ │ ├── change.png
│ │ │ │ └── profilepic.png
│ │ │ └── studentdashboard.png
│ │ └── xserver-install.png
│ ├── logo-dark.svg
│ ├── logo-light.svg
│ └── videos
│ │ ├── classical.mp4
│ │ └── jazz.mp4
├── index.html.erb
├── javascripts
│ ├── all.js
│ ├── partials
│ │ ├── _analytics.es6
│ │ ├── _codio.es6.erb
│ │ ├── _demo.es6
│ │ ├── _docs.es6
│ │ ├── _features.es6
│ │ ├── _header.es6
│ │ ├── _index.es6
│ │ ├── _legal.es6
│ │ ├── _local_storage.es6
│ │ ├── _prices.es6.erb
│ │ └── _pricing.es6
│ ├── tools
│ │ └── _tools.es6
│ └── vendors
│ │ ├── affix.es6
│ │ └── scroll.es6
├── layouts
│ ├── docs.erb
│ ├── error.erb
│ ├── layout.erb
│ └── legal.erb
├── legal
│ ├── copyright.html.md
│ ├── dir.ordered
│ ├── index.html.erb
│ ├── policy.html.md
│ ├── privacy.html.md
│ ├── servicelevel.html.md
│ ├── terms.html.md
│ └── trademarks.html.md
├── mstile-144x144.png
├── mstile-150x150.png
├── mstile-310x150.png
├── mstile-310x310.png
├── mstile-70x70.png
├── partials
│ ├── _call-to-action.erb
│ ├── _docs-header-navigation.erb
│ ├── _docs-side-navigation.erb
│ ├── _features-call-to-action.erb
│ ├── _features-subheader.erb
│ ├── _footer.erb
│ ├── _head.erb
│ ├── _header.erb
│ ├── _legal-header-navigation.erb
│ ├── _legal-side-navigation.erb
│ ├── _nav.erb
│ ├── _pricing-faq-school.erb
│ ├── _pricing-faq-university.erb
│ ├── _pricing.erb
│ ├── _share-links.erb
│ ├── _structured-markup.erb
│ ├── docs
│ │ └── _actions.html.erb
│ └── vendors
│ │ ├── _disqus.erb
│ │ ├── _fonts.erb
│ │ ├── _google-analytics.erb
│ │ └── _intercom.erb
├── pricing.html.erb
├── robots.txt
├── school.html.erb
├── school_leadership.html.erb
├── stylesheets
│ ├── _bootstrap_codio.scss
│ ├── _code.scss.erb
│ ├── _layout.scss
│ ├── _mixins.scss
│ ├── _proxima-nova-font.scss
│ ├── _typography.scss
│ ├── _variables.scss
│ ├── all.css.scss
│ ├── elements
│ │ └── _buttons.scss
│ ├── fonts
│ │ └── proxima-nova
│ │ │ ├── ProximaNova-Bold.eot
│ │ │ ├── ProximaNova-Bold.ttf
│ │ │ ├── ProximaNova-Bold.woff
│ │ │ ├── ProximaNova-Extrabld.eot
│ │ │ ├── ProximaNova-Extrabld.ttf
│ │ │ ├── ProximaNova-Extrabld.woff
│ │ │ ├── ProximaNova-Light.eot
│ │ │ ├── ProximaNova-Light.ttf
│ │ │ ├── ProximaNova-Light.woff
│ │ │ ├── ProximaNova-Regular.eot
│ │ │ ├── ProximaNova-Regular.ttf
│ │ │ └── ProximaNova-Regular.woff
│ ├── pages
│ │ ├── _bootcamps.scss
│ │ ├── _c-books.scss
│ │ ├── _cloudcs.scss
│ │ ├── _cloudlabs.scss
│ │ ├── _demo.scss
│ │ ├── _developer.scss
│ │ ├── _docs.scss
│ │ ├── _download.scss
│ │ ├── _error.scss
│ │ ├── _index.scss
│ │ ├── _legal.scss
│ │ ├── _mission.scss
│ │ ├── _pricing.scss
│ │ ├── _school.scss
│ │ ├── _school_leadership.scss
│ │ ├── _specs.scss
│ │ ├── _team.scss
│ │ ├── _universityleadership.scss
│ │ └── features
│ │ │ ├── _content-authoring.scss
│ │ │ ├── _curriculum.scss
│ │ │ ├── _features-subheader.scss
│ │ │ ├── _grading.scss
│ │ │ ├── _ide.scss
│ │ │ ├── _index.scss
│ │ │ ├── _infrastructure.scss
│ │ │ ├── _lms.scss
│ │ │ ├── _management.scss
│ │ │ ├── _shared.scss
│ │ │ ├── _technicalspecifications.scss
│ │ │ └── _templates.scss
│ └── partials
│ │ ├── _call-to-action.scss
│ │ ├── _docs-header-navigation.scss
│ │ ├── _docs-side-navigation.scss
│ │ ├── _flat-slider.scss
│ │ ├── _footer.scss
│ │ ├── _header-block.scss
│ │ ├── _header.scss
│ │ ├── _legal-header-navigation.scss
│ │ └── _legal-side-navigation.scss
└── universityleadership.html.erb
├── startup.sh
├── temp.html
└── vendor
└── assets
└── bower
├── animate.css
├── .bower.json
├── Gruntfile.js
├── animate-config.json
├── animate.css
├── animate.min.css
├── bower.json
├── package.json
└── source
│ ├── _base.css
│ ├── attention_seekers
│ ├── bounce.css
│ ├── flash.css
│ ├── jello.css
│ ├── pulse.css
│ ├── rubberBand.css
│ ├── shake.css
│ ├── swing.css
│ ├── tada.css
│ └── wobble.css
│ ├── bouncing_entrances
│ ├── bounceIn.css
│ ├── bounceInDown.css
│ ├── bounceInLeft.css
│ ├── bounceInRight.css
│ └── bounceInUp.css
│ ├── bouncing_exits
│ ├── bounceOut.css
│ ├── bounceOutDown.css
│ ├── bounceOutLeft.css
│ ├── bounceOutRight.css
│ └── bounceOutUp.css
│ ├── fading_entrances
│ ├── fadeIn.css
│ ├── fadeInDown.css
│ ├── fadeInDownBig.css
│ ├── fadeInLeft.css
│ ├── fadeInLeftBig.css
│ ├── fadeInRight.css
│ ├── fadeInRightBig.css
│ ├── fadeInUp.css
│ └── fadeInUpBig.css
│ ├── fading_exits
│ ├── fadeOut.css
│ ├── fadeOutDown.css
│ ├── fadeOutDownBig.css
│ ├── fadeOutLeft.css
│ ├── fadeOutLeftBig.css
│ ├── fadeOutRight.css
│ ├── fadeOutRightBig.css
│ ├── fadeOutUp.css
│ └── fadeOutUpBig.css
│ ├── flippers
│ ├── flip.css
│ ├── flipInX.css
│ ├── flipInY.css
│ ├── flipOutX.css
│ └── flipOutY.css
│ ├── lightspeed
│ ├── lightSpeedIn.css
│ └── lightSpeedOut.css
│ ├── rotating_entrances
│ ├── rotateIn.css
│ ├── rotateInDownLeft.css
│ ├── rotateInDownRight.css
│ ├── rotateInUpLeft.css
│ └── rotateInUpRight.css
│ ├── rotating_exits
│ ├── rotateOut.css
│ ├── rotateOutDownLeft.css
│ ├── rotateOutDownRight.css
│ ├── rotateOutUpLeft.css
│ └── rotateOutUpRight.css
│ ├── sliding_entrances
│ ├── slideInDown.css
│ ├── slideInLeft.css
│ ├── slideInRight.css
│ └── slideInUp.css
│ ├── sliding_exits
│ ├── slideOutDown.css
│ ├── slideOutLeft.css
│ ├── slideOutRight.css
│ └── slideOutUp.css
│ ├── specials
│ ├── hinge.css
│ ├── rollIn.css
│ └── rollOut.css
│ ├── zooming_entrances
│ ├── zoomIn.css
│ ├── zoomInDown.css
│ ├── zoomInLeft.css
│ ├── zoomInRight.css
│ └── zoomInUp.css
│ └── zooming_exits
│ ├── zoomOut.css
│ ├── zoomOutDown.css
│ ├── zoomOutLeft.css
│ ├── zoomOutRight.css
│ └── zoomOutUp.css
├── blueimp-md5
├── .bower.json
├── bower.json
└── js
│ ├── md5.js
│ └── md5.min.js
├── cookie-monster
├── .bower.json
├── .gitignore
├── Gruntfile.js
├── HISTORY.md
├── LICENSE
├── README.md
├── bower.json
├── components
│ └── assert
│ │ ├── HISTORY.md
│ │ ├── README.md
│ │ ├── assert.js
│ │ ├── component.json
│ │ └── test
│ │ ├── index.html
│ │ └── test-assert.js
├── dist
│ ├── cookie-monster.js
│ └── cookie-monster.min.js
├── example
│ └── index.html
├── lib
│ └── cookie-monster.js
├── package.json
└── test
│ ├── cookie-monster.test.js
│ └── index.html
├── html5shiv
├── .bower.json
├── Gruntfile.js
├── bower.json
├── dist
│ ├── html5shiv-printshiv.js
│ ├── html5shiv-printshiv.min.js
│ ├── html5shiv.js
│ └── html5shiv.min.js
├── package.json
└── readme.md
├── jquery-hashchange
├── .bower.json
├── LICENSE-GPL
├── LICENSE-MIT
├── README.markdown
├── docs
│ ├── files
│ │ └── jquery-ba-hashchange-js.html
│ ├── index.html
│ ├── index
│ │ ├── Events.html
│ │ ├── Files.html
│ │ ├── Functions.html
│ │ ├── General.html
│ │ └── Properties.html
│ ├── javascript
│ │ ├── main.js
│ │ └── searchdata.js
│ ├── nd
│ │ ├── Data
│ │ │ ├── ClassHierarchy.nd
│ │ │ ├── ConfigFileInfo.nd
│ │ │ ├── FileInfo.nd
│ │ │ ├── ImageFileInfo.nd
│ │ │ ├── ImageReferenceTable.nd
│ │ │ ├── IndexInfo.nd
│ │ │ ├── PreviousMenuState.nd
│ │ │ ├── PreviousSettings.nd
│ │ │ └── SymbolTable.nd
│ │ ├── Languages.txt
│ │ ├── Menu.txt
│ │ └── Topics.txt
│ ├── search
│ │ ├── EventsH.html
│ │ ├── FilesJ.html
│ │ ├── FunctionsH.html
│ │ ├── GeneralD.html
│ │ ├── GeneralE.html
│ │ ├── GeneralF.html
│ │ ├── GeneralH.html
│ │ ├── GeneralJ.html
│ │ ├── GeneralK.html
│ │ ├── GeneralL.html
│ │ ├── GeneralP.html
│ │ ├── GeneralR.html
│ │ ├── GeneralS.html
│ │ ├── NoResults.html
│ │ ├── PropertiesD.html
│ │ └── PropertiesS.html
│ └── styles
│ │ ├── 1.css
│ │ ├── 2.css
│ │ └── main.css
├── document-domain.html
├── examples
│ ├── bug-chrome-back-button
│ │ └── index.php
│ ├── bug-firefox-remote-xhr
│ │ └── index.php
│ ├── bug-safari-back-from-diff-domain
│ │ └── index.php
│ ├── bug-webkit-hash-iframe
│ │ ├── child
│ │ │ └── index.php
│ │ └── index.php
│ ├── config.php
│ ├── document_domain
│ │ └── index.php
│ ├── donate.gif
│ ├── hashchange
│ │ └── index.php
│ ├── index.css
│ └── index.php
├── jquery.ba-hashchange.js
├── jquery.ba-hashchange.min.js
├── shared
│ ├── SyntaxHighlighter
│ │ ├── LGPLv3.txt
│ │ ├── scripts
│ │ │ ├── clipboard.swf
│ │ │ ├── shBrushAS3.js
│ │ │ ├── shBrushBash.js
│ │ │ ├── shBrushCSharp.js
│ │ │ ├── shBrushCpp.js
│ │ │ ├── shBrushCss.js
│ │ │ ├── shBrushDelphi.js
│ │ │ ├── shBrushDiff.js
│ │ │ ├── shBrushGroovy.js
│ │ │ ├── shBrushJScript.js
│ │ │ ├── shBrushJava.js
│ │ │ ├── shBrushJavaFX.js
│ │ │ ├── shBrushPerl.js
│ │ │ ├── shBrushPhp.js
│ │ │ ├── shBrushPlain.js
│ │ │ ├── shBrushPowerShell.js
│ │ │ ├── shBrushPython.js
│ │ │ ├── shBrushRuby.js
│ │ │ ├── shBrushScala.js
│ │ │ ├── shBrushSql.js
│ │ │ ├── shBrushVb.js
│ │ │ ├── shBrushXml.js
│ │ │ ├── shCore.js
│ │ │ └── shLegacy.js
│ │ ├── src
│ │ │ ├── shCore.js
│ │ │ └── shLegacy.js
│ │ ├── styles
│ │ │ ├── help.png
│ │ │ ├── magnifier.png
│ │ │ ├── page_white_code.png
│ │ │ ├── page_white_copy.png
│ │ │ ├── printer.png
│ │ │ ├── shCore.css
│ │ │ ├── shThemeDefault.css
│ │ │ ├── shThemeDjango.css
│ │ │ ├── shThemeEmacs.css
│ │ │ ├── shThemeFadeToGrey.css
│ │ │ ├── shThemeMidnight.css
│ │ │ ├── shThemeRDark.css
│ │ │ └── wrapping.png
│ │ └── test.html
│ ├── ba-debug.js
│ ├── jquery-1.2.6.js
│ ├── jquery-1.3.2.js
│ ├── jquery-1.4.1.js
│ ├── jquery-1.4.2.js
│ ├── json_echo.php
│ └── qunit.js
└── unit
│ ├── document-domain.html
│ ├── ie7-compat.html
│ ├── index.html
│ ├── jquery-1.2.6.html
│ ├── jquery-1.3.2.html
│ ├── jquery-1.4.1.html
│ ├── qunit.css
│ └── unit.js
├── jquery-ui-slider-pips
├── .bower.json
├── .jshintrc
├── bower.json
└── dist
│ ├── jquery-ui-slider-pips.css
│ ├── jquery-ui-slider-pips.js
│ └── jquery-ui-slider-pips.min.js
├── jquery-ui
├── .bower.json
├── .gitignore
├── AUTHORS.txt
├── LICENSE.txt
├── README.md
├── bower.json
├── component.json
├── composer.json
├── jquery-ui.js
├── jquery-ui.min.js
├── package.json
├── themes
│ ├── base
│ │ ├── accordion.css
│ │ ├── all.css
│ │ ├── autocomplete.css
│ │ ├── base.css
│ │ ├── button.css
│ │ ├── core.css
│ │ ├── datepicker.css
│ │ ├── dialog.css
│ │ ├── draggable.css
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_444444_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_555555_256x240.png
│ │ │ ├── ui-icons_777620_256x240.png
│ │ │ ├── ui-icons_777777_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ ├── ui-icons_cc0000_256x240.png
│ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ ├── menu.css
│ │ ├── progressbar.css
│ │ ├── resizable.css
│ │ ├── selectable.css
│ │ ├── selectmenu.css
│ │ ├── slider.css
│ │ ├── sortable.css
│ │ ├── spinner.css
│ │ ├── tabs.css
│ │ ├── theme.css
│ │ └── tooltip.css
│ ├── black-tie
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonals-thick_8_333333_40x40.png
│ │ │ ├── ui-bg_flat_65_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_40_111111_1x400.png
│ │ │ ├── ui-bg_glass_55_1c1c1c_1x400.png
│ │ │ ├── ui-bg_highlight-hard_100_f9f9f9_1x100.png
│ │ │ ├── ui-bg_highlight-hard_40_aaaaaa_1x100.png
│ │ │ ├── ui-bg_highlight-soft_50_aaaaaa_1x100.png
│ │ │ ├── ui-bg_inset-hard_45_cd0a0a_1x100.png
│ │ │ ├── ui-bg_inset-hard_55_ffeb80_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_4ca300_256x240.png
│ │ │ ├── ui-icons_bbbbbb_256x240.png
│ │ │ ├── ui-icons_ededed_256x240.png
│ │ │ ├── ui-icons_ffcf29_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── blitzer
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonals-thick_75_f3d8d8_40x40.png
│ │ │ ├── ui-bg_dots-small_65_a6a6a6_2x2.png
│ │ │ ├── ui-bg_flat_0_333333_40x100.png
│ │ │ ├── ui-bg_flat_65_ffffff_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf8ee_1x400.png
│ │ │ ├── ui-bg_highlight-hard_100_eeeeee_1x100.png
│ │ │ ├── ui-bg_highlight-hard_100_f6f6f6_1x100.png
│ │ │ ├── ui-bg_highlight-soft_15_cc0000_1x100.png
│ │ │ ├── ui-icons_004276_256x240.png
│ │ │ ├── ui-icons_cc0000_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── cupertino
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png
│ │ │ ├── ui-bg_flat_15_cd0a0a_40x100.png
│ │ │ ├── ui-bg_glass_100_e4f1fb_1x400.png
│ │ │ ├── ui-bg_glass_50_3baae3_1x400.png
│ │ │ ├── ui-bg_glass_80_d7ebf9_1x400.png
│ │ │ ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png
│ │ │ ├── ui-bg_highlight-hard_70_000000_1x100.png
│ │ │ ├── ui-bg_highlight-soft_100_deedf7_1x100.png
│ │ │ ├── ui-bg_highlight-soft_25_ffef8f_1x100.png
│ │ │ ├── ui-icons_2694e8_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_3d80b3_256x240.png
│ │ │ ├── ui-icons_72a7cf_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── dark-hive
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_flat_30_cccccc_40x100.png
│ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png
│ │ │ ├── ui-bg_glass_40_ffc73d_1x400.png
│ │ │ ├── ui-bg_highlight-hard_20_0972a5_1x100.png
│ │ │ ├── ui-bg_highlight-soft_33_003147_1x100.png
│ │ │ ├── ui-bg_highlight-soft_35_222222_1x100.png
│ │ │ ├── ui-bg_highlight-soft_44_444444_1x100.png
│ │ │ ├── ui-bg_highlight-soft_80_eeeeee_1x100.png
│ │ │ ├── ui-bg_loop_25_000000_21x21.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_4b8e0b_256x240.png
│ │ │ ├── ui-icons_a83300_256x240.png
│ │ │ ├── ui-icons_cccccc_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── dot-luv
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonals-thick_15_0b3e6f_40x40.png
│ │ │ ├── ui-bg_dots-medium_30_0b58a2_4x4.png
│ │ │ ├── ui-bg_dots-small_20_333333_2x2.png
│ │ │ ├── ui-bg_dots-small_30_a32d00_2x2.png
│ │ │ ├── ui-bg_dots-small_40_00498f_2x2.png
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_40_292929_40x100.png
│ │ │ ├── ui-bg_gloss-wave_20_111111_500x100.png
│ │ │ ├── ui-icons_00498f_256x240.png
│ │ │ ├── ui-icons_98d2fb_256x240.png
│ │ │ ├── ui-icons_9ccdfc_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── eggplant
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_0_eeeeee_40x100.png
│ │ │ ├── ui-bg_flat_55_994d53_40x100.png
│ │ │ ├── ui-bg_flat_55_fafafa_40x100.png
│ │ │ ├── ui-bg_gloss-wave_30_3d3644_500x100.png
│ │ │ ├── ui-bg_highlight-soft_100_dcd9de_1x100.png
│ │ │ ├── ui-bg_highlight-soft_100_eae6ea_1x100.png
│ │ │ ├── ui-bg_highlight-soft_25_30273a_1x100.png
│ │ │ ├── ui-bg_highlight-soft_45_5f5964_1x100.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_734d99_256x240.png
│ │ │ ├── ui-icons_8d78a5_256x240.png
│ │ │ ├── ui-icons_a8a3ae_256x240.png
│ │ │ ├── ui-icons_ebccce_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── excite-bike
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonals-small_25_c5ddfc_40x40.png
│ │ │ ├── ui-bg_diagonals-thick_20_e69700_40x40.png
│ │ │ ├── ui-bg_diagonals-thick_22_1484e6_40x40.png
│ │ │ ├── ui-bg_diagonals-thick_26_2293f7_40x40.png
│ │ │ ├── ui-bg_flat_0_e69700_40x100.png
│ │ │ ├── ui-bg_flat_0_e6b900_40x100.png
│ │ │ ├── ui-bg_highlight-soft_100_f9f9f9_1x100.png
│ │ │ ├── ui-bg_inset-hard_100_eeeeee_1x100.png
│ │ │ ├── ui-icons_0a82eb_256x240.png
│ │ │ ├── ui-icons_0b54d5_256x240.png
│ │ │ ├── ui-icons_5fa5e3_256x240.png
│ │ │ ├── ui-icons_fcdd4a_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── flick
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_0_eeeeee_40x100.png
│ │ │ ├── ui-bg_flat_55_ffffff_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_highlight-soft_100_f6f6f6_1x100.png
│ │ │ ├── ui-bg_highlight-soft_25_0073ea_1x100.png
│ │ │ ├── ui-bg_highlight-soft_50_dddddd_1x100.png
│ │ │ ├── ui-icons_0073ea_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_666666_256x240.png
│ │ │ ├── ui-icons_ff0084_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── hot-sneaks
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonals-small_40_db4865_40x40.png
│ │ │ ├── ui-bg_diagonals-small_50_93c3cd_40x40.png
│ │ │ ├── ui-bg_diagonals-small_50_ff3853_40x40.png
│ │ │ ├── ui-bg_diagonals-small_75_ccd232_40x40.png
│ │ │ ├── ui-bg_dots-medium_80_ffff38_4x4.png
│ │ │ ├── ui-bg_dots-small_35_35414f_2x2.png
│ │ │ ├── ui-bg_flat_75_ba9217_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_white-lines_85_f7f7ba_40x100.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_88a206_256x240.png
│ │ │ ├── ui-icons_c02669_256x240.png
│ │ │ ├── ui-icons_e1e463_256x240.png
│ │ │ ├── ui-icons_ffeb33_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── humanity
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_flat_75_aaaaaa_40x100.png
│ │ │ ├── ui-bg_glass_100_f5f0e5_1x400.png
│ │ │ ├── ui-bg_glass_25_cb842e_1x400.png
│ │ │ ├── ui-bg_glass_70_ede4d4_1x400.png
│ │ │ ├── ui-bg_highlight-hard_100_f4f0ec_1x100.png
│ │ │ ├── ui-bg_highlight-hard_65_fee4bd_1x100.png
│ │ │ ├── ui-bg_highlight-hard_75_f5f5b5_1x100.png
│ │ │ ├── ui-bg_inset-soft_100_f4f0ec_1x100.png
│ │ │ ├── ui-icons_c47a23_256x240.png
│ │ │ ├── ui-icons_cb672b_256x240.png
│ │ │ ├── ui-icons_f08000_256x240.png
│ │ │ ├── ui-icons_f35f07_256x240.png
│ │ │ ├── ui-icons_ff7519_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── le-frog
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonals-small_0_aaaaaa_40x40.png
│ │ │ ├── ui-bg_diagonals-thick_15_444444_40x40.png
│ │ │ ├── ui-bg_diagonals-thick_95_ffdc2e_40x40.png
│ │ │ ├── ui-bg_glass_55_fbf5d0_1x400.png
│ │ │ ├── ui-bg_highlight-hard_30_285c00_1x100.png
│ │ │ ├── ui-bg_highlight-soft_33_3a8104_1x100.png
│ │ │ ├── ui-bg_highlight-soft_50_4eb305_1x100.png
│ │ │ ├── ui-bg_highlight-soft_60_4ca20b_1x100.png
│ │ │ ├── ui-bg_inset-soft_10_285c00_1x100.png
│ │ │ ├── ui-icons_4eb305_256x240.png
│ │ │ ├── ui-icons_72b42d_256x240.png
│ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── mint-choc
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_glass_15_5f391b_1x400.png
│ │ │ ├── ui-bg_gloss-wave_20_1c160d_500x100.png
│ │ │ ├── ui-bg_gloss-wave_25_453326_500x100.png
│ │ │ ├── ui-bg_gloss-wave_30_44372c_500x100.png
│ │ │ ├── ui-bg_highlight-soft_20_201913_1x100.png
│ │ │ ├── ui-bg_highlight-soft_20_619226_1x100.png
│ │ │ ├── ui-bg_inset-soft_10_201913_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_9bcc60_256x240.png
│ │ │ ├── ui-icons_add978_256x240.png
│ │ │ ├── ui-icons_e3ddc9_256x240.png
│ │ │ ├── ui-icons_f1fd86_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── overcast
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_0_eeeeee_40x100.png
│ │ │ ├── ui-bg_flat_55_c0402a_40x100.png
│ │ │ ├── ui-bg_flat_55_eeeeee_40x100.png
│ │ │ ├── ui-bg_glass_100_f8f8f8_1x400.png
│ │ │ ├── ui-bg_glass_35_dddddd_1x400.png
│ │ │ ├── ui-bg_glass_60_eeeeee_1x400.png
│ │ │ ├── ui-bg_inset-hard_75_999999_1x100.png
│ │ │ ├── ui-bg_inset-soft_50_c9c9c9_1x100.png
│ │ │ ├── ui-icons_3383bb_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_70b2e1_256x240.png
│ │ │ ├── ui-icons_999999_256x240.png
│ │ │ └── ui-icons_fbc856_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── pepper-grinder
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonal-maze_20_6e4f1c_10x10.png
│ │ │ ├── ui-bg_diagonal-maze_40_000000_10x10.png
│ │ │ ├── ui-bg_fine-grain_10_eceadf_60x60.png
│ │ │ ├── ui-bg_fine-grain_10_f8f7f6_60x60.png
│ │ │ ├── ui-bg_fine-grain_15_eceadf_60x60.png
│ │ │ ├── ui-bg_fine-grain_15_f7f3de_60x60.png
│ │ │ ├── ui-bg_fine-grain_15_ffffff_60x60.png
│ │ │ ├── ui-bg_fine-grain_65_654b24_60x60.png
│ │ │ ├── ui-bg_fine-grain_68_b83400_60x60.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_3572ac_256x240.png
│ │ │ ├── ui-icons_8c291d_256x240.png
│ │ │ ├── ui-icons_b83400_256x240.png
│ │ │ ├── ui-icons_fbdb93_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── redmond
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_55_fbec88_40x100.png
│ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png
│ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ ├── ui-icons_217bc0_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_469bdd_256x240.png
│ │ │ ├── ui-icons_6da8d5_256x240.png
│ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ └── ui-icons_f9bd01_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── smoothness
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── south-street
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_glass_55_fcf0ba_1x400.png
│ │ │ ├── ui-bg_gloss-wave_100_ece8da_500x100.png
│ │ │ ├── ui-bg_highlight-hard_100_f5f3e5_1x100.png
│ │ │ ├── ui-bg_highlight-hard_100_fafaf4_1x100.png
│ │ │ ├── ui-bg_highlight-hard_15_459e00_1x100.png
│ │ │ ├── ui-bg_highlight-hard_95_cccccc_1x100.png
│ │ │ ├── ui-bg_highlight-soft_25_67b021_1x100.png
│ │ │ ├── ui-bg_highlight-soft_95_ffedad_1x100.png
│ │ │ ├── ui-bg_inset-soft_15_2b2922_1x100.png
│ │ │ ├── ui-icons_808080_256x240.png
│ │ │ ├── ui-icons_847e71_256x240.png
│ │ │ ├── ui-icons_8DC262_256x240.png
│ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ ├── ui-icons_eeeeee_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── start
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_flat_55_999999_40x100.png
│ │ │ ├── ui-bg_flat_75_aaaaaa_40x100.png
│ │ │ ├── ui-bg_glass_45_0078ae_1x400.png
│ │ │ ├── ui-bg_glass_55_f8da4e_1x400.png
│ │ │ ├── ui-bg_glass_75_79c9ec_1x400.png
│ │ │ ├── ui-bg_gloss-wave_45_e14f1c_500x100.png
│ │ │ ├── ui-bg_gloss-wave_50_6eac2c_500x100.png
│ │ │ ├── ui-bg_gloss-wave_75_2191c0_500x100.png
│ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ ├── ui-icons_0078ae_256x240.png
│ │ │ ├── ui-icons_056b93_256x240.png
│ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ ├── ui-icons_e0fdff_256x240.png
│ │ │ ├── ui-icons_f5e175_256x240.png
│ │ │ ├── ui-icons_f7a50d_256x240.png
│ │ │ └── ui-icons_fcd113_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── sunny
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonals-medium_20_d34d17_40x40.png
│ │ │ ├── ui-bg_flat_30_cccccc_40x100.png
│ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png
│ │ │ ├── ui-bg_gloss-wave_45_817865_500x100.png
│ │ │ ├── ui-bg_gloss-wave_60_fece2f_500x100.png
│ │ │ ├── ui-bg_gloss-wave_70_ffdd57_500x100.png
│ │ │ ├── ui-bg_gloss-wave_90_fff9e5_500x100.png
│ │ │ ├── ui-bg_highlight-soft_100_feeebd_1x100.png
│ │ │ ├── ui-bg_inset-soft_30_ffffff_1x100.png
│ │ │ ├── ui-icons_3d3d3d_256x240.png
│ │ │ ├── ui-icons_bd7b00_256x240.png
│ │ │ ├── ui-icons_d19405_256x240.png
│ │ │ ├── ui-icons_eb990f_256x240.png
│ │ │ ├── ui-icons_ed9f26_256x240.png
│ │ │ ├── ui-icons_fadc7a_256x240.png
│ │ │ └── ui-icons_ffe180_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── swanky-purse
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diamond_10_4f4221_10x8.png
│ │ │ ├── ui-bg_diamond_20_372806_10x8.png
│ │ │ ├── ui-bg_diamond_25_675423_10x8.png
│ │ │ ├── ui-bg_diamond_25_d5ac5d_10x8.png
│ │ │ ├── ui-bg_diamond_8_261803_10x8.png
│ │ │ ├── ui-bg_diamond_8_443113_10x8.png
│ │ │ ├── ui-bg_flat_75_ddd4b0_40x100.png
│ │ │ ├── ui-bg_highlight-hard_65_fee4bd_1x100.png
│ │ │ ├── ui-icons_070603_256x240.png
│ │ │ ├── ui-icons_e8e2b5_256x240.png
│ │ │ ├── ui-icons_e9cd86_256x240.png
│ │ │ ├── ui-icons_efec9f_256x240.png
│ │ │ ├── ui-icons_f2ec64_256x240.png
│ │ │ ├── ui-icons_f9f2bd_256x240.png
│ │ │ └── ui-icons_ff7519_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── trontastic
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonals-small_50_262626_40x40.png
│ │ │ ├── ui-bg_flat_0_303030_40x100.png
│ │ │ ├── ui-bg_flat_0_4c4c4c_40x100.png
│ │ │ ├── ui-bg_glass_40_0a0a0a_1x400.png
│ │ │ ├── ui-bg_glass_55_f1fbe5_1x400.png
│ │ │ ├── ui-bg_glass_60_000000_1x400.png
│ │ │ ├── ui-bg_gloss-wave_55_000000_500x100.png
│ │ │ ├── ui-bg_gloss-wave_85_9fda58_500x100.png
│ │ │ ├── ui-bg_gloss-wave_95_f6ecd5_500x100.png
│ │ │ ├── ui-icons_000000_256x240.png
│ │ │ ├── ui-icons_1f1f1f_256x240.png
│ │ │ ├── ui-icons_9fda58_256x240.png
│ │ │ ├── ui-icons_b8ec79_256x240.png
│ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── ui-darkness
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_flat_30_cccccc_40x100.png
│ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png
│ │ │ ├── ui-bg_glass_20_555555_1x400.png
│ │ │ ├── ui-bg_glass_40_0078a3_1x400.png
│ │ │ ├── ui-bg_glass_40_ffc73d_1x400.png
│ │ │ ├── ui-bg_gloss-wave_25_333333_500x100.png
│ │ │ ├── ui-bg_highlight-soft_80_eeeeee_1x100.png
│ │ │ ├── ui-bg_inset-soft_25_000000_1x100.png
│ │ │ ├── ui-bg_inset-soft_30_f58400_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_4b8e0b_256x240.png
│ │ │ ├── ui-icons_a83300_256x240.png
│ │ │ ├── ui-icons_cccccc_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ ├── ui-lightness
│ │ ├── images
│ │ │ ├── animated-overlay.gif
│ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png
│ │ │ ├── ui-bg_flat_10_000000_40x100.png
│ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png
│ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png
│ │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_228ef1_256x240.png
│ │ │ ├── ui-icons_ef8c08_256x240.png
│ │ │ ├── ui-icons_ffd27a_256x240.png
│ │ │ └── ui-icons_ffffff_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
│ └── vader
│ │ ├── images
│ │ ├── animated-overlay.gif
│ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ ├── ui-bg_gloss-wave_16_121212_500x100.png
│ │ ├── ui-bg_highlight-hard_15_888888_1x100.png
│ │ ├── ui-bg_highlight-hard_55_555555_1x100.png
│ │ ├── ui-bg_highlight-soft_35_adadad_1x100.png
│ │ ├── ui-bg_highlight-soft_60_dddddd_1x100.png
│ │ ├── ui-bg_inset-soft_15_121212_1x100.png
│ │ ├── ui-icons_666666_256x240.png
│ │ ├── ui-icons_aaaaaa_256x240.png
│ │ ├── ui-icons_bbbbbb_256x240.png
│ │ ├── ui-icons_c98000_256x240.png
│ │ ├── ui-icons_cccccc_256x240.png
│ │ ├── ui-icons_cd0a0a_256x240.png
│ │ └── ui-icons_f29a00_256x240.png
│ │ ├── jquery-ui.css
│ │ ├── jquery-ui.min.css
│ │ └── theme.css
└── ui
│ ├── .jshintrc
│ ├── accordion.js
│ ├── autocomplete.js
│ ├── button.js
│ ├── core.js
│ ├── datepicker.js
│ ├── dialog.js
│ ├── draggable.js
│ ├── droppable.js
│ ├── effect-blind.js
│ ├── effect-bounce.js
│ ├── effect-clip.js
│ ├── effect-drop.js
│ ├── effect-explode.js
│ ├── effect-fade.js
│ ├── effect-fold.js
│ ├── effect-highlight.js
│ ├── effect-puff.js
│ ├── effect-pulsate.js
│ ├── effect-scale.js
│ ├── effect-shake.js
│ ├── effect-size.js
│ ├── effect-slide.js
│ ├── effect-transfer.js
│ ├── effect.js
│ ├── i18n
│ ├── datepicker-af.js
│ ├── datepicker-ar-DZ.js
│ ├── datepicker-ar.js
│ ├── datepicker-az.js
│ ├── datepicker-be.js
│ ├── datepicker-bg.js
│ ├── datepicker-bs.js
│ ├── datepicker-ca.js
│ ├── datepicker-cs.js
│ ├── datepicker-cy-GB.js
│ ├── datepicker-da.js
│ ├── datepicker-de.js
│ ├── datepicker-el.js
│ ├── datepicker-en-AU.js
│ ├── datepicker-en-GB.js
│ ├── datepicker-en-NZ.js
│ ├── datepicker-eo.js
│ ├── datepicker-es.js
│ ├── datepicker-et.js
│ ├── datepicker-eu.js
│ ├── datepicker-fa.js
│ ├── datepicker-fi.js
│ ├── datepicker-fo.js
│ ├── datepicker-fr-CA.js
│ ├── datepicker-fr-CH.js
│ ├── datepicker-fr.js
│ ├── datepicker-gl.js
│ ├── datepicker-he.js
│ ├── datepicker-hi.js
│ ├── datepicker-hr.js
│ ├── datepicker-hu.js
│ ├── datepicker-hy.js
│ ├── datepicker-id.js
│ ├── datepicker-is.js
│ ├── datepicker-it-CH.js
│ ├── datepicker-it.js
│ ├── datepicker-ja.js
│ ├── datepicker-ka.js
│ ├── datepicker-kk.js
│ ├── datepicker-km.js
│ ├── datepicker-ko.js
│ ├── datepicker-ky.js
│ ├── datepicker-lb.js
│ ├── datepicker-lt.js
│ ├── datepicker-lv.js
│ ├── datepicker-mk.js
│ ├── datepicker-ml.js
│ ├── datepicker-ms.js
│ ├── datepicker-nb.js
│ ├── datepicker-nl-BE.js
│ ├── datepicker-nl.js
│ ├── datepicker-nn.js
│ ├── datepicker-no.js
│ ├── datepicker-pl.js
│ ├── datepicker-pt-BR.js
│ ├── datepicker-pt.js
│ ├── datepicker-rm.js
│ ├── datepicker-ro.js
│ ├── datepicker-ru.js
│ ├── datepicker-sk.js
│ ├── datepicker-sl.js
│ ├── datepicker-sq.js
│ ├── datepicker-sr-SR.js
│ ├── datepicker-sr.js
│ ├── datepicker-sv.js
│ ├── datepicker-ta.js
│ ├── datepicker-th.js
│ ├── datepicker-tj.js
│ ├── datepicker-tr.js
│ ├── datepicker-uk.js
│ ├── datepicker-vi.js
│ ├── datepicker-zh-CN.js
│ ├── datepicker-zh-HK.js
│ └── datepicker-zh-TW.js
│ ├── menu.js
│ ├── minified
│ ├── accordion.min.js
│ ├── autocomplete.min.js
│ ├── button.min.js
│ ├── core.min.js
│ ├── datepicker.min.js
│ ├── dialog.min.js
│ ├── draggable.min.js
│ ├── droppable.min.js
│ ├── effect-blind.min.js
│ ├── effect-bounce.min.js
│ ├── effect-clip.min.js
│ ├── effect-drop.min.js
│ ├── effect-explode.min.js
│ ├── effect-fade.min.js
│ ├── effect-fold.min.js
│ ├── effect-highlight.min.js
│ ├── effect-puff.min.js
│ ├── effect-pulsate.min.js
│ ├── effect-scale.min.js
│ ├── effect-shake.min.js
│ ├── effect-size.min.js
│ ├── effect-slide.min.js
│ ├── effect-transfer.min.js
│ ├── effect.min.js
│ ├── i18n
│ │ ├── datepicker-af.min.js
│ │ ├── datepicker-ar-DZ.min.js
│ │ ├── datepicker-ar.min.js
│ │ ├── datepicker-az.min.js
│ │ ├── datepicker-be.min.js
│ │ ├── datepicker-bg.min.js
│ │ ├── datepicker-bs.min.js
│ │ ├── datepicker-ca.min.js
│ │ ├── datepicker-cs.min.js
│ │ ├── datepicker-cy-GB.min.js
│ │ ├── datepicker-da.min.js
│ │ ├── datepicker-de.min.js
│ │ ├── datepicker-el.min.js
│ │ ├── datepicker-en-AU.min.js
│ │ ├── datepicker-en-GB.min.js
│ │ ├── datepicker-en-NZ.min.js
│ │ ├── datepicker-eo.min.js
│ │ ├── datepicker-es.min.js
│ │ ├── datepicker-et.min.js
│ │ ├── datepicker-eu.min.js
│ │ ├── datepicker-fa.min.js
│ │ ├── datepicker-fi.min.js
│ │ ├── datepicker-fo.min.js
│ │ ├── datepicker-fr-CA.min.js
│ │ ├── datepicker-fr-CH.min.js
│ │ ├── datepicker-fr.min.js
│ │ ├── datepicker-gl.min.js
│ │ ├── datepicker-he.min.js
│ │ ├── datepicker-hi.min.js
│ │ ├── datepicker-hr.min.js
│ │ ├── datepicker-hu.min.js
│ │ ├── datepicker-hy.min.js
│ │ ├── datepicker-id.min.js
│ │ ├── datepicker-is.min.js
│ │ ├── datepicker-it-CH.min.js
│ │ ├── datepicker-it.min.js
│ │ ├── datepicker-ja.min.js
│ │ ├── datepicker-ka.min.js
│ │ ├── datepicker-kk.min.js
│ │ ├── datepicker-km.min.js
│ │ ├── datepicker-ko.min.js
│ │ ├── datepicker-ky.min.js
│ │ ├── datepicker-lb.min.js
│ │ ├── datepicker-lt.min.js
│ │ ├── datepicker-lv.min.js
│ │ ├── datepicker-mk.min.js
│ │ ├── datepicker-ml.min.js
│ │ ├── datepicker-ms.min.js
│ │ ├── datepicker-nb.min.js
│ │ ├── datepicker-nl-BE.min.js
│ │ ├── datepicker-nl.min.js
│ │ ├── datepicker-nn.min.js
│ │ ├── datepicker-no.min.js
│ │ ├── datepicker-pl.min.js
│ │ ├── datepicker-pt-BR.min.js
│ │ ├── datepicker-pt.min.js
│ │ ├── datepicker-rm.min.js
│ │ ├── datepicker-ro.min.js
│ │ ├── datepicker-ru.min.js
│ │ ├── datepicker-sk.min.js
│ │ ├── datepicker-sl.min.js
│ │ ├── datepicker-sq.min.js
│ │ ├── datepicker-sr-SR.min.js
│ │ ├── datepicker-sr.min.js
│ │ ├── datepicker-sv.min.js
│ │ ├── datepicker-ta.min.js
│ │ ├── datepicker-th.min.js
│ │ ├── datepicker-tj.min.js
│ │ ├── datepicker-tr.min.js
│ │ ├── datepicker-uk.min.js
│ │ ├── datepicker-vi.min.js
│ │ ├── datepicker-zh-CN.min.js
│ │ ├── datepicker-zh-HK.min.js
│ │ └── datepicker-zh-TW.min.js
│ ├── menu.min.js
│ ├── mouse.min.js
│ ├── position.min.js
│ ├── progressbar.min.js
│ ├── resizable.min.js
│ ├── selectable.min.js
│ ├── selectmenu.min.js
│ ├── slider.min.js
│ ├── sortable.min.js
│ ├── spinner.min.js
│ ├── tabs.min.js
│ ├── tooltip.min.js
│ └── widget.min.js
│ ├── mouse.js
│ ├── position.js
│ ├── progressbar.js
│ ├── resizable.js
│ ├── selectable.js
│ ├── selectmenu.js
│ ├── slider.js
│ ├── sortable.js
│ ├── spinner.js
│ ├── tabs.js
│ ├── tooltip.js
│ └── widget.js
├── jquery
├── .bower.json
├── MIT-LICENSE.txt
├── bower.json
├── dist
│ ├── jquery.js
│ ├── jquery.min.js
│ └── jquery.min.map
└── src
│ ├── ajax.js
│ ├── ajax
│ ├── jsonp.js
│ ├── load.js
│ ├── parseJSON.js
│ ├── parseXML.js
│ ├── script.js
│ ├── var
│ │ ├── nonce.js
│ │ └── rquery.js
│ └── xhr.js
│ ├── attributes.js
│ ├── attributes
│ ├── attr.js
│ ├── classes.js
│ ├── prop.js
│ ├── support.js
│ └── val.js
│ ├── callbacks.js
│ ├── core.js
│ ├── core
│ ├── access.js
│ ├── init.js
│ ├── parseHTML.js
│ ├── ready.js
│ └── var
│ │ └── rsingleTag.js
│ ├── css.js
│ ├── css
│ ├── addGetHookIf.js
│ ├── curCSS.js
│ ├── defaultDisplay.js
│ ├── hiddenVisibleSelectors.js
│ ├── support.js
│ ├── swap.js
│ └── var
│ │ ├── cssExpand.js
│ │ ├── getStyles.js
│ │ ├── isHidden.js
│ │ ├── rmargin.js
│ │ └── rnumnonpx.js
│ ├── data.js
│ ├── data
│ ├── Data.js
│ ├── accepts.js
│ └── var
│ │ ├── data_priv.js
│ │ └── data_user.js
│ ├── deferred.js
│ ├── deprecated.js
│ ├── dimensions.js
│ ├── effects.js
│ ├── effects
│ ├── Tween.js
│ └── animatedSelector.js
│ ├── event.js
│ ├── event
│ ├── ajax.js
│ ├── alias.js
│ └── support.js
│ ├── exports
│ ├── amd.js
│ └── global.js
│ ├── intro.js
│ ├── jquery.js
│ ├── manipulation.js
│ ├── manipulation
│ ├── _evalUrl.js
│ ├── support.js
│ └── var
│ │ └── rcheckableType.js
│ ├── offset.js
│ ├── outro.js
│ ├── queue.js
│ ├── queue
│ └── delay.js
│ ├── selector-native.js
│ ├── selector-sizzle.js
│ ├── selector.js
│ ├── serialize.js
│ ├── sizzle
│ └── dist
│ │ ├── sizzle.js
│ │ ├── sizzle.min.js
│ │ └── sizzle.min.map
│ ├── traversing.js
│ ├── traversing
│ ├── findFilter.js
│ └── var
│ │ └── rneedsContext.js
│ ├── var
│ ├── arr.js
│ ├── class2type.js
│ ├── concat.js
│ ├── hasOwn.js
│ ├── indexOf.js
│ ├── pnum.js
│ ├── push.js
│ ├── rnotwhite.js
│ ├── slice.js
│ ├── strundefined.js
│ ├── support.js
│ └── toString.js
│ └── wrap.js
├── lodash
└── dist
│ └── lodash.min.js
├── magnific-popup
├── .bower.json
├── .gitignore
├── .jshintrc
├── .travis.yml
├── Gruntfile.js
├── LICENSE
├── README.md
├── bower.json
├── composer.json
├── dist
│ ├── jquery.magnific-popup.js
│ ├── jquery.magnific-popup.min.js
│ └── magnific-popup.css
├── magnific-popup.jquery.json
├── package.json
└── src
│ ├── css
│ ├── _settings.scss
│ └── main.scss
│ └── js
│ ├── ajax.js
│ ├── core.js
│ ├── fastclick.js
│ ├── gallery.js
│ ├── iframe.js
│ ├── image.js
│ ├── inline.js
│ ├── retina.js
│ └── zoom.js
├── numeral
├── .bower.json
├── .gitignore
├── .travis.yml
├── Gruntfile.js
├── LICENSE
├── README.md
├── bower.json
├── component.json
├── languages.js
├── languages
│ ├── be-nl.js
│ ├── chs.js
│ ├── cs.js
│ ├── da-dk.js
│ ├── de-ch.js
│ ├── de.js
│ ├── en-gb.js
│ ├── es-ES.js
│ ├── es.js
│ ├── et.js
│ ├── fi.js
│ ├── fr-CA.js
│ ├── fr-ch.js
│ ├── fr.js
│ ├── hu.js
│ ├── it.js
│ ├── ja.js
│ ├── nl-nl.js
│ ├── pl.js
│ ├── pt-br.js
│ ├── pt-pt.js
│ ├── ru-UA.js
│ ├── ru.js
│ ├── sk.js
│ ├── th.js
│ ├── tr.js
│ └── uk-UA.js
├── min
│ ├── languages.min.js
│ ├── languages
│ │ ├── be-nl.min.js
│ │ ├── chs.min.js
│ │ ├── cs.min.js
│ │ ├── da-dk.min.js
│ │ ├── de-ch.min.js
│ │ ├── de.min.js
│ │ ├── en-gb.min.js
│ │ ├── es-ES.min.js
│ │ ├── es.min.js
│ │ ├── et.min.js
│ │ ├── fi.min.js
│ │ ├── fr-CA.min.js
│ │ ├── fr-ch.min.js
│ │ ├── fr.min.js
│ │ ├── hu.min.js
│ │ ├── it.min.js
│ │ ├── ja.min.js
│ │ ├── nl-nl.min.js
│ │ ├── pl.min.js
│ │ ├── pt-br.min.js
│ │ ├── pt-pt.min.js
│ │ ├── ru-UA.min.js
│ │ ├── ru.min.js
│ │ ├── sk.min.js
│ │ ├── th.min.js
│ │ ├── tr.min.js
│ │ └── uk-UA.min.js
│ └── numeral.min.js
├── numeral.js
├── package.json
└── tests
│ ├── languages
│ ├── be-nl.js
│ ├── chs.js
│ ├── cs.js
│ ├── da-dk.js
│ ├── de-ch.js
│ ├── de.js
│ ├── en-gb.js
│ ├── en.js
│ ├── es-ES.js
│ ├── es.js
│ ├── et.js
│ ├── fi.js
│ ├── fr-CA.js
│ ├── fr-ch.js
│ ├── fr.js
│ ├── hu.js
│ ├── it.js
│ ├── ja.js
│ ├── nl-nl.js
│ ├── pl.js
│ ├── pt-br.js
│ ├── pt-pt.js
│ ├── ru-UA.js
│ ├── ru.js
│ ├── sk.js
│ ├── th.js
│ ├── tr.js
│ └── uk-UA.js
│ └── numeral
│ ├── format.js
│ ├── manipulate.js
│ ├── misc.js
│ └── unformat.js
├── swiftype-jquery
├── .bower.json
├── LICENSE.txt
├── README.md
├── bower.json
├── custom.html
├── jquery.ba-hashchange.min.js
├── jquery.swiftype.search.js
├── multiple_types.html
├── search.css
└── standard.html
└── wow.js
├── .bower.json
├── Gruntfile.js
├── LICENSE-MIT
├── README.md
├── bower.json
├── css
├── libs
│ └── animate.css
└── site.css
├── demo.html
├── dist
├── wow.js
└── wow.min.js
├── package.json
├── spec
├── coffeescripts
│ ├── helpers
│ │ └── SpecHelper.coffee
│ └── wow-spec.coffee
└── javascripts
│ ├── fixtures
│ ├── custom.html
│ └── simple.html
│ ├── helpers
│ └── SpecHelper.js
│ ├── libs
│ ├── jasmine-jquery.js
│ └── jquery.js
│ └── wow-spec.js
└── src
└── wow.coffee
/.bowerrc:
--------------------------------------------------------------------------------
1 | {
2 | "directory": "vendor/assets/bower"
3 | }
--------------------------------------------------------------------------------
/.buildpacks:
--------------------------------------------------------------------------------
1 | https://github.com/heroku/heroku-buildpack-ruby.git
2 | https://github.com/hashicorp/heroku-buildpack-middleman.git
--------------------------------------------------------------------------------
/.codioJUnit:
--------------------------------------------------------------------------------
1 | {}
--------------------------------------------------------------------------------
/.eslintrc:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "standard",
3 | "env": {
4 | "browser": true
5 | }
6 | }
--------------------------------------------------------------------------------
/Rakefile:
--------------------------------------------------------------------------------
1 | namespace :assets do
2 | task :precompile do
3 | sh "middleman build"
4 | end
5 | end
6 |
--------------------------------------------------------------------------------
/gcom.sh:
--------------------------------------------------------------------------------
1 | echo "Please enter some input: "
2 | read msg
3 | git add -A
4 | git commit -am %msg
--------------------------------------------------------------------------------
/source/50x.html.erb:
--------------------------------------------------------------------------------
1 | ---
2 | title: Codio - Access Denied
3 | layout: error
4 | ---
5 |
6 |
7 | We are very sorry, but you do not have access to this page.
8 |
9 |
--------------------------------------------------------------------------------
/source/apple-touch-icon-114x114.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon-114x114.png
--------------------------------------------------------------------------------
/source/apple-touch-icon-120x120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon-120x120.png
--------------------------------------------------------------------------------
/source/apple-touch-icon-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon-144x144.png
--------------------------------------------------------------------------------
/source/apple-touch-icon-152x152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon-152x152.png
--------------------------------------------------------------------------------
/source/apple-touch-icon-180x180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon-180x180.png
--------------------------------------------------------------------------------
/source/apple-touch-icon-57x57.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon-57x57.png
--------------------------------------------------------------------------------
/source/apple-touch-icon-60x60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon-60x60.png
--------------------------------------------------------------------------------
/source/apple-touch-icon-72x72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon-72x72.png
--------------------------------------------------------------------------------
/source/apple-touch-icon-76x76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon-76x76.png
--------------------------------------------------------------------------------
/source/apple-touch-icon-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon-precomposed.png
--------------------------------------------------------------------------------
/source/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/apple-touch-icon.png
--------------------------------------------------------------------------------
/source/community.html.erb:
--------------------------------------------------------------------------------
1 | ---
2 | title: Community
3 | ---
4 |
5 | Community
6 |
--------------------------------------------------------------------------------
/source/docs/books/dir.ordered:
--------------------------------------------------------------------------------
1 | introduction
2 | limitations
3 | manage
4 | toc
5 | pages
6 | publish
7 | permissions
8 | unit-book
9 |
10 |
--------------------------------------------------------------------------------
/source/docs/classes/dir.ordered:
--------------------------------------------------------------------------------
1 | classmanagement
2 | unitmanagement
3 | monitor
4 | plag
5 | lti
6 |
--------------------------------------------------------------------------------
/source/docs/classes/lti/dir.ordered:
--------------------------------------------------------------------------------
1 | lti1_0
2 | lti1_3
3 |
--------------------------------------------------------------------------------
/source/docs/classes/lti/lti1_0/dir.ordered:
--------------------------------------------------------------------------------
1 | keys
2 | ltiapp
3 | lticonstanturl
4 | lticlassfork
5 | gradeinfo
6 | canvas
7 | blackboard
8 | moodle
--------------------------------------------------------------------------------
/source/docs/classes/lti/lti1_3/dir.ordered:
--------------------------------------------------------------------------------
1 | canvas1_3
2 | moodle1_3
--------------------------------------------------------------------------------
/source/docs/classes/monitor/dir.ordered:
--------------------------------------------------------------------------------
1 | progress
2 | studentcode
3 | assessments
4 | nbgrader
5 | grading
6 | grading-freetext
--------------------------------------------------------------------------------
/source/docs/classes/plag/dir.ordered:
--------------------------------------------------------------------------------
1 | plag-start
2 | plag-report
3 | plag-ref
--------------------------------------------------------------------------------
/source/docs/classes/unitmanagement/dir.ordered:
--------------------------------------------------------------------------------
1 | assign-project
2 | assign-module
3 | upgradecourse
4 | teststudents
5 | settings
6 | excludefiles
7 | settings-info
8 |
--------------------------------------------------------------------------------
/source/docs/content/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/docs/content/.gitignore
--------------------------------------------------------------------------------
/source/docs/content/authoring/assessments-library/dir.ordered:
--------------------------------------------------------------------------------
1 | overview
2 | assessments-to-library
3 | global-assessments-library
4 | unlinking-updating
5 | filters-queries
--------------------------------------------------------------------------------
/source/docs/content/authoring/dir.ordered:
--------------------------------------------------------------------------------
1 | introduction
2 | 3ways
3 | playmode
4 | toc
5 | page-edit
6 | settings-actions
7 | assessments
8 | assessments-library
--------------------------------------------------------------------------------
/source/docs/content/authoring/guides/dir.ordered:
--------------------------------------------------------------------------------
1 | collapse
2 | add-section
3 | delete-section
4 | chapter
--------------------------------------------------------------------------------
/source/docs/content/authoring/settings-actions/dir.ordered:
--------------------------------------------------------------------------------
1 | page
2 | open-tabs
3 | assessments
4 | media
5 | global
--------------------------------------------------------------------------------
/source/docs/content/dir.ordered:
--------------------------------------------------------------------------------
1 | authoring
2 |
3 |
--------------------------------------------------------------------------------
/source/docs/content/index.html.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Content"
3 | class_name: docs
4 | full_width: true
5 | ---
6 |
7 |
8 |
--------------------------------------------------------------------------------
/source/docs/courses/dir.ordered:
--------------------------------------------------------------------------------
1 | introduction
2 | working-with
3 | stack-planning
4 | manage
5 | units
6 |
--------------------------------------------------------------------------------
/source/docs/courses/index.html.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Courses
3 | class_name: docs
4 | full_width: true
5 | ---
6 |
7 | This section explains Codio courses.
8 |
9 |
--------------------------------------------------------------------------------
/source/docs/courses/manage/dir.ordered:
--------------------------------------------------------------------------------
1 | course-create
2 | course-add
3 | course-public
4 | restrict-access
5 | delete
6 |
--------------------------------------------------------------------------------
/source/docs/courses/units/dir.ordered:
--------------------------------------------------------------------------------
1 | unit-add
2 | publish
3 | edit
4 | ordering
5 | settings
6 | update-class
7 | course-collaborate
--------------------------------------------------------------------------------
/source/docs/dashboard/account/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/docs/dashboard/account/.gitignore
--------------------------------------------------------------------------------
/source/docs/dashboard/dir.ordered:
--------------------------------------------------------------------------------
1 | obg-overview
2 | support
3 | navigation
4 | create
5 | account
6 | student
7 | desktopapp
--------------------------------------------------------------------------------
/source/docs/dashboard/index.html.erb:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Dashboard"
3 | class_name: docs
4 | full_width: true
5 | ---
6 |
--------------------------------------------------------------------------------
/source/docs/dashboard/student/dir.ordered:
--------------------------------------------------------------------------------
1 | classes
2 | myclassroom
3 | myfirstproject
4 | dyslexia
5 | playmode
6 | guides
7 | password
8 | gradefeedback
--------------------------------------------------------------------------------
/source/docs/dir.ordered:
--------------------------------------------------------------------------------
1 | dashboard
2 | project
3 | ide
4 | content
5 | books
6 | courses
7 | classes
8 | misc
--------------------------------------------------------------------------------
/source/docs/ide/boxes/access/dir.ordered:
--------------------------------------------------------------------------------
1 | sshkeys
2 | ssh-access
--------------------------------------------------------------------------------
/source/docs/ide/boxes/installsw/dir.ordered:
--------------------------------------------------------------------------------
1 | default-installed
2 | box-parts
3 | file-locations
4 | parts-coding
5 | langserver
6 | gui
--------------------------------------------------------------------------------
/source/docs/ide/customization/dir.ordered:
--------------------------------------------------------------------------------
1 | account-settings
2 | codio-prefs
3 | project-prefs
4 | prefs-list
5 | project-settings
6 | permissions
--------------------------------------------------------------------------------
/source/docs/ide/dir.ordered:
--------------------------------------------------------------------------------
1 | navigation
2 | features
3 | boxes
4 | panels
5 | editing
6 | tools
7 | customization
8 |
9 |
--------------------------------------------------------------------------------
/source/docs/ide/editing/dir.ordered:
--------------------------------------------------------------------------------
1 | emmet
2 | git
3 | kb-shortcuts
4 | multicursor
5 | search-replace
6 | color-preview
7 | ide-beautify
8 | ide-force-lang
9 |
--------------------------------------------------------------------------------
/source/docs/ide/editing/emmet/dir.ordered:
--------------------------------------------------------------------------------
1 | emmet-docs
2 | emmet-abbreviations
3 | emmet-actions
4 | emmet-ref
--------------------------------------------------------------------------------
/source/docs/ide/editing/git/dir.ordered:
--------------------------------------------------------------------------------
1 | no-remote
2 | git-viewing
3 | resources
4 | github-keys
5 | git-primer
6 | remotes
7 | active-branch
--------------------------------------------------------------------------------
/source/docs/ide/navigation/dir.ordered:
--------------------------------------------------------------------------------
1 | exiting
2 | editing
3 | upload
4 | download
5 | add-file
6 | add-folder
7 | delete-folder
8 | dragging
9 | readme-md
10 | export
--------------------------------------------------------------------------------
/source/docs/ide/panels/dir.ordered:
--------------------------------------------------------------------------------
1 | panel-actions
2 | full-screen
3 |
--------------------------------------------------------------------------------
/source/docs/ide/tools/dir.ordered:
--------------------------------------------------------------------------------
1 | deployment
2 | guides
3 | phonegap
4 | ssh
--------------------------------------------------------------------------------
/source/docs/ide/tools/phonegap/dir.ordered:
--------------------------------------------------------------------------------
1 | authtoken
2 | config
3 | build
--------------------------------------------------------------------------------
/source/docs/ide/tools/ssh/dir.ordered:
--------------------------------------------------------------------------------
1 | ssh-manager
2 | quick-connect
--------------------------------------------------------------------------------
/source/docs/misc/dir.ordered:
--------------------------------------------------------------------------------
1 | schoolscontent
2 | changelog
3 |
--------------------------------------------------------------------------------
/source/docs/misc/index.html.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Miscellaneous
3 | description: ""
4 | class_name: docs
5 | full_width: true
6 | ---
7 |
8 | Miscellaneous items
--------------------------------------------------------------------------------
/source/docs/project/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/docs/project/.gitignore
--------------------------------------------------------------------------------
/source/docs/project/dir.ordered:
--------------------------------------------------------------------------------
1 | what-is-a-project
2 | creating
3 | accessing
4 | accessing-others
5 | searchprojects
6 | stacks
7 | packs
--------------------------------------------------------------------------------
/source/docs/project/packs/dir.ordered:
--------------------------------------------------------------------------------
1 | overview
2 | certified
3 | requests
4 | selecting
5 | create
6 | guidelines
7 | update
8 | delete
--------------------------------------------------------------------------------
/source/docs/project/stacks/dir.ordered:
--------------------------------------------------------------------------------
1 | stack-overview
2 | mods
3 | new
4 | visibility
5 | guidelines
6 | switch
7 | update
8 | using
9 | listing
10 | exclusions
11 |
--------------------------------------------------------------------------------
/source/favicon-160x160.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/favicon-160x160.png
--------------------------------------------------------------------------------
/source/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/favicon-16x16.png
--------------------------------------------------------------------------------
/source/favicon-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/favicon-192x192.png
--------------------------------------------------------------------------------
/source/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/favicon-32x32.png
--------------------------------------------------------------------------------
/source/favicon-96x96.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/favicon-96x96.png
--------------------------------------------------------------------------------
/source/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/favicon.ico
--------------------------------------------------------------------------------
/source/img/about/andrey.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/andrey.jpg
--------------------------------------------------------------------------------
/source/img/about/anna.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/anna.jpg
--------------------------------------------------------------------------------
/source/img/about/dmitri.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/dmitri.jpg
--------------------------------------------------------------------------------
/source/img/about/enis.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/enis.jpg
--------------------------------------------------------------------------------
/source/img/about/ian.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/ian.jpg
--------------------------------------------------------------------------------
/source/img/about/igor.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/igor.jpg
--------------------------------------------------------------------------------
/source/img/about/konstantin.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/konstantin.jpg
--------------------------------------------------------------------------------
/source/img/about/maxim.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/maxim.jpg
--------------------------------------------------------------------------------
/source/img/about/mikhail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/mikhail.jpg
--------------------------------------------------------------------------------
/source/img/about/phillip.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/phillip.jpg
--------------------------------------------------------------------------------
/source/img/about/vasiliy.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/vasiliy.jpg
--------------------------------------------------------------------------------
/source/img/about/veronika.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/about/veronika.jpg
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-1-medium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-1-medium.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-1-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-1-small.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-2-medium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-2-medium.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-2-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-2-small.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-3-medium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-3-medium.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-3-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-3-small.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-4-medium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-4-medium.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-4-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-4-small.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-5-medium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-5-medium.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-5-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-5-small.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-6-medium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-6-medium.png
--------------------------------------------------------------------------------
/source/img/assets/bootcamps/icon-6-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/bootcamps/icon-6-small.png
--------------------------------------------------------------------------------
/source/img/assets/c-books/carousel/slider-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/c-books/carousel/slider-bg.png
--------------------------------------------------------------------------------
/source/img/assets/c-books/features/para1-img.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/c-books/features/para1-img.png
--------------------------------------------------------------------------------
/source/img/assets/c-books/features/para2-img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/c-books/features/para2-img.gif
--------------------------------------------------------------------------------
/source/img/assets/c-books/features/para3-img.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/c-books/features/para3-img.png
--------------------------------------------------------------------------------
/source/img/assets/c-books/features/para4-img.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/c-books/features/para4-img.jpg
--------------------------------------------------------------------------------
/source/img/assets/c-books/features/para5-img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/c-books/features/para5-img.gif
--------------------------------------------------------------------------------
/source/img/assets/c-books/features/para6-img.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/c-books/features/para6-img.jpg
--------------------------------------------------------------------------------
/source/img/assets/c-books/features/para7-img.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/c-books/features/para7-img.jpg
--------------------------------------------------------------------------------
/source/img/assets/c-books/features/para8-img.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/c-books/features/para8-img.jpg
--------------------------------------------------------------------------------
/source/img/assets/cloudlabs/cloudlabs-top.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/cloudlabs/cloudlabs-top.jpg
--------------------------------------------------------------------------------
/source/img/assets/cloudlabs/major-savings.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/cloudlabs/major-savings.jpg
--------------------------------------------------------------------------------
/source/img/assets/developer/chrome_web_store.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/developer/chrome_web_store.png
--------------------------------------------------------------------------------
/source/img/assets/developer/duck_duck_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/developer/duck_duck_logo.png
--------------------------------------------------------------------------------
/source/img/assets/developer/individual_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/developer/individual_bg.jpg
--------------------------------------------------------------------------------
/source/img/assets/developer/white-young-man.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/developer/white-young-man.png
--------------------------------------------------------------------------------
/source/img/assets/docs-image-frame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/docs-image-frame.png
--------------------------------------------------------------------------------
/source/img/assets/facebook_icon_white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/facebook_icon_white.png
--------------------------------------------------------------------------------
/source/img/assets/features/grading/mcq.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/grading/mcq.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/grading/rubric.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/grading/rubric.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/ide/debugger.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/ide/debugger.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/ide/ide-layout.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/ide/ide-layout.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/ide/settings.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/ide/settings.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/ide/terminal.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/ide/terminal.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/index/curriculum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/index/curriculum.png
--------------------------------------------------------------------------------
/source/img/assets/features/lms/add-project.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/lms/add-project.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/lms/add-students.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/lms/add-students.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/lms/classes.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/lms/classes.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/lms/dashboard.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/lms/dashboard.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/lms/lti.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/lms/lti.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/lms/other.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/lms/other.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/lms/plagiarism.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/lms/plagiarism.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/templates/packs.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/templates/packs.jpg
--------------------------------------------------------------------------------
/source/img/assets/features/templates/stacks.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/features/templates/stacks.jpg
--------------------------------------------------------------------------------
/source/img/assets/index/cloud-cs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/cloud-cs.png
--------------------------------------------------------------------------------
/source/img/assets/index/cloud-infrastructure.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/cloud-infrastructure.jpg
--------------------------------------------------------------------------------
/source/img/assets/index/cloud-labs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/cloud-labs.png
--------------------------------------------------------------------------------
/source/img/assets/index/codio-video-3.2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/codio-video-3.2.jpg
--------------------------------------------------------------------------------
/source/img/assets/index/coventry-university.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/coventry-university.jpg
--------------------------------------------------------------------------------
/source/img/assets/index/easy-setup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/easy-setup.png
--------------------------------------------------------------------------------
/source/img/assets/index/eitan-grinspun.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/eitan-grinspun.png
--------------------------------------------------------------------------------
/source/img/assets/index/gordon-fraser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/gordon-fraser.png
--------------------------------------------------------------------------------
/source/img/assets/index/grading-costs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/grading-costs.png
--------------------------------------------------------------------------------
/source/img/assets/index/icon1-piggybank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/icon1-piggybank.png
--------------------------------------------------------------------------------
/source/img/assets/index/icon2-hourglass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/icon2-hourglass.png
--------------------------------------------------------------------------------
/source/img/assets/index/instructor-time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/instructor-time.png
--------------------------------------------------------------------------------
/source/img/assets/index/logos/csta-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/logos/csta-logo.png
--------------------------------------------------------------------------------
/source/img/assets/index/logos/higlander-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/logos/higlander-logo.png
--------------------------------------------------------------------------------
/source/img/assets/index/logos/holsworthy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/logos/holsworthy.png
--------------------------------------------------------------------------------
/source/img/assets/index/logos/naace-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/logos/naace-logo.png
--------------------------------------------------------------------------------
/source/img/assets/index/logos/ocr-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/logos/ocr-logo.png
--------------------------------------------------------------------------------
/source/img/assets/index/mateen-rizki.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/mateen-rizki.png
--------------------------------------------------------------------------------
/source/img/assets/index/quote-left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/quote-left.png
--------------------------------------------------------------------------------
/source/img/assets/index/quote-right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/quote-right.png
--------------------------------------------------------------------------------
/source/img/assets/index/sheffield-university.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/sheffield-university.jpg
--------------------------------------------------------------------------------
/source/img/assets/index/student-engagement.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/student-engagement.jpg
--------------------------------------------------------------------------------
/source/img/assets/index/student-engagement.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/student-engagement.png
--------------------------------------------------------------------------------
/source/img/assets/index/wsu-biplane-logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/index/wsu-biplane-logo.jpg
--------------------------------------------------------------------------------
/source/img/assets/mission/atf-large.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/mission/atf-large.jpg
--------------------------------------------------------------------------------
/source/img/assets/mission/atf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/mission/atf.jpg
--------------------------------------------------------------------------------
/source/img/assets/placeholdit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/placeholdit.png
--------------------------------------------------------------------------------
/source/img/assets/pricing/bacs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/pricing/bacs.png
--------------------------------------------------------------------------------
/source/img/assets/pricing/chaps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/pricing/chaps.png
--------------------------------------------------------------------------------
/source/img/assets/pricing/mastercard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/pricing/mastercard.png
--------------------------------------------------------------------------------
/source/img/assets/pricing/paypal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/pricing/paypal.png
--------------------------------------------------------------------------------
/source/img/assets/pricing/visa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/pricing/visa.png
--------------------------------------------------------------------------------
/source/img/assets/school/assessments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/assessments.png
--------------------------------------------------------------------------------
/source/img/assets/school/atf-large.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/atf-large.jpg
--------------------------------------------------------------------------------
/source/img/assets/school/atf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/atf.jpg
--------------------------------------------------------------------------------
/source/img/assets/school/brendon-shank.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/brendon-shank.jpg
--------------------------------------------------------------------------------
/source/img/assets/school/challenges.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/challenges.png
--------------------------------------------------------------------------------
/source/img/assets/school/codio_for_schools.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/codio_for_schools.png
--------------------------------------------------------------------------------
/source/img/assets/school/header.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/header.jpg
--------------------------------------------------------------------------------
/source/img/assets/school/header_mod.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/header_mod.jpg
--------------------------------------------------------------------------------
/source/img/assets/school/laptop-ide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/laptop-ide.png
--------------------------------------------------------------------------------
/source/img/assets/school/leadership/trusted.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/leadership/trusted.jpg
--------------------------------------------------------------------------------
/source/img/assets/school/live-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/live-code.png
--------------------------------------------------------------------------------
/source/img/assets/school/logos/Ashdonlogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/logos/Ashdonlogo.png
--------------------------------------------------------------------------------
/source/img/assets/school/logos/EWLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/logos/EWLogo.png
--------------------------------------------------------------------------------
/source/img/assets/school/logos/ISSNorway.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/logos/ISSNorway.jpg
--------------------------------------------------------------------------------
/source/img/assets/school/logos/NortonCollege.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/logos/NortonCollege.png
--------------------------------------------------------------------------------
/source/img/assets/school/logos/agslogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/logos/agslogo.png
--------------------------------------------------------------------------------
/source/img/assets/school/placeholder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/placeholder.png
--------------------------------------------------------------------------------
/source/img/assets/school/placeholdit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/placeholdit.png
--------------------------------------------------------------------------------
/source/img/assets/school/preview-windows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/preview-windows.png
--------------------------------------------------------------------------------
/source/img/assets/school/white-beard-man.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/white-beard-man.png
--------------------------------------------------------------------------------
/source/img/assets/school/white-young-man.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/school/white-young-man.png
--------------------------------------------------------------------------------
/source/img/assets/team/atf-large.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/team/atf-large.jpg
--------------------------------------------------------------------------------
/source/img/assets/team/atf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/team/atf.jpg
--------------------------------------------------------------------------------
/source/img/assets/twitter_icon_white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/twitter_icon_white.png
--------------------------------------------------------------------------------
/source/img/assets/university/atf-large.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/university/atf-large.jpg
--------------------------------------------------------------------------------
/source/img/assets/university/atf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/university/atf.jpg
--------------------------------------------------------------------------------
/source/img/assets/university/cloudcs-top-mob.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/university/cloudcs-top-mob.jpg
--------------------------------------------------------------------------------
/source/img/assets/university/cloudcs-top.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/university/cloudcs-top.jpg
--------------------------------------------------------------------------------
/source/img/assets/university/cost-saving.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/university/cost-saving.jpg
--------------------------------------------------------------------------------
/source/img/assets/youtube_icon_white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/assets/youtube_icon_white.png
--------------------------------------------------------------------------------
/source/img/designer.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/designer.pdf
--------------------------------------------------------------------------------
/source/img/docs/CodioLibTags.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/CodioLibTags.png
--------------------------------------------------------------------------------
/source/img/docs/CreateAssessment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/CreateAssessment.png
--------------------------------------------------------------------------------
/source/img/docs/DisconnectFromlib.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/DisconnectFromlib.png
--------------------------------------------------------------------------------
/source/img/docs/EditAssessmsent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/EditAssessmsent.png
--------------------------------------------------------------------------------
/source/img/docs/UpdateInLib.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/UpdateInLib.png
--------------------------------------------------------------------------------
/source/img/docs/access-bower.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/access-bower.png
--------------------------------------------------------------------------------
/source/img/docs/accessgrades.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/accessgrades.png
--------------------------------------------------------------------------------
/source/img/docs/account_billing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/account_billing.png
--------------------------------------------------------------------------------
/source/img/docs/account_password.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/account_password.png
--------------------------------------------------------------------------------
/source/img/docs/account_settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/account_settings.png
--------------------------------------------------------------------------------
/source/img/docs/addFromLib.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/addFromLib.png
--------------------------------------------------------------------------------
/source/img/docs/adjusted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/adjusted.png
--------------------------------------------------------------------------------
/source/img/docs/anon-create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/anon-create.png
--------------------------------------------------------------------------------
/source/img/docs/assessment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/assessment.png
--------------------------------------------------------------------------------
/source/img/docs/assessmenttoken.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/assessmenttoken.png
--------------------------------------------------------------------------------
/source/img/docs/assign-module.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/assign-module.png
--------------------------------------------------------------------------------
/source/img/docs/authtoken.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/authtoken.png
--------------------------------------------------------------------------------
/source/img/docs/auto-transfer-total.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/auto-transfer-total.png
--------------------------------------------------------------------------------
/source/img/docs/autoComplete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/autoComplete.png
--------------------------------------------------------------------------------
/source/img/docs/autograde-test.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/autograde-test.png
--------------------------------------------------------------------------------
/source/img/docs/bloomsTax.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bloomsTax.png
--------------------------------------------------------------------------------
/source/img/docs/book-permissions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/book-permissions.png
--------------------------------------------------------------------------------
/source/img/docs/book_publish.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/book_publish.png
--------------------------------------------------------------------------------
/source/img/docs/book_stack_modified.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/book_stack_modified.png
--------------------------------------------------------------------------------
/source/img/docs/book_stack_newstack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/book_stack_newstack.png
--------------------------------------------------------------------------------
/source/img/docs/book_stack_newversion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/book_stack_newversion.png
--------------------------------------------------------------------------------
/source/img/docs/book_stack_notmodified.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/book_stack_notmodified.png
--------------------------------------------------------------------------------
/source/img/docs/bookmapping.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bookmapping.png
--------------------------------------------------------------------------------
/source/img/docs/bookpages.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bookpages.png
--------------------------------------------------------------------------------
/source/img/docs/booksettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/booksettings.png
--------------------------------------------------------------------------------
/source/img/docs/booksettingspage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/booksettingspage.png
--------------------------------------------------------------------------------
/source/img/docs/bookshowallpages.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bookshowallpages.png
--------------------------------------------------------------------------------
/source/img/docs/bookslist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bookslist.png
--------------------------------------------------------------------------------
/source/img/docs/bookupdate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bookupdate.png
--------------------------------------------------------------------------------
/source/img/docs/bookversion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bookversion.png
--------------------------------------------------------------------------------
/source/img/docs/bower-components-tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bower-components-tree.png
--------------------------------------------------------------------------------
/source/img/docs/bower-installable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bower-installable.png
--------------------------------------------------------------------------------
/source/img/docs/bower-installed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bower-installed.png
--------------------------------------------------------------------------------
/source/img/docs/bower-remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bower-remove.png
--------------------------------------------------------------------------------
/source/img/docs/bower-update.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/bower-update.png
--------------------------------------------------------------------------------
/source/img/docs/box_info.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/box_info.png
--------------------------------------------------------------------------------
/source/img/docs/build.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/build.png
--------------------------------------------------------------------------------
/source/img/docs/buildkeys.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/buildkeys.png
--------------------------------------------------------------------------------
/source/img/docs/buildset2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/buildset2.png
--------------------------------------------------------------------------------
/source/img/docs/buildsettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/buildsettings.png
--------------------------------------------------------------------------------
/source/img/docs/ca-annotations-file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ca-annotations-file.png
--------------------------------------------------------------------------------
/source/img/docs/ca-collapse-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ca-collapse-after.png
--------------------------------------------------------------------------------
/source/img/docs/ca-collapse-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ca-collapse-before.png
--------------------------------------------------------------------------------
/source/img/docs/ca-embed-ide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ca-embed-ide.png
--------------------------------------------------------------------------------
/source/img/docs/ca-explore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ca-explore.png
--------------------------------------------------------------------------------
/source/img/docs/ca-files.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ca-files.png
--------------------------------------------------------------------------------
/source/img/docs/ca-overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ca-overview.png
--------------------------------------------------------------------------------
/source/img/docs/ca-popup-window.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ca-popup-window.png
--------------------------------------------------------------------------------
/source/img/docs/ca-readme.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ca-readme.png
--------------------------------------------------------------------------------
/source/img/docs/ca-video.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ca-video.png
--------------------------------------------------------------------------------
/source/img/docs/changereleasegrades.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/changereleasegrades.png
--------------------------------------------------------------------------------
/source/img/docs/chromecookies.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/chromecookies.png
--------------------------------------------------------------------------------
/source/img/docs/class-releasegrades.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class-releasegrades.png
--------------------------------------------------------------------------------
/source/img/docs/class_add_module.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_add_module.png
--------------------------------------------------------------------------------
/source/img/docs/class_addstudents.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_addstudents.png
--------------------------------------------------------------------------------
/source/img/docs/class_addteachers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_addteachers.png
--------------------------------------------------------------------------------
/source/img/docs/class_courses.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_courses.png
--------------------------------------------------------------------------------
/source/img/docs/class_create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_create.png
--------------------------------------------------------------------------------
/source/img/docs/class_dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_dashboard.png
--------------------------------------------------------------------------------
/source/img/docs/class_delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_delete.png
--------------------------------------------------------------------------------
/source/img/docs/class_export.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_export.png
--------------------------------------------------------------------------------
/source/img/docs/class_exportlinks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_exportlinks.png
--------------------------------------------------------------------------------
/source/img/docs/class_grade.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_grade.png
--------------------------------------------------------------------------------
/source/img/docs/class_join.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_join.png
--------------------------------------------------------------------------------
/source/img/docs/class_list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_list.png
--------------------------------------------------------------------------------
/source/img/docs/class_lti_export.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_lti_export.png
--------------------------------------------------------------------------------
/source/img/docs/class_projects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_projects.png
--------------------------------------------------------------------------------
/source/img/docs/class_recent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_recent.png
--------------------------------------------------------------------------------
/source/img/docs/class_releasegrades.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_releasegrades.png
--------------------------------------------------------------------------------
/source/img/docs/class_setgrade.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_setgrade.png
--------------------------------------------------------------------------------
/source/img/docs/class_start.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_start.png
--------------------------------------------------------------------------------
/source/img/docs/class_students.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_students.png
--------------------------------------------------------------------------------
/source/img/docs/class_studentstab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_studentstab.png
--------------------------------------------------------------------------------
/source/img/docs/class_view.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_view.png
--------------------------------------------------------------------------------
/source/img/docs/class_viewcode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/class_viewcode.png
--------------------------------------------------------------------------------
/source/img/docs/classcontacturl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/classcontacturl.png
--------------------------------------------------------------------------------
/source/img/docs/classunitsettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/classunitsettings.png
--------------------------------------------------------------------------------
/source/img/docs/clone-settings-warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/clone-settings-warning.png
--------------------------------------------------------------------------------
/source/img/docs/clone-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/clone-settings.png
--------------------------------------------------------------------------------
/source/img/docs/code-folding.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/code-folding.png
--------------------------------------------------------------------------------
/source/img/docs/codesolution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/codesolution.png
--------------------------------------------------------------------------------
/source/img/docs/codioignore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/codioignore.png
--------------------------------------------------------------------------------
/source/img/docs/codiomenu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/codiomenu.png
--------------------------------------------------------------------------------
/source/img/docs/color-preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/color-preview.png
--------------------------------------------------------------------------------
/source/img/docs/command-bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/command-bar.png
--------------------------------------------------------------------------------
/source/img/docs/compiled-files.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/compiled-files.png
--------------------------------------------------------------------------------
/source/img/docs/complexLayoutIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/complexLayoutIcon.png
--------------------------------------------------------------------------------
/source/img/docs/config.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/config.png
--------------------------------------------------------------------------------
/source/img/docs/consent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/consent.png
--------------------------------------------------------------------------------
/source/img/docs/console-create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/console-create.png
--------------------------------------------------------------------------------
/source/img/docs/console-createbutton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/console-createbutton.png
--------------------------------------------------------------------------------
/source/img/docs/console-find.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/console-find.png
--------------------------------------------------------------------------------
/source/img/docs/console-screen-desc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/console-screen-desc.png
--------------------------------------------------------------------------------
/source/img/docs/console-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/console-screen.png
--------------------------------------------------------------------------------
/source/img/docs/console-screen1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/console-screen1.png
--------------------------------------------------------------------------------
/source/img/docs/console-shared.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/console-shared.png
--------------------------------------------------------------------------------
/source/img/docs/contactus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/contactus.png
--------------------------------------------------------------------------------
/source/img/docs/course_create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/course_create.png
--------------------------------------------------------------------------------
/source/img/docs/course_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/course_edit.png
--------------------------------------------------------------------------------
/source/img/docs/courseedit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/courseedit.png
--------------------------------------------------------------------------------
/source/img/docs/coursepermissions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/coursepermissions.png
--------------------------------------------------------------------------------
/source/img/docs/courses.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/courses.png
--------------------------------------------------------------------------------
/source/img/docs/courses_recommend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/courses_recommend.png
--------------------------------------------------------------------------------
/source/img/docs/courses_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/courses_small.png
--------------------------------------------------------------------------------
/source/img/docs/courseslist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/courseslist.png
--------------------------------------------------------------------------------
/source/img/docs/coursestab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/coursestab.png
--------------------------------------------------------------------------------
/source/img/docs/cp-basic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/cp-basic.png
--------------------------------------------------------------------------------
/source/img/docs/cp-custom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/cp-custom.png
--------------------------------------------------------------------------------
/source/img/docs/cp-filetree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/cp-filetree.png
--------------------------------------------------------------------------------
/source/img/docs/create-sftp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/create-sftp.png
--------------------------------------------------------------------------------
/source/img/docs/createorg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/createorg.png
--------------------------------------------------------------------------------
/source/img/docs/crosssitetracking.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/crosssitetracking.png
--------------------------------------------------------------------------------
/source/img/docs/crunch-comment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/crunch-comment.png
--------------------------------------------------------------------------------
/source/img/docs/crunch-insert.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/crunch-insert.png
--------------------------------------------------------------------------------
/source/img/docs/crunch-label.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/crunch-label.png
--------------------------------------------------------------------------------
/source/img/docs/crunch-step.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/crunch-step.png
--------------------------------------------------------------------------------
/source/img/docs/customisecodio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/customisecodio.png
--------------------------------------------------------------------------------
/source/img/docs/dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/dashboard.png
--------------------------------------------------------------------------------
/source/img/docs/deadlineadjust.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deadlineadjust.png
--------------------------------------------------------------------------------
/source/img/docs/debug-buttons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/debug-buttons.png
--------------------------------------------------------------------------------
/source/img/docs/debug-launch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/debug-launch.png
--------------------------------------------------------------------------------
/source/img/docs/debug-started.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/debug-started.png
--------------------------------------------------------------------------------
/source/img/docs/debug-target.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/debug-target.png
--------------------------------------------------------------------------------
/source/img/docs/debug-targets.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/debug-targets.png
--------------------------------------------------------------------------------
/source/img/docs/delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/delete.png
--------------------------------------------------------------------------------
/source/img/docs/deleteclass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deleteclass.png
--------------------------------------------------------------------------------
/source/img/docs/deletetab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deletetab.png
--------------------------------------------------------------------------------
/source/img/docs/deleteunit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deleteunit.png
--------------------------------------------------------------------------------
/source/img/docs/demo-in-ide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/demo-in-ide.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-basepath.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-basepath.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-button.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-deploy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-deploy.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-details.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-details.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-ftp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-ftp.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-history.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-history.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-menu.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-nj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-nj.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-rsync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-rsync.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-sftp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-sftp.png
--------------------------------------------------------------------------------
/source/img/docs/deploy-specific.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/deploy-specific.png
--------------------------------------------------------------------------------
/source/img/docs/descriptiontext.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/descriptiontext.png
--------------------------------------------------------------------------------
/source/img/docs/desktop_connected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/desktop_connected.png
--------------------------------------------------------------------------------
/source/img/docs/desktop_options.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/desktop_options.png
--------------------------------------------------------------------------------
/source/img/docs/desktop_server.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/desktop_server.png
--------------------------------------------------------------------------------
/source/img/docs/desktop_workspace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/desktop_workspace.png
--------------------------------------------------------------------------------
/source/img/docs/desktop_worspacesettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/desktop_worspacesettings.png
--------------------------------------------------------------------------------
/source/img/docs/detextify.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/detextify.png
--------------------------------------------------------------------------------
/source/img/docs/disable_enable_module.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/disable_enable_module.png
--------------------------------------------------------------------------------
/source/img/docs/dot-icon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/dot-icon-16x16.png
--------------------------------------------------------------------------------
/source/img/docs/doubleTags.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/doubleTags.png
--------------------------------------------------------------------------------
/source/img/docs/doubleTags2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/doubleTags2.png
--------------------------------------------------------------------------------
/source/img/docs/download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/download.png
--------------------------------------------------------------------------------
/source/img/docs/downloadcsv_module.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/downloadcsv_module.png
--------------------------------------------------------------------------------
/source/img/docs/downloadcsv_unit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/downloadcsv_unit.png
--------------------------------------------------------------------------------
/source/img/docs/downloadfile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/downloadfile.png
--------------------------------------------------------------------------------
/source/img/docs/dyslexic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/dyslexic.png
--------------------------------------------------------------------------------
/source/img/docs/dyslexicview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/dyslexicview.png
--------------------------------------------------------------------------------
/source/img/docs/editsettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/editsettings.png
--------------------------------------------------------------------------------
/source/img/docs/edu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/edu.png
--------------------------------------------------------------------------------
/source/img/docs/emmet-ref.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/emmet-ref.png
--------------------------------------------------------------------------------
/source/img/docs/feedback.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/feedback.png
--------------------------------------------------------------------------------
/source/img/docs/filter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/filter.png
--------------------------------------------------------------------------------
/source/img/docs/firefoxcookies.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/firefoxcookies.png
--------------------------------------------------------------------------------
/source/img/docs/flodesolution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/flodesolution.png
--------------------------------------------------------------------------------
/source/img/docs/flodeunit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/flodeunit.png
--------------------------------------------------------------------------------
/source/img/docs/fork-clone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/fork-clone.png
--------------------------------------------------------------------------------
/source/img/docs/fork-ide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/fork-ide.png
--------------------------------------------------------------------------------
/source/img/docs/fullscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/fullscreen.png
--------------------------------------------------------------------------------
/source/img/docs/git-active-branch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/git-active-branch.png
--------------------------------------------------------------------------------
/source/img/docs/git-edit-profile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/git-edit-profile.png
--------------------------------------------------------------------------------
/source/img/docs/git-overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/git-overview.png
--------------------------------------------------------------------------------
/source/img/docs/git-remotes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/git-remotes.png
--------------------------------------------------------------------------------
/source/img/docs/git-ssh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/git-ssh.png
--------------------------------------------------------------------------------
/source/img/docs/github-clone-url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/github-clone-url.png
--------------------------------------------------------------------------------
/source/img/docs/github-create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/github-create.png
--------------------------------------------------------------------------------
/source/img/docs/github-new-repo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/github-new-repo.png
--------------------------------------------------------------------------------
/source/img/docs/github-readme.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/github-readme.png
--------------------------------------------------------------------------------
/source/img/docs/github-share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/github-share.png
--------------------------------------------------------------------------------
/source/img/docs/global-search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/global-search.png
--------------------------------------------------------------------------------
/source/img/docs/graded.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/graded.png
--------------------------------------------------------------------------------
/source/img/docs/gradedetail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/gradedetail.png
--------------------------------------------------------------------------------
/source/img/docs/gradient-preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/gradient-preview.png
--------------------------------------------------------------------------------
/source/img/docs/grading-assign.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/grading-assign.png
--------------------------------------------------------------------------------
/source/img/docs/grading-deadline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/grading-deadline.png
--------------------------------------------------------------------------------
/source/img/docs/grading-moderation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/grading-moderation.png
--------------------------------------------------------------------------------
/source/img/docs/grading-release.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/grading-release.png
--------------------------------------------------------------------------------
/source/img/docs/grading-release2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/grading-release2.png
--------------------------------------------------------------------------------
/source/img/docs/grading-secure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/grading-secure.png
--------------------------------------------------------------------------------
/source/img/docs/grading-unit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/grading-unit.png
--------------------------------------------------------------------------------
/source/img/docs/guide_files.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guide_files.png
--------------------------------------------------------------------------------
/source/img/docs/guideassessment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guideassessment.png
--------------------------------------------------------------------------------
/source/img/docs/guides/JavaVisualizerExample.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/JavaVisualizerExample.png
--------------------------------------------------------------------------------
/source/img/docs/guides/add-section.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/add-section.png
--------------------------------------------------------------------------------
/source/img/docs/guides/add_assessment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/add_assessment.png
--------------------------------------------------------------------------------
/source/img/docs/guides/addbookbasedunit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/addbookbasedunit.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assesment_sense.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assesment_sense.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_codetest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_codetest.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_files.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_files.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_fitb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_fitb.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_fitb_exec.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_fitb_exec.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_free.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_free.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_general.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_gradebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_gradebook.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_grading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_grading.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_mc_exec.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_mc_exec.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_mc_general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_mc_general.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_mc_grading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_mc_grading.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_mcq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_mcq.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_metadata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_metadata.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_parsons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_parsons.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_sn_exec.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_sn_exec.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_sn_general.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_sn_general.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessment_sn_grading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessment_sn_grading.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessments-fitb1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessments-fitb1.png
--------------------------------------------------------------------------------
/source/img/docs/guides/assessments-fitb2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/assessments-fitb2.png
--------------------------------------------------------------------------------
/source/img/docs/guides/callout_info.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/callout_info.png
--------------------------------------------------------------------------------
/source/img/docs/guides/chapter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/chapter.png
--------------------------------------------------------------------------------
/source/img/docs/guides/codiomenu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/codiomenu.png
--------------------------------------------------------------------------------
/source/img/docs/guides/codiomenupreview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/codiomenupreview.png
--------------------------------------------------------------------------------
/source/img/docs/guides/collapse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/collapse.png
--------------------------------------------------------------------------------
/source/img/docs/guides/complete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/complete.png
--------------------------------------------------------------------------------
/source/img/docs/guides/contentmapping.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/contentmapping.png
--------------------------------------------------------------------------------
/source/img/docs/guides/coursemodule.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/coursemodule.png
--------------------------------------------------------------------------------
/source/img/docs/guides/custom-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/custom-button.png
--------------------------------------------------------------------------------
/source/img/docs/guides/dyslexia.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/dyslexia.png
--------------------------------------------------------------------------------
/source/img/docs/guides/editbook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/editbook.png
--------------------------------------------------------------------------------
/source/img/docs/guides/editnav.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/editnav.png
--------------------------------------------------------------------------------
/source/img/docs/guides/editor-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/editor-button.png
--------------------------------------------------------------------------------
/source/img/docs/guides/editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/editor.png
--------------------------------------------------------------------------------
/source/img/docs/guides/freetext-grading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/freetext-grading.png
--------------------------------------------------------------------------------
/source/img/docs/guides/freetext_navigate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/freetext_navigate.png
--------------------------------------------------------------------------------
/source/img/docs/guides/freetextanswer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/freetextanswer.png
--------------------------------------------------------------------------------
/source/img/docs/guides/freetexticon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/freetexticon.png
--------------------------------------------------------------------------------
/source/img/docs/guides/globalsettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/globalsettings.png
--------------------------------------------------------------------------------
/source/img/docs/guides/guide_files.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/guide_files.png
--------------------------------------------------------------------------------
/source/img/docs/guides/guidecollapse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/guidecollapse.png
--------------------------------------------------------------------------------
/source/img/docs/guides/guidecss.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/guidecss.png
--------------------------------------------------------------------------------
/source/img/docs/guides/guides_publish.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/guides_publish.png
--------------------------------------------------------------------------------
/source/img/docs/guides/guides_vimeo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/guides_vimeo.png
--------------------------------------------------------------------------------
/source/img/docs/guides/guides_youtube.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/guides_youtube.png
--------------------------------------------------------------------------------
/source/img/docs/guides/layouts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/layouts.png
--------------------------------------------------------------------------------
/source/img/docs/guides/lexicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/lexicon.png
--------------------------------------------------------------------------------
/source/img/docs/guides/math-assessment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/math-assessment.png
--------------------------------------------------------------------------------
/source/img/docs/guides/mathjax.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/mathjax.png
--------------------------------------------------------------------------------
/source/img/docs/guides/media.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/media.png
--------------------------------------------------------------------------------
/source/img/docs/guides/notpartial.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/notpartial.png
--------------------------------------------------------------------------------
/source/img/docs/guides/opentabs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/opentabs.png
--------------------------------------------------------------------------------
/source/img/docs/guides/org_integrations.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/org_integrations.png
--------------------------------------------------------------------------------
/source/img/docs/guides/overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/overview.png
--------------------------------------------------------------------------------
/source/img/docs/guides/page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/page.png
--------------------------------------------------------------------------------
/source/img/docs/guides/panel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/panel.png
--------------------------------------------------------------------------------
/source/img/docs/guides/partial.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/partial.png
--------------------------------------------------------------------------------
/source/img/docs/guides/partialpointrubric.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/partialpointrubric.png
--------------------------------------------------------------------------------
/source/img/docs/guides/plag-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/plag-button.png
--------------------------------------------------------------------------------
/source/img/docs/guides/plag-edits.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/plag-edits.png
--------------------------------------------------------------------------------
/source/img/docs/guides/plag-main-report.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/plag-main-report.png
--------------------------------------------------------------------------------
/source/img/docs/guides/plag-sidebyside.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/plag-sidebyside.png
--------------------------------------------------------------------------------
/source/img/docs/guides/plag-summary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/plag-summary.png
--------------------------------------------------------------------------------
/source/img/docs/guides/playmode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/playmode.png
--------------------------------------------------------------------------------
/source/img/docs/guides/preview-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/preview-button.png
--------------------------------------------------------------------------------
/source/img/docs/guides/project_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/project_1.png
--------------------------------------------------------------------------------
/source/img/docs/guides/project_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/project_2.png
--------------------------------------------------------------------------------
/source/img/docs/guides/project_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/project_3.png
--------------------------------------------------------------------------------
/source/img/docs/guides/pythontutor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/pythontutor.png
--------------------------------------------------------------------------------
/source/img/docs/guides/reorder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/reorder.png
--------------------------------------------------------------------------------
/source/img/docs/guides/reset.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/reset.png
--------------------------------------------------------------------------------
/source/img/docs/guides/scripts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/scripts.png
--------------------------------------------------------------------------------
/source/img/docs/guides/selectcontent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/selectcontent.png
--------------------------------------------------------------------------------
/source/img/docs/guides/settings_assessments.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/settings_assessments.png
--------------------------------------------------------------------------------
/source/img/docs/guides/simultaneous.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/simultaneous.png
--------------------------------------------------------------------------------
/source/img/docs/guides/split-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/split-button.png
--------------------------------------------------------------------------------
/source/img/docs/guides/startguides.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/startguides.png
--------------------------------------------------------------------------------
/source/img/docs/guides/std-assessment-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/std-assessment-1.png
--------------------------------------------------------------------------------
/source/img/docs/guides/std-assessment-args.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/std-assessment-args.png
--------------------------------------------------------------------------------
/source/img/docs/guides/std-assessment-error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/std-assessment-error.png
--------------------------------------------------------------------------------
/source/img/docs/guides/std-assessment-stdin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/std-assessment-stdin.png
--------------------------------------------------------------------------------
/source/img/docs/guides/terminal_command.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/terminal_command.png
--------------------------------------------------------------------------------
/source/img/docs/guides/type_file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/type_file.png
--------------------------------------------------------------------------------
/source/img/docs/guides/type_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/type_highlight.png
--------------------------------------------------------------------------------
/source/img/docs/guides/type_preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/type_preview.png
--------------------------------------------------------------------------------
/source/img/docs/guides/type_terminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guides/type_terminal.png
--------------------------------------------------------------------------------
/source/img/docs/guideseditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guideseditor.png
--------------------------------------------------------------------------------
/source/img/docs/guioutput.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/guioutput.png
--------------------------------------------------------------------------------
/source/img/docs/ide-force-lang.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ide-force-lang.png
--------------------------------------------------------------------------------
/source/img/docs/ide-indent-guides.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ide-indent-guides.png
--------------------------------------------------------------------------------
/source/img/docs/ide-invisibles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ide-invisibles.png
--------------------------------------------------------------------------------
/source/img/docs/ide-run.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ide-run.png
--------------------------------------------------------------------------------
/source/img/docs/ide-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ide-screen.png
--------------------------------------------------------------------------------
/source/img/docs/inline-preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/inline-preview.png
--------------------------------------------------------------------------------
/source/img/docs/install-software.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/install-software.png
--------------------------------------------------------------------------------
/source/img/docs/install-sw-g2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/install-sw-g2.png
--------------------------------------------------------------------------------
/source/img/docs/intercom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/intercom.png
--------------------------------------------------------------------------------
/source/img/docs/intercomnotification.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/intercomnotification.png
--------------------------------------------------------------------------------
/source/img/docs/intercomstart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/intercomstart.png
--------------------------------------------------------------------------------
/source/img/docs/introprogramming.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/introprogramming.png
--------------------------------------------------------------------------------
/source/img/docs/joinclass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/joinclass.png
--------------------------------------------------------------------------------
/source/img/docs/junit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/junit.png
--------------------------------------------------------------------------------
/source/img/docs/junitexecution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/junitexecution.png
--------------------------------------------------------------------------------
/source/img/docs/junitsettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/junitsettings.png
--------------------------------------------------------------------------------
/source/img/docs/kb-shortcuts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/kb-shortcuts.png
--------------------------------------------------------------------------------
/source/img/docs/lexicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lexicon.png
--------------------------------------------------------------------------------
/source/img/docs/librarypermissions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/librarypermissions.png
--------------------------------------------------------------------------------
/source/img/docs/librarysettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/librarysettings.png
--------------------------------------------------------------------------------
/source/img/docs/librarytab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/librarytab.png
--------------------------------------------------------------------------------
/source/img/docs/lmssharedfeedback.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lmssharedfeedback.png
--------------------------------------------------------------------------------
/source/img/docs/lti/LMS-Unit-URL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/LMS-Unit-URL.png
--------------------------------------------------------------------------------
/source/img/docs/lti/access-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/access-code.png
--------------------------------------------------------------------------------
/source/img/docs/lti/account-organization.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/account-organization.png
--------------------------------------------------------------------------------
/source/img/docs/lti/account-personal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/account-personal.png
--------------------------------------------------------------------------------
/source/img/docs/lti/add-class-teacher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/add-class-teacher.png
--------------------------------------------------------------------------------
/source/img/docs/lti/add-student.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/add-student.png
--------------------------------------------------------------------------------
/source/img/docs/lti/add-unit-project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/add-unit-project.png
--------------------------------------------------------------------------------
/source/img/docs/lti/appcenter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/appcenter.png
--------------------------------------------------------------------------------
/source/img/docs/lti/appsetup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/appsetup.png
--------------------------------------------------------------------------------
/source/img/docs/lti/canvas-global.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/canvas-global.png
--------------------------------------------------------------------------------
/source/img/docs/lti/canvas-submission-type.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/canvas-submission-type.png
--------------------------------------------------------------------------------
/source/img/docs/lti/canvas_url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/canvas_url.png
--------------------------------------------------------------------------------
/source/img/docs/lti/class_fork.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/class_fork.png
--------------------------------------------------------------------------------
/source/img/docs/lti/classunits.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/classunits.png
--------------------------------------------------------------------------------
/source/img/docs/lti/codioicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/codioicon.png
--------------------------------------------------------------------------------
/source/img/docs/lti/constant_url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/constant_url.png
--------------------------------------------------------------------------------
/source/img/docs/lti/copy_course.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/copy_course.png
--------------------------------------------------------------------------------
/source/img/docs/lti/custom-menus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/custom-menus.png
--------------------------------------------------------------------------------
/source/img/docs/lti/debugger.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/debugger.png
--------------------------------------------------------------------------------
/source/img/docs/lti/enable_class_fork.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/enable_class_fork.png
--------------------------------------------------------------------------------
/source/img/docs/lti/fork.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/fork.png
--------------------------------------------------------------------------------
/source/img/docs/lti/fork_class_id.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/fork_class_id.png
--------------------------------------------------------------------------------
/source/img/docs/lti/install-software.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/install-software.png
--------------------------------------------------------------------------------
/source/img/docs/lti/join-class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/join-class.png
--------------------------------------------------------------------------------
/source/img/docs/lti/joined-class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/joined-class.png
--------------------------------------------------------------------------------
/source/img/docs/lti/lti-class-url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/lti-class-url.png
--------------------------------------------------------------------------------
/source/img/docs/lti/lti-org-fields.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/lti-org-fields.png
--------------------------------------------------------------------------------
/source/img/docs/lti/lti_integrate_info.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/lti_integrate_info.png
--------------------------------------------------------------------------------
/source/img/docs/lti/lti_integrate_url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/lti_integrate_url.png
--------------------------------------------------------------------------------
/source/img/docs/lti/multiple-panels.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/multiple-panels.png
--------------------------------------------------------------------------------
/source/img/docs/lti/new-class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/new-class.png
--------------------------------------------------------------------------------
/source/img/docs/lti/new-project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/new-project.png
--------------------------------------------------------------------------------
/source/img/docs/lti/parent_class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/parent_class.png
--------------------------------------------------------------------------------
/source/img/docs/lti/pin-unit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/pin-unit.png
--------------------------------------------------------------------------------
/source/img/docs/lti/preferences.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/preferences.png
--------------------------------------------------------------------------------
/source/img/docs/lti/project-permissions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/project-permissions.png
--------------------------------------------------------------------------------
/source/img/docs/lti/project-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/project-settings.png
--------------------------------------------------------------------------------
/source/img/docs/lti/release-complete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/release-complete.png
--------------------------------------------------------------------------------
/source/img/docs/lti/release-grades.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/release-grades.png
--------------------------------------------------------------------------------
/source/img/docs/lti/student-ready.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/student-ready.png
--------------------------------------------------------------------------------
/source/img/docs/lti/students-unit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/students-unit.png
--------------------------------------------------------------------------------
/source/img/docs/lti/terminal-python.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/terminal-python.png
--------------------------------------------------------------------------------
/source/img/docs/lti/test-students-list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/test-students-list.png
--------------------------------------------------------------------------------
/source/img/docs/lti/unit-completed-teacher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/unit-completed-teacher.png
--------------------------------------------------------------------------------
/source/img/docs/lti/unit-completed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/unit-completed.png
--------------------------------------------------------------------------------
/source/img/docs/lti/unit-teacher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/unit-teacher.png
--------------------------------------------------------------------------------
/source/img/docs/lti/virtual-desktop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/lti/virtual-desktop.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/addstudents.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/addstudents.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/blue_plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/blue_plus.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/cloneclass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/cloneclass.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/deletemodule.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/deletemodule.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/nameclass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/nameclass.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/orderclass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/orderclass.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/readonly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/readonly.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/students_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/students_tab.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/unitduration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/unitduration.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/units_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/units_tab.png
--------------------------------------------------------------------------------
/source/img/docs/manage_classes/year_10_class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_classes/year_10_class.png
--------------------------------------------------------------------------------
/source/img/docs/manage_organization/dash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_organization/dash.png
--------------------------------------------------------------------------------
/source/img/docs/manage_organization/members.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/manage_organization/members.png
--------------------------------------------------------------------------------
/source/img/docs/mode-buttons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/mode-buttons.png
--------------------------------------------------------------------------------
/source/img/docs/module_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/module_add.png
--------------------------------------------------------------------------------
/source/img/docs/module_browser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/module_browser.png
--------------------------------------------------------------------------------
/source/img/docs/module_browser_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/module_browser_small.png
--------------------------------------------------------------------------------
/source/img/docs/module_list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/module_list.png
--------------------------------------------------------------------------------
/source/img/docs/module_refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/module_refresh.png
--------------------------------------------------------------------------------
/source/img/docs/moduleedit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/moduleedit.png
--------------------------------------------------------------------------------
/source/img/docs/moduleflode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/moduleflode.png
--------------------------------------------------------------------------------
/source/img/docs/modules.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/modules.png
--------------------------------------------------------------------------------
/source/img/docs/modules_create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/modules_create.png
--------------------------------------------------------------------------------
/source/img/docs/modules_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/modules_edit.png
--------------------------------------------------------------------------------
/source/img/docs/moduleview_dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/moduleview_dashboard.png
--------------------------------------------------------------------------------
/source/img/docs/multi-cursor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/multi-cursor.png
--------------------------------------------------------------------------------
/source/img/docs/multiple-cursor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/multiple-cursor.gif
--------------------------------------------------------------------------------
/source/img/docs/nameSearch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/nameSearch.png
--------------------------------------------------------------------------------
/source/img/docs/namelibrary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/namelibrary.png
--------------------------------------------------------------------------------
/source/img/docs/new-file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/new-file.png
--------------------------------------------------------------------------------
/source/img/docs/newbook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/newbook.png
--------------------------------------------------------------------------------
/source/img/docs/open-in-ide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/open-in-ide.png
--------------------------------------------------------------------------------
/source/img/docs/openguides.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/openguides.png
--------------------------------------------------------------------------------
/source/img/docs/openstudent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/openstudent.png
--------------------------------------------------------------------------------
/source/img/docs/org-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/org-button.png
--------------------------------------------------------------------------------
/source/img/docs/organisation_addmanually.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/organisation_addmanually.png
--------------------------------------------------------------------------------
/source/img/docs/organisation_addowner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/organisation_addowner.png
--------------------------------------------------------------------------------
/source/img/docs/organisation_addteacher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/organisation_addteacher.png
--------------------------------------------------------------------------------
/source/img/docs/organisation_upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/organisation_upload.png
--------------------------------------------------------------------------------
/source/img/docs/organisations_billing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/organisations_billing.png
--------------------------------------------------------------------------------
/source/img/docs/organisations_create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/organisations_create.png
--------------------------------------------------------------------------------
/source/img/docs/organisations_education.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/organisations_education.png
--------------------------------------------------------------------------------
/source/img/docs/organisations_invoicing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/organisations_invoicing.png
--------------------------------------------------------------------------------
/source/img/docs/organisations_token.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/organisations_token.png
--------------------------------------------------------------------------------
/source/img/docs/orphanedstudents.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/orphanedstudents.png
--------------------------------------------------------------------------------
/source/img/docs/packs_certified.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/packs_certified.png
--------------------------------------------------------------------------------
/source/img/docs/packs_info.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/packs_info.png
--------------------------------------------------------------------------------
/source/img/docs/packs_list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/packs_list.png
--------------------------------------------------------------------------------
/source/img/docs/panel-overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/panel-overview.png
--------------------------------------------------------------------------------
/source/img/docs/parse-app.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/parse-app.png
--------------------------------------------------------------------------------
/source/img/docs/penalties.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/penalties.png
--------------------------------------------------------------------------------
/source/img/docs/penaltydashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/penaltydashboard.png
--------------------------------------------------------------------------------
/source/img/docs/penaltydeadline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/penaltydeadline.png
--------------------------------------------------------------------------------
/source/img/docs/permissions-dlg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/permissions-dlg.png
--------------------------------------------------------------------------------
/source/img/docs/permissions-menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/permissions-menu.png
--------------------------------------------------------------------------------
/source/img/docs/phonegap-token-help.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/phonegap-token-help.gif
--------------------------------------------------------------------------------
/source/img/docs/phpbrew-phpinfo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/phpbrew-phpinfo.png
--------------------------------------------------------------------------------
/source/img/docs/phpbrew-phpinfo2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/phpbrew-phpinfo2.png
--------------------------------------------------------------------------------
/source/img/docs/picker-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/picker-1.png
--------------------------------------------------------------------------------
/source/img/docs/picker-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/picker-2.png
--------------------------------------------------------------------------------
/source/img/docs/ploneoutput.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ploneoutput.png
--------------------------------------------------------------------------------
/source/img/docs/plonesite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/plonesite.png
--------------------------------------------------------------------------------
/source/img/docs/prefs-ac-profile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/prefs-ac-profile.png
--------------------------------------------------------------------------------
/source/img/docs/prefs-account-gh1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/prefs-account-gh1.png
--------------------------------------------------------------------------------
/source/img/docs/prefs-account-ghauth.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/prefs-account-ghauth.png
--------------------------------------------------------------------------------
/source/img/docs/prefs-account-password.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/prefs-account-password.png
--------------------------------------------------------------------------------
/source/img/docs/prefs-account-profile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/prefs-account-profile.png
--------------------------------------------------------------------------------
/source/img/docs/prefs-account-ssh-dialog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/prefs-account-ssh-dialog.png
--------------------------------------------------------------------------------
/source/img/docs/prefs-account-ssh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/prefs-account-ssh.png
--------------------------------------------------------------------------------
/source/img/docs/prefs-menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/prefs-menu.png
--------------------------------------------------------------------------------
/source/img/docs/prefs-user.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/prefs-user.png
--------------------------------------------------------------------------------
/source/img/docs/preview-default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/preview-default.png
--------------------------------------------------------------------------------
/source/img/docs/preview-deploy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/preview-deploy.png
--------------------------------------------------------------------------------
/source/img/docs/preview-what.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/preview-what.png
--------------------------------------------------------------------------------
/source/img/docs/preview-where.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/preview-where.png
--------------------------------------------------------------------------------
/source/img/docs/preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/preview.png
--------------------------------------------------------------------------------
/source/img/docs/previewQuestion1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/previewQuestion1.png
--------------------------------------------------------------------------------
/source/img/docs/previewQuestion2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/previewQuestion2.png
--------------------------------------------------------------------------------
/source/img/docs/project-menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/project-menu.png
--------------------------------------------------------------------------------
/source/img/docs/project-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/project-settings.png
--------------------------------------------------------------------------------
/source/img/docs/project_create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/project_create.png
--------------------------------------------------------------------------------
/source/img/docs/project_create_other.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/project_create_other.png
--------------------------------------------------------------------------------
/source/img/docs/projects_list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/projects_list.png
--------------------------------------------------------------------------------
/source/img/docs/projectslist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/projectslist.png
--------------------------------------------------------------------------------
/source/img/docs/public-key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/public-key.png
--------------------------------------------------------------------------------
/source/img/docs/publishedversion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/publishedversion.png
--------------------------------------------------------------------------------
/source/img/docs/publishnew.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/publishnew.png
--------------------------------------------------------------------------------
/source/img/docs/publishversionnew.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/publishversionnew.png
--------------------------------------------------------------------------------
/source/img/docs/python.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/python.png
--------------------------------------------------------------------------------
/source/img/docs/pythonexample.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/pythonexample.png
--------------------------------------------------------------------------------
/source/img/docs/quick-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/quick-open.png
--------------------------------------------------------------------------------
/source/img/docs/readme-md.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/readme-md.png
--------------------------------------------------------------------------------
/source/img/docs/resetunitall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/resetunitall.png
--------------------------------------------------------------------------------
/source/img/docs/resetunitstudent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/resetunitstudent.png
--------------------------------------------------------------------------------
/source/img/docs/right-click.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/right-click.png
--------------------------------------------------------------------------------
/source/img/docs/run-menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/run-menu.png
--------------------------------------------------------------------------------
/source/img/docs/safari.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/safari.png
--------------------------------------------------------------------------------
/source/img/docs/savedSearch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/savedSearch.png
--------------------------------------------------------------------------------
/source/img/docs/savedSearch2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/savedSearch2.png
--------------------------------------------------------------------------------
/source/img/docs/savedSearchDelete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/savedSearchDelete.png
--------------------------------------------------------------------------------
/source/img/docs/scrollThrough.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/scrollThrough.png
--------------------------------------------------------------------------------
/source/img/docs/search-dialog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/search-dialog.png
--------------------------------------------------------------------------------
/source/img/docs/search-matches.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/search-matches.png
--------------------------------------------------------------------------------
/source/img/docs/searchResults.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/searchResults.png
--------------------------------------------------------------------------------
/source/img/docs/selectLib.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/selectLib.png
--------------------------------------------------------------------------------
/source/img/docs/selectQuestion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/selectQuestion.png
--------------------------------------------------------------------------------
/source/img/docs/selectbook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/selectbook.png
--------------------------------------------------------------------------------
/source/img/docs/settings-editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/settings-editor.png
--------------------------------------------------------------------------------
/source/img/docs/settings-password.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/settings-password.png
--------------------------------------------------------------------------------
/source/img/docs/settings-profile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/settings-profile.png
--------------------------------------------------------------------------------
/source/img/docs/settings-team1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/settings-team1.png
--------------------------------------------------------------------------------
/source/img/docs/settings-team2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/settings-team2.png
--------------------------------------------------------------------------------
/source/img/docs/settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/settings.png
--------------------------------------------------------------------------------
/source/img/docs/sharing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/sharing.png
--------------------------------------------------------------------------------
/source/img/docs/signup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/signup.png
--------------------------------------------------------------------------------
/source/img/docs/sitebar-signup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/sitebar-signup.png
--------------------------------------------------------------------------------
/source/img/docs/sitebar-site.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/sitebar-site.png
--------------------------------------------------------------------------------
/source/img/docs/snippet-parms.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/snippet-parms.png
--------------------------------------------------------------------------------
/source/img/docs/snippets-closed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/snippets-closed.png
--------------------------------------------------------------------------------
/source/img/docs/snippets-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/snippets-open.png
--------------------------------------------------------------------------------
/source/img/docs/ssh-basic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ssh-basic.png
--------------------------------------------------------------------------------
/source/img/docs/ssh-connection-edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ssh-connection-edit.png
--------------------------------------------------------------------------------
/source/img/docs/ssh-connection-list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ssh-connection-list.png
--------------------------------------------------------------------------------
/source/img/docs/ssh-nano.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ssh-nano.png
--------------------------------------------------------------------------------
/source/img/docs/ssh-parms.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ssh-parms.png
--------------------------------------------------------------------------------
/source/img/docs/sshterminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/sshterminal.png
--------------------------------------------------------------------------------
/source/img/docs/stack_modified.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stack_modified.png
--------------------------------------------------------------------------------
/source/img/docs/stack_newstack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stack_newstack.png
--------------------------------------------------------------------------------
/source/img/docs/stack_newversion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stack_newversion.png
--------------------------------------------------------------------------------
/source/img/docs/stack_notmodified.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stack_notmodified.png
--------------------------------------------------------------------------------
/source/img/docs/stackdetails.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stackdetails.png
--------------------------------------------------------------------------------
/source/img/docs/stacknewversion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stacknewversion.png
--------------------------------------------------------------------------------
/source/img/docs/stacks_create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stacks_create.png
--------------------------------------------------------------------------------
/source/img/docs/stacks_createnew.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stacks_createnew.png
--------------------------------------------------------------------------------
/source/img/docs/stacks_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stacks_edit.png
--------------------------------------------------------------------------------
/source/img/docs/stacks_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stacks_image.png
--------------------------------------------------------------------------------
/source/img/docs/stacks_info.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stacks_info.png
--------------------------------------------------------------------------------
/source/img/docs/stacks_list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stacks_list.png
--------------------------------------------------------------------------------
/source/img/docs/stacks_update.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stacks_update.png
--------------------------------------------------------------------------------
/source/img/docs/stacks_versions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stacks_versions.png
--------------------------------------------------------------------------------
/source/img/docs/stacksettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stacksettings.png
--------------------------------------------------------------------------------
/source/img/docs/stackversionid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/stackversionid.png
--------------------------------------------------------------------------------
/source/img/docs/studentconsent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/studentconsent.png
--------------------------------------------------------------------------------
/source/img/docs/studentlist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/studentlist.png
--------------------------------------------------------------------------------
/source/img/docs/students.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/students.png
--------------------------------------------------------------------------------
/source/img/docs/studentsadd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/studentsadd.png
--------------------------------------------------------------------------------
/source/img/docs/studentview_dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/studentview_dashboard.png
--------------------------------------------------------------------------------
/source/img/docs/subscribe-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/subscribe-1.png
--------------------------------------------------------------------------------
/source/img/docs/subscribe-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/subscribe-2.png
--------------------------------------------------------------------------------
/source/img/docs/teacherdash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/teacherdash.png
--------------------------------------------------------------------------------
/source/img/docs/teachersolutions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/teachersolutions.png
--------------------------------------------------------------------------------
/source/img/docs/templates-manage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/templates-manage.png
--------------------------------------------------------------------------------
/source/img/docs/templates-newfile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/templates-newfile.png
--------------------------------------------------------------------------------
/source/img/docs/terminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/terminal.png
--------------------------------------------------------------------------------
/source/img/docs/terminalicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/terminalicon.png
--------------------------------------------------------------------------------
/source/img/docs/tkinter-pack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/tkinter-pack.png
--------------------------------------------------------------------------------
/source/img/docs/tkinter-stack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/tkinter-stack.png
--------------------------------------------------------------------------------
/source/img/docs/tree/folder-horizontal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/tree/folder-horizontal.png
--------------------------------------------------------------------------------
/source/img/docs/tree/minus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/tree/minus.png
--------------------------------------------------------------------------------
/source/img/docs/tree/plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/tree/plus.png
--------------------------------------------------------------------------------
/source/img/docs/tree/toggle-small-expand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/tree/toggle-small-expand.png
--------------------------------------------------------------------------------
/source/img/docs/tree/toggle-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/tree/toggle-small.png
--------------------------------------------------------------------------------
/source/img/docs/trial_try_unit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/trial_try_unit.png
--------------------------------------------------------------------------------
/source/img/docs/ungit-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ungit-1.png
--------------------------------------------------------------------------------
/source/img/docs/ungit-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/ungit-2.png
--------------------------------------------------------------------------------
/source/img/docs/unit_delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/unit_delete.png
--------------------------------------------------------------------------------
/source/img/docs/unit_refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/unit_refresh.png
--------------------------------------------------------------------------------
/source/img/docs/unitactions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/unitactions.png
--------------------------------------------------------------------------------
/source/img/docs/unitfork.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/unitfork.png
--------------------------------------------------------------------------------
/source/img/docs/unitorder1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/unitorder1.png
--------------------------------------------------------------------------------
/source/img/docs/unitorder2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/unitorder2.png
--------------------------------------------------------------------------------
/source/img/docs/units.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/units.png
--------------------------------------------------------------------------------
/source/img/docs/units_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/units_add.png
--------------------------------------------------------------------------------
/source/img/docs/units_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/units_small.png
--------------------------------------------------------------------------------
/source/img/docs/unitsettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/unitsettings.png
--------------------------------------------------------------------------------
/source/img/docs/unitstart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/unitstart.png
--------------------------------------------------------------------------------
/source/img/docs/update-class-course.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/update-class-course.png
--------------------------------------------------------------------------------
/source/img/docs/user_access_export.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/user_access_export.png
--------------------------------------------------------------------------------
/source/img/docs/versiondetails.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/versiondetails.png
--------------------------------------------------------------------------------
/source/img/docs/versions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/versions.png
--------------------------------------------------------------------------------
/source/img/docs/versionstab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/versionstab.png
--------------------------------------------------------------------------------
/source/img/docs/video-icon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/video-icon-16x16.png
--------------------------------------------------------------------------------
/source/img/docs/xserver-install.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/docs/xserver-install.png
--------------------------------------------------------------------------------
/source/img/videos/classical.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/videos/classical.mp4
--------------------------------------------------------------------------------
/source/img/videos/jazz.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/img/videos/jazz.mp4
--------------------------------------------------------------------------------
/source/javascripts/partials/_prices.es6.erb:
--------------------------------------------------------------------------------
1 | window.PRICES = <%= data.prices.to_json %>
2 |
--------------------------------------------------------------------------------
/source/layouts/error.erb:
--------------------------------------------------------------------------------
1 | <% wrap_layout :layout do %>
2 |
5 | <% end%>
6 |
--------------------------------------------------------------------------------
/source/legal/dir.ordered:
--------------------------------------------------------------------------------
1 | terms
2 | privacy
3 | policy
4 | copyright
5 | trademarks
6 | servicelevel
7 |
--------------------------------------------------------------------------------
/source/mstile-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/mstile-144x144.png
--------------------------------------------------------------------------------
/source/mstile-150x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/mstile-150x150.png
--------------------------------------------------------------------------------
/source/mstile-310x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/mstile-310x150.png
--------------------------------------------------------------------------------
/source/mstile-310x310.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/mstile-310x310.png
--------------------------------------------------------------------------------
/source/mstile-70x70.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codio/site/446991a4cd13ac7897d607e4682991c2e6fcee8b/source/mstile-70x70.png
--------------------------------------------------------------------------------
/source/partials/vendors/_fonts.erb:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/source/stylesheets/pages/features/_ide.scss:
--------------------------------------------------------------------------------
1 | body.features_ide {
2 | }
3 |
--------------------------------------------------------------------------------
/source/stylesheets/pages/features/_infrastructure.scss:
--------------------------------------------------------------------------------
1 | body.features_infrastructure {
2 | }
3 |
--------------------------------------------------------------------------------
/startup.sh:
--------------------------------------------------------------------------------
1 | ungit --ungitBindIp=0.0.0.0 --port=4000
--------------------------------------------------------------------------------
/vendor/assets/bower/cookie-monster/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | node_modules
3 | bower_components
4 | reports
5 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery-hashchange/docs/index.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery-hashchange/docs/nd/Data/ClassHierarchy.nd:
--------------------------------------------------------------------------------
1 | (
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery-hashchange/docs/nd/Data/ImageFileInfo.nd:
--------------------------------------------------------------------------------
1 | (
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery-hashchange/docs/nd/Data/ImageReferenceTable.nd:
--------------------------------------------------------------------------------
1 | (
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery-hashchange/docs/styles/main.css:
--------------------------------------------------------------------------------
1 | @import URL("1.css");
2 | @import URL("2.css");
3 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery-ui/.gitignore:
--------------------------------------------------------------------------------
1 | components
2 | composer.lock
3 | vendor
4 | .DS_Store
5 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/ajax/var/nonce.js:
--------------------------------------------------------------------------------
1 | define([
2 | "../../core"
3 | ], function( jQuery ) {
4 | return jQuery.now();
5 | });
6 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/ajax/var/rquery.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return (/\?/);
3 | });
4 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/core/var/rsingleTag.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | // Match a standalone tag
3 | return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
4 | });
5 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/css/var/cssExpand.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return [ "Top", "Right", "Bottom", "Left" ];
3 | });
4 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/css/var/rmargin.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return (/^margin/);
3 | });
4 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/data/var/data_priv.js:
--------------------------------------------------------------------------------
1 | define([
2 | "../Data"
3 | ], function( Data ) {
4 | return new Data();
5 | });
6 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/data/var/data_user.js:
--------------------------------------------------------------------------------
1 | define([
2 | "../Data"
3 | ], function( Data ) {
4 | return new Data();
5 | });
6 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/manipulation/var/rcheckableType.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return (/^(?:checkbox|radio)$/i);
3 | });
4 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/outro.js:
--------------------------------------------------------------------------------
1 | }));
2 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/selector.js:
--------------------------------------------------------------------------------
1 | define([ "./selector-sizzle" ]);
2 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/arr.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return [];
3 | });
4 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/class2type.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | // [[Class]] -> type pairs
3 | return {};
4 | });
5 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/concat.js:
--------------------------------------------------------------------------------
1 | define([
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.concat;
5 | });
6 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/hasOwn.js:
--------------------------------------------------------------------------------
1 | define([
2 | "./class2type"
3 | ], function( class2type ) {
4 | return class2type.hasOwnProperty;
5 | });
6 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/indexOf.js:
--------------------------------------------------------------------------------
1 | define([
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.indexOf;
5 | });
6 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/pnum.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source;
3 | });
4 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/push.js:
--------------------------------------------------------------------------------
1 | define([
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.push;
5 | });
6 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/rnotwhite.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return (/\S+/g);
3 | });
4 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/slice.js:
--------------------------------------------------------------------------------
1 | define([
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.slice;
5 | });
6 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/strundefined.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return typeof undefined;
3 | });
4 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/support.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | // All support tests are defined in their respective modules.
3 | return {};
4 | });
5 |
--------------------------------------------------------------------------------
/vendor/assets/bower/jquery/src/var/toString.js:
--------------------------------------------------------------------------------
1 | define([
2 | "./class2type"
3 | ], function( class2type ) {
4 | return class2type.toString;
5 | });
6 |
--------------------------------------------------------------------------------
/vendor/assets/bower/magnific-popup/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 |
3 | node_js:
4 | - "0.10"
5 |
6 | before_install:
7 | - npm install grunt-cli -g
8 |
--------------------------------------------------------------------------------
/vendor/assets/bower/wow.js/spec/coffeescripts/helpers/SpecHelper.coffee:
--------------------------------------------------------------------------------
1 | beforeEach ->
--------------------------------------------------------------------------------
/vendor/assets/bower/wow.js/spec/javascripts/helpers/SpecHelper.js:
--------------------------------------------------------------------------------
1 | (function() {
2 | beforeEach(function() {});
3 |
4 | }).call(this);
5 |
--------------------------------------------------------------------------------