Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Trying to debug issue with slides #3

Merged
merged 6 commits into from
May 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions ShellEtc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!doctype html>
<html lang="en">

<head>
<!--
The contents of this file are based on index.html from the reveal.js project.
Some details such as dependancies may not be needed or may change in the future.
Once it has been written, this template and any lectures based off of it should
be accompanied by a shell script to set up and/or run the presentation with minimal
user interference.
-->
<meta charset="utf-8">

<title>Zip Code Lecture - Shell, etc.</title>

<meta name="description" content="A lecture in Shell for Zip Code Wilmington">
<!-- TODO: Put your name here: -->
<meta name="author" content="Dolio Durant">

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">

<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/white.css" id="theme">

<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/atelier-estuary-dark.css">

<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!-- fix the inline code block style -->
<style>
.reveal code {
background-color: #d4d3d3;
padding: 0px 4px;
}
.reveal p {
margin: 20px 0;
line-height: 1.2;
}
</style>

<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>

<body>

<div class="reveal">

<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">

<section>
<!-- This logo is used in every copy of this file. Drop a new file
into img/Logo.jpg to change it across all slide decks -->
<img src="img/Logo.jpg" >
</section>

<!--
So that new slides are easily recognizable while editing markdown
the separators have been changed to be one or two <hr>s (- by itself on a line).
1 hr = new slide below
2 hr = new slide to the right
-->
<section data-markdown="md/ShellEtc.md"
data-separator="^-\n-\n"
data-separator-vertical="^-\n"
data-separator-notes="^Note:"
data-charset="utf-8">
</section>

</div>

</div>

<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>

<script>

// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,

transition: 'slide', // none/fade/slide/convex/concave/zoom

// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});

</script>

</body>
</html>
10 changes: 10 additions & 0 deletions css/theme/black.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,13 @@ body {
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }




p.fragment.fade-up.visible {
text-align: left;
float: left;
display: block;
width: 100%;
}
11 changes: 10 additions & 1 deletion css/theme/white.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ body {
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
font-family: monospace; }
font-family: monospace;
}

.reveal pre code {
display: block;
Expand Down Expand Up @@ -284,3 +285,11 @@ body {
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }


p.fragment.fade-up.visible {
text-align: left;
float: left;
display: block;
width: 100%;
}
10 changes: 10 additions & 0 deletions md/GitSlides.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
-
-

## What we'll cover
<p class="fragment fade-up">What is Git?</p>
<p class="fragment fade-up">Basic Git Commands</p>
<p class="fragment fade-up">Intro to merge conflicts</p>
<p class="fragment fade-up">Fork/Pull</p>
<p class="fragment fade-up">.gitignore</p>

-
-

##What Is Git?
According to Wikipedia:

Expand Down
57 changes: 57 additions & 0 deletions md/ShellEtc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#Shell, etc.


-
-

## What we'll cover

<p class="fragment fade-up">Your Shell Terminal</p>
<p class="fragment fade-up">Useful commands for navigating and manipulating your file system</p>

-
-
## Useful Commands
<p class="fragment fade-up">**w** - Who's logged on?</p>
<p class="fragment fade-up">**pwd** - "Print Working Directory" prints out your current location (known as your current working directory or 'cwd')</p>
<p class="fragment fade-up">**ls** - lists contents of the cwd</p>
<p class="fragment fade-up">**cd** - change directory. This is how you move around the file system. You can specify the destination as an absolute or relative path.</p>
<p class="fragment fade-up">**echo** - prints text to the terminal</p>
<p class="fragment fade-up">**cat** - concatenates zero or more files. Often used to print the contents of a file to the terminal. Often misused</p>


-
-
## Useful Commands (contin.)
<p class="fragment fade-up">**less/more** - display contents of a file one page at a time</p>
<p class="fragment fade-up">**grep** - search for the specified text or pattern</p>
<p class="fragment fade-up">**touch** - create or open a file and save it without changing its contents. </p>
<p class="fragment fade-up">**mkdir** - make a directory</p>
<p class="fragment fade-up">**rmdir** - remove directory</p>
<p class="fragment fade-up">**rm** - remove file or directory</p>
<p class="fragment fade-up">**cp** - copy file or directory</p>
<p class="fragment fade-up">**mv** - move file or directory</p>

-
-
### Other commands worth knowing
<p class="fragment fade-up">**clear** - clear the terminal's display </p>
<p class="fragment fade-up">**[control]-c** - get a new terminal prompt</p>

<p class="fragment fade-up">**head** - display the first lines of a file</p>
<p class="fragment fade-up">**tail** - display the last lines of a file</p>

<p class="fragment fade-up">**more grep:**</p>
<p class="fragment fade-up">
``grep "^foo.#bar$" file.txt | grep -v "baz"``
(same search as grep, but filter out the lines containing "baz")
</p>
<p class="fragment fade-up">
if you literally want to search for the string,
and not the regex, use fgrep (or grep -F)
``fgrep "foobar" file.txt``</p>


-
-
<img src="/reveal-slides-light/img/bunnies/cute-bunnies-tongues-3.jpg" >
9 changes: 9 additions & 0 deletions md/collections-arrays-vs-arraylists.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Array and ArrayList
### A tail of friendship, heartache and redemption

-
-

## What we'll cover

<p class="fragment fade-up">Differences Between Array and Arraylist</p>
<p class="fragment fade-up">Similarities Between Array and Arraylist</p>
<p class="fragment fade-up">Difference Between Array and Arraylist In Java</p>
<p class="fragment fade-up">Common Array and Arraylist Tasks</p>

-
-
Expand Down
9 changes: 9 additions & 0 deletions md/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Aka console, CLI, command line, shell, etc.

-
-

## What we'll cover

<p class="fragment fade-up">Your Shell Terminal</p>
<p class="fragment fade-up">Terminology</p>
<p class="fragment fade-up">Useful commands for navigating and manipulating your file system</p>

-
-
##Some terminology
Expand Down
Loading