Keybase proof
I hereby claim:
- I am jankal on github.
- I am jankal (https://keybase.io/jankal) on keybase.
- I have a public key ASB13WTOIo70Q4t36xcE0V-fvMl7kT5OO27LpS2mTFuuZQo
To claim this, I am signing this object:
const fs = require('fs'); | |
const path = require('path'); | |
const slugify = require('slugify'); | |
const directory = './content/articles'; | |
const files = fs.readdirSync(path.resolve(__dirname, directory)); | |
for (const file of files) { | |
if (file.endsWith('.md')) { |
@mixin fontMap($fontPath, $font, $fontData) { | |
@each $name, $attributes in $fontData { | |
$src: null; | |
$exts: ("woff2": "woff2", "woff": "woff", "ttf": "truetype"); | |
@if map-get($attributes, "hasOtf") { | |
$exts: map-merge($exts, ("otf": "opentype")); | |
} | |
@each $ext, $mime in $exts { | |
$src: append($src, url("#{$fontPath}/#{$name}/#{$font}-#{$name}.#{$ext}") format($mime), comma); | |
} |
{ extend: [Function: extend], | |
insertBefore: [Function: insertBefore], | |
DFS: [Function: DFS], | |
markup: | |
{ comment: /<!--[\s\S]*?-->/, | |
prolog: /<\?[\s\S]+?\?>/, | |
doctype: /<!DOCTYPE[\s\S]+?>/i, | |
cdata: /<!\[CDATA\[[\s\S]*?]]>/i, | |
style: | |
{ pattern: /(<style[\s\S]*?>)[\s\S]*?(?=<\/style>)/i, |
$color-primary: #134074; | |
$color-primary-light: #8da9c4; | |
$color-grey-dark: #878787; | |
$color-white: #fbfdfb; | |
$color-black: #000000; | |
.slideInRight { | |
animation: slideInRight 6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; | |
@keyframes slideInRight { |
$color-primary: #134074; | |
$color-primary-light: #8da9c4; | |
$color-grey-dark: #878787; | |
$color-white: #fbfdfb; | |
$color-black: #000000; | |
@keyframes moveInLeft { | |
0% { | |
opacity: 0; | |
transform: translateX(-100px); |
PHP Stack trace: | |
PHP 1. {main}() C:\Users\Alexander Jank\Projekte\flimliste\parse_test.php:0 | |
PHP 2. file_put_contents() C:\Users\Alexander Jank\Projekte\flimliste\parse_test.php:4 | |
Warning: file_put_contents(stdClass Object | |
( | |
[Filmliste] => Array | |
( | |
[0] => Sender | |
[1] => Thema |
<?php | |
// Author: Ngo Minh Nam | |
$dir = "/path/to/your/repo/"; | |
$output = array(); | |
chdir($dir); | |
exec("git log", $output); | |
$history = array(); | |
foreach($lines as $key => $line) { | |
if(strpos($line, 'commit') === 0 || $key + 1 == count($lines)){ |
<?php | |
function parseLog($log) { | |
$lines = explode("\n", $log); | |
$history = array(); | |
foreach($lines as $key => $line) { | |
if(strpos($line, 'commit') === 0 || $key + 1 == count($lines)){ | |
if(!empty($commit)){ | |
$commit['message'] = substr($commit['message'], 4); | |
array_push($history, $commit); | |
unset($commit); |
Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto. | |
Token des Nachweises: | |
[Verifying my OpenPGP key: openpgp4fpr:6aeb406d0e3dc6e8c2e466d92e12039a49e3d70b] |
I hereby claim:
To claim this, I am signing this object: