Saturday, 4 March 2017

Sample Typescript Programs

//save it as TalkingHands.ts
//compile it in command prompt as - tsc talkinghandsts

function TalkingHands(Deaf) {
    return "Hello, " + Deaf;
}

var user = "I am a Deaf User";

document.body.innerHTML = TalkingHands(user);



Using Interfaces 

interface Deaf
{

    name: string; // varibale declaration

}

//paramter deaf -- Interface Deaf
function TalkingHands(deaf:Deaf) {
    return "Hello, " + deaf.name;
}
// variable user refers to the name String
//name property of the string
var user = {name:"I am a Deaf User"};

document.body.innerHTML = TalkingHands(user);


using classes 

class DeafBoys
{
    question: string;
    constructor(public name)
    {
        this.question = name;

    }

}
interface Deaf
{

    name: string; // varibale declaration

}

//paramter deaf -- Interface Deaf
function TalkingHands(deaf:Deaf) {
    return "Hello, " + deaf.name;
}
// variable user refers to the name String
//name property of the string
var user = new DeafBoys("Yes I am Deaf user");
document.body.innerHTML = TalkingHands(user);

How to write sample Typescript Program?


How to display date in Typescript by using Button event?



// Display Date in Typescript on Button Click Event
let displaydate =  new Date().toLocaleDateString();
let button = document.createElement('button');
button.textContent = "Say Todays Date";
button.onclick = function ()
{
   alert(displaydate);
}
document.body.appendChild(button);

Thursday, 15 December 2016

What are the key benefits of RPWD BILL 2014? Whom will be benefited?

The Rights for person with Disabilities Act 2014, are making millions of disabled people eligible for their rights by the reason of their disabilities.

The last ACT was made on 1995, in the newer announced 2014 ACT has much more benefits for the PwD unfollowing the ACT will land you to jail for 2 years or upto Rs 5 lakh fine.

The major/key benefits are given below...











Wednesday, 14 December 2016

Jobs available for the Low vision Blind and Deaf in Pune.

Openings for disabled candidates 
Dusters Total Solutions Services Pvt. Ltd.(Partner of JLL) for the ITs Sector in pune .
They will recruit 10th and below  10th qualified candidates with Hearing impairment and Low Vision and few orthopedic candidates.
So its a golden opportunity.

1) Nature of work Floor cleaning, office cleaning,Furniture cleaning,cafeteria 

2) Salary will be  8000/- (In Hand) (PF, ESI facility available)

3) No other Tax deduction 

4) Accommodation & Food facility available at minimum charges from DTS.

If anybody is interested Plz visit to the center

Point of contact
Nilesh Ingole
9698883491
(Center incharge)
Asmita padole
+917304190094 ( sms)
(Trainer)
Amhi Amchya Arogyasathi- youth 4 job      
Address:- mure Memorial Hospital, Maharaj bag Road, sitabuldi, Nagpur

Tuesday, 18 October 2016

How to enable root access to ES file explorer rooted android device/ Marshmallow 6.0?

Hello if you have rooted android device but still you are facing the below problem while opening root feature from ES file explorer
Please follow the below steps
“sorry test failed this feature cannot run on your device”

Solution:
1  1) Download and Install below two app from PlayStore 
a) Busybox (Download, Install, Open and again install with root access)
https://play.google.com/store/apps/details?id=stericson.busybox&hl=en

b) Android Terminal Emulator
https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en

    2) Open an Android terminal emulator and type the below commands
Su   (enter)
mount -o remount  (enter)
rw /system (enter)
touch /sbin/su /system/bin/su /system/xbin/su  (enter)
mount -o remount (enter)
ro /system (enter)
exit (enter)

OR
(below method works on Samsung phones)

su   (enter)
mount -o rw,remount /system   (enter)
touch /sbin/su /system/bin/su /system/xbin/su  (enter)
mount -o ro,remount /system    (enter)
exit (enter)

Reboot the system and Enjoy the full access to ES file explorer


Cheers !!! Please comment if any doubts





Monday, 7 March 2016

Tactile time table of trains running from Mysore for visually impaired .


Hats off Mysore

Mysore might have been the India's cleanest city it is equally an accessible city 
for handicapped people in India. Below the tactile time table for visually  impaired people shows how accessible  Mysore is
.It has slew number of amenities for the PwD including the first college (jsspph.org) in India providing the education for all disabled people where they don't call them disabled they are known as differently abled.


The city also has more number hearing impaired people schooling, studying and working in Mysore.


Please  comment below to know more