Skip to content

Instantly share code, notes, and snippets.

View danLeBrown's full-sized avatar
🎯
Mo n se ounjẹ lọwọlọwọ

Ayomide Ojo danLeBrown

🎯
Mo n se ounjẹ lọwọlọwọ
View GitHub Profile
@danielwetan
danielwetan / nodejs-cicd-github-actions.md
Last active May 23, 2024 15:32
Deploy Node.js to VPS using Github Actions

Deploy Node.js to VPS using Github Actions

Steps to deploy Node.js to VPS using PM2 and Github Actions

1. Clone repo to VPS folder

@MarcDiethelm
MarcDiethelm / Contributing.md
Last active June 12, 2024 19:37
How to contribute to a project on Github

This text now lives at https://github.com/MarcDiethelm/contributing/blob/master/README.md. I turned it into a Github repo so you can, you know, contribute to it by making pull requests.


Contributing

If you want to contribute to a project and make it better, your help is very welcome. Contributing is also a great way to learn more about social coding on Github, new technologies and and their ecosystems and how to make constructive, helpful bug reports, feature requests and the noblest of all contributions: a good, clean pull request.

@thinkphp
thinkphp / gist:1448754
Created December 8, 2011 21:44
Binary Search Tree Implementation in PHP
<?php
/**
* by Adrian Statescu <adrian@thinkphp.ro>
* Twitter: @thinkphp
* G+ : http://gplus.to/thinkphp
* MIT Style License
*/