Skip to content

Instantly share code, notes, and snippets.

View 3Dcube's full-sized avatar

Vladislav Nemichev 3Dcube

View GitHub Profile
import com.notnoop.apns.APNS
object Main extends App {
val inputStream = getClass.getResourceAsStream("/apns-certificate.p12")
val service = APNS
.newService
.withCert(inputStream, "certificate password")
.withSandboxDestination
.build
@3Dcube
3Dcube / FortranAndOpenMP.bat
Last active September 28, 2017 06:36
Install Fortran + OpenMP + MSYS2 + Chocolatey + VS Code
@echo off
chcp 65001
C:
set "TAB= "
set NLM=^