Skip to content

Instantly share code, notes, and snippets.

View xqsit94's full-sized avatar
πŸ™
Vanakkam

Manikandan B xqsit94

πŸ™
Vanakkam
View GitHub Profile
@eliyas5044
eliyas5044 / MeiliSearch.md
Last active February 23, 2025 15:19
MeiliSearch installation and configuration.
@nfeldman
nfeldman / gist:1432857
Created December 5, 2011 08:29
Using PHP Excel to perform a simple JSON to XSL transformation
<?php
error_reporting(E_ALL);
require realpath(dirname(__FILE__)) . '/Classes/PHPExcel.php';
$objPHPExcel = new PHPExcel();
// DEMO ONLY (potentially unsafe)
$data = json_decode($_POST['json']);
$key = $_POST['key'];