this is my alarm clock. The only problem with it that it does not trigger an alarm, not even when I have the app open, so I don't think the issue is with the ba
Child: class SceneAR extends Component { constructor(props) { super(props); this.state = { ... const setTabLugar = (open_tabLugar) => { t
path = glob.glob('Foto/*.jpg') x = 0 for i in path: matrix = cv2.imread(i) gray = cv2.cvtColor(matrix, cv2.COLOR_BGR2GRAY) img_mat = np.array([
I am trying to read from a sensor with PIC 18f4550 at baud rate=38400. With a FIFO Circular buffer, I am able to store data from the sensor to an array. The s
I want to split my project into subprojects. The default Gradle setting from the IntelliJ IDE is: import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugin
I am trying to read a large csv file (aprox. 6 GB) in pandas and i am getting a memory error: MemoryError Traceback (most recent
I'm trying to write a makefile for my test C++ project that works with separate directories for source code and object files. I followed an answer to another qu
I'm trying to migrate to spring Data R2DBC, I couldn't find a support to Amazon Redshift database, can some one help me that if there is a support. Here is the