Olson CloudWorks 🚀

: All Posts

Splitting a list into N parts of approximately equal length

Splitting a list into N parts of approximately equal length

What is the best way to divide a list into roughly equal parts For example if the list has 7 elements and is split it into 2 parts we want to get 3 elements in

Read more →

Tomcat How to find out running Tomcat version

Tomcat How to find out running Tomcat version

Im trying to get Appfuse Tomcat jRebel working Appfuse by default uses Cargo to download tomcat ver 7033 and deploy the application to it I wish to use an

Read more →

Try reinstalling node-sass on node 012

Try reinstalling node-sass on node 012

I would like to use google web starter kit I installed nodejs v0120 nodesass amp gulp And then ran sudo npm install When I typed gulp serve then got this error

Read more →

TypeScript sorting an array

TypeScript sorting an array

Ive been trying to figure out a very strange issue I ran into with typescript It was treating an inline Boolean expression as whatever the first values type

Read more →

Typical AngularJS workflow and project structure with Python Flask

Typical AngularJS workflow and project structure with Python Flask

I am pretty new to this whole MV clientside framework frenzy It doesnt have to be AngularJS but I picked it because it feels more natural to me than either

Read more →

Unable to export Apple production push SSL certificate in p12 format

Unable to export Apple production push SSL certificate in p12 format

I am using Urban airship in my application for push notification So I need to download the push SSL certificate from Apple developer portal After downloading I

Read more →

Unsupported method BaseConfiggetApplicationIdSuffix

Unsupported method BaseConfiggetApplicationIdSuffix

So Im reading Android 6 for Programmers An AppDriven Approach and the first two app examples I had no issues with the examples this time the FlagQuiz example

Read more →

Validating IPv4 addresses with regexp

Validating IPv4 addresses with regexp

Ive been trying to get an efficient regex for IPv4 validation but without much luck It seemed at one point I had had it with 2505204090109094 but it produces

Read more →

Visual Studio Code format is not using indent settings

Visual Studio Code format is not using indent settings

When using the Format Code command in Visual Studio Code it is not honoring my indent settings editortabSize 2 It is using a tab size of 4 instead Any ideas

Read more →