Olson CloudWorks 🚀

: All Posts

Programmatically set the initial view controller using Storyboards

Programmatically set the initial view controller using Storyboards

How do I programmatically set the InitialViewController for a Storyboard I want to open my storyboard to a different view depending on some condition which may

Read more →

Protecting executable from reverse engineering

Protecting executable from reverse engineering

Ive been contemplating how to protect my CC code from disassembly and reverse engineering Normally I would never condone this behavior myself in my code

Read more →

React-router and nginx

React-router and nginx

I am transitioning my react app from webpackdevserver to nginx When I go to the root url localhost8080login I simply get a 404 and in my nginx log I see that

Read more →

Render Partial View Using jQuery in ASPNET MVC

Render Partial View Using jQuery in ASPNET MVC

How do I render the partial view using jquery We can render the partial View like this lt HtmlRenderPartialUserDetails gt How can we do the same using

Read more →

Ripple effect on Android Lollipop CardView

Ripple effect on Android Lollipop CardView

Im trying to get a CardView to display the ripple effect when touched by setting the androidbackgound attribute in the activity XML file as described here on

Read more →

See line breaks and carriage returns in editor

See line breaks and carriage returns in editor

Is there a text editor on Linux that allows me to see line breaks and carriage returns Does Vim support this

Read more →

Set CSS property in JavaScript

Set CSS property in JavaScript

Ive created the following var menu documentcreateElementselect How would I now set CSS attributes eg width

Read more →

sizet vs uintptrt

sizet vs uintptrt

The C standard guarantees that sizet is a type that can hold any array index This means that logically sizet should be able to hold any pointer type Ive read

Read more →

SQL JOIN vs IN performance

SQL JOIN vs IN performance

I have a case where using a JOIN or an IN will give me the correct results Which typically has better performance and why How much does it depend on what

Read more →