Skip to content

Instantly share code, notes, and snippets.

{
"normals": [-0.427992,0.896481,-0.114322,-0.384075,0.917539,-0.102908,-0.37611,0.905789,-0.195074,-0.418104,0.882626,-0.214698,-0.759148,-0.619922,-0.198309,-0.787408,-0.581195,-0.205298,-0.750084,-0.557421,-0.355846,-0.724723,-0.595874,-0.345897,-0.150639,-0.987732,-0.0409864,-0.198767,-0.978545,-0.0538957,-0.19602,-0.974792,-0.106449,-0.148595,-0.985473,-0.0819422,-0.899045,0.370861,-0.232612,-0.880795,0.414838,-0.228187,-0.833003,0.39494,-0.387371,-0.849086,0.35258,-0.393323,-0.101932,0.994415,-0.0270089,-0.0531022,0.998474,-0.0139775,-0.0514847,0.99826,-0.0276193,-0.100589,0.993378,-0.0550249,-0.91522,-0.326151,-0.236549,-0.929258,-0.28077,-0.239937,-0.875576,-0.266305,-0.402997,-0.863277,-0.309671,-0.398541,-0.470748,-0.873287,-0.125401,-0.512223,-0.847987,-0.136052,-0.497757,-0.830226,-0.250771,-0.458693,-0.857418,-0.233253,-0.729026,0.657308,-0.190832,-0.697073,0.693258,-0.182867,-0.668599,0.669576,-0.323435,-0.697562,0.63329,-0.335124,-0.968383,0,-0.249367,-0.967315,0.0473342,-0.249092,-0.908719
@mjbradford89
mjbradford89 / examples.md
Last active March 3, 2017 23:59
Next Radio API questions
@mjbradford89
mjbradford89 / AngularPortletFriendlyURLMapper.java
Last active March 28, 2022 11:37
Angular2 in Liferay Portal 7
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
liferay.home=/home/michael/Desktop/Liferay/bundles
plugin.notifications.enabled=false
captcha.max.challenges=-1
browser.launcher.url=
@mjbradford89
mjbradford89 / foo.html
Created April 12, 2016 00:18
foo.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Basic</title>
<link rel="shortcut icon" href="http://sennajs.com/images/favicon.ico">
<!-- Including Senna -->
<script src="../../build/globals/senna-debug.js"></script>
<link data-senna-track="temporary" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<%--
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
<%--
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
Bundle-Name: Liferay Site Navigation Taglib
Bundle-SymbolicName: com.liferay.site.navigation.taglib
Bundle-Version: 1.0.0
Export-Package:\
com.liferay.site.navigation.taglib,\
com.liferay.site.navigation.taglib.servlet,\
com.liferay.site.navigation.taglib.servlet.taglib
Include-Resource:\
classes,\
META-INF/resources=src/main/resources/META-INF/resources
19:20:56,295 ERROR [http-bio-8080-exec-1][PortletRequestDispatcherImpl:291] org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP__PWC6197: An error occurred at line: 19 in the jsp file: /view.jsp_PWC6199: Generated servlet error:_package com.liferay.site.navigation.taglib.servlet.taglib does not exist__PWC6197: An error occurred at line: 19 in the jsp file: /view.jsp_PWC6199: Generated servlet error:_package com.liferay.site.navigation.taglib.servlet.taglib does not exist__PWC6197: An error occurred at line: 19 in the jsp file: /view.jsp_PWC6199: Generated servlet error:_package com.liferay.site.navigation.taglib.servlet.taglib does not exist__ [Sanitized]
org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP__PWC6197: An error occurred at line: 19 in the jsp file: /view.jsp_PWC6199: Generated servlet error:_package com.liferay.site.navigation.taglib.servlet.taglib does not exist__PWC6197: An error occurred at line: 19 in the jsp file: /view.jsp_PWC6199: Gene
@mjbradford89
mjbradford89 / karma.conf.js
Created September 16, 2015 00:00
karma.conf.js
var metal = require('gulp-metal');
var babelOptions = {
resolveModuleSource: metal.renameAlias,
sourceMap: 'both'
};
module.exports = function (config) {
config.set({
frameworks: ['mocha', 'chai', 'source-map-support', 'commonjs'],