Skip to content

Instantly share code, notes, and snippets.

View ashumeow's full-sized avatar
🎯
Moving Forward

Aswini S ashumeow

🎯
Moving Forward
View GitHub Profile
class Callbacks {
private native void nativeMethod(int depth);
private void callback(int depth) //funtion NAME (parameter 1, 2, ....)
{
// statements
if (depth < 5)
{
@ashumeow
ashumeow / dabblet.html
Last active August 29, 2015 13:56 — forked from rlog/dabblet.html
<html>
<h1>this is test</h1>
<body>
<img src="http://img3.douban.com/lpic/s10307175.jpg" />
</body>
</html>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <WinBase.h>
// ZIP files are gross.
#ifndef
/* IDEAS FOR QUICK SORT --- SYNTAX only written */
#include<stdio.h>
#include<conio.h>
void main()
{
int i, j, temp;
.
.
.
<html>
<body>
<?php
//for creating instance blah blah//
public $function $instance()
{
return $i;
}
?>
</body>
/**
* Vertically & horizontally centered images
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100;
}
.group {
display: table;
/**
* CSS5
*/
#nav
{
background-color: red;
min-height: 100;
}
section {
padding-top: 60;
}
.subnav {
margin-bottom: 60;
width: 100;
height: 36;
background-color: #eeeeee; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
@ashumeow
ashumeow / index.html
Last active August 29, 2015 13:56 — forked from kielni/index.html
<html>
<head>
<link rel='stylesheet' type="text/css" href="/style.css">
</head>
<body>
<div class="description">
Visualization of orders according to these rules:
<ul>
<li>There should be no visually overlapping processing times.
<li>An order whose processing time overlaps with other order(s) should have the same width as those order(s).
<!doctype html>
<html>
<head>
<title>White Plum Kitchen Sink - Bootstrap 3 Theme</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../dist/css/bootstrap.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>