| Книжка Є? | Обкладинка |
|---|---|
| ❌ | ![]() |
| ❌ | ![]() |
| ❌ | ![]() |
| ❌ | ![]() |
| ❌ | ![]() |
| ❌ | ![]() |
| ❌ | ![]() |
| ❌ | ![]() |
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
| https://raw.githubusercontent.com/xlenore/ps2-covers/main/covers/default/${serial}.jpg |
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
| flatpak remote-modify --enumerate flathub-beta |
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
| <?php | |
| namespace App; | |
| class Decorator | |
| { | |
| private $inner; | |
| public function __construct($inner) | |
| { |
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
| oc=3 | |
| dvfsb=0 | |
| gpu_dvfsc=0 | |
| limit_gpu_clk=0 | |
| ram_oc_vdd2=1350 | |
| ram_oc_vddq=650 | |
| ram_oc=2400000 |
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
| 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 |
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
| <?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 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
| -module(vlm). | |
| -export([normalize_path/1]). | |
| normalize_path(Path) -> | |
| Suffix = case string:right(Path, 1) of | |
| "/" -> "/"; | |
| _ -> "" | |
| end, |
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
| <?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 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
| <?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); |
NewerOlder







