๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

What is the difference between the views and components folders in a Vue project

๐Ÿ“‚ Categories: Programming

I just used the command line CLI to initialize a Vuejs project The CLI created a srccomponents and srcviews folder It has been a few months since I have worked

Thumbnail for Posts

What is the difference between ui-bootstrap-tplsminjs and ui-bootstrapminjs

๐Ÿ“‚ Categories: Programming

At the AngularUIBootstrap page on cdnjs is says Native AngularJS Angular directives for Twitters Bootstrap Small footprint 5 kB gzipped no thirdparty

Thumbnail for Posts

What is the MySQL VARCHAR max size

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Varchar Maxlength

I would like to know what the max size is for a MySQL VARCHAR type I read that the max size is limited by the row size which is about 65k I tried setting the

Thumbnail for Posts

What is the purpose of stdmakepair vs the constructor of stdpair

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: Stl Std-Pair

What is the purpose of stdmakepair Why not just do stdpairltint chargt0 a Is there any difference between the two

Thumbnail for Posts

What is the purpose of the implicit grant authorization type in OAuth 2

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Oauth User-Agent Oauth-2.0

I dont know if I just have some kind of blind spot or what but Ive read the OAuth 2 spec many times over and perused the mailing list archives and I have yet

Thumbnail for Posts

Whats happening in this code with Number objects holding properties and incrementing the number

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Javascript

A recent tweet contained this snippet of JavaScript Can someone please explain what is happening in it step by step gt function dis return this undefined gt

Thumbnail for Posts

When the keyboard appears the Flutter widgets resize How to prevent this

๐Ÿ“‚ Categories: Flutter

I have a Column of Expanded widgets like this return new Container child new Column crossAxisAlignment CrossAxisAlignmentstretch children ltWidgetgt new

Thumbnail for Posts

Where and how is the ViewStartcshtml layout file linked

๐Ÿ“‚ Categories: Programming

Heres the Aboutcshtml from the default MVC 3 template ViewBagTitle About Us lth2gtAboutlth2gt ltpgt Put content here ltpgt I would expect that a reference to

Thumbnail for Posts

Where dump is dumped using HeapDumpOnOutOfMemoryError parameter for JBoss

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Memory-Leaks Jboss Heap-Memory

I was told I can add the XXHeapDumpOnOutOfMemoryError parameter to my JVM start up options to my JBoss start up script to get a heap dump when we get an out of