WebView2 bibendum est
var env = await CoreWebView2Environment.CreateAsync(options: new CoreWebView2EnvironmentOptions(additionalBrowserArguments: "--remote-debugging-port=9222"));
await webView.EnsureCoreWebView2Async(environment: env);
webView.CoreWebView2.Settings.AreDevToolsEnabled = true;
webView.CoreWebView2.Settings.IsWebMessageEnabled = true;
webView.CoreWebView2.Navigate("http://localhost:3000");
Hello World
Console.WriteLine("Hello, World!");
PEPE
async def find_surveys(survey_id: str):
"""Find all the surveys by id, put 'ALL' for all the surveys"""
content = {
'Surveys': search_survey(survey_id)
}
return JSONResponse(content=content, status_code=200)
hello
console.log("hello world");
Create
const create = (variable) => {
return variable;
}
hjkkjh
fsdfsdafsadff
the ath what is the mikro
Center a div with flexbox
.centered {
display: flex;
justify-content: center;
align-items: center;
}
hWrld
System.out.println(“Hello world”);
rss checker
javascript:void(alert([...document.querySelectorAll('link[rel=alternate]')].filter(e => e.type === "application/atom+xml" || e.type === "application/rss+xml").map(e => e.href)))
python main
if __name__ == "__main__":
raise SystemExit(main())