Skip to content

Instantly share code, notes, and snippets.

View rodrigooler's full-sized avatar
💜
I would love to change the world, but they did not give me the source code.

Rodrigo Oler rodrigooler

💜
I would love to change the world, but they did not give me the source code.
View GitHub Profile
@rodrigooler
rodrigooler / alert.js
Last active November 23, 2016 20:00
Jquery
$().ready(function() {
setTimeout(function () {
alert("RODRIGO É PICUDO");
}, 30000); // O valor é representado em 30 segundos.
});
@rodrigooler
rodrigooler / application.properties
Last active October 4, 2017 18:49
Firebird Spring Boot Jaybird
spring.datasource.url:jdbc:firebirdsql:localhost/3050:C:\\java\\dados.GDB
spring.datasource.driverClassName:org.firebirdsql.jdbc.FBDriver
spring.datasource.username:SYSDBA
spring.datasource.password:masterkey
spring.jpa.hibernate.ddl-auto:update
spring.jpa.show-sql: true
spring.jpa.properties.hibernate.format_sql=true
@rodrigooler
rodrigooler / exec.c
Last active November 15, 2016 16:55
Segundo exercicio
#include <stdio.h>
int main (void) {
float numerador, denominador, resultado = 0;
int quantidade, proporcao_numerador=3, proporcao_denominador=20;
printf("informe o numerador: ");
scanf("%f", &numerador);//flutuante
printf("informe o denomiador: ");
@rodrigooler
rodrigooler / blocos.json
Created November 14, 2016 13:22
JSON Map
{
"blocos": [
{
"row1": [
{
"id": "497",
"description": "01-01",
"active": "-1"
},
{