I have open the Google Play store using the following code Intent i = new Intent(android.content.Intent.ACTION_VIEW); i.setData(Uri.parse("https://play.google
In the docs, there is a function to create a socket via a path, it's socket.connect(path[, connectListener]) link I tried this: var net = require('net'),
I have data from an experiment where Subjects rated an Event called f: df <- structure(list(Subject = c("A", "A", "A", "B", "B", "B"), T
There is an image of a coffee cup. I am trying to achieve a functionality where even though the window size is decresed the image of the coffee cup stays visib
I need to extract part of strings that represent urls.Its from an api response and I need to get specific part(its called ASIN) Examples https://www.amazon.com/
This code gets the StringGrid contents per row with '|' as a separator. procedure TForm1.datas(); var iRow: integer; RowData : string; begin {get string
I'm trying to create a zip file with directory tree based on array strutucture. I already use this answer when I need to create a zip file from a directory tr
I want to create a function that can generate two balls that rise at different speeds. I used the parameters of the speed in which it rises called change and an
Can anyone help me with this i am using rails 7.0.2.3 Bundler could not find compatible versions for gem "rack": In snapshot (Gemfile.lock): rack (= 2.2.