Skip to content

Instantly share code, notes, and snippets.

View rakeshjack's full-sized avatar
🎯
Focusing

Rakesh rakeshjack

🎯
Focusing
  • HCLTECH
  • Chennai
View GitHub Profile
@rakeshjack
rakeshjack / introrx.md
Created June 23, 2022 19:45 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@rakeshjack
rakeshjack / index.php
Created November 16, 2019 04:44 — forked from mchelen/index.php
php check multidimensional array for duplicate values
<?php
$arrays = array(
array(
'name'=>'foo',
),
array(
'name'=>'bar',
),
array(
'name'=>'foo',