This file contains hidden or 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
| // To view the default settings, hold "alt" while clicking on the "Settings" button. | |
| // For documentation on these settings, see: https://aka.ms/terminal-documentation | |
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
| "profiles": |
This file contains hidden or 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
| /** | |
| * Creado el 1/12/2018 a las 11:40:51 a. m. <br> | |
| */ | |
| public class DoubleCast implements NumberCast { | |
| /* | |
| * (non-Javadoc) | |
| * @see co.com.quipux.audiencias.util.numbercast.NumberCast#cast(java.lang.Object) | |
| */ | |
| @Override |
This file contains hidden or 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
| import java.util.Map; | |
| import java.util.Objects; | |
| import java.util.stream.Collectors; | |
| import javax.persistence.EntityManager; | |
| import javax.persistence.TypedQuery; | |
| import javax.persistence.criteria.CriteriaBuilder; | |
| import javax.persistence.criteria.CriteriaQuery; | |
| import javax.persistence.criteria.Predicate; | |
| import javax.persistence.criteria.Root; |
This file contains hidden or 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
| import java.lang.reflect.Field; | |
| import java.sql.Timestamp; | |
| import java.time.LocalDate; | |
| import java.time.LocalDateTime; | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import java.util.Date; | |
| import java.util.HashMap; | |
| import java.util.List; | |
| import java.util.Map; |
This file contains hidden or 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
| # Created by https://www.gitignore.io/api/osx,java,node,macos,linux,eclipse,angular,windows,webstorm,netbeans,java-web,code-java,sublimetext,visualstudiocode | |
| ### Angular ### | |
| ## Angular ## | |
| # compiled output | |
| /dist | |
| /tmp | |
| /app/**/*.js | |
| /app/**/*.js.map |
This file contains hidden or 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
| [user] | |
| name = Mateo Leal Giraldo | |
| email = mateo.leal@quipux.com | |
| [core] | |
| editor = code --wait | |
| autocrlf = true | |
| excludesfile = %USERPROFILE%.gitignore | |
| # safecrlf = true | |
| [alias] | |
| i = init |
This file contains hidden or 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
| 0 info it worked if it ends with ok | |
| 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', | |
| 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
| 1 verbose cli 'uninstall', | |
| 1 verbose cli '-g', | |
| 1 verbose cli 'yarn' ] | |
| 2 info using npm@5.0.3 | |
| 3 info using node@v8.1.1 | |
| 4 verbose npm-session 8f3462521a7d779c | |
| 5 silly install loadCurrentTree |