Problem with passing data from fragment to fragment. in my application there is a button to go to the fragment on which the recycleview is located. By clicking
I installed pip install tweepy and it installed without errors. Requirement already satisfied: tweepy in /Library/Python/2.7/site-packages Requirement already s
I'd like to rename projects link. By default WordPress makes them appear: http://www.example.com/project/specific-project-name/ I would like to customize the pr
I want to chain some requests in order to always have an up to date variable containing a JWT for access. Now i am new to scripting in Postman, i figured this c
I am using srmklive paypal package in one of my laravel project and it is working on my localhost but when i upload the same project and run composer update it
I'm trying to make post request using retrofit: class PostContentModel { @SerializedName("createdBy") var createdBy: UserDTO? = null @SerializedNa
as per the guide here https://www.intelliwolf.com/find-nearest-location-from-array-of-coordinates-php/ I am trying to write a version that finds the nearest "ID
I have a 2d Numpy Array: a = np.reshape(np.random.choice(['b','c'],4), (2,2)) I want to go through each element and, with probability p=0.2 change the element.