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
@echo off | |
echo Hi every body | |
pause | |
cls | |
echo And welcome to how a file like THIS one | |
pause | |
cls | |
echo also known as a .bat (CMD) file | |
cls | |
echo open notepad |
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
@echo off | |
set line================================================================================ | |
set text= Internal IP Resolver - by stuntguy3000 | |
echo %line% | |
echo %text% | |
echo %line% | |
rem Let the magic begin! | |
for /f "delims=[] tokens=2" %%a in ('ping %computername% -n 1 -4 ^| findstr "["') do (set thisip=%%a) | |
echo Your Internal IP is: %thisip% | |
echo. |
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
[20:45:24] [Server thread/ERROR]: [KoncealedTokens] Cannot load configuration from jar | |
org.bukkit.configuration.InvalidConfigurationException: while parsing a block collection | |
in 'string', line 25, column 11: | |
- '&bThis item gives you $5000 i ... | |
^ | |
expected <block end>, but found BlockSequenceStart | |
in 'string', line 26, column 12: | |
- '&eBuy now!' | |
^ |
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
[20:45:24 ERROR]: [KoncealedTokens] Cannot load configuration from jar | |
org.bukkit.configuration.InvalidConfigurationException: while parsing a block co | |
llection | |
in 'string', line 25, column 11: | |
- '&bThis item gives you $5000 i ... | |
^ | |
expected <block end>, but found BlockSequenceStart | |
in 'string', line 26, column 12: | |
- '&eBuy now!' | |
^ |
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
from twisted.words.protocols import irc | |
from twisted.internet import protocol, task, reactor | |
from twisted.application import internet, service | |
import subprocess | |
nick = "Nexus" | |
user = "Nexus" | |
pass = "bouncer password" | |
jenkins_nick = "HawkJenkins" | |
jenkins_job = "Nexus" |
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
[19:05:27] <stuntguy3000> \issue nexus 5 | |
[19:05:32] <stuntguy3000> why does it hate me | |
[19:05:32] <DSH105> idk | |
[19:05:35] * DSH105 disappears | |
[19:05:39] <stuntguy3000> https://github.com/DSH105/Nexus/pull/5 | |
[19:05:40] <stuntguy3000> NO | |
[19:05:40] <Nexus> (stuntguy3000) Houston, we have a problem! Here is a conveniently provided stacktrace: https://gist.github.com/921df8a7f839a1c98128 | |
[19:05:41] <DSH105> it doesnt hate you | |
[19:05:45] <stuntguy3000> it hates me | |
[19:05:51] <DSH105> pr ;) |
NewerOlder