Skip to content

Instantly share code, notes, and snippets.

View sudiptasharif's full-sized avatar
🤠

Sudipta Sharif sudiptasharif

🤠
  • The University of Texas at Arlington
  • Arlington, TX
View GitHub Profile
@sudiptasharif
sudiptasharif / persistence.xml
Last active November 1, 2023 14:26 — forked from mortezaadi/persistence.xml
persistence xml configurations for major databases and jpa providers
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
version="1.0">
<!-- derby -->
@sudiptasharif
sudiptasharif / BootstrapJQueryCDN.html
Last active May 20, 2016 15:39 — forked from planetoftheweb/bootstrapCDN.html
Bootstrap JQuery Template
<!DOCTYPE html>
<html lang="en">
<head>
<!-- HEAD SECTION -->
<!-- Set charset-->
<meta charset="utf-8">
<!-- IE Edge Meta Tag -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">