Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am cflee on github.
  • I am cflee (https://keybase.io/cflee) on keybase.
  • I have a public key whose fingerprint is 08BC FC0D 42EF 5172 D209 553E 73AC 7EB6 3CEA 2ACA

To claim this, I am signing this object:

@cflee
cflee / Servlet-JSP.md
Last active August 29, 2015 14:27
Servlet/JSP Resources

Servlet/JSP Resources

Much as I usually advise people to google, beware of going down the rabbit-hole, because the universe of Java EE and Java web application development is huge, and probably 98% of it is irrelevant and overly complicated for what you need to achieve in SE.

Here's some material I collected at the start of term a year ago.

CoreServlets.com Beginning/Intermediate Servlet & JSP Tutorial

Look at the following topics:

Keybase proof

I hereby claim:

  • I am cflee on github.
  • I am cflee (https://keybase.io/cflee) on keybase.
  • I have a public key whose fingerprint is 1AF4 E637 5ACA 99B8 B5B1 4479 4940 6D95 D74C 0287

To claim this, I am signing this object:

@cflee
cflee / jms-features.md
Created January 25, 2015 12:59
jms-features.md

Selected JMS features

Non-exhaustive.

Sources:

  1. The Java EE 6 Tutorial, Chapter 47
  2. TIBCO Enterprise Message Service User's Guide

JMS API

Receiving messages can be sync (explicit call to receive method with optional timeout) or async (register a message listener with consumer).

@cflee
cflee / ruby-blocks-procs-lambdas.md
Created January 14, 2015 07:10
Discoveries about Ruby Blocks, Procs and Lambdas

Ruby: Blocks, Procs, Lambdas

Note that for blocks, {} and do ... end are interchangeable. For brevity, only the former will be listed here.

Version differences

Pre-1.9, lambda and proc are synonyms. Essentially the difference is between proc and block.

def method(&block) p block.class; p block.inspect; end
l = lambda { 5 }
@cflee
cflee / ink-samples.md
Last active August 29, 2015 14:11
Ink Sample inventory 2014-12-22

cflee's ink sample inventory

All samples are from Goulet.

Some of the blues have previously been very amateurly and messily swabbed (jpg) because I forgot which blue ink was in which pen.

Last updated: 2014-12-22

Very lousy photo:
very lousy photo

55.73% C
43.10% Python
0.78% Assembly
0.29% Objective-C
0.08% Shell
0.02% C++
Python:
bin/asm
bin/constgrep