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
| Opening Connection to KenBot | |
| IRC Server: irc.esper.net | |
| Nickname: KenBot | |
| Command Prefix: . | |
| Channels: | |
| + #kaendfinger | |
| - Logan | |
| - kaendfinger | |
| - Lain|log | |
| - Lukario45-BNC |
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
| which: no rdmd in (/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/tools:/opt/android-studio/bin:/opt/google-appengine-java/bin:/opt/atlassian/plugin-sdk/bin:/usr/share/java/basex/bin:.:/usr/share/java/gradle/bin:/opt/java/bin:/opt/java/db/bin:/opt/java/jre/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/gradle/1.5/bin/:/home/alex/Atlassian/atlassian-plugin-sdk-4.1.6/bin/:/opt/android-sdk/tools:/opt/android-sdk/platform-tools:~/IntelliJ/idea-IU/bin/:/opt/java/bin/:/opt/java/jre/bin/:/opt/atlassian/plugin-sdk/bin/:/home/alex/Code/Google/google_appengine/) |
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
| __author__ = 'Kenneth Endfinger' | |
| import json | |
| import urllib | |
| api_key = 'AIzaSyCq5sypSd_I5n7g7aKYmitNtGSksuBfsKk' | |
| query = 'Example' | |
| print('Query: ' + query) | |
| service_url = 'https://www.googleapis.com/freebase/v1/search' | |
| params = { |
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
| package themike.core.block | |
| import cpw.mods.fml.common.registry.GameRegistry | |
| import cpw.mods.fml.relauncher.* | |
| import net.minecraft.block.* | |
| import net.minecraft.block.material.Material | |
| import net.minecraft.client.renderer.texture.IconRegister | |
| import net.minecraft.creativetab.CreativeTabs | |
| import net.minecraft.item.ItemStack | |
| import themike.core.item.ItemBlockBase |
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
| __author__ = 'Kenneth Endfinger' | |
| keywords = { | |
| 'Who': 'Person', | |
| 'What': 'Thing', | |
| 'Where': 'Thing' | |
| } | |
| def parseQuestion(question): |
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
| package org.minetweak.command; | |
| import net.minecraft.src.EnumChatFormatting; | |
| import net.minecraft.src.EnumGameType; | |
| import org.minetweak.Minetweak; | |
| public class CommandGamemode extends CommandExecutor { | |
| @Override | |
| public void executeCommand(CommandSender sender, String overallCommand, String[] args) { | |
| if (args.length > 2 && args.length < 1 ) { |
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
| Parsing: What sang Some Nights? | |
| Type: Thing | |
| Entity: Some Nights | |
| Best Guess: Some Nights | |
| MID: /m/0hht0_z | |
| Artist: Fun | |
| Initial release date: 2012-02-21 | |
| Genre: Indie pop | |
| Genre: Pop rock | |
| Genre: Alternative rock |
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
| apply plugin: 'java' | |
| apply plugin: 'project-report' | |
| repositories { | |
| mavenCentral() | |
| maven { | |
| url 'https://repository.apache.org/content/repositories/releases/' | |
| } | |
| } |
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
| package org.minetweak.command; | |
| import net.minecraft.src.EnumChatFormatting; | |
| import org.minetweak.Minetweak; | |
| import org.minetweak.Server; | |
| import org.minetweak.entity.Player; | |
| import org.minetweak.util.StringUtils; | |
| public class CommandBan extends CommandExecutor { |
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
| { | |
| "samrg472": [ | |
| "*" | |
| ], | |
| "logangorence": [ | |
| "*" | |
| ], | |
| "kendfinger": [ | |
| "*" | |
| ] |