๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

What are the best JVM settings for Eclipse closed

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

As it currently stands this question is not a good fit for our QampA format We expect answers to be supported by facts references or expertise but this

Thumbnail for Posts

What do querySelectorAll and getElementsBy methods return

๐Ÿ“‚ Categories: Javascript

Do getElementsByClassName and similar functions like getElementsByTagName and querySelectorAll work the same as getElementById or do they return an array of

Thumbnail for Posts

What does FILE mean in Ruby

๐Ÿ“‚ Categories: Ruby
๐Ÿท๏ธ Tags: Self-Reference

I see this all the time in Ruby require FiledirnameFILE configenvironment What does FILE

Thumbnail for Posts

What happens to global and static variables in a shared library when it is dynamically linked

๐Ÿ“‚ Categories: C++

Im trying to understand what happens when modules with globals and static variables are dynamically linked to an application By modules I mean each project in

Thumbnail for Posts

What is assert in JavaScript

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

What does assert mean in JavaScript Ive seen something like assertfunction1 ampamp function2 ampamp function3 some text And would like to know what the method

Thumbnail for Posts

What is the difference between assert expect and should in Chai

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Mocha.Js Chai

What is the difference between assert expect and should When to use what assertequal3 3 coerces values to strings var foo bar expectfootoequalbar

Thumbnail for Posts

What is the difference between LATERAL JOIN and a subquery in PostgreSQL

๐Ÿ“‚ Categories: Sql

Since Postgres came out with the ability to do LATERAL joins Ive been reading up on it since I currently do complex data dumps for my team with lots of

Thumbnail for Posts

What is the http-header X-XSS-Protection

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Http Http-Headers Xss

So Ive been toying around with HTTP for fun in telnet now ie just typing in telnet googlecom 80 and putting in random GETs and POSTs with different headers and

Thumbnail for Posts

What is the main difference between Inheritance and Polymorphism

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Oop Inheritance Polymorphism

I was presented with this question in an end of module open book exam today and found myself lost I was reading Head first Javaand both definitions seemed to