Skip to content

Instantly share code, notes, and snippets.

View rodlie's full-sized avatar

Ole-André rodlie

View GitHub Profile
@rodlie
rodlie / ICS.php
Created November 16, 2021 11:23 — forked from jakebellacera/ICS.php
A convenient script to generate iCalendar (.ics) files on the fly in PHP.
<?php
/**
* This is free and unencumbered software released into the public domain.
*
* Anyone is free to copy, modify, publish, use, compile, sell, or
* distribute this software, either in source code form or as a compiled
* binary, for any purpose, commercial or non-commercial, and by any
* means.
*
/Natron2_BayMaxProject_20_fixed.ntp:
Comparing "reference1.jpg" and "output1.jpg"
Mean error = 2.96992e-005
RMS error = 0.000418056
Peak SNR = 67.5753
Max error = 0.0196078 @ (417, 30, B) values are 0.392157, 0.32549, 0.247059 vs 0.392157, 0.321569, 0.266667
4308 pixels (0.831%) over 0.001
288 pixels (0.0556%) over 0.008
WARNING
2019-07-25 01:51:04 Building openfx-misc...
+ cd /home/olear/Natron-snapshot-workspace/tmp64/openfx-misc
++ /mingw64/llvm/bin/llvm-config --version
+ llvmversion=3.9.1
+ case "$llvmversion" in
+ llvmsystemlibs=--system-libs
++ /mingw64/llvm/bin/llvm-config --ldflags --libs engine mcjit mcdisassembler --system-libs
++ tr '\n' ' '
+ LLVM_LIB='-LC:\msys64\mingw64\llvm/lib -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMInstrumentation -lLLVMTransformUtils -lLLVMBitWriter -lLLVMX86Desc -lLLVMMCDisassembler -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMMCJIT -lLLVMExecutionEngine -lLLVMTarget -lLLVMAnalysis -lLLVMProfileData -lLLVMRuntimeDyld -lLLVMObject -lLLVMMCParser -lLLVMBitReader -lLLVMMC -lLLVMCore -lLLVMSupport -lpsapi -lshell32 -lole32 -luuid '
+ MESALIB=
OFX host description follows
OFX API version 1.1
hostName=com.sonycreativesoftware.vegas
hostLabel=Vegas Pro 12.0
hostVersion=12.726.0 ()
hostIsBackground=0
supportsOverlays=0
supportsMultiResolution=0
supportsTiles=0
temporalClipAccess=1
#/bin/bash
if [ $# -ne 1 ]; then
echo "Natron hotfix script"
echo ""
echo "Usage: ${0} <Natron_installation_folder>"
exit 0
fi
TMP_DIR="/tmp/Natron-hotfix.$$"
@rodlie
rodlie / airwave64.sh
Last active September 21, 2021 16:12
Build and install Airwave64 on Ubuntu Bionic (https://youtu.be/p93Fj3I3t9I)
#!/bin/sh
# Build and install Airwave64
# https://github.com/rodlie - <ole.andre.rodlie@gmail.com>
#
CWD=`pwd`
AIRWAVE_GIT="https://github.com/phantom-code/airwave"
AIRWAVE_COMMIT="8cd3507a46c2f7809a2ef8481cbded7dcbbae8ff"
VST_V="369_01_03_2018_build_132"