๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

What does it mean that Javascript is a prototype based language

๐Ÿ“‚ Categories: Javascript

One of the major advantages with Javascript is said to be that it is a prototype based language But what does it mean that Javascript is prototype based and

Thumbnail for Posts

What does Pythons eval do

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Eval

The book that I am reading on Python repeatedly shows code like evalinputblah How exactly does this modify the result from calling input See also Why is using

Thumbnail for Posts

Whats the difference between Layers and Tiers

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

Whats the difference between Layers and

Thumbnail for Posts

Whats the Linq to SQL equivalent to TOP or LIMITOFFSET

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Linq-To-Sql

How do I do this Select top 10 Foo from MyTable in Linq to

Thumbnail for Posts

Which Architecture patterns are used on Android closed

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Design-Patterns

Closed This question needs to be more focused It is not currently accepting answers Want to improve this question Update the question so it focuses on one

Thumbnail for Posts

Which commit has this blob

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Version-Control

Given the hash of a blob is there a way to get a list of commits that have this blob in their

Thumbnail for Posts

Which is the first integer that an IEEE 754 float is incapable of representing exactly

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Types Floating-Point Ieee-754

For clarity if Im using a language that implements IEE 754 floats and I declare float f0 0f float f1 1f and then print them back out Ill get 00000 and 10000

Thumbnail for Posts

Why would finding a types initializer throw a NullReferenceException

๐Ÿ“‚ Categories: Programming

This has got me stumped I was trying to optimize some tests for Noda Time where we have some type initializer checking I thought Id find out whether a type has

Thumbnail for Posts

YouTube API to fetch all videos on a channel

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Youtube Youtube-Api

We need a video list by channel name of YouTube using the API We can get a channel list only channel name by using the below API