Requires ngrok and gh-auth:
brew install ngrok
gem install github-auth
| #!/bin/bash | |
| if (( $(id -u) )) ; then | |
| echo "This script needs to run as root" | |
| exit 1 | |
| fi | |
| if [[ -z "$1" ]] ; then | |
| echo "Usage: $(basename $0) [username] [realname (optional)]" | |
| exit 1 |
Thank you for contributing to Pinax!
There are many ways to contribute: reporting bugs, requesting features, providing input on issues and pull requests, writing documentation, and submitting code, just to name a few.
Some contributions require a pull request, and others do not.
| #!/bin/bash | |
| ############################################################################################ | |
| # Author: Rosen Georgiev a.k.a Subzer0 subzer0@abv.bg | |
| # Description: Bash script looking for unknown hosts listening in promocios mode in your LAN | |
| # Version: 0.1 | |
| # Date created: 07-Apr-2018 | |
| # Date modifyed: 10-Apr-2018 | |
| # License: ABSOLUTELY FREE | |
| # ABSOLUTELY NO WARANTIE it will find intruders... | |
| ############################################################################################ |
| The Task | |
| Convert an entire folder of RAW images, typically produced by DSLR camera at 300dpi and convert them all to web-ready, 72dpi JPEG's in a single bash command while utilizing all eight threads in parallel on a quad-core i5 CPU. | |
| OS X Prerequesites | |
| Install ImageMagick with RAW support via Homebrew. | |
| If you don't already have Homebrew, shame on you. Grab it like so: |
I hereby claim:
To claim this, I am signing this object:
| Nº | Site | Descrição |
|---|---|---|
| 1 | We Work Remotely | Oportunidades de trabalho remoto em diversos setores – desde negócios a copywriting. |
| 2 | Remoteok.io | Trabalhos em várias áreas e uma comunidade de mais de um milhão de trabalhadores remotos. |
| 3 | RemoteOnly | Para quem gostaria de trabalhar com suporte ao consumidor, design, desenvolvimento de software, administração e marketing. |
| 4 | Working Nomads | Vagas em muitas áreas e possibilidade de programar alertas para oportunidades específicas. |
| 5 | CryptoJobs | Trabalhos ligados a blockchain e criptomoedas. |
| 6 | Satoshi Careers | Plataforma que compila trabalhos remotos com criptomoeda. |
| #ecoding: utf-8 | |
| require 'mechanize' | |
| 10.times do |i| | |
| begin | |
| value = 114980 + i | |
| agent = Mechanize.new.get("http://trampos.co/oportunidade/#{value}") | |
| agent.title #Titulo da vaga | |
| empresa = agent.search(".heading-2").map(&:text)[0] | |
| local_vaga = agent.search(".f4").map(&:text)[2] |
| ### Repositórios Github com vagas (Estão em Issues) ### | |
| Backend Vagas | |
| https://github.com/backend-br/vagas | |
| Fronted Vagas | |
| https://github.com/frontendbr/vagas | |
| PHP Vagas ( | |
| https://github.com/phpdevbr/vagas |