Automated security for apps that matter
Sqreen monitors your application security and helps you easily protect it from common vulnerabilities or advanced attacks.




Automated security for apps that matter
Sqreen monitors your application security and helps you easily protect it from common vulnerabilities or advanced attacks.







echo (Locale::getDisplayRegion(‘-PT, ‘en’))

As heard on https://soundcloud.com/notananimalrecords/not-an-animal-podcast-39-craig-bratley-nov-19
As heard on https://soundcloud.com/notananimalrecords/not-an-animal-podcast-39-craig-bratley-nov-19 (14min)
While I was working on some web app using DataTables, I came across with the following error

DataTables warning: table id=k_table_1 – Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3
https://datatables.net/manual/tech-notes/3
The solution was to normalize the id for the table.
Where I had k_table_1 now I have ktable1.