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
/** | |
* Path: dynamoDB/getReportCompletionStatus/index.js | |
*/ | |
const AWS = require('aws-sdk'); | |
const ddb = new AWS.DynamoDB.DocumentClient({ | |
region: 'eu-central-1' | |
}); | |
/** |
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
/** | |
* Function | |
* @param {Number} seed length of sequence of characters generated | |
* @returns {String} sequence of Capital letters | |
*/ | |
let generateCaps = (seed) => { | |
// randaomly select letters withing ascii characters | |
var string = ''; | |
for (let i = 0; i <= seed; i++) { | |
// select randomNumber |
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
<html> | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script> | |
</head> | |
<body ng-app="myApp"> | |
<button ng-click="click()">Send Message</button> | |
<script type="text/javascript"> | |
angular.module("myApp",[]).controller("testCntr",function($scope,$http){ | |
var authorization = "Bearer "+ "zu.5_21RmO1Sl5h1RRiGDZVEy.tjD8D5u9UneijpFBeMTrNE7SI990wfrLSR6pT6kD9fLG0vww3eBs"; |
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
#include<iostream> | |
#include<sys/types.h> | |
#include<netinet/in.h> | |
#include<sys/socket.h> | |
#include<netdb.h> | |
#include<unistd.h> | |
#include<stdlib.h> | |
#include<errno.h> | |
#include<string.h> | |
#define MAXHOSTNAME 256 |
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 Html5> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<style type="text/css" > | |
input[type="text"],button{ | |
width :100%; | |
} | |
table{ | |
width :40%; |
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
#include<stdio.h> | |
#include<stdlib.h> | |
#include<string.h> | |
#include<ctype.h> | |
#define SIZE 30 | |
typedef struct node WORD; | |
struct node { | |
char *words; | |
int count; |
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
<p><br></p> |
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
<p><br></p> |
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
<p>7977987979797</p> |
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
<h3> | |
Build and execute instructions</h3><div><img src="http://beagleboard.org/static/uploads/LEDs.PNG" style="width: 337px;"><br></div><div><ul style="color: rgb(82, 82, 82); font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px;"><li>Run the example code of the next card and observe USR3 blinking.</li><li>Alter the frequency and re-run the example.</li></ul></div> |
NewerOlder