Use following helpful link:
https://helpx.adobe.com/experience-manager/using/first-osgi.html
Step 1: you must have following things setup
- Java
- Maven
module App { | |
export class BaseController<T extends Entity> { | |
// my services | |
searchService: SearchService; | |
saveService: SaveService; | |
authService: AuthService; | |
url: UrlService; | |
// my variables | |
searchRequest: SearchRequest; |
# set your crontab cron like this, to check after every 5 minutes let's say | |
*/5 * * * * /home/ub/local/bin/node /mnt/d/tmp/cron001/cron.js >> /mnt/d/tmp/cron001/activtyOn21-5.log | |
# for every minute | |
#* * * * * /home/ub/local/bin/node /mnt/d/tmp/cron001/cron.js >> /mnt/d/tmp/cron001/activtyOn21-5.log |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>HMAC-SHA256 Example</title> | |
</head> | |
<body> | |
<script src="http://crypto.stanford.edu/sjcl/sjcl.js"></script> | |
<script> | |
var sharedSecret, query, signature, hmac, xhr; |
@echo off | |
:: This script configures the start information for this server. | |
:: | |
:: The following variables may be used to override the defaults. | |
:: For one-time overrides the variable can be set as part of the command-line; e.g., | |
:: | |
:: SET CQ_PORT=1234 & ./start.bat | |
:: | |
setlocal |
Use following helpful link:
https://helpx.adobe.com/experience-manager/using/first-osgi.html
Step 1: you must have following things setup
// run it using ngrok | |
var url = require('url'), | |
crypto = require('crypto'), | |
querystring = require('querystring'), | |
http = require('http'), | |
port = 3000; | |
var token = '***your token'; |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
OP: @leonardofed founder @ plainflow.