1621424160
Not too long ago, I realized I didn’t have a really good system for organizing my thoughts, and I wasn’t happy with any of the note-taking apps I tried. Evernote was too bloated for me, and required a paid account to sync between multiple devices. SimpleNote was closer to what I wanted, but I found it somewhat ugly and clunky. Keep was too simple, Bear didn’t have a web-based version…and so on.
Eventually I thought - why not just make exactly what I want? So I started building an app with the technologies I knew.
That app became TakeNote , which I’m proud to say has been completed, thanks to over 50 open-source contributors who helped along the way. The source is up on GitHub for anyone who wants to see how it was done.
#partners #github
1621424160
Not too long ago, I realized I didn’t have a really good system for organizing my thoughts, and I wasn’t happy with any of the note-taking apps I tried. Evernote was too bloated for me, and required a paid account to sync between multiple devices. SimpleNote was closer to what I wanted, but I found it somewhat ugly and clunky. Keep was too simple, Bear didn’t have a web-based version…and so on.
Eventually I thought - why not just make exactly what I want? So I started building an app with the technologies I knew.
That app became TakeNote , which I’m proud to say has been completed, thanks to over 50 open-source contributors who helped along the way. The source is up on GitHub for anyone who wants to see how it was done.
#partners #github
1603861600
If you have project code hosted on GitHub, chances are you might be interested in checking some numbers and stats such as stars, commits and pull requests.
You might also want to compare some similar projects in terms of the above mentioned stats, for whatever reasons that interest you.
We have the right tool for you: the simple and easy-to-use little tool called GitHub Stats.
Let’s dive right in to what we can get out of it.
This interactive tool is really easy to use. Follow the three steps below and you’ll get what you want in real-time:
1. Head to the GitHub repo of the tool
2. Enter as many projects as you need to check on
3. Hit the Update button beside each metric
In this article we are going to compare three most popular machine learning projects for you.
#github #tools #github-statistics-react #github-stats-tool #compare-github-projects #github-projects #software-development #programming
1595664600
Earlier this week, GitHub announced a new feature which allows developers to trigger workflows manually from within the “Actions” tab.
This has been one of the most heavily requested features for some time now, with the official support thread attracting hundreds of upvotes over the last 12 months — so does it deliver all that’s been promised?
The short answer is yes, but not without a few pitfalls. Let’s dive in.
To create your first manual workflow, you’ll want to use the new workflow_dispatch
trigger:
A very simple manual workflow trigger.
Once you add this file to your repository, you’ll be able to see and manually run the workflow from the “Actions” tab on GitHub:
You’ll also notice that you can customise the branch to run your manual workflow against, however be advised that at least some variation of the workflow file must be on your default branch (e.g master
) for it to appear in the “Actions” tab.
Selecting a custom branch will:
#continuous-integration #continuous-deployment #github-actions #continuous-delivery #github
1601042400
Long story short: Jekyll is a template engine changing
markdown
documents on staticHTML
webpages, that you can then host anywyere, because you don’t need databases or server that has PHP or Python.
Normally the process of adding new post looks like this:
asvid.github.io
jekyll build
#github-pages #github-page-with-jekyll #jekyll #github-actions #github #deployment #continuous-deployment #web-development
1594716969
Earlier this week, GitHub announced a new feature which allows developers to trigger workflows manually from within the “Actions” tab.
This has been one of the most heavily requested features for some time now, with the official support thread attracting hundreds of upvotes over the last 12 months — so does it deliver all that’s been promised?
The short answer is yes, but not without a few pitfalls. Let’s dive in.
#continuous-deployment #github-actions #continuous-delivery #github