Skip to content

Instantly share code, notes, and snippets.

View langley-agm's full-sized avatar

Armando Garcia Moran langley-agm

  • ThousandEyes
  • San Francisco, CA
View GitHub Profile
@langley-agm
langley-agm / CorsFilter.java
Last active May 31, 2022 00:47 — forked from kdonald/CorisFilter.java
Basic Cross Origin Resource Sharing (CORS) support
package org.springframework.web.servlet.support;
import java.io.IOException;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.filter.OncePerRequestFilter;
@langley-agm
langley-agm / index.html
Created February 22, 2016 23:14 — forked from anonymous/index.html
JS Bin RxJS Hot Observable // source https://jsbin.com/qazuse
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="RxJS Hot Observable">
<script src="https://npmcdn.com/@reactivex/rxjs@5.0.0-alpha.8/dist/global/Rx.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>