Skip to content

Instantly share code, notes, and snippets.

View toliner's full-sized avatar

トリナー toliner

  • Yokohama, Japan
  • 20:23 (UTC +09:00)
View GitHub Profile
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using CoreTweet;
using CoreTweet.Streaming;
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
:dependencies
------------------------------------------------------------
Root project
------------------------------------------------------------
apiElements - API elements for main. (n)
No dependencies
import java.util.*
import javax.mail.*
import javax.mail.internet.InternetAddress
import javax.mail.internet.MimeMessage
val ENCODING = "utf-8"
val property = Properties()
property.setProperty("mail.smtp.host", /*Mail Domain*/"")
property.setProperty("mail.smtp.port", "587")
property.setProperty("mail.smtp.connectiontimeout", "60000")
2017-12-27 11:06:51.023 [nettyCallPool-7-3] TRACE ktor.application - Unhandled: GET - /w00tw00t.at.blackhats.romanian.anti-sec:)
2017-12-27 11:06:51.574 [nettyCallPool-7-4] TRACE ktor.application - Unhandled: GET - /phpmyadmin/scripts/setup.php
2017-12-27 11:06:52.143 [nettyCallPool-7-5] TRACE ktor.application - Unhandled: GET - /phpMyAdmin/scripts/setup.php
2017-12-27 11:06:52.695 [nettyCallPool-7-6] TRACE ktor.application - Unhandled: GET - /mysqladmin/scripts/setup.php
2017-12-27 11:06:53.250 [nettyCallPool-7-7] TRACE ktor.application - Unhandled: GET - /PMA2012/
2017-12-27 11:06:53.770 [nettyCallPool-7-8] TRACE ktor.application - Unhandled: GET - /pma2012/
2017-12-27 11:06:54.331 [nettyCallPool-7-1] TRACE ktor.application - Unhandled: GET - /PMA2011/
2017-12-27 11:06:54.901 [nettyCallPool-7-2] TRACE ktor.application - Unhandled: GET - /pma2011/
2017-12-27 11:06:55.462 [nettyCallPool-7-3] TRACE ktor.application - Unhandled: GET - /phpmyadmin2/
2017-12-27 11:06:56.009 [nettyCallPool-7-4] TRACE ktor.applicat
@toliner
toliner / openpgp.txt
Created March 7, 2018 14:53
OpenKeychain リンクしたユーザID
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:91245390ca390937b37b35dbc7a779612069883c]
@toliner
toliner / openpgp.txt
Created March 7, 2018 15:02
OpenKeychain リンクしたユーザID
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:87affefffb4e7a22696d6def043fe572fa875d0f]

Keybase proof

I hereby claim:

  • I am toliner on github.
  • I am toliner (https://keybase.io/toliner) on keybase.
  • I have a public key ASCRN37Ra0R_xVuswxibTvGaEm35assrcgLc61u9PTRwbQo

To claim this, I am signing this object:

@toliner
toliner / openpgp.txt
Created March 13, 2018 13:33
OpenKeychain リンクしたユーザID
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:8005c1f18e60fde3933a25b7771e901202591011]
const FORGE_VERSION_XML: &str = "http://files.minecraftforge.net/maven/net/minecraftforge/forge/maven-metadata.xml";
//extern crateはmain.rs
use std::io::{Error, ErrorKind};
use std::io::{self, Write};
use futures::{Future, Stream};
use hyper::{Client, Chunk, Uri, client};
use std::str::FromStr;
use tokio_core::reactor::Core;
C:\Users\tolin\IdeaProjects\Logistics-Pipes-2\src\main\java\com\sots\particle\ILP2Particle.java
Warning:Warning:line (4)Modifier 'public' is redundant for interface methods
Warning:Warning:line (6)Modifier 'public' is redundant for interface methods
Warning:Warning:line (8)Modifier 'public' is redundant for interface methods
C:\Users\tolin\IdeaProjects\Logistics-Pipes-2\src\main\java\com\sots\util\StringUtil.java
Warning:Warning:line (4)Boolean method 'isNullOrEmpty' is always inverted
Warning:Warning:line (8)Boolean method 'isNullOrWhitespace' is always inverted
C:\Users\tolin\IdeaProjects\Logistics-Pipes-2\src\main\java\com\sots\item\modules\IItemModule.java
Warning:Warning:line (6)Modifier 'public' is redundant for interface methods
C:\Users\tolin\IdeaProjects\Logistics-Pipes-2\src\main\java\com\sots\module\IModule.java