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
import Ember from 'ember'; | |
import InboundActions from 'ember-component-inbound-actions/inbound-actions'; | |
export default Ember.Component.extend(InboundActions, { | |
concatenatedProperties: ['x'], | |
x: ['A'], | |
classNames: ['A'], | |
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
import MyComponent from './my-component'; | |
export default MyComponent.extend({ | |
x: 'extended', | |
y: 'extended', | |
z: 'extended', | |
classNames: 'extended', | |
internalProperty: "internal", |
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
(function() { | |
'use strict'; | |
const hexa = document.body.firstChild.textContent; | |
const input = hexa.match(/\w/g).map(num => Number.parseInt(num,16).toString(2).padStart(4,'0')).join('').split(''); | |
console.log("input", input.length, input.join('')); | |
let pos = 0; | |
let versionSum = 0; | |
function dec(bits) { | |
return Number.parseInt(bits, 2) | |
} |
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
/* multiline tabs */ | |
#tabs-tabbar-container { | |
height: auto !important; | |
} | |
#tabs-tabbar-container.top { | |
padding-top: 0; | |
} |
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
[Adblock Plus 2.0] | |
! Version: 1 | |
! Title: Ixian's list | |
! Expires: 3 days | |
! Homepage: https://gist.github.com/emoryy/7610203638ea76401a81b50fa3c9ffa2 | |
! Last modified: 17 May 2023 09:00 UTC | |
! GLOBAL RULES | |
! | |
order.mandarake.co.jp##.chead |
OlderNewer