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
$ emerge --info '=dev-ruby/rdoc-4.3.0::gentoo' | |
Portage 2.3.31 (python 3.5.5-final-0, default/linux/amd64/17.0/desktop/gnome/systemd, gcc-7.3.0, glibc-2.25-r11, 4.14.36-gentoo x86_64) | |
================================================================= | |
System Settings | |
================================================================= | |
System uname: Linux-4.14.36-gentoo-x86_64-Intel-R-_Core-TM-_i7-4771_CPU_@_3.50GHz-with-gentoo-2.4.1 | |
KiB Mem: 16365704 total, 5611416 free | |
KiB Swap: 16777212 total, 16777212 free | |
Head commit of repository gentoo: f30703f984eeafbaa5bd11519f61381e3f5845e5 |
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
$ emerge -pqv --ask=n '=dev-ruby/rdoc-4.3.0::gentoo' | |
[ebuild R ] dev-ruby/rdoc-4.3.0 USE="-doc {-test}" RUBY_TARGETS="ruby23 (-ruby22%)" | |
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
$ emerge -pqv --ask=no '=dev-ruby/rdoc-4.3.0::gentoo' | |
usage: emerge [--search] [--unmerge] [--version] [--prune] [--config] | |
[--check-news] [--moo] [--clean] [--regen] [--sync] | |
[--rage-clean] [--list-sets] [--depclean] [--metadata] [--help] | |
[--info] [--alphabetical] [--ask-enter-invalid] [--buildpkgonly] | |
[--changed-use] [--changelog] [--columns] [--debug] [--digest] | |
[--emptytree] [--verbose-conflicts] [--fetchonly] | |
[--fetch-all-uri] [--ignore-default-opts] [--noconfmem] | |
[--newrepo] [--newuse] [--nodeps] [--noreplace] [--nospinner] | |
[--oneshot] [--onlydeps] [--pretend] [--quiet-repo-display] |
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
[32;01m * [39;49;00mPackage: dev-ruby/rdoc-4.3.0 | |
[32;01m * [39;49;00mRepository: gentoo | |
[32;01m * [39;49;00mMaintainer: [email protected] | |
[32;01m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux ruby_targets_ruby23 userland_GNU | |
[32;01m * [39;49;00mFEATURES: installsources preserve-libs sandbox splitdebug userpriv usersandbox | |
>>> Unpacking source... | |
[32;01m*[0m Running unpack phase for all ... | |
[32;01m*[0m Unpacking .gem file... ... | |
[A[182C [34;01m[ [32;01mok[34;01m ][0m | |
[32;01m*[0m Uncompressing metadata ... |
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
#include "LED128.h" | |
#include "string.h" | |
#include "immintrin.h" | |
#include "stdlib.h" | |
#define DEBUGMODE 0 | |
#define ENABLE_AVX 1 | |
#define MAX64 0xFFFFFFFFFFFFFFFF | |
#if DEBUGMODE | |
#include "stdio.h" |
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
/* strip base64 from the string */ | |
decoded = apr_palloc(r->pool, apr_base64_decode_len(in)); | |
decodedlen = apr_base64_decode(decoded, in); | |
decoded[decodedlen] = '\0'; |
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
INFO: Analysed 37 targets (0 packages loaded). | |
INFO: Found 2 targets and 35 test targets... | |
FAIL: //c-toxcore/auto_tests:onion_test (see /home/simon/.cache/bazel/_bazel_simon/25c46794229cbae2b80cac19f155c85d/execroot/toktok/bazel-out/k8-fastbuild/testlogs/c-toxcore/auto_tests/onion_test/test.log) | |
INFO: From Testing //c-toxcore/auto_tests:onion_test: | |
==================== Test output for //c-toxcore/auto_tests:onion_test: | |
Running test suite: Onion | |
c-toxcore/auto_tests/onion_test.c:166: failed `(onion1 != nullptr) && (onion2 != nullptr)': Onion failed initializing. | |
================================================================================ | |
FAIL: //c-toxcore/auto_tests:self_conference_title_change_test (see /home/simon/.cache/bazel/_bazel_simon/25c46794229cbae2b80cac19f155c85d/execroot/toktok/bazel-out/k8-fastbuild/testlogs/c-toxcore/auto_tests/self_conference_title_change_test/test.log) | |
INFO: From Testing //c-toxcore/auto_tests:self_conference_title_change_test: |
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
INFO: Analysed 37 targets (0 packages loaded). | |
INFO: Found 2 targets and 35 test targets... | |
FAIL: //c-toxcore/auto_tests:selfname_change_conference_test (see /home/simon/.cache/bazel/_bazel_simon/25c46794229cbae2b80cac19f155c85d/execroot/toktok/bazel-out/k8-fastbuild/testlogs/c-toxcore/auto_tests/selfname_change_conference_test/test.log) | |
INFO: From Testing //c-toxcore/auto_tests:selfname_change_conference_test: | |
==================== Test output for //c-toxcore/auto_tests:selfname_change_conference_test: | |
error: name was not changed in callback. exiting. | |
================================================================================ | |
FAIL: //c-toxcore/auto_tests:self_conference_title_change_test (see /home/simon/.cache/bazel/_bazel_simon/25c46794229cbae2b80cac19f155c85d/execroot/toktok/bazel-out/k8-fastbuild/testlogs/c-toxcore/auto_tests/self_conference_title_change_test/test.log) | |
INFO: From Testing //c-toxcore/auto_tests:self_conference_title_change_test: | |
==================== Test output for //c-toxcore/auto_te |
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
package de.slevermann.pwhash.crypt; | |
import org.testng.annotations.DataProvider; | |
public class Sha256CryptProvider { | |
@DataProvider | |
public Object[][] externalHashes() { | |
return new Object[][] { | |
{"asdf", "asdf"}, |
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
/** | |
* Encode the given bytes as a b64 string | |
* | |
* @param data the data to encode | |
* @return the encoded String | |
*/ | |
public static String encode(byte[] data) { | |
if (data.length % 3 != 0) { | |
throw new IllegalArgumentException("Input length not divisible by 3"); | |
} |