Skip to content

Instantly share code, notes, and snippets.

@devoxel
devoxel / fullwidth.css
Created May 2, 2018 10:16
Full Width Messenger Boxes
._wu0 {
min-width: 81ch !important;
max-width: 100% !important;
}
/* Fix emojis dimensions */
.iiJ4W {
height: auto;
width: auto;
max-height: 1.2em;
max-width: 1.2em;
min-width: auto;
}
@devoxel
devoxel / POM.xml
Created August 12, 2016 02:42
Basic Spark Setup for Docker and Maven
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>hellodocker</groupId>
<artifactId>hellodocker</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
a
aa
aaa
aaron
ab
abandoned
abc
aberdeen
abilities
ability
@devoxel
devoxel / lennyface-bookmarklet.url
Last active August 26, 2015 16:18
A Lennyface Bookmarklet ( ͡° ͜ʖ ͡°)
javascript:(function()%7Bwindow.prompt("Copy to clipboard%3A Ctrl%2BC%2C Enter"%2C '( ͡° ͜ʖ ͡°)')%7D)()