Start the slide deck

[?]
Mar 25, 2019, 2:17 PM
UH3YXOLFMHJD6GJOW6P5BSHAM5XVV623ZBEYNKSF5YFFSGC7UWPAC

Dependencies

Change contents

  • file addition: .gitignore (----------)
    [2.2]
    .DS_Store
  • replacement in README.md at line 1
    [2.4][2.5:34]()
    # will-git-be-around-forever
    [2.4]
    [2.34]
    # README #
    The slide deck for my conference talk "Entering the Fourth Dimension of OCR with Tesseract".
  • replacement in README.md at line 5
    [2.35][2.35:138]()
    Slide deck for the conference talk "Will Git Be Around Forever? A List of Possible Successors".
    [2.35]
    As presented at:
    * Voxxed Days Athens 2019
  • file addition: css (d--r------)
    [2.2]
  • file addition: custom.css (----------)
    [0.200]
    .slides img {
    border:0 !important;
    box-shadow: none !important;
    }
    .reveal section img.no-background {
    background: none;
    }
    .stroke {
    color: white !important;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000 !important;
    }
    .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
    text-transform: none;
    }
    input { font-size: 27px; }
    tr:hover {
    background-color: #333;
    }
    tr .popup-image {
    display: none ;
    }
    tr:hover .popup-image {
    display: inline;
    width: 100px;
    }
    a {
    color: #58C4F1 !important;
    }
    .reveal .progress span {
    background: #58C4F1 !important;
    }
    ::selection {
    color: #fff;
    background: #58C4F1;
    text-shadow: none;
    }
    .reveal blockquote.explanation {
    font-style: normal;
    background: rgba(15, 15, 15, 0.7);
    }
    .reveal a.attribution {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 0.3em;
    text-shadow: none;
    }
  • file addition: img (d--r------)
    [2.2]
  • file addition: background (d--r------)
    [0.1204]
  • file addition: apple-newton.jpg (----------)
    [0.1221]
  • file addition: archery.jpg (----------)
    [0.1221]
  • file addition: archive-page-design.png (----------)
    [0.1221]
  • file addition: audience.JPG (----------)
    [0.1221]
  • file addition: book-scanner.jpg (----------)
    [0.1221]
  • file addition: check-ocr-a.jpg (----------)
    [0.1221]
  • file addition: code.jpg (----------)
    [0.1221]
  • file addition: fractal-chaos.jpg (----------)
    [0.1221]
  • file addition: further-reading.jpg (----------)
    [0.1221]
  • file addition: gears.jpg (----------)
    [0.1221]
  • file addition: hyperspace.gif (----------)
    [0.1221]
  • file addition: java-coffee.jpeg (----------)
    [0.1221]
  • file addition: lightbulb.jpg (----------)
    [0.1221]
  • file addition: lots-of-people.jpg (----------)
    [0.1221]
  • file addition: macbook.jpg (----------)
    [0.1221]
  • file addition: mailboxes.jpg (----------)
    [0.1221]
  • file addition: multiple-gears.jpg (----------)
    [0.1221]
  • file addition: passport-scanning.jpg (----------)
    [0.1221]
  • file addition: people-skills-meme.jpg (----------)
    [0.1221]
  • file addition: question-mark.jpg (----------)
    [0.1221]
  • file addition: questions-monopoly.jpeg (----------)
    [0.1221]
  • file addition: raised-hands.jpg (----------)
    [0.1221]
  • file addition: skyscrapers.jpg (----------)
    [0.1221]
  • file addition: speeding-camera.jpg (----------)
    [0.1221]
  • file addition: sun-through-treetops.jpg (----------)
    [0.1221]
  • file addition: three-envelopes.jpg (----------)
    [0.1221]
  • file addition: vote.jpg (----------)
    [0.1221]
  • file addition: window-blinds-folder-cabinet.jpg (----------)
    [0.1221]
  • file addition: comics (d--r------)
    [0.1204]
  • file addition: dont-type.jpg (----------)
    [0.29220744]
  • file addition: xkcd-code-quality-2.png (----------)
    [0.29220744]
  • file addition: icons (d--r------)
    [0.1204]
  • file addition: email.jpg (----------)
    [0.29313653]
  • file addition: envelope.png (----------)
    [0.29313653]
  • file addition: slide-deck.png (----------)
    [0.29313653]
  • file addition: twitter-white.png (----------)
    [0.29313653]
  • file addition: twitter.png (----------)
    [0.29313653]
  • file addition: website.png (----------)
    [0.29313653]
  • file addition: logos (d--r------)
    [0.1204]
  • file addition: info-support.png (----------)
    [0.29364678]
  • file addition: ms-excel.png (----------)
    [0.29364678]
  • file addition: voxxed-days-athens.png (----------)
    [0.29364678]
  • file addition: index.html (----------)
    [2.2]
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <title>Will Git Be Around Forever? A List of Possible Successors</title>
    <meta name="description" content="">
    <meta name="author" content="Hanno Embregts">
    <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/blood.css" id="theme">
    <link rel="stylesheet" href="css/custom.css" id="custom">
    <!-- Code syntax highlighting -->
    <link rel="stylesheet" href="lib/css/zenburn.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>
    <!--[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>
    <section>
    <h2>Will Git Be Around</h2>
    <h1>Forever?</h1>
    <h4>A List Of Possible Successors</h4>
    <table>
    <tr>
    <td style="vertical-align: middle;">Hanno Embregts</td>
    <td style="text-align: right;"><img width="20%" data-src="img/icons/twitter-white.png" class="no-background"/></td>
    <td style="vertical-align: middle; padding: 0 0 0 0"><a href="https://www.twitter.com/hannotify">@hannotify</a></td>
    </tr>
    </table>
    <img data-src="img/logos/voxxed-days-athens.png" width="40%" class="no-background"/>
    <br/>
    <aside class="notes">
    Hi, my name is Hanno.
    </aside>
    </section>
    </section>
    <section data-markdown="sections/todo.md"
    data-separator="^\r?\n------\r?\n$"
    data-separator-vertical="^\r?\n---\r?\n$">
    </section>
    <section>
    <section data-background="img/background/further-reading.jpg" data-background-color="black" data-background-opacity="0.5">
    <h1 class="stroke"><strong>Further reading</strong></h1>
    <a href="https://www.pexels.com/photo/white-teddy-bear-reading-book-33196/" class="attribution">https://www.pexels.com/photo/white-teddy-bear-reading-book-33196/</a>
    </section>
    </section>
    <section>
    <section data-background="img/background/questions-monopoly.jpeg" data-background-color="black" data-background-opacity="0.5">
    <h1 class="stroke"><strong>Any questions?</strong></h1>
    <a href="https://www.pexels.com/photo/monopoly-car-piece-1634213/" class="attribution">https://www.pexels.com/photo/monopoly-car-piece-1634213/</a>
    </section>
    <section>
    <h2>Thank you! ☺️</h2>
    <br/>
    <table>
    <tr>
    <td style="text-align: right; vertical-align: middle;"><img width="20%" data-src="img/icons/slide-deck.png" class="no-background"/></td>
    <td style="vertical-align: middle;"><a href="#">TODO</a></td>
    </tr>
    <tr>
    <td style="text-align: right; vertical-align: middle;"><img width="20%" data-src="img/icons/website.png" class="no-background"/></td>
    <td style="vertical-align: middle;"><a href="https://hannotify.github.io">https://hannotify.github.io</a></td>
    </tr>
    <tr>
    <td style="text-align: right; vertical-align: middle;"><img width="20%" data-src="img/icons/twitter-white.png" class="no-background"/></td>
    <td style="vertical-align: middle;"><a href="https://www.twitter.com/hannotify">@hannotify</a></td>
    </tr>
    <tr>
    <td style="text-align: right; vertical-align: middle;"><img width="20%" data-src="img/icons/envelope.png" class="no-background"/></td>
    <td style="vertical-align: middle;"><a href="mailto:hanno.embregts@infosupport.com">hanno.embregts@infosupport.com</a></td>
    </tr>
    </table>
    </section>
    </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: false,
    progress: true,
    history: true,
    center: true,
    keyboard: {
    39: 'next',
    37: 'prev'
    },
    transition: 'fade', // 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/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
    { src: '../../plugin/zoom-js/zoom.js', async: true },
    { src: '../../plugin/notes/notes.js', async: true }
    ],
    });
    </script>
    </body>
    </html>
  • file addition: lib (d--r------)
    [2.2]
  • file addition: css (d--r------)
    [0.29507595]
  • file addition: vs.css (----------)
    [0.29507612]
    /*
    Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
    */
    .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: white;
    color: black;
    -webkit-text-size-adjust: none;
    }
    .hljs-comment,
    .hljs-annotation,
    .hljs-template_comment,
    .diff .hljs-header,
    .hljs-chunk,
    .apache .hljs-cbracket {
    color: #008000;
    }
    .hljs-keyword,
    .hljs-id,
    .hljs-built_in,.css
    .smalltalk .hljs-class,
    .hljs-winutils,
    .bash .hljs-variable,
    .tex .hljs-command,
    .hljs-request,
    .hljs-status,
    .nginx .hljs-title,
    .xml .hljs-tag,
    .xml .hljs-tag .hljs-value {
    color: #00f;
    }
    .hljs-string,
    .hljs-parent,
    .hljs-tag .hljs-value,
    .hljs-rules .hljs-value,
    .ruby .hljs-symbol,
    .ruby .hljs-symbol .hljs-string,
    .hljs-template_tag,
    .django .hljs-variable,
    .hljs-addition,
    .hljs-flow,
    .hljs-stream,
    .apache .hljs-tag,
    .hljs-date,
    .tex .hljs-formula,
    .coffeescript .hljs-attribute {
    color: #a31515;
    }
    .ruby .hljs-string,
    .hljs-decorator,
    .hljs-filter .hljs-argument,
    .hljs-localvars,
    .hljs-array,
    .hljs-attr_selector,
    .hljs-pseudo,
    .hljs-pi,
    .hljs-doctype,
    .hljs-deletion,
    .hljs-envvar,
    .hljs-shebang,
    .hljs-preprocessor,
    .hljs-pragma,
    .hljs-title,
    .userType,
    .apache .hljs-sqbracket,
    .nginx .hljs-built_in,
    .tex .hljs-special,
    .hljs-prompt {
    color: #2b91af;
    }
    .hljs-phpdoc,
    .hljs-dartdoc,
    .hljs-javadoc,
    .hljs-xmlDocTag {
    color: #808080;
    }
    .hljs-type,
    .hljs-typename { font-weight: bold; }
    .vhdl .hljs-string { color: #666666; }
    .vhdl .hljs-literal { color: #a31515; }
    .vhdl .hljs-attribute { color: #00b0e8; }
    .xml .hljs-attribute { color: #f00; }
  • file addition: zenburn.css (----------)
    [0.29507612]
    /*
    Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
    based on dark.css by Ivan Sagalaev
    */
    .hljs {
    display: block; padding: 0.5em;
    background: #3F3F3F;
    color: #DCDCDC;
    }
    .hljs-keyword,
    .hljs-tag,
    .css .hljs-class,
    .css .hljs-id,
    .lisp .hljs-title,
    .nginx .hljs-title,
    .hljs-request,
    .hljs-status,
    .clojure .hljs-attribute {
    color: #E3CEAB;
    }
    .django .hljs-template_tag,
    .django .hljs-variable,
    .django .hljs-filter .hljs-argument {
    color: #DCDCDC;
    }
    .hljs-number,
    .hljs-date {
    color: #8CD0D3;
    }
    .dos .hljs-envvar,
    .dos .hljs-stream,
    .hljs-variable,
    .apache .hljs-sqbracket {
    color: #EFDCBC;
    }
    .dos .hljs-flow,
    .diff .hljs-change,
    .python .exception,
    .python .hljs-built_in,
    .hljs-literal,
    .tex .hljs-special {
    color: #EFEFAF;
    }
    .diff .hljs-chunk,
    .hljs-subst {
    color: #8F8F8F;
    }
    .dos .hljs-keyword,
    .python .hljs-decorator,
    .hljs-title,
    .haskell .hljs-type,
    .diff .hljs-header,
    .ruby .hljs-class .hljs-parent,
    .apache .hljs-tag,
    .nginx .hljs-built_in,
    .tex .hljs-command,
    .hljs-prompt {
    color: #efef8f;
    }
    .dos .hljs-winutils,
    .ruby .hljs-symbol,
    .ruby .hljs-symbol .hljs-string,
    .ruby .hljs-string {
    color: #DCA3A3;
    }
    .diff .hljs-deletion,
    .hljs-string,
    .hljs-tag .hljs-value,
    .hljs-preprocessor,
    .hljs-pragma,
    .hljs-built_in,
    .sql .hljs-aggregate,
    .hljs-javadoc,
    .smalltalk .hljs-class,
    .smalltalk .hljs-localvars,
    .smalltalk .hljs-array,
    .css .hljs-rules .hljs-value,
    .hljs-attr_selector,
    .hljs-pseudo,
    .apache .hljs-cbracket,
    .tex .hljs-formula,
    .coffeescript .hljs-attribute {
    color: #CC9393;
    }
    .hljs-shebang,
    .diff .hljs-addition,
    .hljs-comment,
    .java .hljs-annotation,
    .hljs-template_comment,
    .hljs-pi,
    .hljs-doctype {
    color: #7F9F7F;
    }
    .coffeescript .javascript,
    .javascript .xml,
    .tex .hljs-formula,
    .xml .javascript,
    .xml .vbscript,
    .xml .css,
    .xml .hljs-cdata {
    opacity: 0.5;
    }