while making this school project i finish the code and make everything right, at least that's what i thought. I'll put here my app.js and bin section, so if any
I have a CSV file like this (comma separated) ID, Name,Context, Location 123,"John","{\"Organization\":{\"Id\":12345,\"IsDefault\":false},\"VersionNumber\":-1,\
I have a list of object, each object contains a unique ID. The current list is like so: [{"id": 3}, {"id": 5}, {"id": 8}] I want to change the indexes a bit -
I'm writing a code that asks the user to input a number, and if the input is not a number, it will ask the user to input again. What loop is t
I would like to ask something about python logic and how could i solve this problem. Here is my code: controlRatio = 1 for i in range(10): if controlRatio =
How can I convert a string in bytearray using JavaScript. Output should be equivalent of the below C# code. UnicodeEncoding encoding = new UnicodeEncoding(); b
I have a webserver where php is running on it. I need to use NACL encryption for data encryption between client and server. However when i tried to call sodium_
I renamed an Azure DevOps Project. Now the project Wiki is completely gone - which is not that good because it had a lot of information in it. My Questions are:
I have a Fastlane lane to download and upload dSYMS to Crashlytics: download_dsyms upload_symbols_to_crashlytics I messed up and because of that the download_d
This is my ansible script - name: show1 debug: msg: "{{response.stderr_lines}}" Here is the output msg: - Using endpoint [https://us-central1-aipla