To demonstrate the issue, notice the difference between the following:
$ node index.js
string
and
$ npm run test
number
[...]
module Jekyll | |
class StaticPostFile < StaticFile | |
# Initialize a new StaticPostFile. | |
# | |
# site - The Site. | |
# base - The String path to the <source>. | |
# sdir - The String path of the source directory of the file (rel <source>). | |
# name - The String filename of the file. | |
# ddir - The String path of the destination directory of the file. |
/* Implementation of HTML Timers (setInterval/setTimeout) based on sleep. | |
* | |
* This file is provided under the following terms (MIT License): | |
* 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: | |
* |
# Git ignore file | |
project/target/ | |
target/ |
CC0 1.0 Universal | |
Statement of Purpose | |
The laws of most jurisdictions throughout the world automatically confer | |
exclusive Copyright and Related Rights (defined below) upon the creator and | |
subsequent owner(s) (each and all, an "owner") of an original work of | |
authorship and/or a database (each, a "Work"). | |
Certain owners wish to permanently relinquish those rights to a Work for the |
#!/usr/bin/env python3 | |
# | |
# Downloader for Google Web Fonts | |
# | |
# For usage information run with "--help" | |
# | |
# Works on Python 2.6 and later, 3 and later | |
# Requires tinycss (and argparse for Python 2.6) from pip | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy |
/** | |
* An example of how to add timeouts and recover from errors in deferred | |
* benchmarks with Benchmark.js. | |
* | |
* @see https://github.com/bestiejs/benchmark.js/issues/123 | |
* @copyright Copyright 2016 Kevin Locke <[email protected]> | |
* @license MIT | |
*/ | |
'use strict'; |
#!/usr/bin/env python3 | |
"""Convert Firefox Session Manager sessions to bookmarks.html.""" | |
import argparse | |
import json | |
import logging | |
import os | |
import sys | |
__version__ = '0.1.0' |
To demonstrate the issue, notice the difference between the following:
$ node index.js
string
and
$ npm run test
number
[...]
server: | |
do-not-query-localhost: no | |
domain-insecure: "0.168.192.in-addr.arpa" | |
domain-insecure: "example.local" | |
local-zone: "168.192.in-addr.arpa." nodefault | |
private-address: 10.0.0.0/8 | |
private-address: 169.254.0.0/16 | |
private-address: 172.16.0.0/12 | |
private-address: 192.168.0.0/16 | |
private-address: fd00::/8 |
set_robust_list(0x7ffff6660fe0, 24) = 0 | |
execve("/usr/bin/nvidia-modprobe", ["/usr/bin/nvidia-modprobe", "-c=255"], 0x7fffffffcc80 /* 0 vars */) = 0 | |
brk(NULL) = 0x55555575d000 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
access("/etc/ld.so.preload", R_OK) = 0 | |
openat(AT_FDCWD, "/etc/ld.so.preload", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 | |
close(3) = 0 | |
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=188467, ...}) = 0 |