Data types

Run-time type information

In computer programming, run-time type information or run-time type identification (RTTI) is a feature of some programming languages (such as C++, Object Pascal, and Ada) that exposes information about an object's data type at runtime. Run-time type information may be available for all types or only to types that explicitly have it (as is the case with Ada). Run-time type information is a specialization of a more general concept called type introspection. In the original C++ design, Bjarne Stroustrup did not include run-time type information, because he thought this mechanism was often misused. (Wikipedia).

Video thumbnail

Time by clocks

The way how to show time using clocks. It is 12 hours video you can use as a screensaver on clock, every number changing is completely random. Please enjoy.

From playlist Timers

Video thumbnail

Discrete-Time Dynamical Systems

This video shows how discrete-time dynamical systems may be induced from continuous-time systems. https://www.eigensteve.com/

From playlist Data-Driven Dynamical Systems

Video thumbnail

Time Series

New TimeSeries functions are covered by Mathematica Kernel Developer Oleksandr Pavlyk in this presentation. For more training resources, please visit: http://www.wolfram.com/Training/

From playlist New in Mathematica 10

Video thumbnail

Searching and Sorting Algorithms (part 4 of 4)

Introductory coverage of basic searching and sorting algorithms, as well as a rudimentary overview of Big-O algorithm analysis. Part of a larger series teaching programming at http://codeschool.org

From playlist Searching and Sorting Algorithms

Video thumbnail

Time and Timing! C Tutorial 23

time_t types, timing functions in time.h. No discussion of signals or alarms.

From playlist C Tutorial

Video thumbnail

Review of Linear Time Invariant Systems

http://AllSignalProcessing.com for more great signal-processing content: ad-free videos, concept/screenshot files, quizzes, MATLAB and data files. Review: systems, linear systems, time invariant systems, impulse response and convolution, linear constant-coefficient difference equations

From playlist Introduction and Background

Video thumbnail

Big O Notation: A Few Examples

This video is about Big O Notation: A Few Examples Time complexity is commonly estimated by counting the number of elementary operations (elementary operation = an operation that takes a fixed amount of time to preform) performed in the algorithm. Time complexity is classified by the nat

From playlist Computer Science and Software Engineering Theory with Briana

Video thumbnail

Mean - Intro to Algorithms

This video is part of an online course, Intro to Algorithms. Check out the course here: https://www.udacity.com/course/cs215.

From playlist Introduction to Algorithms

Video thumbnail

What is Linear Programming (LP)? (in 2 minutes)

Overview of Linear Programming in 2 minutes. ---------------------- Additional Information on the distinction between "Polynomial" vs "Strongly Polynomial" algorithms: An algorithm for solving LPs of the form max c^t x s.t. Ax \le b runs in polynomial time if its running time can be boun

From playlist Under X-Minutes Visual Explanations

Video thumbnail

ShmooCon 2013: astiff: Automated Static Analysis Framework

For more information and to download the video visit: http://bit.ly/shmoocon2013 Playlist ShmooCon 2013: http://bit.ly/Shmoo13 Speaker: Tyler Hudak Malware analysis consists of two phases -- static and dynamic analysis. Dynamic analysis, or analyzing the behavior of a sample, has already

From playlist ShmooCon 2013

Video thumbnail

PostgreSQL Tutorial Full Course 2022

I provide here in this PostgreSQL tutorial a full course you can use to master PostgreSQL. Postgres is an object relational database that is just as fast as MySQL that adheres more closely to SQL standards and excels at concurrency. Postgres is also superior at avoiding data corruption.

From playlist Learn in One Video

Video thumbnail

Kernel Recipes 2022 - Looking at yourself: Linux Introspection tales

Introspection information, used originally by debuggers, has come a long way into playing a greater role in the functioning of Linux. Now its used by tracers, profilers, and then by eBPF, in libbpf, in the verifier and other parts of the kernel, being always available and fast to access.

From playlist Kernel Recipes 2022

Video thumbnail

Type safe GraphQL with TypeScript

When building with GraphQL you define the schema up front and this can be really handy go use when it comes to writing the queries, resolvers, etc., especially if it’s in TypeScript. So, how do you go about doing the type generation? We’ll take a look at a tool that can generate you the Ty

From playlist TypeScript

Video thumbnail

C Programming Tutorial for Beginners

This course will give you a full introduction into all of the core concepts in the C programming language. Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/ ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:01:22) Windows Setup ⌨️ (0:05:02) Mac Setup ⌨️

From playlist C / C++

Video thumbnail

Ruby Programming Language - Full Course

Learn the Ruby programming language in this full course / tutorial. The course is designed for new programmers, and will introduce common programming topics using the ruby language. Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/ ⭐️Course Contents ⭐️ ⌨️

From playlist Full Courses in One Video

Video thumbnail

Unix Shell Crash Course || Unix Shell Tutorial for Beginners

A #Unix shell is a command-line interpreter or shell that provides a command line user interface for Unix-like operating systems. The shell is both an interactive command language and a #scripting language, and is used by the operating system to control the execution of the system using sh

From playlist Linux Tutorial

Video thumbnail

Ethical Hacking in 15 Hours - 2023 Edition - Learn to Hack! (Part 2)

0:00 - Introduction 0:17 - Hunting Subdomains Part 1 5:54 - Hunting Subdomains Part 2 10:46 - Identifying Website Technologies 17:57 - Gathering Information w/ Burp Suite 26:49 - Google Fu 32:24 - Utilizing Social Media 38:05 - Installing Kioptrix 44:28 - Scanning w/ Nmap 1:04:16 - Enumera

From playlist Full-Length Hacking Courses

Video thumbnail

SQL Tutorial - Full Database Course for Beginners

In this course, we'll be looking at database management basics and SQL using the MySQL RDBMS. Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/ The course is designed for beginners to SQL and database management systems, and will introduce common database

From playlist Full Courses in One Video

Video thumbnail

時系列 (Time Series)

Mathematica 10の新しい時系列関数を扱います. → 最新情報はこちらでご覧ください: http://www.wolfram.com → ノートブックはこちらからダウンロードできます: http://www.wolfram.com/training/special-event/virtual-conference-japan-2015/resources.html

From playlist Wolfram Virtual Conference Japan 2015 (Japanese)

Video thumbnail

Ethical Hacking in 12 Hours - Full Course - Learn to Hack!

Full Course: https://academy.tcm-sec.com/p/practical-ethical-hacking-the-complete-course All Course Resources/Links: https://github.com/Gr1mmie/Practical-Ethical-Hacking-Resources A shout out to all those involved with helping out on this course: Alek - Creating "Academy", "Dev", and "Bl

From playlist Full-Length Hacking Courses

Related pages

Null pointer | Data type | Type conversion | Reference (computer science) | Type inference | Polymorphism (computer science) | Pointer (computer programming) | Object (computer science) | Template (C++)