I created this sh script and want to measure time spent on the program: #!/bin/bash start=`date +%s` cd nlu/creator python3 move_file.py ../../../../../base_
I can't figure out what I'm doing wrong with my LIKE statements. I feel like this is using the esc_like function right but when I simply try to print out my pre
I want to do sorting inside rdd(example given below) using pyaspark. Input rdd: [('x', {3: [16, 11, 4532], 0: [5390, 3262]}), ('y', {2: [256, 128, 11], 5: [3262
I have an ASPNET Core Web Site called Web-App-1 and an ASP NET Core Web API called Web-Api-1. There is functionality in Web-Api-1 that I want to secure so that
I have a username and password I built from scratch, this works fine until I thought, people forgetting their password. I would like to find a way to check when
I am trying to live search two tables in MySQL. I have the following query using UNION. When I get the result back, the keys are always from the first table col
LINQ doesn't like DateTime functions Subtract and AddDays. So I was thinking to use DBFunction, I am using Entity Framework Core v3.1.7, but I can't access Date