this is my script: using System.Collections; using System.Collections.Generic; using UnityEngine; public class Player : MonoBehaviour { // Start is called
I have a text file I'm storing on the Firebase database and I'm trying to retrieve the text as following: File tempFile = File.createTempFile("tempfile", ".txt"
I am interfacing LCD module in 8bit mode to STM32F446RE Nucleo board the connections are as below: connections wiring (if pic is not clear) PB0-->RS PB1--&g
I have the following buildType block in my build.gradle. As you can see I would like to add the DEBUG_BUILD flag to the "debug" build type ONLY! buildTypes
I am struggling with some constraints that have ranged variables and several decision variables. The constraints are `if a[i] <= t <= a[i]+b[i], then M[t]
I have the following html: <label class="control-label col-sm-4" for="bla-bla"> "Value date" ::after </label> <div class="col-sm-8">
recently I have been working on Flutter app and I read that the App Store will no longer accept any app that uses UI web view, so here is my question what about
Hi everyone I created a network graph using Pixi and d3 and my graph is to slow for that I have to work complex functions in the second thread here is App.js
I'm trying to insert records in my Concursos table by this entity public class Concurso { public int Id { get; set; } ..... public DateTime FechaAr