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
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...
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...
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...
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...
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...
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 ...
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 Tabular Data DSL
After using Spock , I became really interested in the tabular input of data into my services, not just into my test. The project I'm wor...
Parallel Processing of Directories/Files
I've been working with a rules engine product recently that stores all of it's instructions in XML files. To support their rating al...
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