Skip to content

Instantly share code, notes, and snippets.

@wdownload
wdownload / removerAcentosECaracteresEspeciais.py
Created May 25, 2020 05:28 — forked from boniattirodrigo/removerAcentosECaracteresEspeciais.py
Remover acentos e caracteres especiais em Python
import unicodedata
import re
"""
A remoção de acentos foi baseada em uma resposta no Stack Overflow.
http://stackoverflow.com/a/517974/3464573
"""
def removerAcentosECaracteresEspeciais(palavra):
@wdownload
wdownload / Persistence. Xml
Created December 12, 2018 19:02
Aborted connectiom mysql Hibernate
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.1"
xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
<persistence-unit name="pu" transaction-type="RESOURCE_LOCAL">