Skip to content

Instantly share code, notes, and snippets.

View rantianhua's full-sized avatar

JeromeRan rantianhua

View GitHub Profile
@rantianhua
rantianhua / avframe_mat.hpp
Created December 11, 2022 03:42 — forked from foowaa/avframe_mat.hpp
ffmpeg avframe and opencv mat
/*!
* \file format_converter.h
*
* \author cltian
* \date 11 2020
*
*
*/
extern "C" {
#include "libavcodec/avcodec.h"
@rantianhua
rantianhua / league_building_organizer_result_11
Last active November 15, 2019 08:54
Determine who is the organizer of Cling-Android league building.
/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/bin/java -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA CE.app/Contents/plugins/Kotlin/kotlinc/lib/kotlin-compiler.jar:/Applications/IntelliJ IDEA CE.app/Contents/plugins/Kotlin/kotlinc/lib/kotlin-reflect.jar:/Applications/IntelliJ IDEA CE.app/Contents/plugins/Kotlin/kotlinc/lib/kotlin-stdlib.jar:/Applications/IntelliJ IDEA CE.app/Contents/plugins/Kotlin/kotlinc/lib/kotlin-script-runtime.jar" org.jetbrains.kotlin.cli.jvm.K2JVMCompiler -cp /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/
@rantianhua
rantianhua / switch_to_okdownload
Last active November 8, 2019 08:57
Show how to switch FileDownloader to OKDownload seamlessly.
dependencies {
// implementation "com.liulishuo.filedownloader:library:1.7.7"
implementation "com.liulishuo.okdownload:okdownload:1.0.7-SNAPSHOT"
implementation "com.liulishuo.okdownload:filedownloader:1.0.7-SNAPSHOT"
implementation "com.liulishuo.okdownload:sqlite:1.0.7-SNAPSHOT"
}