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
#!/usr/bin/env python3 | |
'''Scrape a list of all conference talk PDFs from Lanyrd.com | |
Usage: ./lanyrd.py > talks.json | |
This script searches Lanyrd for all talks with PDF slides and extracts the data | |
into nicely formatted JSON. | |
''' | |
import sys |
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
ack -l "stringBusca" | grep -v vendor | |
## -v ignorar node_modules |
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
@media screen | |
and (min-device-width : 1080px) | |
and (max-device-width : 1920px) | |
and (min-resolution: 401dpi) | |
and (device-aspect-ratio:16/9) | |
{ } | |
@media screen | |
and (min-device-width : 750px) | |
and (max-device-width : 1334px) |
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
Verifying my Blockstack ID is secured with the address 1DK1eUeCRFkWLC6mk5tcEqDoFj6MJMLFrQ https://explorer.blockstack.org/address/1DK1eUeCRFkWLC6mk5tcEqDoFj6MJMLFrQ |
OlderNewer