What's taking place on /boot ?
ls -A -S -l /boot/
Installed kernel packages:
dpkg -l linux-image-* | grep ^ii
.TagTile-info[href="/t/general"] { | |
background-image: url(./custom/christmas-3015776_1920.jpg); | |
background-size: cover; | |
background-position: center center; | |
} | |
.DiscussionHero[style="background-color: rgb(136, 136, 136);"] { | |
background-image: url(./custom/christmas-3015776_1920.jpg); | |
background-size: cover; | |
background-position: center center; |
body { background: red; } |
<!DOCTYPE aesl-source> | |
<network> | |
<!--list of global events--> | |
<event size="8" name="utimateLed"/> | |
<!--list of constants--> |
<?php | |
/** | |
* Vanilla PHP helper to load discussions from Flarum API | |
* @author Clark Winkelmann | |
* @license MIT (c) Clark Winkelmann 2018 | |
*/ | |
class FlarumDiscussionStream | |
{ | |
/** |
(function () { let total = 0; for (let i=0, times=document.querySelectorAll('.vXnnM');i<times.length; i++) { let hours = times[i].innerText.split('à'); duration = (Date.parse('2017-01-0' + (parseInt(hours[0]) > parseInt(hours[1]) ? '2' : '1') + ' ' + hours[1]) - Date.parse('2017-01-01 ' + hours[0])); /*console.log(duration/60000);*/ total += duration; } let totalMinutes = total / 60000; return Math.floor(totalMinutes / 60) + ':' + (totalMinutes % 60); })(); |
class Morpion{constructor(){this.map=[null,null,null,null,null,null,null,null,null],this.joueur="x"}ajouterSymbole(a){if(!this.joueurActuel())throw"partie finie";if(a<0||a>8)throw"index case invalide";const b=Math.round(a);if(this.contenuCase(b))throw"case déjà utilisée";this.map[b]=this.joueur,this.joueur="x"===this.joueur?"o":"x"}joueurActuel(){return this.gagnant()?null:this.map.reduce(function(a,b){return a&&!!b},!0)?null:this.joueur}gagnant(){for(let a=0;a<9;a+=3){const b=this.map[a]===this.map[a+1]&&this.map[a+1]===this.map[a+2]&&this.map[a];if(b)return b}for(let a=0;a<3;a++){const b=this.map[a]===this.map[a+3]&&this.map[a+3]===this.map[a+6]&&this.map[a];if(b)return b}for(let a=-1;a<=1;a+=2){const b=this.map[4]===this.map[1+a]&&this.map[4]===this.map[7-a]&&this.map[4];if(b)return b}return null}contenuCase(a){return this.map[a]}} |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Redirecting to {{ page.title }}...</title> | |
{% comment %} | |
Performs a redirect to the given URL, and tracks the visit inside Piwik | |
http://stackoverflow.com/a/36846720/3133038 (GitHub Pages redirect layout) | |
http://stackoverflow.com/a/8692588/3133038 (Redirect with Google Analytics tracking) | |
{% endcomment %} |
I hereby claim:
To claim this, I am signing this object:
extern void object::Tetris() | |
{ | |
/* | |
######### ####### ######### ####### ### ####### | |
######### ####### ######### ######## ### ######## | |
### ### ### ### ### ### #### | |
### ##### ### ######## ### ###### | |
### ### ### ####### ### #### | |
### ####### ### ### ### ### ######## | |
### ####### ### ### ### ### ####### |