Skip to content

Instantly share code, notes, and snippets.

View ivanitch's full-sized avatar
🎯
Focusing

`𝕊𝕖𝕣𝕘𝕖𝕪 𝕀𝕧𝕒𝕟𝕠𝕧 ivanitch

🎯
Focusing
View GitHub Profile
@ivanitch
ivanitch / json_sort.php
Created March 8, 2023 11:52
json_sort.php
<?php
function json_sort(string $json, bool $objects=true, bool $arrays=false): string
{
// uses a recursive lambda
$order = null;
$order = function ($json) use (&$order, $objects, $arrays) {
// sort sub-trees
foreach ($json as $key => $value) {
if (is_array($value) || is_object($value)) {
@ivanitch
ivanitch / markdown.md
Created March 4, 2024 09:35
Шпаргалка по Markdown
@ivanitch
ivanitch / emoji.md
Last active January 17, 2025 08:02
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: