This file contains 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
vomei cipra | |
.i pamai dunxu'a li re su'i re li vo | |
.i remai dunxu'a li vo vu'u re li re | |
.i cimai dunxu'a li re pi'i ci li xa | |
.i vomai dunxu'a li bi fe'i re li vo |
This file contains 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
.sub 'get_terbri' :method :multi(_) | |
$P0 = getattribute self, 'terbri' | |
.return ($P0) | |
.end | |
.sub 'get_terbri' :method :multi(_,I) | |
.param int arg | |
$P0 = getattribute self, 'terbri' | |
$P1 = $P0[arg] |
This file contains 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
[15:11] [inara:/Users/treed/code/mekso]% ./mekso --target=past | |
> cusku li pa | |
"past" => PMC 'PAST;Block' { | |
<blocktype> => "declaration" | |
<source> => "cusku li pa\n" | |
<pos> => 0 | |
<hll> => "mekso" | |
} |
This file contains 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
.sub 'new' :method | |
.param pmc args :slurpy | |
.local pmc iter | |
$P0 = new 'bridi' | |
iter = new 'Iterator', args | |
iter_loop: | |
unless iter goto iter_end | |
$P1 = shift iter | |
$P0.'add_terbri'($P1) | |
goto iter_loop |
This file contains 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
rule sumti { | |
'li' <mekso> {*} #= li | |
} |
This file contains 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
<integer> => PMC 'mekso;Grammar' => "ni'upa" @ 0 { | |
<prefixsign> => ResizablePMCArray (size:1) [ | |
PMC 'mekso;Grammar' => "ni'u" @ 0 | |
] | |
<PA> => ResizablePMCArray (size:1) [ | |
PMC 'mekso;Grammar' => "pa" @ 4 | |
] | |
} |
This file contains 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/perl -w | |
use strict; | |
use Net::SNMP; | |
use Getopt::Long; | |
use Data::Dumper; | |
use lib "/usr/lib/nagios/plugins"; | |
use utils qw (%ERRORS &print_revision); | |
my $PROGNAME = "check_snmp_traffic"; |
NewerOlder