Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for cast
StackOverflow https://stackoverflow.com/questions/9102318/cast-double-to-integer

Cast Double to Integer

Tags: java, casting
GitHub Repo https://github.com/StephenGrider/ReduxCasts

StephenGrider/ReduxCasts

Modern React with Redux
GitHub Repo https://github.com/Automattic/pocket-casts-ios

Automattic/pocket-casts-ios

Pocket Casts iOS app 🎧
GitHub Repo https://github.com/StephenGrider/AlgoCasts

StephenGrider/AlgoCasts

No repository description available.
StackOverflow https://stackoverflow.com/questions/605845/should-i-cast-the-result-of-malloc-in-c

Should I cast the result of malloc (in C)?

Tags: c, malloc, casting
GitHub Repo https://github.com/Automattic/pocket-casts-android

Automattic/pocket-casts-android

Pocket Casts Android 🎧
GitHub Repo https://github.com/StephenGrider/EthereumCasts

StephenGrider/EthereumCasts

Companion repo to an Ethereum/Solidity course on Udemy
StackOverflow https://stackoverflow.com/questions/8710619/why-dont-javas-compound-assignment-operators-require-casting

Why don't Java's +=, -=, *=, /= compound assignment operators require casting?

Tags: java, casting, operators, variable-assignment, assignment-operator
StackOverflow https://stackoverflow.com/questions/132445/direct-casting-vs-as-operator

Direct casting vs 'as' operator?

Tags: c#, casting
GitHub Repo https://github.com/AzuraCast/AzuraCast

AzuraCast/AzuraCast

A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations.
GitHub Repo https://github.com/StephenGrider/DockerCasts

StephenGrider/DockerCasts

Companion repo to a course on Udemy.com
StackOverflow https://stackoverflow.com/questions/1590831/safely-casting-long-to-int-in-java

Safely casting long to int in Java

Tags: java, casting
StackOverflow https://stackoverflow.com/questions/332030/when-should-static-cast-dynamic-cast-const-cast-and-reinterpret-cast-be-used

When should static_cast, dynamic_cast, const_cast, and reinterpret_cast be used?

Tags: c++, pointers, casting, c++-faq
GitHub Repo https://github.com/spf13/cast

spf13/cast

safe and easy casting from one type to another in Go
StackOverflow https://stackoverflow.com/questions/28002/regular-cast-vs-static-cast-vs-dynamic-cast

Regular cast vs. static_cast vs. dynamic_cast

Tags: c++, pointers, casting
StackOverflow https://stackoverflow.com/questions/22875636/how-do-i-cast-a-json-object-to-a-typescript-class

How do I cast a JSON object to a TypeScript class?

Tags: json, typescript
StackOverflow https://stackoverflow.com/questions/509076/how-do-i-address-unchecked-cast-warnings

How do I address unchecked cast warnings?

Tags: java, generics, warnings
GitHub Repo https://github.com/StephenGrider/GoCasts

StephenGrider/GoCasts

Companion Repo to https://www.udemy.com/go-the-complete-developers-guide/
GitHub Repo https://github.com/muammar/mkchromecast

muammar/mkchromecast

Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices
StackOverflow https://stackoverflow.com/questions/29482/how-do-i-cast-int-to-enum-in-c

How do I cast int to enum in C#?

Tags: c#, enums, casting, integer