Skip to content

Instantly share code, notes, and snippets.

View socraticprogrammer's full-sized avatar
🎯
Focusing

Thalles Lossurdo socraticprogrammer

🎯
Focusing
View GitHub Profile
@socraticprogrammer
socraticprogrammer / windows-terminal.json
Created October 4, 2024 14:32
Windows Terminal configuration file.
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema-preview",
"actions": [
{
"command": {
"action": "copy",
"singleLine": false
},
"id": "User.copy.644BA8F2"
@socraticprogrammer
socraticprogrammer / tsconfig.json
Created September 23, 2024 13:06
TS configuration file
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"removeComments": true,
"resolveJsonModule": true,
@socraticprogrammer
socraticprogrammer / click-to-call.js
Created September 10, 2024 13:10
Implementation example of Widget from Genesys Cloud.
const customPlugin = CXBus.registerPlugin("Custom");
@socraticprogrammer
socraticprogrammer / genesys-cloud-webmessaging.html
Last active October 4, 2024 14:34
Implementation example of Web Messaging from Genesys Cloud.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
WebMessaging
@socraticprogrammer
socraticprogrammer / get-history-bet365.js
Created August 28, 2024 18:57
That Gist is useful for getting all bets on Bet365 after loading the history of account manually. Copy and paste on your Devtools and be happy :)
/*
That Gist is useful for getting all bets on Bet365 after loading the history of account manually. For use it:
1. Open your account on Bet365
2. Go to the history page
3. Select the period for search bets
4. Open the Dev Tools of your browser
Finally...
[user]
email = example@email.com
name = example
[commit]
gpgsign = true
[core]
ignorecase = false
editor = code --wait
autocrlf = true
safecrl = false