Skip to content

Instantly share code, notes, and snippets.

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package haunted.house;
import javax.swing.JOptionPane;
/**
*
* @author LearningFirst
<form class="dataForm" action="" method="post">
<div class="studentInfo">
<h1>Student Information</h1>
<label for="PantherID">Panther Id</label> <input type="text" value="<?php echo $PantherID;?>" name="PantherID"/>
<label for="First_Name">First Name</label> <input type="text" value="<?php echo $First_Name;?>" name="First_Name"/> <br>
<label for="Last_Name">Last Name</label> <input type="text" value="<?php echo $Last_Name;?>" name="Last_Name"/>
<label for="Middle_Name">Middle Name</label> <input type="text" value="<?php echo $nMiddle_Name;?>" name="Middle_Name"/> <br>
<?php
$connection = mysql_connect("ocelot.aul.fiu.edu","aandr068","Boton1234");
// Check connection
if (!$connection)
{
echo "Connection failed: " . mysql_connect_error();
}
else
{
public class InputHandler implements InputProcessor {
World world;
public boolean touchDown;
public float x,y;
static public InputHandler inputHandler;
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<h1>Dynamic Poem</h1>
<p>This is the largest paragraph that has ever existed. If you could get on top the iss you would be able to see this paragraph because it's so large. People have said that the wall of china does not compare with this awesome paragraph.
private void button4_Click(object sender, EventArgs e)
{
while (lbCost.SelectedItems.Count > 0)
{
indexList.Add(lbCost.SelectedIndices[0]);
lbCost.Items.Remove(lbCost.SelectedItems[0]);
}
@sephto
sephto / gist:5400335
Last active December 16, 2015 07:39
-- ================================================
-- Template generated from Template Explorer using:
-- Create Procedure (New Menu).SQL
--
-- Use the Specify Values for Template Parameters
-- command (Ctrl-Shift-M) to fill in the parameter
-- values below.
--
-- This block of comments will not be included in
-- the definition of the procedure.
-- ================================================
-- Template generated from Template Explorer using:
-- Create Procedure (New Menu).SQL
--
-- Use the Specify Values for Template Parameters
-- command (Ctrl-Shift-M) to fill in the parameter
-- values below.
--
-- This block of comments will not be included in
-- the definition of the procedure.
CREATE OR REPLACE FUNCTION uspGetPubStatsADA (publishcode text)
-- Publisher Code
RETURNS text AS
$$
DECLARE pubcode text;
pubname text;
AuthorCount int;
TotalbookCount int;
Booktitle text;
package com.badlogic.androidgames.nautastro;
import android.util.Log;
public class MeteorShower implements SpaceObjects {
float xSpeed[] = new float[400];
float ySpeed[] = new float[400];
int x, y;