This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package testing; | |
import static org.junit.Assert.assertFalse; | |
import static org.junit.Assert.assertNotNull; | |
import static org.junit.Assert.assertTrue; | |
import static org.mockito.Mockito.when; | |
import org.junit.Before; | |
import org.junit.Test; | |
import org.junit.runner.RunWith; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hola, | |
Estamos buscando un desarrollador Java para la ciudad de México, que tenga sólidos conocimientos de desarrollo web. Los requisitos son los siguientes: | |
Spring (requerido) | |
Hibernate (requerido) | |
JavaScript (requerido) | |
JQuery (deseable) | |
Groovy (extra, no requerido, se dará capacitación) | |
Grails (extra++, no requerido, se dará capacitación) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nos complace anunciar que Spring Integration 2.1 Milestone 2 ya esta disponible. 74 incidencias fueron atendidas como se indica en las notas de liberación. Los JARs están disponibles en el repositorio Maven SpringSource Milestone y la descarga de la distribución está disponible en el sitio de Comunidad de SpringSource. Toda la documentación (manual de referencia y JavaDoc) están aquí. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PS1="[\u@\h] \W \[\033[31m\]\`ruby -e \"print (%x{git branch 2> /dev/null}.grep(/^\*/).first || '').gsub(/^\* (.+)$/, '(\1) ')\"\`\[\033[00m\]$ " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
domix@raskolnikov:~ | |
λ🍺 zsh_stats 0:25:00 | |
1 1820 11.2617% brew | |
2 1743 10.7852% g | |
3 1617 10.0056% gs | |
4 1339 8.28538% cd | |
5 948 5.86597% ll | |
6 834 5.16057% grails | |
7 498 3.08149% ggpush | |
8 481 2.9763% http |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redis-cli KEYS "*" | xargs redis-cli DEL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.company.payment | |
enum PaymentStatus { | |
APPROVED, | |
REJECTED, | |
CANCELLED, | |
UNDETERMINED | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install first CoreUtils | |
open $(find ~/.lolcommits -type f -mtime -1 | gshuf -n 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Licensed to the Apache Software Foundation (ASF) under one or more | |
# contributor license agreements. See the NOTICE file distributed with | |
# this work for additional information regarding copyright ownership. | |
# The ASF licenses this file to You under the Apache License, Version 2.0 | |
# (the "License"); you may not use this file except in compliance with | |
# the License. You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
test("org.spockframework:spock-grails-support:0.6-groovy-1.8") { | |
excludes 'spock-core' | |
} | |
test 'org.spockframework:spock-core:0.7-groovy-2.0-SNAPSHOT' | |
} | |
plugins { | |
test (':spock:0.6') { | |
excludes 'spock-grails-support' |
OlderNewer