Skip to content

Instantly share code, notes, and snippets.

View blueboxes's full-sized avatar

John Kilmister blueboxes

View GitHub Profile
@blueboxes
blueboxes / gist:58ef0dbbf126d8b7fca1
Last active August 29, 2015 14:17
Developer Tools
@blueboxes
blueboxes / JS13KGamesResources.md
Last active August 13, 2018 06:53
This is a list of useful links, resources and tutorials for creating an JS13K Games entry. The items are in no particular order. Please feel free to suggest additions or edits to the list.
'https://www.howtogeek.com/709523/how-to-create-a-progress-bar-in-microsoft-powerpoint/
Sub ProgressBar()
On Error Resume Next
With ActivePresentation
For X = 1 To .Slides.Count
.Slides(X).Shapes("PB").Delete
Set s = .Slides(X).Shapes.AddShape(msoShapeRectangle, _
0, .PageSetup.SlideHeight - 2, _
X * .PageSetup.SlideWidth / .Slides.Count, 2)
s.Fill.ForeColor.RGB = RGB(135, 206, 235)
Team Links
https://web.devopstopologies.com/
https://medium.com/@jeffkole/the-fallacy-of-the-speed-cost-quality-trade-off-fdcd83b1c2a5
https://firstround.com/review/how-to-spot-and-magnify-the-powers-of-your-engineering-superheroes/
https://firstround.com/review/give-away-your-legos-and-other-commandments-for-scaling-startups/
@blueboxes
blueboxes / links.md
Last active April 26, 2024 12:36
Beyond Coding Links