Skip to content

Instantly share code, notes, and snippets.

View MicheleGiammarini33's full-sized avatar
:octocat:

Michele Giammarini (He,Him) 国米克 MicheleGiammarini33

:octocat:
View GitHub Profile
@MicheleGiammarini33
MicheleGiammarini33 / RTX_5090_CUDA_v6.2.6-851.Benchmark
Created February 27, 2025 15:32 — forked from Chick3nman/RTX_5090_CUDA_v6.2.6-851.Benchmark
Hashcat v6.2.6-851 benchmark on the Nvidia GeForce RTX 5090 FE
Nvidia Driver Version: 570.86.10 CUDA Version: 12.8
Hashcat was built from the github master branch at the time of running.
A handful of Whirlpool based modes reported an error due to self-test failures.
The GeForce RTX 5090 was added to the tuning Alias file for this run.
hashcat (v6.2.6-851-g6716447df) starting in benchmark mode
@MicheleGiammarini33
MicheleGiammarini33 / api.txt
Created November 15, 2024 17:26 — forked from aiexz/api.txt
Shodan API keys
OefcMxcunkm72Po71vVtX8zUN57vQtAC
PSKINdQe1GyxGgecYz2191H2JoS9qvgD
pHHlgpFt8Ka3Stb5UlTxcaEwciOeF2QM
61TvA2dNwxNxmWziZxKzR5aO9tFD00Nj
xTbXXOSBr0R65OcClImSwzadExoXU4tc
EJV3A4Mka2wPs7P8VBCO6xcpRe27iNJu
mEuInz8UH1ixLGJq4oQhEiJORERVG5xc
lkY0ng0XMo29zEhzyw3ibQfeEBxghwPF
syeCnFndQ8TE4qAGvhm9nZLBZOBgoLKd
7TeyFZ8oyLulHwYUOcSPzZ5w3cLYib61
@MicheleGiammarini33
MicheleGiammarini33 / slideshow.js
Created February 1, 2024 21:14 — forked from miku/slideshow.js
Create a simple slideshow that cycles through the images...
<!DOCTYPE html>
<head>
<meta name="found-at" content="http://www.computedstyle.com/2010/12/hiring-front-end-engineers.html">
<meta name="description" content="A div with an id of 'slideshow' contains
five images, the first of which is shown and the others are hidden using a
display style of none. Using Javascript, create a simple slideshow that cycles
through the images, displaying each image for three seconds at a time, looping
back to the first image when the end is reached. You cannot use jQuery or any
other library.">
@MicheleGiammarini33
MicheleGiammarini33 / dabblet.css
Created February 1, 2024 21:14 — forked from andgatjens/dabblet.css
Slides container
#slides {
width:1600px;
height: 500px;
margin:0 auto 27px;
position:relative;
z-index:0;
}
.slides_container div {
width:1600px;