Skip to content

Instantly share code, notes, and snippets.

View nityam01's full-sized avatar
🎯
Focusing

Nityam nityam01

🎯
Focusing
View GitHub Profile
@nityam01
nityam01 / typist.js
Created February 11, 2024 17:13
Typist Auto Complete
function simulateKeyPress(character) {
var evt = new KeyboardEvent('keydown', {
key: character,
code: 'Key' + character.toUpperCase(),
keyCode: character.charCodeAt(0),
which: character.charCodeAt(0),
bubbles: true,
cancelable: true,
});
@nityam01
nityam01 / web-services-provider.md
Last active February 12, 2023 11:59
Platfolrm which offer hosting services for frontend and backend