Skip to content

Instantly share code, notes, and snippets.

View cystbear's full-sized avatar
🚴‍♂️
🏄🏕️

Oleg Zinchenko cystbear

🚴‍♂️
🏄🏕️
View GitHub Profile
oc=3
dvfsb=0
gpu_dvfsc=0
limit_gpu_clk=0
ram_oc_vdd2=1350
ram_oc_vddq=650
ram_oc=2400000
<?php
namespace App;
class Decorator
{
private $inner;
public function __construct($inner)
{