Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in types

In C#, can I use reflection to determine if an enum type is int, byte, short, etc?

c# .net enums types

JAXB element of type enum

enums types schema jaxb element

TypeScript keyof returning specific type

typescript types

Convert double to float without Infinity

c# types floating-point double

What's the Maximum Value of smallint(6) unsigned in MySQL?

sql mysql types

In .NET, at runtime: How to get the default value of a type from a Type object? [duplicate]

c# .net runtime types

String to Binary in C#

c# string binary types

Is there any way to DISTINCT or group by a text (or ntext) in SQL Server 2005?

sql sql-server types

Can you specify type argument for None or tell compiler that it's an Option[String]?

scala types

How to cast object to type described by Type class?

c# .net-3.5 casting types

Who invented proxy passing and when?

haskell types

Java Generics: interface method that receives type argument of implementing class

java generics types

Using various types in a 'using' statement (C#)

c# types using

Do I have to use the OpenGL data types (GLint, CLchar, ...) for a cross platform game?

What exactly are Integral Types?

c# .net types

Quartz.NET implementation doesn't jive with tutorials

c# types quartz.net

Why does the Java compiler not like primitive int as type for values in HashMap?

java types integer hashmap

How to handle wrong data type input

c++ input types error-handling

Static types, polymorphism and specialization

haskell types

Haskell, multiplying Int and Float within a function

haskell types