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
[ERROR] Failed to execute goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.12.3:generate (default) on project mage-server: Execution default of goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.12.3:generate failed: A required class was missing while executing org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.12.3:generate: com/sun/codemodel/CodeWriter | |
[ERROR] ----------------------------------------------------- | |
[ERROR] realm = plugin>org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.12.3 | |
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy | |
[ERROR] urls[0] = file:/Users/hooptie45/.m2/repository/org/jvnet/jaxb2/maven2/maven-jaxb2-plugin/0.12.3/maven-jaxb2-plugin-0.12.3.jar | |
[ERROR] urls[1] = file:/Users/hooptie45/.m2/repository/org/jvnet/jaxb2/maven2/maven-jaxb2-plugin-core/0.12.3/maven-jaxb2-plugin-core-0.12.3.jar | |
[ERROR] urls[2] = file:/Users/hooptie45/.m2/repository/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.jar | |
[ERROR] urls[3] = file:/Users/hooptie45/.m2/repository/com/sun/or |
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
{ | |
"priorityTime": 3000, | |
"players": [ | |
{ | |
"playerId": "535ec574-6592-48c6-a3f7-d830f1f4d50e", | |
"name": "hooptie45", | |
"life": 13, | |
"counters": {}, | |
"wins": 0, | |
"winsNeeded": 2, |
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
#!/usr/bin/env ruby | |
require 'open-uri' | |
require 'pathname' | |
require 'json' | |
def strip_hash(f) | |
ext = f.extname | |
if ext.include?("?") |
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
((jasmine)-> | |
root = `(1, eval)('this')` | |
ARGUMENT_NAMES = /([^\s,]+)/g | |
getParamNames = (func) -> | |
fnStr = func.toString() | |
from = fnStr.indexOf('(') + 1 | |
to = fnStr.indexOf(')') | |
result = fnStr.slice(from, to).match(ARGUMENT_NAMES) |
Forked from Gabi's Pen Flexbox playground.
Forked from Gabi's Pen Flexbox playground.
A Pen by Shaun Hannah on CodePen.
Forked from Gabi's Pen Flexbox playground.
A Pen by Captain Anonymous on CodePen.
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
https://github.com/rails/rails/commit/61b91c4c55bcbd5a2ec85d6e1c67755150653dff#commitcomment-2360502 |
The goal of this app is to show basic Angular.js Material Design components in action together. It can also be used as a starting point if you're looking to try things out.
Forked from Marcy Sutton's Pen Angular Material Basic App.
A Pen by Captain Anonymous on CodePen.
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
require 'rblineprof' | |
module Rblineprof | |
module ConsoleHelpers | |
include Rblineprof::Helpers | |
def lineprof_block(options = {}, &block) | |
profile = lineprof(rblineprof_profiler_regex(options[:lineprofiler])) do | |
ret = yield | |
end |
NewerOlder