Various dreams on a border-style: dashed, endless, color-changing road.
Best viewed in Chrome.
| - var point_count = 30; | |
| - var circle_radius = 160; | |
| - var pi = 3.14159; | |
| - var n = 0; | |
| - var dash_array = pi * circle_radius * 2; | |
| .main | |
| .logo | |
| .logo__inner | |
| ul.logo__list |
| meta: | |
| id: dc6 | |
| title: Diablo CEL 6 | |
| application: Diablo II | |
| file-extension: dc6 | |
| license: MIT | |
| ks-version: 0.7 | |
| encoding: ASCII | |
| endian: le | |
| seq: |
| // SSimSuperRes by Shiandow | |
| // | |
| // This library is free software; you can redistribute it and/or | |
| // modify it under the terms of the GNU Lesser General Public | |
| // License as published by the Free Software Foundation; either | |
| // version 3.0 of the License, or (at your option) any later version. | |
| // | |
| // This library is distributed in the hope that it will be useful, | |
| // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| @import url('https://fonts.googleapis.com/css?family=VT323'); | |
| $block-gap: 8px; | |
| $block-size: 25px; | |
| $blocks-per-row: 7; | |
| $blocks-color: #233f5a; | |
| $blocks-active: #fabc7f; | |
| $blocks-bg: #172031; | |
| $speed: 2.5s; |
In August 2007 a hacker found a way to expose the PHP source code on facebook.com. He retrieved two files and then emailed them to me, and I wrote about the issue:
http://techcrunch.com/2007/08/11/facebook-source-code-leaked/
It became a big deal:
http://www.techmeme.com/070812/p1#a070812p1
The two files are index.php (the homepage) and search.php (the search page)
| #!/usr/bin/perl | |
| use Mysql; | |
| use strict; | |
| use vars qw($school_name); | |
| use vars qw($pass); | |
| require "./cgi-lib.pl"; |
| // uncomment if you are transpiling with Babel + Webpack | |
| // const { window, document } = global; | |
| /** | |
| * Lightweight script to detect whether the browser is running in Private mode. | |
| * | |
| * You should use a polyfill for Promise. | |
| * @see https://ourcodeworld.com/articles/read/316/top-5-best-javascript-promises-polyfills | |
| * | |
| * @returns {Promise} |
| #!/bin/bash | |
| # dontforget | |
| # | |
| # A stupid script for short term reminders in bash | |
| # | |
| # Arguments just need to contain a number and a bunch of words. | |
| # | |
| # The number can be anywhere in the arguments, but there shouldn't | |
| # be any other numeric digits. | |
| # |