Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
DejanLekic
DejanLekic has asked
12
questions and find answers to
88
problems.
Stats
2.2k
EtPoint
663
Vote count
12
questions
88
answers
About
Professional software developer since 1992.
Software Engineer @ BMLL Technologies Ltd
DejanLekic questions
Is there a way to get notification when JComponent is not visible anymore beucase parent is removed from collection?
Is there an elegant way to make JTable stop editing when user closes the application window?
How to prevent multiple workers from running a task sent ONLY ONCE?
How to build a list of file names in a local directory?
What is the reason for using "Kt" suffix in Kotlin classes?
Is there a way to separate GitHub webhooks in three categories: master, pull-request and anything-else?
Is it possible to have modular AsciiDoc book (that consists of few files)?
Is there a lolcode compiler for x86 or x86_64?
DejanLekic answers
Celery not executing new tasks if redis lost connection is restablished
Celery what happen to running tasks when using app.control.purge()?
How do you avoid interrupting running Celery tasks when redeploying?
How to import a class from a different source file in D?
D and C++ currently interoperability status
Is there an elegant way to make JTable stop editing when user closes the application window?
Avoiding overwriting objects in ArrayList
Why is &array != &array[0]?
Suitability of D for writing a Tracing JIT Compiler?
What is the equivalent to D's taskPool.parallel() in C++