I want to make nft marketplace with solana in android. There are many examples connecting solana wallet(ex. solflare, phantom ...) in web client. But i don't kn
class SudokuSolver { // check for string being sudoku validate(puzzleString) { const puzzleArr = puzzleString.split("") const digitCheck = puzzleAr
OK so first of all, this is not my code, I'm simply maintaining it. It's a Jukebox, written in Python with Flask, and the main Flask app is actually an inherite
Is it possible to get the name of a functional component inside it? Something like: function CarWasher(props) { const handleOnPress = () => { console.l
int Fun(int m, int n) { if(n==0) { return n + 2; } return Fun(n-1, m-1) + Fun(m-1,n-1) + 1; } I'm completely lost as to what the 1st case
Other threads have covered that file.encrypt on vb is not supported on W7HE. however i cant find a simple work around for it, and the only other function i know
I want the results to be uploaded after the test, how to configure summary report listener in csv file, after the test completion upload MySQL db, what custom c
I have a table like : ID Args 1 {"requester":"Alexandre", "recipients":[{"first":"John", "last":"Smith"}, {"first":"Elisa", "last":"Martin"}, {....}, {"first":