In Git you can add a submodule to a repository. This is basically a repository embedded in your main repository. This can be very useful. A couple of advantages of using submodules:
- You can separate the code into different repositories.
| #!/usr/bin/env python | |
| #----------------------------------------- | |
| # MIT License | |
| # Taken from: https://github.com/autorope/donkeycar/blob/dev/donkeycar/parts/controller.py | |
| # 3 Jan 2020 | |
| # all of the button/axes names were wrong, but it did work | |
| # I am using the USB cable and the touch pad/button dives my mouse ... | |
| # maybe if I fix that, then the buttons will go back to what they were? | |
| #------------------------------------------ | |
| # kernel doc: https://www.kernel.org/doc/Documentation/input/joystick-api.txt |
| #!/bin/bash | |
| youtube-dl -x --embed-thumbnail --add-metadata --audio-format m4a $1 |
| #!/usr/bin/env python | |
| ############################################################################## | |
| # The MIT License (MIT) | |
| # | |
| # Copyright (c) 2017 Kevin J. Walchko | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| /** | |
| * Author: Jason White | |
| * | |
| * Description: | |
| * Reads joystick/gamepad events and displays them. | |
| * | |
| * Compile: | |
| * gcc joystick.c -o joystick | |
| * | |
| * Run: |
| // Node.js CheatSheet. | |
| // Download the Node.js source code or a pre-built installer for your platform, and start developing today. | |
| // Download: http://nodejs.org/download/ | |
| // More: http://nodejs.org/api/all.html | |
| // 0. Synopsis. | |
| // http://nodejs.org/api/synopsis.html |
| # The MIT License (MIT) | |
| # | |
| # Copyright (c) 2017 Tony DiCola for Adafruit Industries | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is | |
| # furnished to do so, subject to the following conditions: |
| #include <iostream> | |
| #include <vector> | |
| #include <map> | |
| #include <stdint.h> | |
| #include <optional> | |
| #include <any> | |
| using namespace std; | |
| optional<int> convert(const string& s) { |
| 0-mail.com | |
| 0815.ru | |
| 0845.ru | |
| 0clickemail.com | |
| 0wnd.net | |
| 0wnd.org | |
| 10minutemail.com | |
| 10minutemail.net | |
| 12houremail.com | |
| 12minutemail.com |