Skip to content

Instantly share code, notes, and snippets.

@Et7f3
Et7f3 / engine.py
Created March 18, 2024 19:50 — forked from klali/engine.py
sample for using a yubihsm2 with python requests
try:
from OpenSSL._util import (
ffi as _ffi,
lib as O,
lib as S
)
pyopenssl = True
import sys

Demo:

Spoiler warning

Spoiler text. Note that it's important to have a space after the summary tag. You should be able to write any markdown you want inside the <details> tag... just make sure you close <details> afterward.

console.log("I'm a code block!");
@Et7f3
Et7f3 / gradientAnimation.html
Last active November 23, 2017 07:22 — forked from anonymous/my.css
CSS Gradient Animation
<!DOCTYPE html>
<html>
<head>
<style>
/*an exemple for my friend
**voici un exemple d'animation*/
div
{
width: 100px;
height: 100px;