How do I make a Digital ERC20 Tokens with a 10% reward payout to an external Metamask address account for marketing? With an automatic paysplitter via pull-paym
I'm already protecting my logged-in (HTTP) APIs behind a user pool/JWT authorization. I'd also like to protect my /sign_up endpoint to avoid it being abused (e.
I created .net core web application and many files are uploaded to this application My question is how I can allow users to click on the word document and choos
This is my app.py file import pymysql from flask import Flask, flash, render_template, request, redirect, url_for import sqlalchemy as db impo
I have a pd df that looks like this: tab_name col_name CV_TAB1 TAB1_COL1 CV_TAB1 TAB1_COL2 CV_TAB1 TAB1_COL3 CV_TAB2 TAB2_COL1 CV_TAB2 TAB2_COL2 what I need i
This question is for a school related team project! So for a school project I work in a team as the infrastructure guy. Part of the project is a nextjs app and
I'm trying to get a seasonally adjusted version of two similar-looking series. The seas function works for the first and seems to silently fail to return data f
Lets say I have a Stream that emits a List followed by single elements like: Stream.fromIterable([ [1, 2, 3], 4, 5, ]); How to convert it to a Stream tha
In my application, there are two independent sources that could produce the same message type. I know there are not going to be any duplicate messages from the