Skip to content

Instantly share code, notes, and snippets.

View thomasgroch's full-sized avatar

Thomas Dev thomasgroch

View GitHub Profile
@thomasgroch
thomasgroch / createUser.sh
Created October 21, 2019 08:16 — forked from bikram990/createUser.sh
Create a daemon user in macOS
#!/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
@thomasgroch
thomasgroch / README.md
Created October 21, 2019 07:30 — forked from zacstewart/README.md
Pair with all your friends on GitHub :DDDDD

pair

Requires ngrok and gh-auth:

brew install ngrok

gem install github-auth

@thomasgroch
thomasgroch / contributing.md
Created October 18, 2019 15:36
Updated Contributing Guidance

How to Contribute

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.

Non-PR (Pull Request) Contributions

Some contributions require a pull request, and others do not.

@thomasgroch
thomasgroch / findSpy.sh
Created September 25, 2019 18:02 — forked from rgeorgie/findSpy.sh
Find spy!
#!/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:

Keybase proof

I hereby claim:

  • I am thomasgroch on github.
  • I am thomasgroch (https://keybase.io/thomasgroch) on keybase.
  • I have a public key ASDkptHbfATKKVdki7J_SbdTAigHQQlPwoqv9ZRQymwEywo

To claim this, I am signing this object:

Sites para encontrar trabalho remoto

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.
@thomasgroch
thomasgroch / sites-vagas-dev-ti.md
Created June 30, 2019 23:38 — forked from alexishida/sites-vagas-dev-ti.md
Site de Empregos na Área Desenvolvimento de TI
@thomasgroch
thomasgroch / trampos_co_crawler.rb
Created June 30, 2019 23:38 — forked from breim/trampos_co_crawler.rb
Trampos.co crawler
#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