I am transferring the data from the database to an excel document with EPPlus. I grouped the data from the database. No problem so far. I need to separate the g
i trying to get some data json from my api, But I faced this problem: Code javascript to get json data from my API : // Get Specs $.getJSON('https://my_ap
#include <graphics.h> #include <conio.h> int main() { int gd = DETECT, gm; initgraph(&gd,&gm, ""); for (int i=200;i<400;i=
Hello I'm trying to install postgreSQL on Ubuntu 20.04, but when I exexute the very first command in order to create file repository configuration: $ sudo sh -c
So I'm using MERN stack, and I need to generate some invoices/pds with Handlebars and some Templates in Server, can I do that, to use it only for specific thing
I am working with Apache Kafka to send messages to Kafka topics. I am trying to use unions in Avro Schemas including enum types for message validation. But I am
I'm trying to get dominant color from a load image using this repo. Here my try: import React, { useState } from 'react'; import { ColorExtractor } from 'react-
I have a CSV file, I want to iterate each row of only one specific column. Let's say, the column name is "phrase", there are 1000 rows in this column as follows