Recently changed documents

Tomb

More documents like this are at:  Shells: My Writes

27-Jun-17


The greatest Tomb
Fitfully
Straddles a Tragedy

Goals

More documents like this are at:  Shells: My Writes

27-Jun-17


Goals Imminent
Unknown, may be foreign, actions
Hard Day

Jasmine

More documents like this are at:  Shells: My Writes

27-Jun-17


A summer evening
Painted with perfume...
Flowering Jasmine

Alpaka

More documents like this are at:  Shells: My Writes

27-Jun-17


For some,
A deepening night
Alpaka sheets
A cozy lamp
A good book
Life is simple

Love

More documents like this are at:  Shells: My Writes

27-Jun-17


I stole a quarter
My mama said.
Not this time, I knew.
My dark cheeks turned rosy,
Her palms red.
I have not learned much I can tell you,
Except
Her agony before
And ever since then.
Such I learned is helpless Love.

Search

More documents like this are at:  Shells: My Writes

27-Jun-17


God knocked on my door,
I didn't hear it.
I traveled to Paradise- instead!
Beauty, before my eyes,
I chose to look in the mirror instead!

Social Break

More documents like this are at:  Shells: My Writes

27-Jun-17


I ponder, i smile,
Over unimaginable distances,
Cuckoos Many
Fell silent, Preening their feathers.
Yet they hold, Social - are we!

You are just a paperwork

More documents like this are at:  Shells: My Writes

27-Jun-17


Disuse of humanity!
I wish I was a tree,
Or a bird,
Anything ok, but human!
Dates, Papers, and borders,
Websites, Registrations, and expectations!
When were u born?
Where were u born?
Can u prove it?
Are you a being when not recorded?
Everyone knows about me,
Except when it is in my profit that you know!

What a waste of humanity
For I exist only on paper
And soon may be only in digits
Oh what a waste of being human!

Lids

More documents like this are at:  Shells: My Writes

27-Jun-17


Inanimate things
These pesky Lids!
Oh,They relocate alright, rankling me - unseen -
Not just into corners but to oblivion

I adore...

More documents like this are at:  Shells: My Writes

27-Jun-17


"I adore...."
Someone said.
On your travels -
Luck be with you 
I wish for you ardently -
You get to say "I adore..."

Amy Beach: Gaelic Symphony

More documents like this are at:  Music

27-Jun-17

Amy Beach: Gaelic Symphony

Emily Doolittle - Falling still

More documents like this are at:  Music

27-Jun-17

Emily Doolittle - Falling still

Arrow

More documents like this are at:  Shells: My Writes

27-Jun-17


Arrow of Time,
That subtle paramour -
Gashes Naught
It leaves - when it cleaves
Your precious heart into two

Originals

More documents like this are at:  Shells: My Writes

26-Jun-17


Those that be as trees are
When Growing
Those that be as hills are
When decaying
Unaffected by the praise of winds
Unconcerned by the wear of rain
Not passive, but original
Their being

Javascript try, catch, and console

More documents like this are at:  CS-JavaScript

25-Jun-17

Javascript try, catch, and console

working with Curl

More documents like this are at:  CS-JavaScript

24-Jun-17

working with Curl

Tensor Flow

More documents like this are at:  00.15-Research

23-Jun-17

Tensor Flow

Start to finish Veggie: 10 minutes tops

More documents like this are at:  Recipes

23-Jun-17

Take baby carrots, broccoli, and sugar snaps and saute them with olive oil, garlic paste, ginger paste, cilantro paste (all from tubes), adobo, tony chiceros, and a bit of butter. Goes great by itself, or rice. Carrots and sugar snaps give it a sweet taste. This is not a compromise in taste at all. These veggies taste really good,

Greek Tragedies

More documents like this are at:  Shells: My Writes

21-Jun-17


Without limb or leg
They dug the wells of sorrow.
Behind caged glass - at a distant kept
Prudent, with care and circumspect, may 
Peruse to be shaken but not stirred

Merry Wind

More documents like this are at:  Shells: My Writes

21-Jun-17


Industrious summer Sun
Sunk into the dusk.
Take your gait
And come ashore Merry wind!
Hint our young groves, gardens, and orchards
Fancy that their young buds - come harvest -
turn the size of nurturing breasts

On Xamarian: a quick look

More documents like this are at:  00.15-Research

19-Jun-17

On Xamarian: a quick look

SQLServer user permissions to execute Stored procedures

More documents like this are at:  CS-SQLServer

19-Jun-17

SQLServer user permissions to execute Stored procedures

Concurrency and Hashmaps in Java

More documents like this are at:  CS-Java

19-Jun-17

Concurrency and Hashmaps in Java

How can I create a string stream to write to?

More documents like this are at:  CS-Java

18-Jun-17

StringWriter s = new StringWriter();
PrintWriter out = new PrintWriter(s);
...write something to out
StringBuffer output = s.getBuffer();

Click on the item above to see more.

Whats up with new UX components: 2017

More documents like this are at:  CS-JavaScript

17-Jun-17

Whats up with new UX components: 2017

A pair of hugs

More documents like this are at:  Shells: My Writes

15-Jun-17


To hold you fast
To my bosom
Is to add love
To the vastness
which otherwise only barren

Blue

More documents like this are at:  Shells: My Writes

15-Jun-17


Sky an endless blue
Sea to the horizon blue
Blue is Kanhayya
Vastness unsuited
Dare not paint it blue
Aloof
Her eyes starry blue

Additional Notes on JAXB

More documents like this are at:  CS-xml

15-Jun-17

A summary document for JAXB

OSCON 2005 Notes

More documents like this are at:  OSCON-2004

15-Jun-17

Personal notes in preparation for the upcoming presentation on JAXB at OSCON 2005, Portland

Jaxb 2.0 tutorial

More documents like this are at:  CS-Java

15-Jun-17

Goal

  1. Realize the reflection based architecture of Jaxb
  2. Plan a sample project for exercising Jaxb
  3. Prerequisites
  4. Resources and how best to use them

Reflection based architecture

jaxb 2.x architecture supports metadata based marshalling and unmarshalling of xml. This makes xsd optional unlike the jaxb 1.x architecture

Tutorial Project

The project is a simple project where an xml file is marshalled and unmarshalled using jaxb 2.x. All of the files needed to accomplish this are provided on the right hand side of the menu.