This file contains 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
fns: | |
- &server_fn | | |
log("hello from another world!") | |
- &client_fn | | |
log("this is amazing!") | |
graph_defn: | |
graph: | |
- name: server |
This file contains 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
feature unique_name | |
requires | |
- package/version | |
- package2/version | |
parallelism scenario | |
@attr searchtags list... | |
@attr somethingelse list... |
This file contains 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
Lets say a person takes a loan of x amount for n months at y% interest per month | |
Lets assume CapMarket keeps f% fee per month where f < y. | |
A Payment schedule table should be produced in admin page with following fields after the loan has been accepted | |
1. Payment Month | |
2. Amount Payable | |
3. Principle Payable | |
4. Interest Payable | |
5. Fee Collected by CapMarket | |
6. Paid/Partial/Unpaid |
This file contains 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
"use strict"; | |
//var https = require("https"); | |
var needle = require("needle"); | |
let drinkSchema = { | |
className: "Drinks", | |
fields: { | |
drinkType: { | |
type: "String" | |
}, |
This file contains 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
http://www.menucool.com/slider/create-image-slider-dynamically | |
https://pixabay.com | |
http://aws.amazon.com/articles/1434/ | |
http://blog.500tech.com/is-reactjs-fast/ | |
Logging in: | |
https://developers.google.com/analytics/devguides/config/mgmt/v3/quickstart/web-js |