Original Question I have a Java web application that allows users to create an account and login. For some reason, after someone has sent enough illegal charact
Is there an elegant, easy and fast way to move data out of HBase into MongoDB? I want to migrate HBase to mongoDB. I am new to mongoDB. Could someone please hel
Im making a chat application with node js and mysql and i need to get all the data between sender id and receiver id but im stuck in that . Need to get all the
I am working with time series data and trying to count particular events across multiple years. I want to create a new.dataframe that shows the total count of e
This is my first question, and i'm not a native speaker, please don't be hard on me :) I'm trying to do sms things with the api read/send is ok, but when it co
I'm trying to retrieve a contact in Intercom through their REST API. I'm using the following code but I get the following error : CODE try {
I'm trying to import the Json data generated by an Impinj R420 reader. The code i use is: # import urllib library import urllib.request from urllib.request impo
Im trying to use SwipeRefreshLayout to load data whenever user swipe down. It works correctly in Viewpager but when I user Viewpager2 it causes : 2022-03-08 09:
By default firebase's sending a link to verify the user email, but I want to send a otp with that email. So is there a way to customize that email or send a otp
I'm currently building a test app using React Native. The Image module thus far has been working fine. For example, if I had an image named avatar, the below co