I have some words in a text file like: joynal abedin rahim mohammad joynal abedin mohammad kudds I want to delete the duplicate names. It will delete these du
I have a function that returns the largest number of a variant list of parameters, and if there are more than 5 parameters it will throw an error: if (params.le
Does anyone got an idea to handle an Iframe video/audio in a slider and get possibility to swipe it and still play it by clicking on it ? I tried to put an ove
I'm trying to figure out a way to create a data-source plugin which can communicate with an external REST API and provide relevant data to draw a panel. Anyone
#include <stdio.h> #include <stdlib.h> /* for atof() */ #define MAXOP 100 /* max size of operand or operator */ #define NUMBER '0' /* signal that a
I need to Render a list of Data in the Dropdown, But I am getting Empty Dropdown without any Data... Can Anyone help me out this, Thanks in Advance... const Dro
I am first to use MongoClient to connect mongodb in nodejs, in each js file I use it like following 'use strict' //part 1 const { MongoClient } = require('mongo
i want to execute a native sql query in hibernate 3.5. i'm using mysql 5 as dbms, tested the query at the mysqlworkbench and i get the data i want. so i creat
I have an application that has many tabs, apart from the first tab - all others are loaded via Ajax. The tab content all loads correctly. However if I have a jQ
I'm current working on a problem that involves splitting a string by each group of characters. For example, "111223334456777" #=> ['111','22','333','44','5