I hereby claim:
- I am stwissel on github.
- I am stwissel (https://keybase.io/stwissel) on keybase.
- I have a public key whose fingerprint is DF99 5261 9EC4 F46C EAB4 AB56 5FB7 DEAC CD7C E989
To claim this, I am signing this object:
| # Configure DocPad | |
| docpadConfig = { | |
| templateData: | |
| # Get a collection of available categories | |
| getCategoryList: -> | |
| workCollection = @getCollection('documents') | |
| resultCollection = {} | |
| for document in workCollection | |
| resultCollection[document.category] = document.category | |
| return resultCollection |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>How to make this draggable</title> | |
| <meta name="description" content="Source code generated using layoutit.com"> | |
| <meta name="author" content="LayoutIt!"> |
| import rx.Observable; | |
| import rx.functions.Action0; | |
| import rx.functions.Action1; | |
| /** | |
| * @author stw | |
| * | |
| */ | |
| public class RXTest { |
| import rx.Observable; | |
| import rx.functions.Action0; | |
| import rx.functions.Action1; | |
| import rx.functions.Func0; | |
| import rx.functions.Func1; | |
| /** | |
| * @author stw | |
| * | |
| */ |
| import java.util.ArrayList; | |
| import java.util.Collection; | |
| import java.util.HashMap; | |
| import java.util.Map; | |
| import rx.Observable; | |
| import rx.functions.Action0; | |
| import rx.functions.Action1; | |
| import rx.functions.Action2; | |
| import rx.functions.Func1; |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Burn baby burn</title> | |
| <script src="https://d3js.org/d3.v4.min.js"></script> | |
| <style type="text/css"> | |
| .chart { | |
| border: 1px solid black; | |
| } |
| package net.wissel.json2xml; | |
| import java.io.ByteArrayInputStream; | |
| import java.io.ByteArrayOutputStream; | |
| import java.io.File; | |
| import java.io.FileInputStream; | |
| import java.io.IOException; | |
| import java.io.InputStream; | |
| import java.io.PrintStream; | |
| import java.io.PrintWriter; |
| /** ========================================================================= * | |
| * Copyright (C) 2019 Salesforce Inc ( http://www.salesforce.com/ . * | |
| * All rights reserved. * | |
| * * | |
| * @author Stephan H. Wissel (stw) <swissel@salesforce.com> * | |
| * @notessensei * | |
| * @version 1.0 * | |
| * ========================================================================== * | |
| * * | |
| * Licensed under the Apache License, Version 2.0 (the "License"). You may * |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" | |
| exclude-result-prefixes="xs xd" | |
| version="2.0"> | |
| <xsl:output method="html" omit-xml-declaration="yes" use-character-maps="no-control-characters"/> | |
| <xsl:template match="/"> |