This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Browser State | |
| */ | |
| /* | |
| * Pushes into the state stack. Elem is the element used to change the state, usually <a> | |
| */ | |
| function pushState(elem) { | |
| var history = window.history; | |
| if (history === undefined) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select * from ( | |
| select 'a'||lpad(level, 5,'0') as linha, | |
| rpad(' ', &altura-level, ' ') || rpad('*', 2*level-1, '*') as arvorezinha | |
| from dual | |
| connect by level <= &altura | |
| union | |
| select 't'||lpad(level, 5,'0') as linha, | |
| rpad(' ', ((2*&altura-1)/4)+1, ' ')||rpad('#', (2*&altura-1)/2, '#') | |
| from dual | |
| where mod(&altura, 2) = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <? | |
| # | |
| # Minecraftia! Item Drop Generator | |
| # v1.0 | |
| # | |
| require 'bootstrap.php'; | |
| use minecraftia\db\Bitch; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <? | |
| # | |
| # Minecraftia! Inquisitor json mapped 'org.bukkit.entity' remover | |
| # v1.0 | |
| # | |
| require 'bootstrap.php'; | |
| use minecraftia\db\Bitch; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import RPi.GPIO as GPIO | |
| import time | |
| import threading | |
| import signal | |
| import sys | |
| import os | |
| counter = 0 | |
| mode = 0 | |
| GPIO_num = [11, 12, 13, 15, 16] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysql> select distinct table_schema, engine, table_name, table_rows from information_schema.tables where table_schema not in ('performance_schema', 'mysql', 'hlstats', 'information_schema') order by table_schema, table_rows desc; | |
| +---------------------------+--------+-------------------------------------------------+------------+ | |
| | table_schema | engine | table_name | table_rows | | |
| +---------------------------+--------+-------------------------------------------------+------------+ | |
| | esotalk | InnoDB | et_activity | 608 | | |
| | esotalk | InnoDB | et_member_conversation | 539 | | |
| | esotalk | MyISAM | et_post | 456 | | |
| | esotalk | InnoDB | et_like | 234 | | |
| | esotalk | InnoDB | et_member |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # xAuth v2.4.4 Language File | |
| # THIS HEADER IS USED AS A SIGNATURE. PLEASE DO NOT REMOVE. | |
| join: | |
| register: '{RED}Não estás registado.{NEWLINE}{RED} Por favor vai a http://www.minecraft.pt/register | |
| e regista-te.' | |
| login: '{RED}Faz login com o comando: /login <password>.{NEWLINE}{RED}Podes também | |
| fazer login em http://www.minecraft.pt' | |
| resume: '{BRIGHTGREEN}Bem-vindo de volta!' | |
| non-premium: Non-premium user '{TARGET}' detected | |
| error: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [01:01:50 ERROR]: null | |
| org.bukkit.command.CommandException: Unhandled exception executing command 'l' in plugin xAuth v2.4.4 | |
| at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573] | |
| at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573] | |
| at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573] | |
| at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1012) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573] | |
| at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:849) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573] | |
| at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573] | |
| at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayIn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| main: | |
| auto-disable: true | |
| check-premium: true | |
| reload-on-join: true | |
| check-for-updates: false | |
| mysql: | |
| enabled: true | |
| host: localhost | |
| port: 3306 | |
| user: minecraft |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import RPi.GPIO as GPIO | |
| import time | |
| import threading | |
| import signal | |
| import sys | |
| import os | |
| counter = 0 | |
| mode = 2 | |
| GPIO_num = [22, 18, 16, 15, 13, 12, 11] |
OlderNewer