Skip to content

Instantly share code, notes, and snippets.

View rakeshjack's full-sized avatar
🎯
Focusing

Rakesh rakeshjack

🎯
Focusing
  • HCLTECH
  • Chennai
View GitHub Profile
@mchelen
mchelen / index.php
Last active November 20, 2021 18:01
php check multidimensional array for duplicate values
<?php
$arrays = array(
array(
'name'=>'foo',
),
array(
'name'=>'bar',
),
array(
'name'=>'foo',
@staltz
staltz / introrx.md
Last active June 18, 2024 06:15
The introduction to Reactive Programming you've been missing