I am building my first firebase app using JS and Webpack. I'm following the modular approach. I have followed the documentation and forums for this, However I c
I have a long-running task of creating a bitmap saving it and recreating more bitmaps which I was doing on a single background thread ExecutorService executor =
I am using the below function to extract events from Google Calendar to Google Sheet, is there a way to modify this to extract events from multiple calendars. f
I have implemented the Discounted Cumulative Gain (DCG) and Normalized Discounted Cumulative Gain (NDCG) in python. I am not sure if the code is correct or did
I want to be able to import the contents of a folder and be able to call functions in classes inside them by name, like say i have example.py i would want to be
I have created a function where it can solve double integrals using the Simpsons rule but it only works when the limits of integration are constants def double_
I have three servers 10.77.12.54,10.77.12.55,10.77.12.56 my application on 54, Postgres on 55, and Nginx on 56 servers I created gunicorn.shock file and gunicor
i want to make image and text can be scrolled when the screen orientation landscape and i want use media query when the screen min-width:768px max-width:1024px
I made a sortable list using react-sortable-hoc. My problem is that there is no transition. I tried to use transitionDuration, but it still doesnt work. Here is
So I want to make a app that shows some images and when the window resizes, it scales also all images to fit on the screen. My strategy is this: call clCreateIm