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 { Component, State } from '@stencil/core' | |
@Component({ | |
tag: 'dl-hello', | |
}) | |
export class DlHello { | |
@State() booleanState: boolean = true | |
componentDidLoad() { | |
setInterval(() => { |
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
# add lines to /etc/hosts | |
127.0.0.1 amplifypixel.outbrain.com paid.outbrain.com traffic.outbrain.com widgets.outbrain.com | |
127.0.0.1 cdn.taboolasyndication.com trc.taboolasyndication.com cdn.taboola.com images.taboola.com popup.taboola.com trc.taboola.com | |
127.0.0.1 trends.revcontent.com |
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
#!/bin/sh | |
imapsync --host1 imap.gmail.com --user1 [email protected] --ssl1 --password1 "xxxx" \ | |
--host2 mail.messagingengine.com --user2 [email protected] --ssl2 --password2 "xxxx" \ | |
--prefix1 "[Gmail]/" \ | |
--exclude "All Mail" \ | |
--nofoldersizes \ | |
--skipcrossduplicates \ | |
--folderlast "[Gmail]/All Mail" \ | |
--regextrans2 's/\[Gmail\]/Gmail/' \ |
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
createBase64() { | |
echo -n `cat $1` | base64 | pbcopy | |
} | |
alias l='ls -halF' | |
alias passgen='openssl rand -base64 24 | pbcopy; echo "wachtwoord opgeslagen in klembord"' | |
alias lesscc='lessc -x style.less > style.css' | |
alias taile='tail -n 20 /var/log/apache2/error_log' | |
alias dnsflush='dscacheutil -flushcache; echo "flush!!"' | |
alias b64convert=createBase64 |
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
sed "`sed 's#.#s/&/#;s#$#/g#'<<Q | |
LMWe'veKn each o!r for-o longPr hearHzchJbutP're2o-hy2-@Insidexe bothKxhaHCJonMWeK ! game+we'reZpl@ | |
TMI justxanna _UFGotta QuXerstaXR | |
RM~Squp~letqdown~runzrouX+desertU~Qcry~sayCodbye~_z lie+hurtU | |
E(Ooh)~S, neverZSM(GV | |
F how=feelingM | |
Ht's been | |
%(Ooh, gV | |
Vivequp)M | |
~MNeverZ |
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 | |
/** | |
* | |
* @license MIT License | |
* | |
*/ | |
// om 't script wat tijd te geven | |
ini_set("memory_limit","320M"); | |
ini_set("max_execution_time", 240); |