This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake_minimum_required(VERSION 3.19) | |
function(add_git_submodule dir) | |
# add a Git submodule directory to CMake, assuming the | |
# Git submodule directory is a CMake project. | |
# | |
# Usage: in CMakeLists.txt | |
# | |
# include(AddGitSubmodule.cmake) | |
# add_git_submodule(mysubmod_dir) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Bing AI Enter Fix | |
// @namespace http://tampermonkey.net/ | |
// @description This Edge extension addresses the issue where Bing AI sends text even when the Enter key is pressed during Japanese conversion. | |
// @version 1.0.2 | |
// @license MIT | |
// @author suzuk1satosh1 | |
// @match https://www.bing.com/search?* | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Bing AI Enter Fix | |
// @namespace http://tampermonkey.net/ | |
// @description This Edge extension addresses the issue where Bing AI sends text even when the Enter key is pressed during Japanese conversion. | |
// @version 1.0.2 | |
// @license MIT | |
// @author suzuk1satosh1 | |
// @match https://www.bing.com/search?* | |
// ==/UserScript== |