protected void ButtonNota_Click(object sender, EventArgs e) { string nota = TextBoxNota.Text; string materieID = ddl.SelectedValue.ToString(); strin
I have a project for school and they want me to create schedule app with: React as Frontend Rest API with python(i chose django rest framework) SQL database (i
Thank you for taking a look at my question. Here is what I have so far. List test() { // ignore: deprecated_member_use List<String> newList = []; Firebas
Friends! I learn "Face Anti-Spoofing using Deep-Pixel-wise-Binary-Supervision". But I have some question because I learn CNN not long time and I can not underst
I have a MongoDB collection that contains documents as follows: { "_id": ObjectId(.....), "name": "John", "contacts": [ { "name": "henry", "a
Not much to say here. I have a task which most of the time creates a json file. Sometimes though it does not. In order to implement this optional output I creat