With git you can add a submodule to a repository. A submodule is another repository inside a repository.
git submodule add [email protected]:my_account/my_submodule.git path_to_my_submodule
With git you can add a submodule to a repository. A submodule is another repository inside a repository.
git submodule add [email protected]:my_account/my_submodule.git path_to_my_submodule
| app.get("/some-endpoint", validate({...}), (req, res, next) => {}); |
| 32bit | |
| set disassembly-flavor intel | |
| define hook-stop | |
| info registers | |
| x/24wx $esp | |
| x/5i $eip | |
| end | |
| import * as mongoose from 'mongoose'; | |
| export let Schema = mongoose.Schema; | |
| export let ObjectId = mongoose.Schema.Types.ObjectId; | |
| export let Mixed = mongoose.Schema.Types.Mixed; | |
| export interface IHeroModel extends mongoose.Document { | |
| name: string; | |
| power: string; |
| echo strUrl = WScript.Arguments.Item(0) > wget.vbs | |
| echo StrFile = WScript.Arguments.Item(1) >> wget.vbs | |
| echo Const HTTPREQUEST_PROXYSETTING_DEFAULT = 0 >> wget.vbs | |
| echo Const HTTPREQUEST_PROXYSETTING_PRECONFIG = 0 >> wget.vbs | |
| echo Const HTTPREQUEST_PROXYSETTING_DIRECT = 1 >> wget.vbs | |
| echo Const HTTPREQUEST_PROXYSETTING_PROXY = 2 >> wget.vbs | |
| echo Dim http,varByteArray,strData,strBuffer,lngCounter,fs,ts >> wget.vbs | |
| echo Err.Clear >> wget.vbs | |
| echo Set http = Nothing >> wget.vbs | |
| echo Set http = CreateObject("WinHttp.WinHttpRequest.5.1") >> wget.vbs |