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
| // HACKERANK - JAVASCRIPT INPUT | |
| // start processing user input | |
| process.stdin.resume(); | |
| process.stdin.setEncoding('ascii'); | |
| // declare global variables | |
| var input_stdin = ""; | |
| var input_stdin_array = ""; | |
| var input_currentline = 0; | |
| // standard input is stored into input_stdin |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| # Basic configuration | |
| music_directory "~/Music" | |
| playlist_directory "~/.mpd/playlists" | |
| db_file "~/.mpd/mpd.db" | |
| log_file "~/.mpd/mpd.log" | |
| pid_file "~/.mpd.pid" | |
| state_file "~/.mpd/mpdstate" | |
| # Audio configuration |
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
| <script type="text/javascript" src="RDFaProcessor.1.2.0.js"></script> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> | |
| <script type="text/javascript" src="../playground/js_beautify.js"></script> | |
| <script type="text/javascript"> | |
| $('#saveSchema') | |
| .off('click') | |
| .on('click', function() { | |
| "use strict"; | |
| var baseURI = 'http://schema.org/'; |
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
| { | |
| "@context": { | |
| "about": { | |
| "@id": "http://schema.org/about", | |
| "@type": "@id" | |
| }, | |
| "acceptedPaymentMethod": { | |
| "@id": "http://schema.org/acceptedPaymentMethod", | |
| "@type": "@id" | |
| }, |
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
| { | |
| "@context": { | |
| "alumniOf": { | |
| "@id": "http://schema.org/alumniOf", | |
| "@type": "@id" | |
| }, | |
| "date": { | |
| "@id": "http://schema.org/Date", | |
| "@type": "xsd:date" | |
| }, |
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
| { | |
| "@context": { | |
| "alumniOf": { | |
| "@id": "http://schema.org/alumniOf", | |
| "@type": "@id" | |
| }, | |
| "date": { | |
| "@id": "http://schema.org/Date", | |
| "@type": "xsd:date" | |
| }, |
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
| { | |
| "givenName": "Manu", | |
| "familyName": "Sporny", | |
| "image": "http://m.c.lnkd.licdn.com/mpr/mprx/0_yHCbiqwqTs-KLVTZOW5qinOJiMT85VhZOEn4in4dpyvKsYc4ratwS9uFDc3x6j3NgI8M2Ao61jdE", | |
| "url": "http://www.linkedin.com/in/manusporny", | |
| "homeLocation": "Roanoke, Virginia Area", | |
| "description": "Founder and CEO of Digital Bazaar - leading the creation of the worlds first universal payment standard for the Web", | |
| "alumniOf": [ | |
| { | |
| "name": "Marshall University" |
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
| { | |
| "_total": 1, | |
| "values": [{ | |
| "_key": "~", | |
| "connections": { | |
| "_total": 727 | |
| }, | |
| "dateOfBirth": { | |
| "day": 21, | |
| "month": 10, |
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
| { | |
| "@context": { | |
| "name": "http://schema.org/name", | |
| "xsd": "http://www.w3.org/2001/XMLSchema#", | |
| "description": "http://schema.org/description", | |
| "image": { | |
| "@id": "http://schema.org/image", | |
| "@type": "@id" | |
| }, | |
| "geo": "http://schema.org/geo", |