๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

What is the difference between i and i in C

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Variable-Assignment Increment

Ive seen them both being used in numerous pieces of C code and Id like to know when to use i and when to use i i being a number variable like int float double

Thumbnail for Posts

What is the difference between r and n

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Special-Characters Line-Endings

How are r and n different I think it has something to do with Unix vs Windows vs Mac but Im not sure exactly how theyre different and which to search formatch

Thumbnail for Posts

What is the HTML tabindex attribute

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Tabindex

What is the tabindex attribute used for in

Thumbnail for Posts

What is the meaning of XXX in code comments

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Comments

I have seen this a lot in code even vim marks it as a special case TODO and FIXME are two other fix markers vim highlights but what does XXX

Thumbnail for Posts

What is the purpose of mock objects

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Unit-Testing Mocking

I am new to unit testing and I continously hear the words mock objects thrown around a lot In laymans terms can someone explain what mock objects are and what

Thumbnail for Posts

Whats the yield keyword in JavaScript

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

I heard about a yield keyword in JavaScript What is it used for and how do I use

Thumbnail for Posts

When writing a directive in AngularJS how do I decide if I need no new scope a new child scope or a new isolated scope

๐Ÿ“‚ Categories: Programming

Im looking for some guidelines that one can use to help determine which type of scope to use when writing a new directive Ideally Id like something similar to

Thumbnail for Posts

Why are my balls disappearing closed

๐Ÿ“‚ Categories: Javascript

Closed This question is not reproducible or was caused by typos It is not currently accepting answers This question was caused by a typo or a problem that can

Thumbnail for Posts

Why binarycrossentropy and categoricalcrossentropy give different performances for the same problem

๐Ÿ“‚ Categories: Programming

Im trying to train a CNN to categorize text by topic When I use binary crossentropy I get 80 accuracy with categorical crossentropy I get 50 accuracy I dont