- [by. Select elements][1]
- [fragment. Turn HTML into DOMFragments][2]
- [class-list. Cross browser HTML5 classList implementation][3]
- [dom-walk. Traverse the DOM in tree order][4]
- [xhr. Minimal cross browser, cross domain XHR][5]
- [insert. Cross browser DOM4 insertion methods][6]
- [to-array. Convert nodelists into arrays][7]
- [hidden. Cross browser HTML5 hidden property][8]
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
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis. | |
## Core Principles | |
1. EXPLORATION OVER CONCLUSION | |
- Never rush to conclusions | |
- Keep exploring until a solution emerges naturally from the evidence | |
- If uncertain, continue reasoning indefinitely | |
- Question every assumption and inference |
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
/* @flow */ | |
import typify from "typify" | |
class Ok<A> { | |
value: A | |
constructor(value: A) { | |
this.value = value | |
} | |
} |
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
//+------------------------------------------------------------------+ | |
//| Signal2Channel.mq4 | | |
//| steven england | | |
//| https://Telegram4MQL.steven-england.info | | |
//+------------------------------------------------------------------+ | |
//+------------------------------------------------------------------+ | |
//| !!! Please note that there is a successor project. !!! | | |
//| Visit https://mmm.steven-england.info or | | |
//| https://github.com/stevenengland/MMM for more information | |
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
Para CPF | |
/^\d{3}\.\d{3}\.\d{3}\-\d{2}$/ | |
Para CNPJ | |
/^\d{2}\.\d{3}\.\d{3}\/\d{4}\-\d{2}$/ | |
Para ambos ao mesmo tempo |
As configured in my dotfiles.
start new:
tmux
start new with session name: