python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
CUDA do deprecated functions still function in newer versions?
Does the function cudaGLRegisterBufferObject (deprecated after version 3.0) still work in newer versions (ie 6.X) ?
(I know that cudaGraphicsGLRegisterBuffer exists, however I'm doing some work on an ...

user18029267
Votes: 0
Answers: 1
Gradle 7.4 fails with Applet been deprecated and marked for removal
Eclipse is hanging on me, so I reverted to a gradle build. Gradle classes fails with the error message below.
I do have a gradle.properties file in the project directory with: "org.gradle.warning...

Ray Tayek
Votes: 0
Answers: 1
Migration to PHP 8.1 - how to fix Deprecated Passing null to parameter error - rename build in functions
PHP 8.1 has deprecated passing null as parameters to a lot of core functions. My main problem is with functions like htmlspecialchars(php) and trim(php), where null no longer is silently converted to ...
Janis T
Votes: 0
Answers: 12
class_exists(): Passing null to parameter #1 ($class) of type string is deprecated
I had this newly installed Yii2 advanced and want to know if anyone of you ever encountered this error after login from the frontend?
What solution did you do to solve this issue?
Below is my composer...
lordrebs
Votes: 0
Answers: 2