I took this from another resource but I have two java files and a res file I could not understand very well. Are these two files necessary?
i am a high school student who manages the school gpu server right now. School server : Ubuntu 20.04, Nvidia A6000 Driver : 510 I am now reinstalling my school
I have to sanitize a part of sql query. I can do something like this: class << ActiveRecord::Base public :sanitize_sql end str = ActiveRecord::Base.sa
I need edit some value in my xml files. And I use this code: xmlstarlet ed --inplace -u \ '//some_folder/buildElement[@name="element_name"]/@some_value' \ -v $v
I am new in spring session. and want to handle http session of my simple spring MVC project with Redis. I am using following POM <project xmlns="http://maven
I am working with .net core 5.0 with code first approach I am working crud operation on product and category I inject the both service in startup.cs class but s
I am trying to make a checkbox work with SQLite when checking it done it will update the Done property in the model for tasks. The checkbox is in a collectionvi
I need help in the following, I have a data frame with Columns: Class (0,1) and text. After cleansing (lemmatizing, removing stopwords, etc), I split the data l
I have a dataset that contains opcode sequences of malware files. I read a paper where the author tried to implement a RNN algorithm like LSTM, but he specified