Книжка Є? | Обкладинка |
---|---|
❌ | |
❌ | |
❌ | |
❌ | |
❌ | |
❌ | |
❌ | |
❌ |
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
the default build however comes with a new http api that is not yet finished | |
it will take some hackery to get the old api | |
http://comments.gmane.org/gmane.comp.apache.jackrabbit.oak.devel/5997 |
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
<?php | |
class ErrorPreventer | |
{ | |
private static $squatter; | |
public static function init() | |
{ | |
static::$squatter = new \SplFixedArray(100000); | |
register_shutdown_function(array(__CLASS__, 'helpMe')); |
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
The MIT License (MIT) | |
Copyright (c) 2015 Oleg Zinchenko | |
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: |
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
%% https://en.wikipedia.org/wiki/Collatz_conjecture | |
-module(collatz). | |
-export([collatz/1]). | |
collatz(N) -> collatz(N,0,[N]). | |
collatz(1, C, Acc) -> {C, lists:reverse(Acc)}; | |
collatz(N, C, Acc) -> | |
R = case is_even(N) of |
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
<?php | |
function curry(\Closure $f) { | |
$rf = new \ReflectionFunction($f); | |
$arity = $rf->getNumberOfParameters(); | |
function acc($f, $arity, $args=[]) { | |
return function(...$acc) use($f, $arity, $args) { | |
$acc = array_merge($args, $acc); | |
return (count($acc) >= $arity) ? $f(...$acc) : acc($f, $arity, $acc); |
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
<?php | |
function compose(/* funs to compose */) { | |
$fl = func_get_args(); | |
return function($x) use($fl) { | |
$val = $x; | |
while (null !== $f = array_pop($fl)) { | |
$val = $f($val); | |
}; | |
return $val; |
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
-module(vlm). | |
-export([normalize_path/1]). | |
normalize_path(Path) -> | |
Suffix = case string:right(Path, 1) of | |
"/" -> "/"; | |
_ -> "" | |
end, |
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
<?php | |
function curry(\Closure $f) { | |
$rf = new \ReflectionFunction($f); | |
$arity = $rf->getNumberOfParameters(); | |
function acc($f, $arity, $args=[]) { | |
return function(...$acc) use($f, $arity, $args) { | |
$acc = array_merge($args, $acc); | |
return (count($acc) >= $arity) ? $f(...$acc) : acc($f, $arity, $acc); |
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
no luminos consulting -- at all | |
only imported wiki | |
continuos avoid responsibility about backoffice | |
screen 1-2-3 | |
looks like Michelle do not know what is going on the project and what Jenna does | |
Michelle just broke sftp integration with oro | |
https://shop.northernmetalic.com/admin/config/system/platform/app_sftp_file_integration_section |