startup
Here are 541 public repositories matching this topic...
-
Updated
Jun 16, 2020 - Vim script
Themes based on the biggest StartUps (buttons, color palette, components, etc.) ready to use in your own projects.
-
Updated
Jul 25, 2017 - HTML
CloudFormation templates to accelerate getting started on AWS.
-
Updated
Nov 25, 2019 - Python
-
Updated
Sep 14, 2020
-
Updated
Jun 23, 2020 - Python
Do you have enough savings to fund your business?
-
Updated
Jun 18, 2019
-
Updated
Sep 19, 2020
-
Updated
Sep 4, 2020 - CSS
-
Updated
Dec 9, 2019 - PHP
-
Updated
Sep 18, 2020 - Kotlin
Some SWE/PM/Designer related career resources for students
-
Updated
Oct 18, 2017
List of all tools (apps, services) that startups should use.
-
Updated
Sep 18, 2020
-
Updated
Jul 5, 2020
Automatic GatsbyJS App Landing Page - Automatically generate iOS app landing page using GatsbyJS
-
Updated
Sep 7, 2020 - JavaScript
A list of typical positions in a startup and their policies for IAM AWS.
-
Updated
Jul 16, 2018
Would it be possible somehow to use the vscode-powertools to "pin" certain files, so that they won't close with cmd+w (on mac)?
I'm thinking to remap cmd+w to a powertool somehow, and make it call the vscode default close action, but first compare the file path with a simple list of files (".vscode-pinned-files") to see if the files are there. I can make a safe-to-close.sh shell script myse
An open-source platform for startups with integrated CMS, analytics, and A/B testing.
-
Updated
Sep 9, 2020 - HTML
Windows Remote Administration Tool via Telegram. Written in Python
-
Updated
Aug 15, 2020 - Python
-
Updated
Sep 3, 2020 - R
Slicing and coding game
-
Updated
Sep 19, 2020 - JavaScript
Improve this page
Add a description, image, and links to the startup topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the startup topic, visit your repo's landing page and select "manage topics."


To the best of my knowledge, it's not possible to deploy a script via REST - you must use the Python client. Please correct me if I'm wrong here.
For example, I would expect to be able to POST to "/endpoints" with all of the data necessary (including the logic) to deploy a new script. Similarly, I would also expect to have the ability to update the logic of a deployed script with a PUT to "/end