I hereby claim:
- I am vonj on github.
- I am jakoberiksson (https://keybase.io/jakoberiksson) on keybase.
- I have a public key ASCgj6Q3nHt4nTWVdXzCsemytR4-TKdHU9zQcFsrXW05vAo
| -- LR imports | |
| local LrApplication = import("LrApplication") | |
| local LrApplicationView = import("LrApplicationView") | |
| local LrBinding = import("LrBinding") | |
| local LrDevelopController = import("LrDevelopController") | |
| local LrDialogs = import("LrDialogs") | |
| local LrExportSession = import("LrExportSession") | |
| local LrFileUtils = import("LrFileUtils") | |
| local LrFunctionContext = import("LrFunctionContext") | |
| local LrLogger = import("LrLogger") |
| // Copyright 2021 Wenting Zhang <[email protected]> | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: | |
| // | |
| // The above copyright notice and this permission notice shall be included in |
| Information from https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file : | |
| Use any character in the current code page for a name, including Unicode | |
| characters and characters in the extended character set (128–255), except | |
| for the following: | |
| - The following reserved characters: | |
| < (less than) | |
| > (greater than) |
I hereby claim:
| (custom-set-variables | |
| ;; custom-set-variables was added by Custom. | |
| ;; If you edit it by hand, you could mess it up, so be careful. | |
| ;; Your init file should contain only one such instance. | |
| ;; If there is more than one, they won't work right. | |
| '(ansi-color-faces-vector | |
| [default default default italic underline success warning error]) | |
| '(ansi-color-names-vector | |
| ["#2d3743" "#ff4242" "#74af68" "#dbdb95" "#34cae2" "#008b8b" "#00ede1" "#e1e1e0"]) | |
| '(c-basic-offset 4) |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <time.h> | |
| #include "bstrlib.h" | |
| /* | |
| * strcatTest is a function written by Doug Bagley and is part of the "Great | |
| * Computer Language Shootout": http://www.bagley.org/~doug/shootout/ | |
| * |
| #!/usr/bin/python | |
| import subprocess | |
| import re | |
| import sys | |
| url = 'http://de.scenemusic.net/necta48.aac' | |
| # Mods and chiptunes tunes often have too high stereo separation, soften it with | |
| # panning: |