Top new questions this week:
|
Given a std::vector<std::vector<double>> (e.g., representing some points in a space with D dimensions), I want to …
|
…
|
I am trying to merge multiple map with Java stream API. The reqiurements like … this method can receive multiple map, does not care hot many of it support 2 merge method: intersection, union if key …
|
Here is the original question. I have extensively revised and redesigned my custom scoped timer for my needs using the feedback I got from two helpful members of this community. However I was told to …
|
I have a list of sales: …
|
I’m currently studying computer science at university and I’d been tasked with writing a MIPS assembly program that performs a permutation on an array. I’m asking here because my code actually worked …
|
I’m a total Python beginner and made a number guessing game as first project. The user has to guess the number the computer is thinking of. Please give me feedback! …
|
Greatest hits from previous weeks:
|
This is a working stack implementation using a linked list. I’m just curious to know if this is a good way of doing it. Any suggestions are welcome. Can we keep track of the number of elements in …
|
I have to reverse the string “He is the one” to “one the is He”. I have written some programs in Java but am looking for other best solutions. Suggest any possible ways to minimize the current …
|
Is it possible to create dynamic TR and TD elements in an HTML table? Something similar but better than this: …
|
I have finished my Python Hangman app with very basic code. …
|
During work, I was given this task: to group elements with similar properties in the array. In general, the problem is as follows: …
|
Would it be possible to get some feedback on some code I’ve just written? I’ve been working my way through Deitels’ Java How to Program for the past few months and thought I’d better ask for some help …
|
I wrote this script for a proof of concept JavaScript password cracker: …
|
Can you answer these questions?
|
I have a working gizmo movement script made in Raylib that allows me to move an entity (i.e. entity_in_inspector) in a 3D space using 6 arrows. Each arrow is …
|
I have a “flat file” with structure as below: …
|
So I am currently writing a function in laravel that handles URL parameter filters. How the code works: So we have the following two URL parameters: timeframe and <...
|