Skip to content

Instantly share code, notes, and snippets.

View MulticolorWorld's full-sized avatar

MulticolorWorld MulticolorWorld

View GitHub Profile
public class HogeController{
static ListView<Label> listview1;
static ListView<Label> listview2;
static void setlistview1(String string){
Label label = new Label(string);
listview1.getItems().add(label);
}
static void setlistview2(String string){
public void testMethod(){
Task<Object> task = new Task<Object>(){
@Override
protected Object call() throws Exception {
Object object = //ここの取得に時間がかかります
return object;
}
@Override
protected void succeeded(){
//getValue()使っていろいろ
import javafx.animation.KeyFrame;
import javafx.animation.Timeline;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Rectangle2D;
import javafx.stage.Screen;
import javafx.stage.Stage;
import javafx.util.Duration;
public class NotificationWindow {
package jp.dip.jimanglaurant;
import java.util.Scanner;
public class B {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
String s = scan.next();
scan.close();
package jp.dip.jimanglaurant;
import java.io.IOException;
import java.util.ArrayList;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
package com.example;
//import
//
//
public class TwitterService {
Twitter twitter;
public void createInstance(){
@Controller
@RequestMapping("/hoge")
public class HogeController{
@RequestMapping(method = RequestMethod.GET)
public String hoge(){
return "hoge"; //cssが適用される
}
@RequestMapping(value = "fuga", method = RequestMethod.GET)
@MulticolorWorld
MulticolorWorld / LeNetExample.kt
Last active August 12, 2017 20:23
LeNetExample
fun main(args: Array<String>) {
val seed = 12345L
val height = /*image height, all same value*/
val width = /*image width, all same value*/
val channels = 3
val batchSize = 64
val images = /* collection of image file uri. two parent folder(two labels)*/

Keybase proof

I hereby claim:

  • I am MulticolorWorld on github.
  • I am multicolorworld (https://keybase.io/multicolorworld) on keybase.
  • I have a public key whose fingerprint is FE12 0078 9931 6AB3 F0D8 4EF5 D8D5 A403 366D 050A

To claim this, I am signing this object:

Now, Mastodon release don't synchronize this documentation release.
Instance admin or client/library developer can't refer to documentation at one specific version.
One of the soluton I think is to put a link of documentation conforming this version in mastodon release page.