Highlights
- Pro
Pinned Loading
-
Popular um input type date com a dat...
Popular um input type date com a data atual 1function formatDate() {
2var d = new Date(date), // para atual retirar o date e na invocação da função retirar o argumento.
3month = '' + (d.getMonth() + 1),
4day = '' + d.getDate(),
5year = d.getFullYear();
-
Remover texto entre parenteses e o t...
Remover texto entre parenteses e o texto dentro 1SELECT REPLACE(CUR_NOME, SUBSTRING(CUR_NOME, LOCATE('(', CUR_NOME),
2LENGTH(CUR_NOME) - LOCATE(')', REVERSE(CUR_NOME)) - LOCATE('(', CUR_NOME) + 2),
3'') AS CUR_NOME,
4CUR_NOME
5FROM atribuicaos;
-
Primeiro e Ultimo nome em mysql
Primeiro e Ultimo nome em mysql 1select substring_index(nome, ' ', 1) as PrimeiroNome,
2substring_index(nome, ' ', -1) as UltimoNome
3from professors;
-
Complete list of github markdown emo...
Complete list of github markdown emoji markup 1People
23| :bowtie: `:bowtie:` | :smile: `:smile:` | :laughing: `:laughing:` |
4|---|---|---|
5| :blush: `:blush:` | :smiley: `:smiley:` | :relaxed: `:relaxed:` |
-
OpenMU
OpenMU PublicForked from MUnique/OpenMU
This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online" in the version of Season 6 Episode 3 using the ENG (english) protocol.
C#
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.