Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Post History

77%
+5 −0
Challenges Recreate the Stack Overflow logo

Originally from Somewhere Else. I thought I'd continue making more drawing challenges here now that I discovered it. Make the Stack Overflow logo using the following criteria: The tray: ...

2 answers  ·  posted 3y ago by General Sebast1an‭  ·  last activity 2y ago by Anonymous‭

#6: Post edited by user avatar General Sebast1an‭ · 2021-08-13T08:10:38Z (over 2 years ago)
  • >Originally from [Code Golf](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.
  • Make the Stack Overflow logo using the following criteria:
  • [![Stack Overflow logo][1]][2]
  • **The tray:**
  • - Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
  • - The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)
  • **The sticks:**
  • - Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
  • - Each stick has a dimension of 44 by 9 pixels.
  • - The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)
  • **The sticks' angles:**
  • *These angles are relative to the horizontal position which is zero degrees.*
  • - 1st stick (bottom): 0°
  • - 2nd stick (second-to-bottom): 10°
  • - 3rd stick (middle): 25°
  • - 4th stick (second-to-top): 40°
  • - 5th stick (top): 50°
  • **The entire image:**
  • - The image should look like the image given.
  • - The entire dimensions of the whole image is 82 by 97 pixels as a minimum.
  • **Stick positions (`x, y`):**
  • *These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*
  • - 1st stick: 17, 71
  • - 2nd stick: 19, 51
  • - 3rd stick: 27, 31
  • - 4th stick: 40, 13
  • - 5th stick: 55, 0
  • **Rules:**
  • - The image should apply all descriptions from above.
  • - Standard loopholes are forbidden.
  • - Shortest code in bytes wins.
  • [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  • [2]: https://stackoverflow.com
  • >Originally from [Somewhere Else](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.
  • Make the Stack Overflow logo using the following criteria:
  • [![Stack Overflow logo][1]][2]
  • **The tray:**
  • - Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
  • - The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)
  • **The sticks:**
  • - Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
  • - Each stick has a dimension of 44 by 9 pixels.
  • - The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)
  • **The sticks' angles:**
  • *These angles are relative to the horizontal position which is zero degrees.*
  • - 1st stick (bottom): 0°
  • - 2nd stick (second-to-bottom): 10°
  • - 3rd stick (middle): 25°
  • - 4th stick (second-to-top): 40°
  • - 5th stick (top): 50°
  • **The entire image:**
  • - The image should look like the image given.
  • - The entire dimensions of the whole image is 82 by 97 pixels as a minimum.
  • **Stick positions (`x, y`):**
  • *These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*
  • - 1st stick: 17, 71
  • - 2nd stick: 19, 51
  • - 3rd stick: 27, 31
  • - 4th stick: 40, 13
  • - 5th stick: 55, 0
  • **Rules:**
  • - The image should apply all descriptions from above.
  • - Standard loopholes are forbidden.
  • - Shortest code in bytes wins.
  • [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  • [2]: https://stackoverflow.com
#5: Post edited by user avatar General Sebast1an‭ · 2021-07-27T06:12:54Z (over 2 years ago)
  • >Originally from [Code Golf](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.
  • Make the Stack Overflow logo using the following criteria:
  • [![Stack Overflow logo][1]][2]
  • **The tray:**
  • - Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
  • - The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)
  • **The sticks:**
  • - Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
  • - Each stick has a dimension of 44 by 9 pixels.
  • - The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)
  • **The sticks' angles:**
  • *These angles are relative to the horizontal position which is zero degrees.*
  • - 1st stick (bottom): 0°
  • - 2nd stick (second-to-bottom): 10°
  • - 3rd stick (middle): 25°
  • - 4th stick (second-to-top): 40°
  • - 5th stick (top): 50°
  • **The entire image:**
  • - The image should look like the image given.
  • - The entire dimensions of the whole image is 82 by 97 pixels as a minimum.
  • **Stick positions (`x, y`):**
  • *These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*
  • - 1st stick: 17, 71
  • - 2nd stick: 19, 51
  • - 3rd stick: 27, 31
  • - 4th stick: 40, 13
  • - 5th stick: 55, 0
  • **Rules:**
  • - The image should apply all descriptions from above.
  • - Standard loopholes are forbidden.
  • - Shortest code in bytes wins.
  • - Brownie points if the image is very accurate.
  • [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  • [2]: https://stackoverflow.com
  • >Originally from [Code Golf](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.
  • Make the Stack Overflow logo using the following criteria:
  • [![Stack Overflow logo][1]][2]
  • **The tray:**
  • - Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
  • - The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)
  • **The sticks:**
  • - Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
  • - Each stick has a dimension of 44 by 9 pixels.
  • - The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)
  • **The sticks' angles:**
  • *These angles are relative to the horizontal position which is zero degrees.*
  • - 1st stick (bottom): 0°
  • - 2nd stick (second-to-bottom): 10°
  • - 3rd stick (middle): 25°
  • - 4th stick (second-to-top): 40°
  • - 5th stick (top): 50°
  • **The entire image:**
  • - The image should look like the image given.
  • - The entire dimensions of the whole image is 82 by 97 pixels as a minimum.
  • **Stick positions (`x, y`):**
  • *These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*
  • - 1st stick: 17, 71
  • - 2nd stick: 19, 51
  • - 3rd stick: 27, 31
  • - 4th stick: 40, 13
  • - 5th stick: 55, 0
  • **Rules:**
  • - The image should apply all descriptions from above.
  • - Standard loopholes are forbidden.
  • - Shortest code in bytes wins.
  • [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  • [2]: https://stackoverflow.com
#4: Post edited by user avatar General Sebast1an‭ · 2021-07-27T05:59:28Z (over 2 years ago)
  • >Originally from [Code Golf](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.
  • Make the Stack Overflow logo using the following criteria:
  • [![Stack Overflow logo][1]][2]
  • **The tray:**
  • - Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
  • - The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)
  • **The sticks:**
  • - Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
  • - Each stick has a dimension of 44 by 9 pixels.
  • - The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)
  • **The sticks' angles:**
  • *These angles are relative to the horizontal position which is zero degrees.*
  • - 1st stick (bottom): 0°
  • - 2nd stick (second-to-bottom): 10°
  • - 3rd stick (middle): 25°
  • - 4th stick (second-to-top): 40°
  • - 5th stick (top): 50°
  • **The entire image:**
  • - The image should look like the image given.
  • - The entire dimensions of the whole image is 82 by 97 pixels as a minimum.
  • **Stick positions (`x, y`):**
  • *These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*
  • - 1st stick: 17, 71
  • - 2nd stick: 19, 51
  • - 3rd stick: 27, 31
  • - 4th stick: 40, 13
  • - 5th stick: 55, 0
  • **Rules:**
  • - The image should apply all descriptions from above.
  • - Standard loopholes are forbidden.
  • - Shortest code in bytes wins.
  • [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  • [2]: https://stackoverflow.com
  • >Originally from [Code Golf](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.
  • Make the Stack Overflow logo using the following criteria:
  • [![Stack Overflow logo][1]][2]
  • **The tray:**
  • - Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
  • - The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)
  • **The sticks:**
  • - Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
  • - Each stick has a dimension of 44 by 9 pixels.
  • - The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)
  • **The sticks' angles:**
  • *These angles are relative to the horizontal position which is zero degrees.*
  • - 1st stick (bottom): 0°
  • - 2nd stick (second-to-bottom): 10°
  • - 3rd stick (middle): 25°
  • - 4th stick (second-to-top): 40°
  • - 5th stick (top): 50°
  • **The entire image:**
  • - The image should look like the image given.
  • - The entire dimensions of the whole image is 82 by 97 pixels as a minimum.
  • **Stick positions (`x, y`):**
  • *These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*
  • - 1st stick: 17, 71
  • - 2nd stick: 19, 51
  • - 3rd stick: 27, 31
  • - 4th stick: 40, 13
  • - 5th stick: 55, 0
  • **Rules:**
  • - The image should apply all descriptions from above.
  • - Standard loopholes are forbidden.
  • - Shortest code in bytes wins.
  • - Brownie points if the image is very accurate.
  • [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  • [2]: https://stackoverflow.com
#3: Post edited by (deleted user) · 2021-06-30T06:26:57Z (almost 3 years ago)
  • >Originally from [Code Golf](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.
  • Make the Stack Overflow logo using the following criteria:
  • [![Stack Overflow logo][1]][2]
  • **The tray:**
  • - Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
  • - The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)
  • **The sticks:**
  • - Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
  • - Each stick has a dimension of 44 by 9 pixels.
  • - The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)
  • **The sticks' angles:**
  • *These angles are relative to the horizontal position which is zero degrees.*
  • - 1st stick (bottom): 0°
  • - 2nd stick (second-to-bottom): 10°
  • - 3rd stick (middle): 25°
  • - 4th stick (second-to-top): 40°
  • - 5th stick (top): 50°
  • **The entire image:**
  • - The image should look like the image given.
  • - The entire dimensions of the whole image is 82 by 97 pixels.
  • **Stick positions (`x, y`):**
  • *These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*
  • - 1st stick: 17, 71
  • - 2nd stick: 19, 51
  • - 3rd stick: 27, 31
  • - 4th stick: 40, 13
  • - 5th stick: 55, 0
  • **Rules:**
  • - The image should apply all descriptions from above.
  • - Standard loopholes are forbidden.
  • - Shortest code in bytes wins.
  • [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  • [2]: https://stackoverflow.com
  • >Originally from [Code Golf](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.
  • Make the Stack Overflow logo using the following criteria:
  • [![Stack Overflow logo][1]][2]
  • **The tray:**
  • - Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
  • - The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)
  • **The sticks:**
  • - Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
  • - Each stick has a dimension of 44 by 9 pixels.
  • - The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)
  • **The sticks' angles:**
  • *These angles are relative to the horizontal position which is zero degrees.*
  • - 1st stick (bottom): 0°
  • - 2nd stick (second-to-bottom): 10°
  • - 3rd stick (middle): 25°
  • - 4th stick (second-to-top): 40°
  • - 5th stick (top): 50°
  • **The entire image:**
  • - The image should look like the image given.
  • - The entire dimensions of the whole image is 82 by 97 pixels as a minimum.
  • **Stick positions (`x, y`):**
  • *These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*
  • - 1st stick: 17, 71
  • - 2nd stick: 19, 51
  • - 3rd stick: 27, 31
  • - 4th stick: 40, 13
  • - 5th stick: 55, 0
  • **Rules:**
  • - The image should apply all descriptions from above.
  • - Standard loopholes are forbidden.
  • - Shortest code in bytes wins.
  • [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  • [2]: https://stackoverflow.com
#2: Post edited by (deleted user) · 2021-06-16T09:35:05Z (almost 3 years ago)
  • Originally from [Code Golf](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.
  • Make the Stack Overflow logo using the following criteria:
  • [![Stack Overflow logo][1]][2]
  • **The tray:**
  • - Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
  • - The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)
  • **The sticks:**
  • - Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
  • - Each stick has a dimension of 44 by 9 pixels.
  • - The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)
  • **The sticks' angles:**
  • *These angles are relative to the horizontal position which is zero degrees.*
  • - 1st stick (bottom): 0°
  • - 2nd stick (second-to-bottom): 10°
  • - 3rd stick (middle): 25°
  • - 4th stick (second-to-top): 40°
  • - 5th stick (top): 50°
  • **The entire image:**
  • - The image should look like the image given.
  • - The entire dimensions of the whole image is 82 by 97 pixels.
  • **Stick positions (`x, y`):**
  • *These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*
  • - 1st stick: 17, 71
  • - 2nd stick: 19, 51
  • - 3rd stick: 27, 31
  • - 4th stick: 40, 13
  • - 5th stick: 55, 0
  • **Rules:**
  • - The image should apply all descriptions from above.
  • - Standard loopholes are forbidden.
  • - Shortest code in bytes wins.
  • [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  • [2]: https://stackoverflow.com
  • >Originally from [Code Golf](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.
  • Make the Stack Overflow logo using the following criteria:
  • [![Stack Overflow logo][1]][2]
  • **The tray:**
  • - Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
  • - The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)
  • **The sticks:**
  • - Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
  • - Each stick has a dimension of 44 by 9 pixels.
  • - The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)
  • **The sticks' angles:**
  • *These angles are relative to the horizontal position which is zero degrees.*
  • - 1st stick (bottom): 0°
  • - 2nd stick (second-to-bottom): 10°
  • - 3rd stick (middle): 25°
  • - 4th stick (second-to-top): 40°
  • - 5th stick (top): 50°
  • **The entire image:**
  • - The image should look like the image given.
  • - The entire dimensions of the whole image is 82 by 97 pixels.
  • **Stick positions (`x, y`):**
  • *These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*
  • - 1st stick: 17, 71
  • - 2nd stick: 19, 51
  • - 3rd stick: 27, 31
  • - 4th stick: 40, 13
  • - 5th stick: 55, 0
  • **Rules:**
  • - The image should apply all descriptions from above.
  • - Standard loopholes are forbidden.
  • - Shortest code in bytes wins.
  • [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  • [2]: https://stackoverflow.com
#1: Initial revision by (deleted user) · 2021-06-16T09:25:42Z (almost 3 years ago)
Recreate the Stack Overflow logo
Originally from [Code Golf](https://codegolf.stackexchange.com/questions/226148/recreate-the-stack-overflow-logo). I thought I'd continue making more drawing challenges here now that I discovered it.

Make the Stack Overflow logo using the following criteria:

[![Stack Overflow logo][1]][2]

**The tray:**
- Make a gray tray shaped like a bracket facing upwards using the following RGB values: 188, 187, 187 (#bcbbbb)
- The dimensions of the tray by pixels: ![dimensions](https://i.stack.imgur.com/JSl3y.png)

**The sticks:**
- Make 5 orange sticks using the following RGB values: 244, 128, 36 (#f48024)
- Each stick has a dimension of 44 by 9 pixels.
- The gap between the tray and the bottom stick is 8 pixels: ![8 pixels](https://i.stack.imgur.com/J81vc.png)

**The sticks' angles:**

*These angles are relative to the horizontal position which is zero degrees.*
- 1st stick (bottom): 0°
- 2nd stick (second-to-bottom): 10°
- 3rd stick (middle): 25°
- 4th stick (second-to-top): 40°
- 5th stick (top): 50°

**The entire image:**

- The image should look like the image given.
- The entire dimensions of the whole image is 82 by 97 pixels.

**Stick positions (`x, y`):**

*These coordinates refer to the top-left points of each stick. The system used is the top-left point of the entire surface being (0, 0), and the numbers increasing as we go down and to the right. We also assume that the left part of the tray is at the leftmost possible point, i.e. at the far bottom left. Feel free to transcribe this into your system.*

- 1st stick: 17, 71
- 2nd stick: 19, 51
- 3rd stick: 27, 31
- 4th stick: 40, 13
- 5th stick: 55, 0

**Rules:**

- The image should apply all descriptions from above.
- Standard loopholes are forbidden.
- Shortest code in bytes wins.


  [1]: https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png
  [2]: https://stackoverflow.com