Skip to content

Instantly share code, notes, and snippets.

View iketari's full-sized avatar

Artsiom Mezin iketari

  • Behavox
  • Maidenhead, UK
View GitHub Profile
describe('check header home page', function() {
/** for long page loading */
var originalTimeout;
beforeEach(function() {
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 200000;
});
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Untitled benchmark</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>
i.ico.ico_compose.ico_compose_money:before {
content: '₽ ₽';
font-family: Arial;
overflow: hidden;
width: 11px;
display: inline-block;
height: 17px;
font-weight: 600;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>forEach и filter</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>
{
"manifest_version": 2,
"name": "Slack hide panes",
"version": "1.1",
"description": "Hide Slack Panes.",
"applications": {
"gecko": {
@iketari
iketari / index.html
Last active April 22, 2016 11:45
Object.keys vs for..in #jsbench #jsperf (http://jsbench.github.io/#b0a7de1bcb452ed7e6995ed5c2977dbf) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Object.keys vs for..in #jsbench #jsperf</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@iketari
iketari / SassMeister-input.scss
Created April 23, 2015 12:06
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$font-family: 'PT Serif', serif;
$font-size: 18px;
$line-height: $font-size * 1.5;
$color: #333;
body {