python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I make my code find the unique words in each file and list them?
The code is supposed to ask a user for a file, find all the unique words in the file and sort them in a list alphabetically. However for each run,the return output is always "None".
I've tri...
Lava Proof
Votes: 0
Answers: 3
Get unique values from an array of objects using Cofeescript
I have an array that looks like this:
[
{
"id": 1,
"name": "Paul",
"parent": "Jane"
},
{
"id": 2,
"name"...
cris
Votes: 0
Answers: 1
How to create a unique number in java before sending an SQL query
I am making an app in java that sends SQL queries. The user can propose a room that others can book. To propose a room, the user has to fill a form.
When the user fills the form and presses on the val...
rudeus123
Votes: 0
Answers: 2
How do I select from UNIQUE and COUNTIF by data in adjoined column?
Starting with this list of countries and dates:
date
country
01.04.2022
Norway
Sweden
Norway
02.03.2022
Denmark
03.03.2022
Norway
I want to pick the UNIQUE countries from the lis...
Espen
Votes: 0
Answers: 1