I wonder if I can use burst compiler without using entity component system in unity, and if it’s possible how effective is it?
Google Advance Native Ad Display issue
i am using google advance native Ad. My Ad is display successfully on simulator and device when i run from Xcode, but when my app is live then one day Ad display on all device then another day Ad is not display in any one device whats problem in my code please help me. Mainview […]
JS Game not rendering in webpage
I’ve been following along with a tutorial to make a simple Javascript game but for some reason when I run the index.html file in chrome the game itself doesn’t render and I can’t figure out why. So far, I’ve tried separating the script into a separate file and tried with the script element rending in […]
Having issues using Pad function to fill in date with time gaps – using R
I am having issues using the Pad function (Padr) to fill in gaps within a time series. I have some code that downloads hourly data from a server, one day at a time for a specific time period. After each day of data has been downloaded the aim is to use pad to clear up […]
How do I include native macOS fonts, such as Times Roman and Helvetica, into Windows OS?
I am using both macOS Catalina and Windows 10, but I usually use Mac more for work, and Windows for gaming. I prefer Times Roman over Times New Roman; also I like Helvetica more than Arial fonts. Sadly, these fonts are not included in Windows OS. Is there a way to manually add them to […]
Auto read otp from sms in React Native
can anyone please help me in auto OTP read from sms in React Native. Recently i used https://github.com/Bruno-Furtado/react-native-sms-retriever but it throwing errors.
Keep the BottomAppBar when pushing a new screen
I’m developing a Flutter app that has always a BottomAppBar visible with just two tabs. Navigating through these two tabs is working fine, but I would like to push a new screen while tapping on the appBar and on one of the tile I have on one of the tab. I’ve already tryied the Navigator […]
Andoid library for video compression and video trimming using Media-codec
I have an android app where user upload video of any size. Can anyone suggest an Android library which provides implementation of following task – 1. Trim the video to a given specified time. 2. Allows to modify resolution and bit rate of video.
CNN from scratch – Backpropagation not working
I’m trying to write a CNN in Python using only basic math operations (sums, convolutions, …). The problem is that it doesn’t do backpropagation well (the error keeps fluctuating in a small interval with an error rate of roughly 90%). The dataset is the MNIST dataset, picked from https://www.kaggle.com/c/digit-recognizer. The method to build the model […]
FETCHING ID of the user who posted the file and post it in the database
I am trying to upload profile pictures for my users using code igniter.the syntax for thposting the image in the file systeme is quite ok all i need to know =now is how can i add a userid to each specific image.i tried using the code below but it returns 0 as the user ID […]