Sân nhà em sáng quá, Nhờ ánh trăng sáng ngời, Trăng tròn như mắt cá Chẳng bao giờ chớp mi.
Những đêm nào trăng khuyết Trông giống con thuyền trôi.
<?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<system.web> | |
<httpRuntime requestPathInvalidCharacters="" /> | |
</system.web> | |
<system.webServer> | |
<security> | |
<requestFiltering> | |
<hiddenSegments> | |
<clear /> |
javascript:(function(){setInterval(()=>{const elements=document.querySelectorAll("span");const element=elements[Math.floor(Math.random() * elements.length)];element.dispatchEvent(new MouseEvent('mousemove',{bubbles:true,cancelable:true}));console.log('Simulated mousemove');},240_000);})(); |
Credit: https://stackoverflow.com/questions/28425574/slanted-diagonal-line-in-html-or-css
1: use clip-path, this method is ok for different colors
.table-editor td.diagonal:after { content: ""; position: absolute; z-index: 0; top: 0;
git clone --filter from git 2.19 now works on GitHub (tested 2021-01-14, git 2.30.0)
This option was added together with an update to the remote protocol, and it truly prevents objects from being downloaded from the server.
E.g., to clone only objects required for d1 of this minimal test repository: https://github.com/cirosantilli/test-git-partial-clone I can do:
/* | |
Credit: https://stackoverflow.com/questions/4580397/json-formatter-in-c | |
*/ | |
public static string FormatJson(string json, string indent = " ") | |
{ | |
var indentation = 0; | |
var quoteCount = 0; | |
var escapeCount = 0; | |
var result = |
/* | |
Credit: https://github.com/msornakumar/SQLServerJSONBeautifier | |
*/ | |
/* *********************************************************************************************************************************************************************/ | |
-- Drop the Assembly if already Exists | |
/* *********************************************************************************************************************************************************************/ | |
IF EXISTS | |
( |