Skip to content

Instantly share code, notes, and snippets.

View adriano66's full-sized avatar
:octocat:

Adrian adriano66

:octocat:
  • Future Processing
  • Gliwice, Poland
View GitHub Profile
@adriano66
adriano66 / bookmarklet.js
Last active June 16, 2022 08:50
waterize webpage
javascript: (()=>{ var link=document.createElement('link'); link.rel="stylesheet"; link.href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"; document.head.appendChild(link);})()
@adriano66
adriano66 / mailq-parser.php
Last active July 16, 2021 09:45 — forked from dullgiulio/mailq-parser.php
Interactive mailq
<?php
class EmailData {
private $id;
private $recipients = [];
private $sender;
private $size;
private $date;
private $failed;
@adriano66
adriano66 / iCal.php
Last active February 23, 2020 16:37 — forked from edewaal97/iCal.php
iCal PHP Parser
<?php
// SOURCE: https://gist.github.com/seebz/c00a38d9520e035a6a8c
class iCal {
/**
* @var string
*/
public $title;
/**
@adriano66
adriano66 / stickbetween.html
Last active October 16, 2020 16:21
Stick between
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin - https://jsbin.com/sogovosemo/edit?html,output</title>
</head>
<style>
* {
box-sizing: border-box;
function login_error_message()
{
global $errors;
$err_codes = $errors->get_error_codes();
if ( ! empty(array_intersect([
'invalid_username',
'invalid_email',
'incorrect_password',
data:text/html,<pre><style contenteditable style="display:block">/* edit me */ *{color:red; font-size: 25px; }</style></pre>test
@adriano66
adriano66 / fliptable.html
Last active October 16, 2020 16:19
Flip table
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="flip-table.js"></script>
<link href="flip_table.css" rel="stylesheet">
</head>
<body>
<!DOCTYPE html>
<!--
Created using JS Bin
http://jsbin.com
Copyright (c) 2015 by adriano66 (http://jsbin.com/damanu/3/edit)
Released under the MIT license: http://jsbin.mit-license.org
-->
<meta name="robots" content="noindex">
@adriano66
adriano66 / index.html
Created May 8, 2015 21:38
Link group footer popup Additional footer information displayed on click // source http://jsbin.com/xuxibe
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Additional footer information displayed on click">
<meta charset="utf-8">
<title>Link group footer popup</title>
<style id="jsbin-css">
html, body {
background: #dedede;
}
@adriano66
adriano66 / Heading-strike-through.html
Last active August 29, 2015 14:20
Heading strike through
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
<style>
h1 {
text-align: center;
overflow: hidden;
}