I'm building an ETH wallet for iOS. This is just a prototype of a screen, but I'm facing an error. Everything works just fine, except the part where i have to m
I have a mosquitto broker and I can connect to it using mqtt://, mqtts://, ws:// and wss:// protocols. Now is there a way to use ssl:// as protocol? I am using
I have the data set below as in the link picture. How to use rolling function rolling( window = offset ??? , min_periods = 1, center = True, closed = 'both'
I am writing a REST api using ruby on rails. I am using json api as a guide for the standards to use when building the api. I am trying to figure out the best
Thanks for taking out some time to read this. I'm working on a project that involves having to show autocomplete search hinting data for worldwide Cities,Airpo
I am using the following code in my wordpress page: <article> <?php if ( have_posts() ) : while ( have_posts() ) : the_post();?> <section> <
I want to construct an API of user signup in which I need user basic information and his/her profile picture also so I am very confuse that how can I achieve th
I'm trying to bind a usercontrol having a button to another usercontrol both displayed on the same window. I'm using it in a MVVM setting. Main window Usercontr