-
So basically what i am thinking is how do i go about this code in a way that helps me understand how...
- 1829 浏览
- 0 回答
- 3 关注
-
I found that there is no easy to get way the size of a directory in Bash? I want that when I type l...
- 1439 浏览
- 11 回答
- 6 关注
-
- 1623 浏览
- 8 回答
- 5 关注
-
My iPhone application connects to three different servers, say: production, staging and testing. The...
- 1622 浏览
- 4 回答
- 6 关注
-
I am reviewing my knowledge in object-oriented programming. Under the relationship between classes t...
- 2041 浏览
- 4 回答
- 6 关注
-
For example, running wget https://www.dropbox.com results in the following errors: ERROR: The certi...
- 1303 浏览
- 10 回答
- 5 关注
-
I am working with a new script that reads from a log file and then stores the ips which match one of...
- 1388 浏览
- 0 回答
- 4 关注
-
I have the following setup for packages (not sure if there is a better recommended one): (require \...
- 353 浏览
- 4 回答
- 3 关注
-
I designed an icon for my app today, and it looks good on everything but the circle icon shape. If I...
- 1222 浏览
- 0 回答
- 5 关注
-
- 1353 浏览
- 9 回答
- 4 关注
-
I\'ve noticed some GitHub projects have not only a README file, but also a README.md file. What is ...
- 1412 浏览
- 4 回答
- 4 关注
-
We\'re starting to look into a problem at work that effectively boils down to the following problem:...
- 1072 浏览
- 0 回答
- 5 关注
-
I am trying to install amdgpu-pro on debian 10 kernel 4.19.0-13, and I am getting the following erro...
- 585 浏览
- 0 回答
- 6 关注
-
I\'m working on a project which converts user\'s face to emoji. I use Apple\'s ARKit in this purpose...
- 790 浏览
- 0 回答
- 6 关注
-
#include #include #include struct student{ char firstname[20]; char lastname[20]; double grade; cha...
- 428 浏览
- 1 回答
- 5 关注