It's now here, in The Programmer's Compendium. The content is the same as before, but being part of the compendium means that it's actively maintained.
class DbSetup < ActiveRecord::Migration | |
def up | |
create_schema :oauth | |
create_table "oauth.oauth_applications" do |t| | |
t.string :name, null: false | |
t.string :uid, null: false | |
t.string :secret, null: false | |
t.text :redirect_uri, null: false | |
t.integer :owner_id, null: false |
server=/ita.consul.locaweb.com.br/10.30.124.165#8600 | |
server=/ita.consul.locaweb.com.br/10.30.124.166#8600 | |
server=/ita.consul.locaweb.com.br/10.30.124.167#8600 | |
server=/ita.consul.locaweb.com.br/10.30.124.168#8600 | |
server=/ita.consul.locaweb.com.br/10.30.124.169#8600 | |
server=/ita.consul.locaweb.com.br/10.30.124.170#8600 |
Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.
Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.
Most active GitHub users (git.io/top)
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
Sete Atitudes para Hackear a Indústria de Software | |
By Klaus Wuestefeld | |
1) Torne-se excelente. | |
Seja realmente bom em alguma coisa. Não fique só choramingando ou | |
querendo progredir às custas dos outros. Não pense q pq vc sentou 4 | |
anos numa faculdade ouvindo um professor falar sobre software q vc | |
sabe alguma coisa. Jogador de futebol não aprende a jogar bola tendo |