Skip to content

Instantly share code, notes, and snippets.

View carlosspohr's full-sized avatar

Carlos Spohr carlosspohr

View GitHub Profile
@hay
hay / gist:1351230
Last active May 23, 2025 10:46
Enterprisify your Java Class Names!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Enterprisify your Java Class Names! (by Hay Kranen)</title>
<style>
body {
background: white;
text-align: center;
@rponte
rponte / c3p0_configuration_pt-BR.properties
Last active August 4, 2022 23:04
c3p0 configuration in portuguese
http://stackoverflow.com/questions/4726512/recover-hibernate-connection
--
http://www.guj.com.br/java/116296-finalizar-conexoes---trabalhando-com-hibernatejpac3p0mysql
### *****************************
### **** Propriedades do C3P0 ***
### *****************************
@redoPop
redoPop / .gitignore
Created June 18, 2010 22:08
Template .gitignore file for WordPress projects
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.
#
# See the comments below for more info on how to add exceptions for your