-
## 💥 Proposal
Hello, I am Siddhant Dutta - I am a GSSOC'23 Contributor. This is my resume - [Resume](https://drive.google.com/file/d/1iRPv-76FDxEyo-7QdmxDp3le7DEabK-Q/view?usp=sharing)
# Introdu…
-
My Settlers unit in this screenshot started in London and I used GoTo to send it to the tile where the cursor is pointing, but the GoTo ended where the Settlers unit is currently standing.
![image]…
-
Ripper algorithm recognizes timestamp features (e.g. 2022-06-14-19.39.35.929641) as integers, and thus encodes them to categorical features. The resulting rules are in terms of equality predicates (e.…
-
[A curated list of amazingly awesome awesomeness](https://github.com/bayandin/awesome-awesomeness)
# Awesome Awesomeness
A curated list of amazingly awesome awesomeness
- Programming Languages
- [C…
-
They are very similar and can be merged easily from a theroretical point of view. Unfortunately, the performance of string generation is a central requirement for libfastjson (as it linearly affects r…
-
**Is your feature request related to a problem? Please describe.**
Deletion vector is a widely used technique used for efficiently filtering data in columnar storage.
**Describe the solution you'd…
-
if I have many folders with 'kl' (for example), I may need to type many letters or always scroll through the list.
Provide folder shortcuts (e.g. *1 or *2 or *a1 or *a2 ...). We can also define ne…
-
I am a complete beginner who decided to follow the roadmap couple of months ago. Sharing a few books that helped me to get started.
1. How computer works : **Code: The Hidden Language of Computer Ha…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Hello,
I would like to propose the addition of a Retail Price Optimization Machine Lear…
-
你这个代码有好多问题,我随便列几个
1. .idea文件等代码、配置无关的文件不要checkin;
2. package的层次还不够好;
3. I**的方式一般是用来定义接口的,而不是class;定义接口是个好习惯,应该另行起class实现接口;
4. 测试一般不要写在某个class的main函数里,用junit