Skip to content

Instantly share code, notes, and snippets.

View Kanishka3's full-sized avatar

Kanishka C Kanishka3

View GitHub Profile
// NavigationControllerSwiftUI.swift
// Created by Kanishka on 17/11/21.
// More: https://bio.link/kanishka
import SwiftUI
import UIKit
// Reference: https://stackoverflow.com/a/67495147/7992741
struct NavigationController {
@Kanishka3
Kanishka3 / .html
Created August 6, 2017 15:14
This is for Ralasi Webpad
<h1> About-Me </h1>
<p> <b style="background-color: gray;">Passion: </b> Computers, Programming, Writing, Changing the world, Innovating.</p>
<p> <b style="background-color: gray;">Dream and Destiny:</b> To change the world with computers, to put a dent in universe, simplify the life of people
to a very easy life where they can sustain great and can be at their best level. </p>
<p> <b style="background-color: gray;">
@Kanishka3
Kanishka3 / first.js
Created May 15, 2017 07:02
First JavaScript
console.log('This is github and I love it because it is easy to use. This is my first JavaScript');
name = age.chomp
=begin
Enter your name in this box apeared for example "Richard" or "Tim"
It may be yours
=end
puts "You are #{name} and you are on Github, one of the biggest coding community of US (United States)."
@Kanishka3
Kanishka3 / myFirst.html
Last active April 17, 2017 08:53
This is one paragraph written on HTML
<html>
<head>
<title> My First Github </title>
</head>
<body>
<h3> <p> I am Kanishka Williamson. I had learned HTML and PHP on <a https://www.sololearn.com> Solo Learn </a>. I am an Indian
and I am inspired by <strong>Steve Jobs </strong> and Bill Gates and Elon Musk.</h3> </p>
</body>
</html>