Skip to content

Instantly share code, notes, and snippets.

View rakeshjack's full-sized avatar
🎯
Focusing

Rakesh rakeshjack

🎯
Focusing
  • HCLTECH
  • Chennai
View GitHub Profile
@staltz
staltz / introrx.md
Last active June 26, 2024 07:31
The introduction to Reactive Programming you've been missing
@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',