Lista de grupos relacionados a desenvolvimento front-end que participo no Facebook.
- HTML5 BR - 779 membros
- DevCast - 778 membros
- JavaScriptBrasil - 601 membros
- jQuery Brasil - 587 membros
Lista de grupos relacionados a desenvolvimento front-end que participo no Facebook.
In August 2007 a hacker found a way to expose the PHP source code on facebook.com. He retrieved two files and then emailed them to me, and I wrote about the issue:
http://techcrunch.com/2007/08/11/facebook-source-code-leaked/
It became a big deal:
http://www.techmeme.com/070812/p1#a070812p1
The two files are index.php (the homepage) and search.php (the search page)
| 1) O Ócio Criativo - Domenico De Masi | |
| http://www.livrariasaraiva.com.br/produto/443457/o-ocio-criativo/ | |
| 2) Você está Louco - Ricardo Semler | |
| http://www.livrariasaraiva.com.br/produto/1461877/voce-esta-louco-!-uma-vida-administrada-de-outra-forma/ | |
| 3) Virando a própria mesa - Ricardo Semler | |
| http://www.livrariasaraiva.com.br/produto/100702/virando-a-propria-mesa-uma-historia-de-sucesso-empresarial-made-in-brazil/ | |
| 4) The 4-Hour Workweek - Tim Ferriss |
| 1) O Ócio Criativo - Domenico De Masi | |
| http://www.livrariasaraiva.com.br/produto/443457/o-ocio-criativo/ | |
| 2) Você está Louco - Ricardo Semler | |
| http://www.livrariasaraiva.com.br/produto/1461877/voce-esta-louco-!-uma-vida-administrada-de-outra-forma/ | |
| 3) Virando a própria mesa - Ricardo Semler | |
| http://www.livrariasaraiva.com.br/produto/100702/virando-a-propria-mesa-uma-historia-de-sucesso-empresarial-made-in-brazil/ | |
| 4) The 4-Hour Workweek - Tim Ferriss |
Here are a list of headless browsers that I know about:
The list would not be updated for now. Don't write comments.
The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Wed, 21 Sep 2022 till Thu, 21 Sep 2023.
Because of GitHub search limitations, only 1000 first users according to amount of followers are included. If you are not in the list you don't have enough followers. See raw data and source code. Algorithm in pseudocode:
githubUsers| #!/bin/sh | |
| git filter-branch --env-filter ' | |
| an="$GIT_AUTHOR_NAME" | |
| am="$GIT_AUTHOR_EMAIL" | |
| cn="$GIT_COMMITTER_NAME" | |
| cm="$GIT_COMMITTER_EMAIL" | |
| if [ "$GIT_COMMITTER_EMAIL" = "[email protected]" ] |
| #! /usr/bin/env python | |
| import sys | |
| import json | |
| import subprocess | |
| import urllib | |
| try: | |
| import requests | |
| except: | |
| print "Install requests (try easy_install requests)" | |
| sys.exit() |