I hereby claim:
- I am MrSaints on github.
- I am mrsaints (https://keybase.io/mrsaints) on keybase.
- I have a public key whose fingerprint is 23EB 5004 75C1 2A47 6D3E FE59 E45D 4BB2 8169 BA4F
To claim this, I am signing this object:
| let clickClicker = setInterval(() => { | |
| [...document.querySelectorAll('button')].find(btn => btn.textContent.trim() === 'Click me')?.click(); | |
| document.querySelector('.google-btn')?.click() | |
| }, 100); | |
| let hydraulicClicker = setInterval(() => { | |
| document.querySelector('.hydraulic-press .press-btn:not(.press-btn-hide)')?.click(); | |
| document.querySelector('.hydraulic-press .press-collect:not(.press-collect-hide)')?.click(); | |
| }, 1000); |
| <?php | |
| /* | |
| The MIT License (MIT) | |
| Copyright © 2014 Ian Lai | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the “Software”), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
| <!DOCTYPE html> | |
| <html ng-app> | |
| <head> | |
| <title>Add / List Data (AngularJS)</title> | |
| <style> | |
| .list_data { margin-bottom: 2rem } | |
| table, th, td { border: 1px solid #AAA } | |
| th { cursor: pointer } | |
| </style> | |
| </head> |
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "github.com/therecipe/qt/core" | |
| "github.com/therecipe/qt/gui" | |
| "github.com/therecipe/qt/webengine" | |
| "github.com/therecipe/qt/widgets" | |
| "os" |
I hereby claim:
To claim this, I am signing this object:
| <!doctype html> | |
| <html class="no-js" lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <title>Morphext Web Components (v2.0.0)</title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| go build -ldflags "-X http://main.build =$(git rev-parse --short HEAD)" | |
| https://github.com/kovetskiy/go-fast |
| package converter | |
| import ( | |
| "container/heap" | |
| "mime" | |
| "strings" | |
| ) | |
| type ConverterPriorityQueueItem struct { | |
| converter Converter |
| package main | |
| import ( | |
| "errors" | |
| "log" | |
| "os/exec" | |
| ) | |
| var ( | |
| ErrCmdCancelled = errors.New("command cancelled") |
| package main | |
| import ( | |
| "fmt" | |
| "github.com/icrowley/fake" | |
| "math/rand" | |
| "time" | |
| ) | |
| const ( |