Skip to content

Instantly share code, notes, and snippets.

View jhpedemonte's full-sized avatar

Javier Pedemonte jhpedemonte

  • IBM
  • Austin, TX
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jhpedemonte
jhpedemonte / README.md
Last active May 25, 2016 20:24 — forked from parente/README.md
All-In-One Jupyter Notebook to Jupyter Dashboard Server
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jhpedemonte
jhpedemonte / polymer-resize.ipynb
Created September 29, 2015 22:09
Notebook to test Polymer element resizing in Jupyter's Dashboard view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Untitled</title>
<script type="text/javascript" src="lib/dojo/dojo/dojo.js" data-dojo-config="'parseOnLoad':true,'async':true,'packages':[{'name':'maqetta','location':'../../maqetta'},{'name':'clipart','location':'../../clipart'},{'name':'shapes','location':'../../shapes'},{'name':'gridx','location':'../gridx'},{'name':'maqettaSamples','location':'../../../samples'},{'name':'zazl','location':'../../zazl'},{'name':'widgets','location':'../../custom'},{'name':'Buttonssss','location':'http://app.maqetta.org/maqetta/user/A/ws/workspace/project1/lib/custom/Buttonssss'},{'name':'foobar','location':'http://app.maqetta.org/maqetta/user/A/ws/workspace/project1/lib/custom/foobar'}],'themeMap':[['Android','',['themes/android/android.css']],['BlackBerry','',['themes/blackberry/blackberry.css']],['iPad','',['themes/ipad/ipad.css']],['iPhone','',['themes/iphone/iphone.css']],['.*','',['themes/iphone/iphone.cs
@jhpedemonte
jhpedemonte / servletbridge.extensionbundle-2.6.patch
Created January 25, 2013 18:00
Changes that I had to make to servletbridge.extensionbundle plugin in order for it to work with Orion in Tomcat v7.0.x.
--- /Users/pedemonte/workspaces/maqetta-war/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge.extensionbundle/META-INF/MANIFEST.MF 2013-01-14 20:44:44.000000000 -0600
+++ META-INF/MANIFEST.MF 2013-01-22 09:22:56.000000000 -0600
@@ -1,12 +1,15 @@
Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Servletbridge Extension bundle
-Bundle-SymbolicName: org.eclipse.equinox.servletbridge.extensionbundle
-Bundle-Version: 1.2.100.qualifier
Fragment-Host: system.bundle; extension:=framework
-X-Deploy-Export-Package: javax.servlet;version="2.5",
@jhpedemonte
jhpedemonte / orion_0_5_deadlock_workaround_backport.diff
Created September 24, 2012 16:15
Backport of workaround from Eclipse Bug 389754 to Orion v0.5
diff --git a/bundles/org.eclipse.orion.server.servlets/src/org/eclipse/orion/internal/server/servlets/workspace/WebElement.java b/bundles/org.eclipse.orion.server.servlets/src/org/eclipse/orion/internal/server/servlets/workspace/WebElement.java
index 652cad7..9aa40ee 100644
--- a/bundles/org.eclipse.orion.server.servlets/src/org/eclipse/orion/internal/server/servlets/workspace/WebElement.java
+++ b/bundles/org.eclipse.orion.server.servlets/src/org/eclipse/orion/internal/server/servlets/workspace/WebElement.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010 IBM Corporation and others.
+ * Copyright (c) 2010, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@jhpedemonte
jhpedemonte / README.md
Created September 14, 2012 11:34
jstack dumps for Maqetta
@jhpedemonte
jhpedemonte / README.md
Created May 29, 2012 01:23
Run Maqetta server as a Linux service

Installation

  • Choose one of maqetta.daemonize.sh or maqetta.start-stop-daemon.sh and copy it to /etc/init.d/maqetta
    • maqetta.daemonize.sh supports logging (to /var/log/maqetta.log) but depends on daemonize.
    • maqetta.start-stop-daemon.sh depends only on start-stop-daemon, but doesn't do logging.
      • NOTE: This script has not been updated to reflect the latest changes and is only here for historical purposes.
  • chmod a+x /etc/init.d/maqetta
  • Activate the init script; run one of the following: