HackingAway
Home
»
Posting
»
Code Highlighting For Posts
Code Highlighting For Posts
in
Posting
- on 10:53 AM -
No comments
Found a neat tool today:
hilit.me
which will take code and create a HTML friendly version of it that can be used to post to web-sites. Like this blog for instance!
Tweet
Post a Comment
Newer Post
Older Post
Home
Categories
CICS
COBOL
DB2
ES6
Groovy
Java
JCL
Posting
React
Spring
Testing
Recent Comments
Popular Posts
Simple XML Data Scrubbing
Worked on a project recently where the team had some XML data that they wanted to be 'scrubbed' before passing it along to other tea...
Groovy LazyMap - Caching Map
I was working on a Groovy class recently which involved putting a series of closures into a map to do some processing when invoked, but I re...
Groovy Copybook Slurper
In order to call CICS from Java, we've traditionally used RDz to generate a J2C bean via an Ant script. But I don't have RDz a...
Spring Controller With Groovy HTML Generation
I was working on a small Java POC and wanted to be able to quickly generate some HTML, so I decided to try Groovy's MarkupBuilder. In t...
Converting A Variable To Fixed Length File
Going to start off the new year right with some JCL DSORT processing! I want to process a mainframe file on a windows machine so I can use...
Groovy Method Tracer Transformer
In general I don't find trace logs for entering and exiting a method to be very useful, but occasionally I work with teams that do. Ther...
Groovy Method References
I was listening to a podcast recently about Eclipse tooling for Java 8 and heard them talking about method references, and one of my co-work...
CICS Web Converse
I work in a shop that has a lot of CICS assets, and as our systems evolve the CICS applications need to connect to systems that reside elsew...
React Debug Display Component
Been playing around with React recently in preparation for a new application. I wanted verification that object state was being manipulated ...
FixedLengthSlurper for Groovy Fixed Length File Parsing
Since I work in a company that relies heavily on COBOL processing, we have a lot of fixed length files in our batch environment and occasion...
Powered by
Blogger
.
About Me
bos-hacking
View my complete profile
Blog Archive
►
2017
(2)
►
February
(1)
►
January
(1)
►
2016
(7)
►
September
(1)
►
August
(1)
►
June
(4)
►
January
(1)
▼
2015
(15)
►
December
(1)
►
October
(3)
►
September
(4)
►
August
(2)
▼
July
(5)
FixedLengthSlurper for Groovy Fixed Length File Pa...
Pivot Database Rows Into A Single Column
Printing Tabular Data
Code Highlighting For Posts
Randomized Data Pool
Comments
Post a Comment