BowerStudios.com

  • My Lab
  • Family
  • Friends
  • Professional
  • About

GetFields vs GetDeclaredFields in Java Reflection

daniel —Fri, 05/05/2017 - 11:23am

StackOverflow

  • Java
  • Read more about GetFields vs GetDeclaredFields in Java Reflection
  • Log in to post comments

Access getter/setter methods for a JavaBean by Reflection

daniel —Fri, 05/05/2017 - 11:22am

Stack Overflow answer by: Bozho

Today I miss Groovy....

  • Java
  • Read more about Access getter/setter methods for a JavaBean by Reflection
  • Log in to post comments

Npm fails to push package to Nexus

daniel —Tue, 05/02/2017 - 1:49pm

This can happen when you're using the wrong form of authentication.

When using Realm Auth, npm login seemed to give me a success, but I couldn't publish with it.

npm whoami seemed to look at the wrong url.

From this doc in the Nexus Guide

I had to use the Basic Auth Option which involved:
Creating a hash to use in ~/.npmrc
echo -n 'admin:admin123' | openssl base64

as
registry=https://nexus.mydomain.com/content/groups/npm_repo
email=daniel@bowerstudios.com
always-auth=true
_auth=OUTPUT_FROM_THE_OPENSSL_HASH_ABOVE==

  • HTML-CSS-Javascript
  • Read more about Npm fails to push package to Nexus
  • Log in to post comments

Install Node on Ubuntu

daniel —Tue, 05/02/2017 - 1:20pm

DigitalOcean.com

  • HTML-CSS-Javascript
  • Read more about Install Node on Ubuntu
  • Log in to post comments

Skip recording to the Bash History

daniel —Tue, 05/02/2017 - 1:18pm

By starting the command with a " " (a space).

From: technovelty.org

  • Linux
  • Read more about Skip recording to the Bash History
  • Log in to post comments

Pretty Print Json from the command line

daniel —Wed, 04/12/2017 - 2:47pm

From: stackoverflow.com

  • Linux
  • Programming
  • Read more about Pretty Print Json from the command line
  • Log in to post comments

Force Reload of StyleSheets and Javascripts in Chrome

daniel —Wed, 04/12/2017 - 12:05pm

Open the inspector, and then press Ctrl+Shift+R

From Bart Calixto on stackoverflow

  • HTML-CSS-Javascript
  • Read more about Force Reload of StyleSheets and Javascripts in Chrome
  • Log in to post comments

A moment for reflection on the moon

daniel —Fri, 03/17/2017 - 9:17am

This is an interesting read about a moment just before the original moon landing. Communion on the moon

  • Interesting
  • Read more about A moment for reflection on the moon
  • Log in to post comments

Exception Performance in Java

daniel —Fri, 03/10/2017 - 4:54pm

I might have posted about this before, or a similar article. Never-the-less:
The Exceptional Performance of Lil' Exception

  • Java
  • Read more about Exception Performance in Java
  • Log in to post comments

View the contents of the model for FreeMarker from within the template

daniel —Wed, 03/08/2017 - 4:43pm

If you want to view the keys of the model for a template, starting at the root of the model, try the following:

<#list .data_model?keys as key>${key} </#list>

  • Java
  • Read more about View the contents of the model for FreeMarker from within the template
  • Log in to post comments

Pages

  • « first
  • ‹ previous
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • next ›
  • last »
Subscribe to BowerStudios.com RSS

Navigation

  • Search
  • Recent content
  • Contact Me
  • Mail
  • Pass Hasher
  • Bower Studios Admin

Quotes

daniel —Mon, 02/26/2007 - 12:29pm

I never did anything by accident, nor did any of my inventions come by accident; they came by work.

—

Thomas A. Edison

  • Log in to post comments
  • daniel's quotes

Popular content

Last viewed:

  • OpenBSD Live CD
  • Ohio
  • CSS - Beginner's Guide
  • Shields sooner rather than later?
  • Git best practices

Copyright 2021 Daniel Bower
  • My Lab
  • Family
  • Friends
  • Professional
  • About