Skip to content

Instantly share code, notes, and snippets.

View vkuberan's full-sized avatar
😎
If your house is on fire, warm yourself by it.

Velmurugan Kuberan vkuberan

😎
If your house is on fire, warm yourself by it.
View GitHub Profile
@vkuberan
vkuberan / httpd-xampp5.6.conf
Created February 22, 2021 08:29 — forked from mpalencia/httpd-xampp5.6.conf
Additional setting for XAMPP running PHP 7.2 with PHP 5.6
#
# XAMPP settings
#
<IfModule env_module>
SetEnv MIBDIRS "C:/xampp/php5.6/extras/mibs"
SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"
SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php5.6"
SetEnv PHPRC "\\xampp\\php5.6"
@vkuberan
vkuberan / index.html
Created August 23, 2019 07:19 — forked from jcollins-g/index.html
Sunflower
<!-- Copyright 2011 the Dart project authors. All rights reserved.
Use of this source code is governed by a BSD-style license
that can be found in the LICENSE file. -->
<h2>Dr. Fibonacci's Sunflower Spectacular</h2>
<div>
<canvas id="canvas" width="300" height="300"></canvas>
</div>