instant-messaging pluginJabber Plugin plugin
- Enable Jabber Notification
- Jabber ID:
<[email protected]> - Password:
<your password> - Advanced
- Server:
talk.google.com
instant-messaging pluginJabber Plugin plugin<[email protected]><your password>talk.google.com| server { listen 80; | |
| server_name example.com; | |
| access_log /var/log/example.com/nginx.access.log; | |
| error_log /var/log/example.com/nginx.error.log; | |
| root /var/www/apps/example.com/public; | |
| charset utf-8; | |
| location / { | |
| rewrite ^ https://$host$request_uri? permanent; | |
| } |
| {} |
| # .jsbeautifyrc (not found) |
| ---------- | |
| ---------- | |
| ---------- | |
| ---------- |
| // String con contenido html | |
| String textoHtml="<div><h2>Titulo ejemplo</h2><span>Texto auxiliar</span></div>"; | |
| // Patron con expresion regular para etiquetas html | |
| Pattern patron = Pattern.compile("<[^>]>"); | |
| Matcher match = patron.matcher(textoHtml); | |
| // Texto plano reemplazando coincidencias por vacio ("") | |
| String textoPlano = match.replaceAll(""); |
| $(document).ready(function() { | |
| $('.toggle').click(function() { | |
| $('.spiner').toggleClass('stop'); | |
| }); | |
| $('.reverse').click(function() { | |
| $('.spiner').toggleClass('inverse'); | |
| }); | |
| $('.js-mini').click(function() { | |
| $('.spiner').toggleClass('spiner-mini'); | |
| }); |
Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: