python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
filtering out users in react
so im new to react and there is a book and a task given i need to filter out users by the upvotes the one user with most upvotes must be on the top but i have no idea how to do it also when i press on...
dortax
Votes: 0
Answers: 2
Making functions accessible from other classes in same project but not in another Project
I have a project called Category_Helper_Project.
Within this project are two relevant classes: Category_Interface and Category_File_Manager
The purpose of this project is that it can be referenced fro...

julian bechtold
Votes: 0
Answers: 2
How can I allow the user to view his available account balances for two different currencies & Write transactions to file either deposit or withdrawal
This application should mimic the basic functions of an ATM machine. You should create a typical ATM user interface as well as create files from which you can read your saved transactions or write to ...
User1
Votes: 0
Answers: 0
Comprehensive list of all possible AppType values in DPROJ file?
The Delphi DPROJ file contains an AppType XML tag-pair, for example:
<AppType>Application</AppType>
...where the value of AppType could be: 'Application', 'Library', 'Package', etc. etc.
...
user1580348
Votes: 0
Answers: 1