Creates a new repository on GitHub, including waiting for initialization. 🆕
Create a new GitHub repository
Import local file assets into a new Github repository
Easily set up a new github repository. Reads the name/description from the package.json file if it's present. Sets origin upstream if it's not already set.
Open Web data by the Mozilla Developer Network
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Parse repository URLs to extract, SCM platform, domain, user, and project information.
AG Grid React Component
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
Notify reg-suit result to GitHub repository
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
A Query Language and Runtime which can target any service.
A CLI utility to add SOTA and POTA references to an existing ADIF file
Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
A tool to check if a specific path is a git repository
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
replacement for `npm version` with automatic CHANGELOG generation
Helper functions for V8 coverage files.
<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/images/ag-logos/svg-logos/AG-Charts-Logo_Dark-Theme.svg?raw=true"/> <sourc
Typescript transformer to unlock automatic mock creation for interfaces and classes
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
AG Grid Angular Component
AG Grid Styles and Themes
Access the Github API to create a new repository
Keep your eye on new commits being pushed to Github through an interactive interface. When new commits are seen by Hubeye, you can choose to be notified by one of Hubeye's notification systems (growl, libnotify, etc...). All interesting activity is logged, so leave your computer, come back, and know what changed.
Fork a github repository, the clone it locally with a new branch
Script that merges multiple GitHub repositories into a new, single repository.
Create a new omnibus repository out of collections of existing GitHub repositories.
Publicize private forks of Hack Reactor project repositories
Github repository creator Creates a new repository on github.com asks for project name => repository name asks for username and password of github account generates a repository based on the name and description.
The git package for Mr Bones provides tasks to incorporate git actions into gem release. It also provides some extensions to the Mr Bones "create" command that allow you to initialize a git repository and to create a new GitHub project.
Mr Bones is a handy tool that creates new Ruby projects from a code skeleton. The skeleton contains some starter code and a collection of rake tasks to ease the management and deployment of your source code. Several Mr Bones plugins are available for creating git repositories, creating GitHub projects, running various test suites and source code analysis tools.
If you are a guy who always find something wrong only after sending a pull requset, Priha will help you because Priha lets you examine files' diff between the parent branch and HEAD of the current branch in a real GitHub pull request. However, DO NOT use Priha for your secret repostitory. Since Priha pushes some commits to another repository on GitHub, it easily cause a security incident, espacially the branch you set for Priha is "public". Also, Priha removes all branches on the repository specified in config, so you MUST create a new repository for this purpose and DO NOT use the existing one.
Diff and patch tables
# Payfast Payfast is a Ruby gem that simplifies the process of integrating the PayFast payment gateway into your Ruby on Rails application. It provides a generator that helps scaffold the necessary configuration, routes, models, and controllers required to integrate PayFast seamlessly. ## Demo  ## Installation Add this line to your application's Gemfile: ```bash bundle add payfast ``` ## Usage ```bash rails generate payfast:install ``` ## This generator will perform the following actions: insert config/routes.rb create app/controllers/carts_controller.rb create app/views/carts/index.html.erb create app/views/carts/make_payment.html.erb create app/helpers/carts_helper.rb create db/migrate/20230824105530_create_carts.rb create config/payfast.yml create app/models/cart.rb insert app/views/layouts/application.html.erb insert config/environments/development.rb ## Additional configuration Setup payfast credentials for your environment rails EDITOR="code --wait" bin/rails credentials:edit This will allow you to securely edit and store your credentials. once you save and exit the file, the credentials will be encrypted and can only be accessed withe rails master key. payfast: merchant_id: {your_merchant_id} merchant_key: {your_merchant_key} passphrase: {{your_passphrase}} ## Update your `payfast.yml` config file - setup the credentials to be use by the rails app - uncomment `Rails.application.credentials.payfast.merchant_id ` and wrap it in erb tags as instructed in the comments. ## Templates Update the `make_payment.html.erb` as instructed in the file. it should look like so: ```js <script> // set the uuid to uuid = @cart.payment_uid. surround @carts.payment_uid with erb tags const uuid = `<%= @cart.payment_uuid %>` window.payfast_do_onsite_payment({uuid}, function (result) { if (result === true) { // redirect success_path(@cart) window.location.href = `<%= success_cart_path(@cart) %>` } else { // Redirect to failure_path(@cart) window.location.href = `<%= failure_cart_path(@cart) %>` } }); </script> ``` ## Testing - payfast api allows only SSL communication from your server. inorder to test locally. you will have to use a tunneling service that allows you to expose your local development server to the internet. your rails development config has was modified by the generator to allow ngrok hosts to hit your rails server ```ruby config.hosts << /[a-z0-9-]+\.ngrok-free\.app/ ``` ## Contributing Thank you for considering contributing to our project! We welcome contributions from the community to help improve this project and make it better for everyone. ### Issues If you encounter any issues or bugs while using our project, please [open a new issue](https://github.com/mactunechy/payfast/issues) on GitHub. Please make sure to include detailed information about the problem, steps to reproduce it, and the environment in which you encountered it. ### Pull Requests We encourage pull requests from the community! If you have an improvement or new feature you'd like to contribute, please follow these steps: 1. Fork the repository and create a new branch for your feature or bug fix. 2. Make your changes and write tests to cover any new functionality. 3. Ensure that the existing tests pass and write additional tests for any bug fixes. 4. Commit your changes and push the new branch to your forked repository. 5. Submit a pull request to our main repository, including a detailed description of the changes you made and any relevant information. We will review your pull request as soon as possible and provide feedback if needed. We value your contributions and will work with you to ensure your changes are integrated smoothly. d Your contributions are essential to the success of this project, and we are grateful for your help in making it better for everyone. If you have any questions or need further assistance, feel free to reach out to us. Happy coding!
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.