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> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>麻雀</title> | |
<style> | |
* { | |
box-sizing: border-box; | |
transform-style: preserve-3d } |
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><body style=display:grid;gap:calc(100%/13);grid:repeat(2,1fr)/repeat(2,1fr);height:100vmin;margin:auto;width:100vmin><a style=background:#f25022></a><a style=background:#7fba00></a><a style=background:#00a4ef></a><a style=background:#ffb900> |
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
1 | 2 | =A1+B1 |
---|
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
@mixin dark($color) | |
background-color: $color | |
color: #ffffff | |
@mixin neutral($color) | |
background-color: $color | |
@mixin light($color) | |
background-color: $color | |
color: #000000 |
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
[ | |
... | |
[] | |
[ | |
($$+[])[-~-~-~[]]+ | |
(({})+[])[-~[]]+ | |
([][![]]+[])[-~[]]+ | |
(![]+[])[-~-~-~[]]+ | |
(!![]+[])[+[]]+ | |
(!![]+[])[-~[]]+ |
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> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta name="theme-color" content="#bf0101"> | |
<meta name="description" content="なふもたんをもふもふするやつ"> | |
<meta name="ICBM" content="35.699099, 139.74944"> | |
<meta name="geo.position" content="35.699099;139.74944"> | |
<meta name="geo.region" content="Japan"> | |
<meta name="geo.placename" content="Tokyo"> | |
<meta name="twitter:card" content="summary"> |
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
using System; | |
namespace Parking | |
{ | |
class Program | |
{ | |
static readonly TimeSpan Delay = new TimeSpan(4, 0, 0); | |
static readonly TimeSpan Span = new TimeSpan(9, 0, 0); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
/* | |
* F i r e f o x は い い ぞ | |
*/ | |
:root { | |
-webkit-user-select: none; | |
-ms-user-select: none; | |
-o-user-select: none; | |
user-select: none; | |
} |
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
# # # # # # # # # # # # # # # # # # # # # # # WARNING # # # # # # # # # # # # # # # # # # # # # # # | |
# The repository has moved to <https://github.com/acid-chicken/agnoster-acid-chicken-customized>. # | |
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |