SQL Server is always using 15% to 40% or more on a very lightly used database (maybe 40 users log in ONCE a day for literally a min or two). A small load proced
I'm trying to write a SQL query which will be used in an SSRS report. It is to show the number of changes made to a table by a user between two dates. I have th
if I wanted the user to add / remove tabs on tabbar, how can I do it dynamically ? For now i can create a new tab but i can' t skip to the right page when cre
I have following classes class A { private Long id private List<B> listB; private C c; ... } class B { private Long id private A
When using CMakePresets.json the documentation states that I can use either $env{<variable-name>} or $penv{<variable-name>} to query environment var
I need to connect to a website that requires digital certificate authentication, when i try to connect with selenium, it open up a pop up asking to choose the c
This is the error I am receiving: [*] Exception! Exiting. Traceback (most recent call last): File "bhnet.py", line 59, in <module> clie
I include Precision@K as a custom metric in Keras. According to the documentation import keras.backend as K def mean_pred(y_true, y_pred): return K.mean(y
I am checking whether the Boolean field called attending exists, however I am not sure how to do that. Is there a function such as .child().exists() or someth
I am using Python 3.10 and SQLAlchemy 1.4.29 It has 3 classes User, Post and Comment. A User has many Post instances (1-N relationship). And the hard part is c