defaults write com.apple.screencapture location .
Replace .
with your path
Lets assume | |
F1 - Navi Nifty 50 Index Fund Direct Growth | |
F2 - Edelweiss NIFTY Large Mid Cap 250 Index Fund Direct Growth | |
F3 - Quant Flexi Cap Fund Direct Growth | |
HDFC Bank Ltd. | |
---------------- |
/* | |
RUN THE SCRIPT BY YOURSELF: | |
- Run `node paddle-revenue.js` on your server and let it run 24/7. | |
- Access the API at http://your_server_ip:8175/ (JSON) | |
HOSTED VERSION: | |
If you don't want to run the script by your own, you can use the | |
hosted version. The price is $5 per month per Paddle account. | |
Here is how: |
Template.registerHelper('tdd', function(prop) { | |
const t = Template.instance(); | |
return t.dataDict.get(prop); | |
}); |
<form> | |
. | |
. | |
{{#if tdd 'submitingCreateUserForm'}} | |
<button type="submit" class="btn btn-primary" disabled="true"> | |
<i class="fa fa-spin fa-spinner"></i> | |
Saving... | |
</button> | |
{{else}} |
import { Meteor } from "meteor/meteor"; | |
Template.mainLayout.onCreated(function () { | |
const self = this; | |
self.dataDict = new ReactiveDict(); | |
self.dataDict.set('submitingCreateUserForm', false); | |
}) | |
"submit #createUserForm": function(e, t) { | |
// before calling meteor method |
import { Meteor } from "meteor/meteor"; | |
import { _ } from "meteor/underscore"; | |
import { ValidatedMethod } from "meteor/mdg:validated-method"; | |
import { SimpleSchema } from "meteor/aldeed:simple-schema"; | |
import { DDPRateLimiter } from "meteor/ddp-rate-limiter"; | |
import { | |
shouldSearchExactWord, | |
removeQuotesFromWord, | |
getRegexStringForWordsMatch, | |
} from "./helpers.js"; |
[ | |
{ | |
"_id": "2T9Cnce6Brb8J7Z9t", | |
"homepage": "https://github.com/percolatestudio/meteor-factory", | |
"name": "dburles:factory" | |
}, | |
{ | |
"_id": "ftxSeGNb45X7Df8rD", | |
"homepage": "https://github.com/percolatestudio/meteor-fastclick", | |
"name": "percolatestudio:fastclick" |
defaults write com.apple.screencapture location .
Replace .
with your path
class ViewController: NSViewController { | |
@IBOutlet weak var scrollView: NSScrollView! | |
@IBOutlet var textView: NSTextView! | |
override func viewDidLoad() { | |
super.viewDidLoad() | |
// Do any additional setup after loading the view. |
[ | |
{ | |
key: 'git', | |
version: 1 | |
}, | |
{ | |
key: 'js', | |
version: 1 | |
}, | |
{ |