I have some files that are not shell scripts per se, but designed to be sourced by shell scripts. Therefore, the file name don't match any pattern in auto-mode-
I export SQL tables to txt files (by the code below in ssms) all the columns are exported well except decimal columns, which export 41 chars (I want 19 chars),
I keep getting ERROR: ORA-06502: PL/SQL: numeric or value error during the second run of a procedure. Following part when run first time works as it should. Rea
I have just started learning react native and I'm trying to create a login screen that uses the NativeBase ActionSheet component, but I keep getting an error th
I have a TEXT column where each text is formatted as such: /customers/{customer_id}/views/{id1}~{id2}/ I am trying to fetch the id2 only. My idea is how to spli
I have the following code: var _editedService = Service( id: '', name: '', description: '', aboutUs: '', streetNumber: null, streetName: '', subur
Why does this code fail if there is no cls. before __TEXT __TEXT = "abcde" print(__TEXT) class aaa(): @classmethod def bbb(cls): print(__TEXT)
I have a script (delete.py) that calls an API to delete an object. And I have a script (remote.py) that calls the delObj() function in delete.py to delete an ob