I'll get straight to the point. I found some code on stackoverflow that partially works. df1 <- read.table(text = " ID V1 V2 A X SBI123 A Y S
In Stripe's UI there's the REASON column: As per Stripe's docs, it's possible to cancel a subscription via API: var stripe = require("stripe")("sk_test_J7rb
I am trying to write a simple round-robin scheduler for coroutines. My simplified code is the following: Generator<uint64_t> Counter(uint64_t i) { for (
I have a web server with routes such as: router.get("/inicio", async (req, res) => { // logic ... return res.render("template"); } and a route for every
The problem: We need the public profile url or vanityName of the users authenticating with LinkedIn OAuth 2.0 on our website for a social feature. But apparentl
I'm a beginner in express, node.js. I try to build my app but my style.css file is not read and I don't understand why. At the beginning, I try to do with .scss
I used Dreamweaver's pre-set JavaScript snippets to make some rollovers for a navigation bar @ http://www.skyboxlabs.com. Its funny - the navigation bar looks g
I want to save two integers in SharedPreferences but they won't get saved. I have a RangeSlider with a min and max value. The slider values definetly get update