i want to compare some files in a folder and then write missing ones into a text file. i've got a folder c:\sessions\ with files in it. those files are
I want the query to retry until the expected result is met. How do I pass a condition into the function to decide if the query succeeded or not? export async fu
I'm new to swift language, but now I'm developing app with swift and firebase. I'm using realtime database and while making two identical functions for getting
class MyLog < ApplicationRecord has_one_attached :xlsx_file end I create .xlsx file as email attachments: xlsx = render_to_string layout: false, template:
Is there an equivalent to F#'s List.map function in C#? i.e. apply a function to each element in the list and return a new list containing the results. Somethi
I'm appending the dynamically created image element to document. var img = new Image(); img.src = 'test.jpg', img.onload = function() { var addedImg = con
Im using code based off of this demo (https://codepen.io/KittyGiraudel/pen/vEJXGm) in order to arrange a few items in a circle. I want create an animation to ro
Row( mainAxisAlignment: MainAxisAlignment.values [MainAxisAlignment.start, MainAxisAlignment.start, MainAxisAlignment.end], children: <Wi