So, I have a metadata dataset with labels and their descriptions. A sample from the dataset looks like the following: Label Descriptions Release Date Date of f
I am using javascript for to communicate with platform's api. Just have a quick question! There is a date picker which you can click and pick any date. My task
I m reading data through kafka with spark windowing operation and union the kafka and hive data , make single dataframe. I am trying to find latest data with ti
On Main activity XML I have one buttom nav and on another fragment I have a floating button. This button is not visible because of the buttom nav. If I add on f
I have an api that gives me this json array. How do i just get specific key value pairs for traceId? these are traces generated by zipkin but i want to store th
If I have a table {A, B, C} and the FDs: {A -> B, B -> C} is the table in 2NF ? Im a little bit confused because of the transitivity axiom which is if A -
I'm creating a video streaming service, the backend code look like this: const stream = new Readable(); stream.push(movie.data.slice(start, end + 1)); stream.pu
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <ctype.h> #define TYPE char typedef struct n
i'm pretty new to typescript and there's something that is not very clear to me. I'm trying to pass a prop to styled-component file, the prop arrive from redux
See the calc: var_dump((75.2 >= ((94 * 1.8) - 94))); // return false; var_dump((75.200000000000001 >= ((94 * 1.8) - 94))); // return false; var_dump((75.2
I have opened a workspace in Xcode, now how are you suppose to copy paste a file.. Using keyboard Command+c/v does not work?
I am using createjs.Bitmap to add an SVG to the stage. This is in Adobe Animate HTML5 Canvas which uses the Create.js/Easel.js frameworks. The project is usin
When I allow particular port in AWS security Groups, Slaves are not connecting to the master but when I allow all traffic in security groups it's connecting and
I am trying to create a word cloud with the image text below wordcloud(words = wcdata_table$Dispensed_State, freq = wcdata_table$Date,scale=c( ,0.25), max
I tried to add floating bar to the website. And i have a Layout component that used on every page. The Layout component has some navigation logic, graphQL query
I want a piece of text to follow the mousepointer, but only when the mouse is hovering over an image. Until now it works partly: when the mouse accesses the ima
I have an NSDate object and I want to set it to an arbitrary time (say, midnight) so that I can use the timeIntervalSince1970 function to retrieve data consiste
I am trying to make seamless looping video in a game engine, and I have two questions. Even though I used the Sequencer Source, I still found that the playback
I'm trying to print a certain sentence from an external file in python. The file is a .log file. This is how the file written: [Mon Dec 05 14:01:48 2005] [notic
How to transform a list of dictionary into a table. Here is the table: [{'wow': 1, 'item': 1, 'money': 1}, {'best': 1, 'sock': 1, 'saved': 1, 'found'
# importing necessary libraries & my own library of functions called dependancies: from tkinter import N import Dependancies import pandas as pd import time
I have a csv file with 3 rows of data which is stored in Marklogic and available in collections. I am trying to access the content of the csv file from Power BI
I am getting this error when running my Flutter app: Launching lib\main.dart on Android SDK built for x86 in debug mode... FAILURE: Build failed with an except
I am struggling to fix error: linking with 'x86_64-w64-mingw32-gcc; failed: exit code: 1, I have installed TDM-GCC-64 and Cygwin and added the
I'm using BottomNavigation in Jetpack Compose with navigation-compose:2.5.0-alpha04 and I want to encapsulate each tab's flow with nested navigation. To achieve
The private key is generated using Elliptic Curve. None of the methods from the SubtleCrypto interface of the Web Crypto API seem to be able to derive a public
In my table named Follow, there is the information of those who are followed. For example, let's say my user id is 1: tableID | followerID | followedID ________
The purpose of the following function (in an Android app) is to programmatically lay out three vertical SeekBar objects one beside the other. The setting for th
I'm using the gitea versioning system in a docker environment. The gitea used is a rootless type image. The http port mapping is “8084:3000” and the
I need to translate the postgresql query below select distinct on (name) * from users To seqelize query / condition . Currently I am just selecting all users f