This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Originally github.com/dietsche/rfsnotify | |
//Modified to use Walkdir instead of Walk | |
// Package rfsnotify implements recursive folder monitoring by wrapping the excellent fsnotify library | |
package rfsnotify | |
import ( | |
"errors" | |
"io/fs" | |
"os" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This code is released under the MIT license - https://opensource.org/license/mit | |
*/ | |
package main | |
import ( | |
"database/sql" | |
"log" | |
"sync" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use Mojolicious::Lite -signatures; | |
use Mojo::File; | |
use Mojo::Util qw(getopt); | |
use Pod::Usage; | |
use version 0.77; | |
my $VERSION = "0.01"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Brian Bidulock <[email protected]> | |
# Contributo: Jianhui Z <[email protected]> | |
# Contributo: Tau Tsao <realturner at gmail.com> | |
# Contributor: Tomasz Zok <tomasz.zok [at] gmail.com> | |
# Contributor: techryda <techryda at silentdome dot com> | |
# Contributor: Mathias R. <[email protected]> | |
pkgname=xrdp | |
pkgver=0.9.21.1 | |
pkgrel=3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* compile osx | |
* gcc -bundle -fPIC -O3 -o popcount.dylib popcount.c | |
* */ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stdint.h> | |
#include <sqlite3ext.h> | |
SQLITE_EXTENSION_INIT1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Macos Montery 12.2 on a 2018 Macbook Pro with a 6 Core I9, perl 5.34 | |
In this case, all three runs resulted in a consistent sequence. Earlier runs resulted in _signature_scalar, | |
_array_unpack and _ref_direct having differen orders in some runs giving how little difference there is the | |
performance of each of these. | |
Rate _ref_unpack _ref_shift _signatures_array _signatures_ref _array_shift _ref_direct _array_unpack _signatures_scalar _array_direct | |
_ref_unpack 6720430/s -- -0% -8% -12% -16% -25% -27% -29% -65% | |
_ref_shift 6743088/s 0% -- -8% -12% -15% -25% -27% -29% -65% | |
_signatures_array 7309942/s 9% 8% -- -4% -8% -19% -21% -23% -62% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
# | |
use strict; | |
use warnings; | |
use feature 'signatures'; | |
no warnings 'experimental::signatures'; | |
use Benchmark qw( cmpthese ); | |
my $first = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="text-align:center"> | |
<h1> | |
Gizmo Viewer | |
</h1> | |
</div> | |
<div echarts [options]="options" class="chart"></div> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET https://clientinfo.metacpan.org | |
.---------------------------------+--------------------. | |
| Request (before sending) Header | Value | | |
+---------------------------------+--------------------+ | |
| Accept-Encoding | gzip | | |
| User-Agent | WWW-Mechanize/1.84 | | |
'---------------------------------+--------------------' | |
.--------------------------------+--------------------. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jdoe@jdoe-mbp{~}:rperl -v | |
Running Mkbootstrap for eval_10_b4b2 () | |
chmod 644 "eval_10_b4b2.bs" | |
"/Users/jdoe/perl5/perlbrew/perls/22.3t/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- eval_10_b4b2.bs blib/arch/auto/eval_10_b4b2/eval_10_b4b2.bs 644 | |
"/Users/jdoe/perl5/perlbrew/perls/22.3t/bin/perl" "/Users/jdoe/perl5/perlbrew/perls/22.3t/lib/5.22.3/ExtUtils/xsubpp" -typemap "/Users/jdoe/perl5/perlbrew/perls/22.3t/lib/5.22.3/ExtUtils/typemap" -typemap "/Users/jdoe/.perlbrew/libs/22.3t@std/lib/perl5/typemap.rperl" eval_10_b4b2.xs > eval_10_b4b2.xsc | |
mv eval_10_b4b2.xsc eval_10_b4b2.c | |
g++ -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include -xc++ -c -I"/Users/jdoe/.perlbrew/libs/22.3t@std/bin" -I/Users/jdoe/.perlbrew/libs/22.3t@std/lib/perl5 -Ilib -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include -Wno-unused-variable -DNO_XSLOCKS -Wno-deprecated -std=c++11 -Wno-reserved- |
NewerOlder