Skip to content
Browse files

added screenshots for hikes. png files are titled according to the te…

…xt overlay
  • Loading branch information...
1 parent 2187707 commit 84c19701bc400a2a9883fead79308fe0cd2090e2 @brianamarie brianamarie committed
Showing with 528 additions and 0 deletions.
  1. +1 −0 .idea/.name
  2. +8 −0 .idea/hikes.iml
  3. +33 −0 .idea/misc.xml
  4. +8 −0 .idea/modules.xml
  5. +8 −0 .idea/typescript-compiler.xml
  6. +6 −0 .idea/vcs.xml
  7. +464 −0 .idea/workspace.xml
  8. BIN videoThumbnails/preEdit/Big O Notation: A Few Examples.png
  9. BIN videoThumbnails/preEdit/Big O Notation: What it is and Why You Should Care.png
  10. BIN videoThumbnails/preEdit/Chrome Dev Tools: Audits.png
  11. BIN videoThumbnails/preEdit/Chrome Dev Tools: Elements.png
  12. BIN videoThumbnails/preEdit/Chrome Dev Tools: Network.png
  13. BIN videoThumbnails/preEdit/Chrome Dev Tools: Sources.png
  14. BIN videoThumbnails/preEdit/Chrome Dev Tools: Summary.png
  15. BIN videoThumbnails/preEdit/Chrome Dev Tools: Timeline.png
  16. BIN videoThumbnails/preEdit/Computer Basics: Analog vs Digital.png
  17. BIN videoThumbnails/preEdit/Computer Basics: Binary Bytes.png
  18. BIN videoThumbnails/preEdit/Computer Basics: Chips and Moore's Law.png
  19. BIN videoThumbnails/preEdit/Computer Basics: Chrome JavaScript Console and How Logging Works.png
  20. BIN videoThumbnails/preEdit/Computer Basics: Content Delivery Networks.png
  21. BIN videoThumbnails/preEdit/Computer Basics: Data Networks.png
  22. BIN videoThumbnails/preEdit/Computer Basics: Decoding a Binary Number.png
  23. BIN videoThumbnails/preEdit/Computer Basics: How Routers and Packets Work.png
  24. BIN videoThumbnails/preEdit/Computer Basics: How Source Code Works.png
  25. BIN videoThumbnails/preEdit/Computer Basics: How To Measure Data Size.png
  26. BIN videoThumbnails/preEdit/Computer Basics: How Variables Work in Code.png
  27. BIN videoThumbnails/preEdit/Computer Basics: How the Internet Works.png
  28. BIN videoThumbnails/preEdit/Computer Basics: IP Addresses.png
  29. BIN videoThumbnails/preEdit/Computer Basics: Intro to Binary Code.png
  30. BIN videoThumbnails/preEdit/Computer Basics: Measuring Data Speed.png
  31. BIN videoThumbnails/preEdit/Computer Basics: More Computer Hardware.png
  32. BIN videoThumbnails/preEdit/Computer Basics: More on the Motherboard.png
  33. BIN videoThumbnails/preEdit/Computer Basics: Security.png
  34. BIN videoThumbnails/preEdit/Computer Basics: Software.png
  35. BIN videoThumbnails/preEdit/Computer Basics: The 4 Basic Parts of a Computer.png
  36. BIN videoThumbnails/preEdit/Computer Basics: Types of Computers.png
  37. BIN videoThumbnails/preEdit/Computer Basics: What Do Programmers Do.png
  38. BIN videoThumbnails/preEdit/JavaScript Lingo: Arrays and Objects.png
  39. BIN videoThumbnails/preEdit/JavaScript Lingo: Finding and Indexing Data in Arrays.png
  40. BIN videoThumbnails/preEdit/JavaScript Lingo: Loops.png
  41. BIN videoThumbnails/preEdit/JavaScript Lingo: MDN and Documentation.png
  42. BIN videoThumbnails/preEdit/JavaScript Lingo: Manipulating Data.png
  43. BIN videoThumbnails/preEdit/JavaScript Lingo: Math.png
  44. BIN videoThumbnails/preEdit/JavaScript Lingo: Regular Expressions.png
  45. BIN videoThumbnails/preEdit/JavaScript Lingo: Value Types.png
  46. BIN videoThumbnails/preEdit/The DOM: Style in the Header, Script in the Footer.png
  47. BIN videoThumbnails/preEdit/The DOM: What's the Document Object Model.png
View
1 .idea/.name
@@ -0,0 +1 @@
+hikes
View
8 .idea/hikes.iml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$" />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
View
33 .idea/misc.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="JsBowerSettings">
+ <exe-path />
+ <config-path />
+ </component>
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
+ <OptionsSetting value="true" id="Add" />
+ <OptionsSetting value="true" id="Remove" />
+ <OptionsSetting value="true" id="Checkout" />
+ <OptionsSetting value="true" id="Update" />
+ <OptionsSetting value="true" id="Status" />
+ <OptionsSetting value="true" id="Edit" />
+ <ConfirmationsSetting value="0" id="Add" />
+ <ConfirmationsSetting value="0" id="Remove" />
+ </component>
+ <component name="ProjectRootManager" version="2" />
+ <component name="masterDetails">
+ <states>
+ <state key="ScopeChooserConfigurable.UI">
+ <settings>
+ <splitter-proportions>
+ <option name="proportions">
+ <list>
+ <option value="0.2" />
+ </list>
+ </option>
+ </splitter-proportions>
+ </settings>
+ </state>
+ </states>
+ </component>
+</project>
View
8 .idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/hikes.iml" filepath="$PROJECT_DIR$/.idea/hikes.iml" />
+ </modules>
+ </component>
+</project>
View
8 .idea/typescript-compiler.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="TypeScriptCompiler">
+ <option name="isCompilerEnabled" value="true" />
+ <option name="nodeInterpreterTextField" value="usr/local/bin/node" />
+ <option name="generateSourceMap" value="false" />
+ </component>
+</project>
View
6 .idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ </component>
+</project>
View
464 .idea/workspace.xml
@@ -0,0 +1,464 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ChangeListManager">
+ <list default="true" id="80129bc7-5c49-4d33-b174-418a6519e3e4" name="Default" comment="">
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Big O Notation: A Few Examples.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Big O Notation: What it is and Why You Should Care.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Audits.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Elements.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Network.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Sources.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Summary.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Timeline.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Analog vs Digital.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Binary Bytes.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Chips and Moore's Law.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Chrome JavaScript Console and How Logging Works.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Content Delivery Networks.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Data Networks.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Decoding a Binary Number.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: How Routers and Packets Work.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: How Source Code Works.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: How To Measure Data Size.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: How Variables Work in Code.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: How the Internet Works.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: IP Addresses.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Intro to Binary Code.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Measuring Data Speed.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: More Computer Hardware.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: More on the Motherboard.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Security.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Software.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: The 4 Basic Parts of a Computer.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Types of Computers.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: What Do Programmers Do.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Arrays and Objects.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Finding and Indexing Data in Arrays.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Loops.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: MDN and Documentation.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Manipulating Data.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Math.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Regular Expressions.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Value Types.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/The DOM: Style in the Header, Script in the Footer.png" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/videoThumbnails/preEdit/The DOM: What's the Document Object Model.png" />
+ </list>
+ <ignored path="hikes.iws" />
+ <ignored path=".idea/workspace.xml" />
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
+ <option name="TRACKING_ENABLED" value="true" />
+ <option name="SHOW_DIALOG" value="false" />
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
+ <option name="LAST_RESOLUTION" value="IGNORE" />
+ </component>
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
+ <component name="CreatePatchCommitExecutor">
+ <option name="PATCH_PATH" value="" />
+ </component>
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
+ <component name="FavoritesManager">
+ <favorites_list name="hikes" />
+ </component>
+ <component name="FileEditorManager">
+ <leaf />
+ </component>
+ <component name="Git.Settings">
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
+ </component>
+ <component name="JsBuildToolGruntFileManager" detection-done="true" />
+ <component name="JsGulpfileManager">
+ <detection-done>true</detection-done>
+ </component>
+ <component name="NamedScopeManager">
+ <order />
+ </component>
+ <component name="ProjectFrameBounds">
+ <option name="x" value="123" />
+ <option name="y" value="23" />
+ <option name="width" value="676" />
+ <option name="height" value="777" />
+ </component>
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
+ <OptionsSetting value="true" id="Add" />
+ <OptionsSetting value="true" id="Remove" />
+ <OptionsSetting value="true" id="Checkout" />
+ <OptionsSetting value="true" id="Update" />
+ <OptionsSetting value="true" id="Status" />
+ <OptionsSetting value="true" id="Edit" />
+ <ConfirmationsSetting value="0" id="Add" />
+ <ConfirmationsSetting value="0" id="Remove" />
+ </component>
+ <component name="ProjectView">
+ <navigator currentView="ProjectPane" proportions="" version="1">
+ <flattenPackages />
+ <showMembers />
+ <showModules />
+ <showLibraryContents />
+ <hideEmptyPackages />
+ <abbreviatePackageNames />
+ <autoscrollToSource />
+ <autoscrollFromSource />
+ <sortByType />
+ </navigator>
+ <panes>
+ <pane id="ProjectPane">
+ <subPane>
+ <PATH>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="hikes" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+ </PATH_ELEMENT>
+ </PATH>
+ <PATH>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="hikes" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="hikes" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ </PATH>
+ <PATH>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="hikes" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="hikes" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Web-Design" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ </PATH>
+ <PATH>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="hikes" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="hikes" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="videoThumbnails" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="preEdit" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ </PATH>
+ <PATH>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="hikes" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="hikes" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="videoThumbnails" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ </PATH>
+ </subPane>
+ </pane>
+ <pane id="Scratches" />
+ <pane id="Scope" />
+ </panes>
+ </component>
+ <component name="PropertiesComponent">
+ <property name="settings.editor.selected.configurable" value="settings.github" />
+ <property name="settings.editor.splitter.proportion" value="0.2" />
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
+ <property name="HbShouldOpenHtmlAsHb" value="" />
+ <property name="WebServerToolWindowFactoryState" value="false" />
+ </component>
+ <component name="RecentsManager">
+ <key name="MoveFile.RECENT_KEYS">
+ <recent name="$PROJECT_DIR$/videoThumbnails/preEdit" />
+ </key>
+ </component>
+ <component name="RunManager">
+ <configuration default="true" type="DartCommandLineRunConfigurationType" factoryName="Dart Command Line Application">
+ <method />
+ </configuration>
+ <configuration default="true" type="DartUnitRunConfigurationType" factoryName="DartUnit">
+ <method />
+ </configuration>
+ <configuration default="true" type="JavaScriptTestRunnerKarma" factoryName="Karma" config-file="">
+ <envs />
+ <method />
+ </configuration>
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
+ <method />
+ </configuration>
+ <configuration default="true" type="JsTestDriver-test-runner" factoryName="JsTestDriver">
+ <setting name="configLocationType" value="CONFIG_FILE" />
+ <setting name="settingsFile" value="" />
+ <setting name="serverType" value="INTERNAL" />
+ <setting name="preferredDebugBrowser" value="Chrome" />
+ <method />
+ </configuration>
+ <configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" working-dir="">
+ <method />
+ </configuration>
+ <configuration default="true" type="cucumber.js" factoryName="Cucumber.js">
+ <option name="cucumberJsArguments" value="" />
+ <option name="executablePath" />
+ <option name="filePath" />
+ <method />
+ </configuration>
+ <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
+ <method />
+ </configuration>
+ </component>
+ <component name="ShelveChangesManager" show_recycled="false" />
+ <component name="TaskManager">
+ <task active="true" id="Default" summary="Default task">
+ <changelist id="80129bc7-5c49-4d33-b174-418a6519e3e4" name="Default" comment="" />
+ <created>1452445278930</created>
+ <option name="number" value="Default" />
+ <updated>1452445278930</updated>
+ </task>
+ <servers />
+ </component>
+ <component name="ToolWindowManager">
+ <frame x="123" y="23" width="676" height="777" extended-state="0" />
+ <editor active="false" />
+ <layout>
+ <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3831361" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
+ <window_info id="TypeScript Compiler" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32909605" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
+ <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
+ <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
+ <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
+ <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
+ </layout>
+ </component>
+ <component name="VcsContentAnnotationSettings">
+ <option name="myLimit" value="2678400000" />
+ </component>
+ <component name="XDebuggerManager">
+ <breakpoint-manager />
+ <watches-manager />
+ </component>
+ <component name="editorHistoryManager">
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Manipulating Data.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Math.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Loops.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Regular Expressions.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: The 4 Basic Parts of a Computer.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: More Computer Hardware.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Intro to Binary Code.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Decoding a Binary Number.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: How To Measure Data Size.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Measuring Data Speed.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Binary Bytes.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Types of Computers.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: More on the Motherboard.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Data Networks.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: How the Internet Works.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Software.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Chrome JavaScript Console and How Logging Works.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: How Variables Work in Code.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: How Source Code Works.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: How Routers and Packets Work.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Chips and Moore's Law.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Analog vs Digital.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: MDN and Documentation.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Value Types.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Arrays and Objects.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/JavaScript Lingo: Finding and Indexing Data in Arrays.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: What Do Programmers Do.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Elements.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Network.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Timeline.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Sources.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Audits.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Chrome Dev Tools: Summary.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Big O Notation: What it is and Why You Should Care.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Big O Notation: A Few Examples.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/The DOM: What's the Document Object Model.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/The DOM: Style in the Header, Script in the Footer.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: IP Addresses.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Security.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ <entry file="file://$PROJECT_DIR$/videoThumbnails/preEdit/Computer Basics: Content Delivery Networks.png">
+ <provider selected="true" editor-type-id="images">
+ <state />
+ </provider>
+ </entry>
+ </component>
+</project>
View
BIN videoThumbnails/preEdit/Big O Notation: A Few Examples.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Big O Notation: What it is and Why You Should Care.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Chrome Dev Tools: Audits.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Chrome Dev Tools: Elements.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Chrome Dev Tools: Network.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Chrome Dev Tools: Sources.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Chrome Dev Tools: Summary.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Chrome Dev Tools: Timeline.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: Analog vs Digital.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: Binary Bytes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: Chips and Moore's Law.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: Chrome JavaScript Console and How Logging Works.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: Content Delivery Networks.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: Data Networks.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: Decoding a Binary Number.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: How Routers and Packets Work.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: How Source Code Works.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: How To Measure Data Size.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: How Variables Work in Code.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: How the Internet Works.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: IP Addresses.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: Intro to Binary Code.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: Measuring Data Speed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: More Computer Hardware.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: More on the Motherboard.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN videoThumbnails/preEdit/Computer Basics: Security.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/Computer Basics: Software.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/Computer Basics: The 4 Basic Parts of a Computer.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/Computer Basics: Types of Computers.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/Computer Basics: What Do Programmers Do.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/JavaScript Lingo: Arrays and Objects.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/JavaScript Lingo: Finding and Indexing Data in Arrays.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/JavaScript Lingo: Loops.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/JavaScript Lingo: MDN and Documentation.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/JavaScript Lingo: Manipulating Data.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/JavaScript Lingo: Math.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/JavaScript Lingo: Regular Expressions.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/JavaScript Lingo: Value Types.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/The DOM: Style in the Header, Script in the Footer.png
Diff not rendered.
View
BIN videoThumbnails/preEdit/The DOM: What's the Document Object Model.png
Diff not rendered.

0 comments on commit 84c1970

Please sign in to comment.
Something went wrong with that request. Please try again.