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
| Test |
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
| const Nexmo = require('nexmo') | |
| const nexmo = new Nexmo({ | |
| apiKey: process.env.API_KEY, | |
| apiSecret: process.env.API_SECRET, | |
| applicationId: process.env.APP_ID, | |
| privateKey: 'private.key', | |
| }) | |
| const ncco = [ |
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
| body{ | |
| background-color:black; | |
| } | |
| @-webkit-keyframes headShake { | |
| 0% { | |
| -webkit-transform: translateX(0); | |
| transform: translateX(0); | |
| } |
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
| /* @keyframes rainbow { | |
| 14% { | |
| color: #ff0000; | |
| } | |
| 28% { | |
| color: #ffa500; | |
| } | |
| 42% { | |
| color: #ffff00; | |
| } |
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
| /* @keyframes rainbow { | |
| 14% { | |
| color: #ff0000; | |
| } | |
| 28% { | |
| color: #ffa500; | |
| } | |
| 42% { | |
| color: #ffff00; | |
| } |
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
| [ | |
| { | |
| "name": "g", | |
| "title": "Github", | |
| "description": "All of my open-source and personal work", | |
| "public": true, | |
| "url": "https://github.com/rishiosaur" | |
| }, | |
| { | |
| "name": "t", |
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
| import array | |
| import math | |
| import time | |
| import audiobusio | |
| import board |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Response> | |
| <Play>https://raw.githubusercontent.com/hackclub/hackclub/master/workshops/rick_roll/never-gonna-give-you-up.mp3</Play> | |
| </Response> |
OlderNewer