Skip to content

Instantly share code, notes, and snippets.

View idear1203's full-sized avatar

Dongwei Wang idear1203

View GitHub Profile
@idear1203
idear1203 / Video.java
Last active May 12, 2022 15:34
Play .mp4 video using Java MediaPlayer for 5 seconds. After that, the video will be closed.
import javafx.application.Application;
import javafx.beans.binding.Bindings;
import javafx.beans.property.DoubleProperty;
import javafx.scene.Scene;
import javafx.scene.layout.StackPane;
import javafx.scene.media.Media;
import javafx.scene.media.MediaView;
import javafx.scene.paint.Color;
import javafx.stage.Stage;
import javafx.util.Duration;
//
// NSMutableData+AES256.h
// Passcode
//
// Created by Alan Quatermain
// From: http://iphonedevelopment.blogspot.com/2009/02/strong-encryption-for-cocoa-cocoa-touch.html
// & http://pastie.org/426530
#import <CommonCrypto/CommonCryptor.h>