Skip to content

Instantly share code, notes, and snippets.

View coderhs's full-sized avatar
🎯
Focusing

Harisankar P S coderhs

🎯
Focusing
View GitHub Profile
@coderhs
coderhs / full-stack-internship.md
Created April 16, 2019 06:42 — forked from coolbrg/full-stack-internship.md
Internship - Full Stack Developer (4 Openings)

Internship as Full Stack Developer in Averon Media Pvt Ltd

About Averon Media

Averon Media Pvt Ltd is a company specialized in Web Design & Developement and Digital Marketing in Pune, Maharashtra. It's target is to become the India's #1 Web Development company in coming years. More details can be found in company website here.

About the Internship

Selected intern's day-to-day responsibilities include:

class ApplicationController < ActionController::Base
session :off
end
@coderhs
coderhs / wedding_ivr.php
Created April 14, 2012 16:47 — forked from kookoolib/wedding_ivr.php
KooKoo Wedding IVR
<?php
session_start();
require_once("response.php");//response.php is the kookoo xml preparation class file
$r = new Response();
$r->setFiller("yes");
$recore_wav="update";
if(isset ($_REQUEST['event']) && $_REQUEST['event']== "NewCall" )
{
$_SESSION['caller_number']=$_REQUEST['cid'];
$_SESSION['kookoo_number']=$_REQUEST['called_number'];