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
#include <stdio.h> | |
#include <stdlib.h> | |
#include <gmp.h> | |
#include <mpfr.h> | |
int main (void) | |
{ | |
mpfr_t x, y; |
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
<script> | |
window.onerror = () => alert("Hello, World!"); | |
function hello(x) { | |
if(typeof x === 'undefined') { | |
alert(x.f()); | |
} | |
} | |
hello(); | |
</script> |
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
const std = @import("std"); | |
const testing = std.testing; | |
pub const Limb = u64; | |
pub const Metadata = packed struct { | |
// positive is set as true for n >= 0, false for n < 0. | |
positive: bool, | |
len: u63, | |
}; |
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
const std = @import("std"); | |
const Context = struct { | |
canceled: bool = false, | |
err: [4096]u8 = undefined, | |
pub fn formatErr(self: *Context, comptime fmt: []const u8, args: anytype) error{NoSpaceLeft}!void { | |
var fbs = std.io.fixedBufferStream(self.err[0..]); | |
var writer = fbs.writer(); | |
try std.fmt.format(writer, fmt, args); |
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
const std = @import("std"); | |
const expect = std.testing.expect; | |
const cell = struct { | |
v1: ?*Variant, | |
v2: ?*Variant, | |
}; | |
const Variant = union(enum) { | |
int: i32, |
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
const std = @import("std"); | |
const expect = std.testing.expect; | |
const cell = struct { | |
v1: ?*Variant, | |
v2: ?*Variant, | |
}; | |
const Variant = union(enum) { | |
int: i32, |
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
const std = @import("std"); | |
const expect = std.testing.expect; | |
const Variant = union(enum) { | |
int: i32, | |
boolean: bool, | |
// void can be omitted when inferring enum tag type. | |
none, |
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
$ zig test src/main.zig | |
./src/main.zig:11:28: error: cannot store runtime value in compile time variable | |
const d: u32 = c; | |
^ |
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
--- | |
- name: My playbook | |
hosts: localhost | |
vars: | |
zabbix_agentd_d_dir: >- | |
{% if ansible_facts['os_family'] == 'RedHat' -%} | |
/etc/zabbix/zabbix_agentd.d | |
{%- else -%} | |
/etc/zabbix/zabbix_agentd.conf.d | |
{%- endif %} |
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
atob(`DES9N7bxsOmHupY4JsjDg6fZ7vaFIZaWDBASiCj6vN+S | |
VYuCa9Bo5LdJHmeo+kpmK2PTvlShVkxpOwt59hGX6sdlT | |
apaRgEGCB8FZt3iSkE9EdmShv5vmSv3oMrCoSFlqnLeGY | |
9Wh6hNCNx4nUfxtzjoExo494fUr+hZebjFTo5ow//oy22 | |
fW8fuwieImoEm7y28eFSmN5ITVpjzDabYQBjYPgRpLStG | |
jRMcsilxGH6Ud3nweSyqjimsCs6f2OL4JuoIfPTSVAP9/ | |
hiab9VKmyBM3WbOVwAi+wLjoS6k1FcAcyjQo8HUM3v | |
GALSnPn7w+wnD5YNKRdXPVpQ8tq+stidQzFdESSzajS7 | |
rPC81pzrIjW3tXOkrDmusp/mEzfTEHOsFRq9eq3kOJr+ | |
CXXSOhjXuSSPVNH1rt8JIDUts529LqAb5pPfYta1L4bD |