This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var mongoose = require('mongoose'); | |
| var Schema = mongoose.Schema; | |
| var assert = require('assert') | |
| console.log('\n==========='); | |
| console.log(' mongoose version: %s', mongoose.version); | |
| console.log('========\n\n'); | |
| var dbname = 'testing_geojsonPoint'; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # piplay - Raspberry Pi Omxplayer wrapper script. | |
| # Required packages on Debian: omxplayer youtube-dl attr | |
| # TODO / future plans: Use the D-Bus interface to store media playback position and resume from there. | |
| REQUIREMENTS=(omxplayer youtube-dl find sort getfattr setfattr nice ionice) | |
| # Subtitle languages, in order of preferences. Format: movie.mkv & movie.en.srt => en | |
| SUBTITLELANGUAGES=( nl nld dut en eng ) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>AR Demo</title> | |
| <script src="https://aframe.io/releases/0.6.1/aframe.min.js"></script> | |
| <script src="https://jeromeetienne.github.io/AR.js/aframe/build/aframe-ar.js"></script> | |
| <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> | |
| <meta name="apple-mobile-web-app-capable" content="yes"> | |
| <script> | |
| // We're going to register a custom event listener through a-frame that will fire |