Skip to content

Instantly share code, notes, and snippets.

View christyanbrayan's full-sized avatar
💻
code the web

christyan brayan christyanbrayan

💻
code the web
View GitHub Profile
@nikcub
nikcub / README.md
Created October 4, 2012 13:06
Facebook PHP Source Code from August 2007
@skrilladeville
skrilladeville / file.rb
Created May 3, 2013 07:04
Free Web Hosting with PHP, MySQL and cPanel, No Ads
http://www.000webhost.com/
@rxaviers
rxaviers / gist:7360908
Last active June 20, 2024 11:15
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@niksumeiko
niksumeiko / git.migrate
Last active May 31, 2024 21:18
Moving git repository and all its branches, tags to a new remote repository keeping commits history
#!/bin/bash
# Sometimes you need to move your existing git repository
# to a new remote repository (/new remote origin).
# Here are a simple and quick steps that does exactly this.
#
# Let's assume we call "old repo" the repository you wish
# to move, and "new repo" the one you wish to move to.
#
### Step 1. Make sure you have a local copy of all "old repo"
### branches and tags.
@leocomelli
leocomelli / git.md
Last active June 19, 2024 00:09
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@ericdouglas
ericdouglas / 05.md
Last active April 21, 2022 18:29
Dicas para iniciantes - Pesquisa
Deixe algumas dicas para quem está iniciando!
Estudar e Praticar bastante, é o essencial
Estude bastante.
No início é assim mesmo. Depois vc vai se acostumando
estudar...
Estudar diariamente, comparecer a eventos e encontros e não ter medo de dizer que não sabe resolver determinado problema para mascarar deficiencias
Hoje em dia não, mas quando comecei tive dificuldades em saber que tipo de empresa contratava profissionais web. Enviava curriculos em fábricas, empresas com nomes grandes, pois achava que teria um setor de TI onde eu poderia trabalhar. Acredito que o melhor lugar para quem está iniciando são agências, onde ele terá contato com vários tipos de profissionais e poderá pegar uma boa experiência. Também é importante conhecer pessoas, ainda que não pessoalmente, mas sempre participar de grupos e comunidades open source para ficar mais inteirado das tecnologias e aprender mais. Se eu tivesse conhecido comunidades open source antes, com certeza poderia estar em um nível muito mais ava
@edueo
edueo / wp-sob-controle-com-git.md
Last active March 23, 2022 02:37
WordPress sob controle com GIT

A idéia desse artigo é mostrar como instalar o WordPress de uma maneira um pouco diferente da convencional, usando git submodules. O uso de submódulos no GIT permite utilizar vários repositórios GIT dentro de um mesmo projeto.

O WordPress possui um repositório no GitHub, não oficial, porém sincronizado a cada 15 minutos com o repositório oficial que está no SVN.

Criar o diretório do meu projeto e iniciar o repositório git

mkdir projeto && cd projeto && git init
@roachhd
roachhd / README.md
Last active June 19, 2024 02:18
EMOJI cheatsheet 😛😳😗😓🙉😸🙈🙊😽💀💢💥✨💏👫👄👃👀👛👛🗼🔮🔮🎄🎅👻

EMOJI CHEAT SHEET

Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. ✈ Got flash enabled? Click the emoji code and it will be copied to your clipboard.

People

:bowtie: 😄

@manfromanotherland
manfromanotherland / select-brasil.html
Last active July 1, 2020 15:18
HTML: select com todos os Estados Brasileiros #snippet
<label for="estados-brasileiros">Estados</label>
<select name="estados-brasileiros" id="estados-brasileiros">
<option value="ac">Acre</option>
<option value="al">Alagoas</option>
<option value="ap">Amapá</option>
<option value="am">Amazonas</option>
<option value="ba">Bahia</option>
<option value="ce">Ceará</option>
<option value="df">Distrito Federal</option>
<option value="es">Espírito Santo</option>
@PurpleBooth
PurpleBooth / README-Template.md
Last active June 20, 2024 01:55
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites