Skip to content

Instantly share code, notes, and snippets.

View chintamanand's full-sized avatar
🎯
Focusing

chintam anand chintamanand

🎯
Focusing
View GitHub Profile
package com.javainuse.swaggertest;
public class PersonRequest {
private int id;
private String firstName;
private String lastName;
private String age;
private String address;
package RomanNumberExample;
import java.util.Scanner;
import java.util.concurrent.ConcurrentHashMap;
import static java.lang.System.in;
import static java.lang.System.out;
public class Main {
<!DOCTYPE html>
<head>
<title> VIDEO_CONFERENCE </title>
<script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
<style id="jsbin-css">
body, html {
background-color: gray;
height: 100%;
}
@chintamanand
chintamanand / index.html
Created June 29, 2017 05:15
Video Conference // source https://jsbin.com/xivumil
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex, nofollow">
<meta name="googlebot" content="noindex, nofollow">
<script type="text/javascript" src="/js/lib/dummy.js"></script>
<script type="text/javascript" src="https://api.bistri.com/bistri.conference.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<style type="text/css">
.pane {
<!DOCTYPE html>
<html>
<head>
<title>SAMPLE WEBSITE</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<title>Skillfair</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<!Doctype html>
<html>
<head>
<title>Server Info</title>
</head>
<body bgcolor=yellow><br>
<FORM ACTION= "http://localhost/cgi-bin/q1t.pl" METHOD=POST>
<center>
<input type="submit" value="Show Server Information">
</center>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>reversenumber</title>
<script>
function gets()
{
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script>
function gett()
{
var limit = document.getElementById("limit").value;
@chintamanand
chintamanand / index.html
Created June 28, 2017 04:56
Fibonacci series // source https://jsbin.com/xilexiz
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Fibonacci series</title>
<script>
function getFibonacci()
{
//get the limit from textbox