-
I have a class as this: public class Test { private static String name; public static Strin...
- 1305 浏览
- 4 回答
- 4 关注
-
I am trying to push first draft of my .Net code (written in Visual Studio) to bitbucket. Locally I a...
- 1594 浏览
- 0 回答
- 6 关注
-
I\'m creating an image that has a similar problem like the following docker project: Dockerfile FR...
- 824 浏览
- 4 回答
- 5 关注
-
I have created a voice synthesizer. It works very well, and in real time, but my only problem is tha...
- 449 浏览
- 0 回答
- 4 关注
-
I was trying to make a chrome extension for streaming audio peer to peer, using WebRTC but the thing...
- 854 浏览
- 0 回答
- 5 关注
-
I’m trying to solve a problem where I’m I have IMU data for human activities that transition from on...
- 801 浏览
- 0 回答
- 6 关注
-
I am trying to take a picture without preview, immediately when my application starts running and af...
- 1263 浏览
- 3 回答
- 4 关注
-
I\'m working on a Discord bot which handles a multiplayer game with rpg elements - those rpg element...
- 1158 浏览
- 0 回答
- 4 关注
-
I have an array of usernames and passwords as dictated by line 18 and 19. At line 36, is there a way...
- 901 浏览
- 0 回答
- 5 关注
-
I\'m still getting my head around R so please excuse my ignorance. I currently have a dataset with s...
- 1256 浏览
- 0 回答
- 4 关注
-
I am having issues getting Kivy to initialize using the command import kivy in my VSCode editor on a...
- 1010 浏览
- 0 回答
- 6 关注
-
How can I turn a list like: a = [1, 2, 3, 4, 5] to something like: b = [[1], [2], [3], [4], [5]] I...
- 869 浏览
- 0 回答
- 5 关注
-
Static inheritance works just like instance inheritance. Except you are not allowed to make static m...
- 1935 浏览
- 4 回答
- 6 关注
-
I am doing a project that involves using quicksort for the first time. I am using is on an array of ...
- 1971 浏览
- 0 回答
- 6 关注
-
I am writing a data processing code, in which I create a new file, write processed data in to this f...
- 2005 浏览
- 4 回答
- 6 关注