This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'> | |
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> | |
<meta charset="utf-8"> | |
<title>Editor</title> | |
<style id="jsbin-css"> | |
* { box-sizing: border-box } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Bolt\Extension\Largo\SortOrder; | |
use Symfony\Component\HttpFoundation\Response; | |
use Bolt; | |
class Extension extends \Bolt\BaseExtension | |
{ | |
/** @var boolean */ | |
private $isAdmin; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'> | |
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> | |
<meta charset="utf-8"> | |
<title>Editor</title> | |
<style id="jsbin-css"> | |
* { box-sizing: border-box } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "Win32API" | |
require 'Date' | |
require 'etc' | |
api = Win32API.new( 'user32', 'GetLastInputInfo', ['P'], 'I') | |
# match the structure LASTINPUTINFO. First 4 byte int is size of struct | |
s = [8, 0].pack('l*') | |
t = Win32API.new("kernel32", "GetTickCount", nil, 'L') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html, body{ | |
height: 100%; | |
} | |
#clock { | |
font-size: 50px; | |
/* font-family: 'Helvetica, Arial'; | |
color: #3e3e3e; */ | |
} |
NewerOlder