Skip to content

Instantly share code, notes, and snippets.

@SManAT
SManAT / extensions.json
Last active August 17, 2024 09:49
VsCodium-nonoroazoro
[
{
"id": "bmewburn.vscode-intelephense-client",
"name": "vscode-intelephense-client",
"publisher": "bmewburn",
"version": "1.12.2"
},
{
"id": "christian-kohler.npm-intellisense",
"name": "npm-intellisense",
@SManAT
SManAT / gist:19a49f75c94c3a75bf26008fc8cde303
Last active July 30, 2021 08:50
cx_Freeze setup.py include directories
"""
cx_Freeze
see https://cx-freeze.readthedocs.io/en/latest/distutils.html
Build a executeable App for everything.
Windows: python setup_cx.py build_exe
"""
import sys
import os
from cx_Freeze import setup, Executable
from distutils.dir_util import copy_tree
@SManAT
SManAT / Gradle Build example
Last active May 25, 2021 06:14
To build a Project with all dependencies and bundled JRE on Windows
plugins {
id 'java'
id 'jacoco'
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.9'
id 'org.beryx.runtime' version '1.12.5'
id "edu.sc.seis.launch4j" version "2.5.0"
}
/* Variables ---------------------------------------------------------------- */
sourceCompatibility = 1.8
@SManAT
SManAT / gist:bfcb7e80a03898d3c555b1860eb296df
Created January 31, 2020 15:27
Gradle build script JavaFX
//see https://github.com/openjfx/javafx-gradle-plugin
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'org.openjfx:javafx-plugin:0.0.8'
}
@echo off
echo Generating PNG Files
java -jar plantuml.1.2019.13.jar "./uml/*.txt" -tpng -progress
echo.
echo.
echo Generating SVG Files
java -jar plantuml.1.2019.13.jar "./uml/*.txt" -tsvg -progress
echo.
echo done
@SManAT
SManAT / TStoMp4.xmrpres
Last active January 2, 2020 11:32
XMediaRecode Profile to convert TS to Mp4
[Main]
Format=mp4
ExtName=mp4
ZoomDefault=fittoscreen
V1Codec=hevc_nvenc
V1MaxBitrate=10000
V1FrameRateDefault=50
V1Bitrate=4000