-
Search based on keywords. Maybe make use of an existing search engine, e.g. [Woosh](https://whoosh.readthedocs.io/en/latest/intro.html)?
-
Here is my plunker for HW 4. Answers to the questions are in the HW_Answers.md file
http://plnkr.co/edit/HicqaA5oA8401waYuDs7?p=preview
-
[From this minimal reproducible sample](https://codepen.io/canbax/pen/VwKMOZR?editors=1111) you could see that `packComponents` takes too much time to calculate. (180 seconds)
The graph in the exam…
-
We want to make the grid items focusable and keyboard navigatable. We first have to give all elements a logical order
-
- [ ] Problem 1: Multiples of 3 and 5
- [ ] Problem 2: Even Fibonacci Numbers
- [ ] Problem 3: Largest prime factor
- [ ] Problem 4: Largest palindrome product
- [ ] Problem 5: Smallest multiple
…
-
k00ni updated
7 years ago
-
I try to Nesting some random Items (100 rectangle of random size), and get this result:
![image](https://github.com/Ultimaker/pynest2d/assets/73845/7e3a5fb0-4dea-48fe-ad06-ee678e9f1958)
But suppos…
-
Tagged unions are useful BUT you'd ideally also want:
1. The ability to store the tag freely in the struct.
2. Specify the size of the tag
3. Switch over the tag.
4. Get the tag "value" and store …
lerno updated
2 weeks ago
-
Not sure if this is the right place.. if not direct me .. (using puzzlecad 2.3)
I want to bevel the frame/box much more than "default" rendering.. similar to those 3D puzzles online (ie: https://ww…
-
When I call the yarn command to build the sitemap, I get this error:
![error](https://user-images.githubusercontent.com/52676492/67895256-88955200-fb30-11e9-87ea-29db1681dda5.jpg)
My package.jso…