ARDUINO PAD BLUETOOTH Hi, I´m trying to do a PAD controll by Bluetooth, the conexion with be between my smartphone (Android) and the Esp32 but i have some
Using the Functional API example given in documentation 8.13.12. I get the following Warning (using python 3.6). The code does work in the console but I'd rathe
I am new to Apache James and am trying to setup James as a server in between my application and an email server. I use James to change the attachments and then
I'm trying to convert a query to JSON format, so I can use it with streaming data. I searched in the oracle documentations how to do it, but I'm getting this er
So I have written this piece of code that manages to look for matching values for some data that is present in the lower part of the same worksheet. The data it
I'm rationalising some old SQL tables that exist at a lot of remote sites, so I need to build a query that will make new good tables out of the bad old ones. So
I'm using python's zipfile module. Having a zip file located in a path of:/home/user/a/b/c/test.zip And having another file created under /home/user/a/b/c/1.txt
Working on this code for creating a new user script and I havent got much experience with if statements. I am trying to get the system to detect if the new user
I have two questions related to ensemble learning for data streams. If you have used MOA framework, could you please tell me how to change the base learner for
Here is the probleme : @MappedSuperclass @Data class A { @Id private Long id; @ManyToOne protected B fieldB; } @MappedSuperclass @Data class B