ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

230 results

Dandalf
JavaElectricBill

The video shows how to code an Electric Bill program that inputs kilowatt hours used (kWh) and break it down into three billing ...

26:43
JavaElectricBill

217 views

2 years ago

Dandalf
Java Paycheck Lab Project

Create and analyze a program in Java for computing a paycheck.

25:23
Java Paycheck Lab Project

296 views

2 years ago

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

92,216 views

2 months ago

Heapspace
Programming languages - somewhat similar, wildly distant or just with different idioms? - Maciek P.

In the last 18 years I was programming almost exclusively on JVM - Java, Scala, Kotlin etc. This year, I moved to different ...

34:13
Programming languages - somewhat similar, wildly distant or just with different idioms? - Maciek P.

194 views

2 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 2)

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,503 views

6 years ago

Confreaks
RubyConf 2015 - Softly, softly typing by John Cinnamond

Softly, softly typing by John Cinnamond The ruby community is large and varied but, for the most part, we haven't rushed to ...

44:34
RubyConf 2015 - Softly, softly typing by John Cinnamond

944 views

10 years ago

Pieter van den Hombergh
PRC2 2021 Part 1 setup and TDD

Starting with netbeans, junit5 and assertj.

1:45:51
PRC2 2021 Part 1 setup and TDD

580 views

5 years ago

Simple Automation
Статический Анализ Кода | Sonar | Qodana | CodeQL

В этом видео мы разберёмся, что такое статический анализ кода, зачем он нужен и как он работает. Кратко посмотрим на ...

1:59:16
Статический Анализ Кода | Sonar | Qodana | CodeQL

337 views

3 months ago

Nils Berglund
Tutorial: How to use my code

This tutorial explains on a few examples how to use my C code, available on GitHub, to make simulations of the wave equation.

33:58
Tutorial: How to use my code

1,381 views

2 years ago

Roberto Lo Giacco
Coding for job screening

Watch me while I implement a simple algorithm as a screening test for a Java developer position. You may find interesting the ...

22:10
Coding for job screening

91 views

10 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 3)

This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...

5:39:15
Porting Java's ConcurrentHashMap to Rust (part 3)

10,938 views

6 years ago

YourWalkOnTech
What "handle an exception" means

A comprehensive guide to handling exceptions in Java: we'll firstly understand how to decide how to handle an exception, and ...

24:32
What "handle an exception" means

33 views

1 year ago

Confreaks
RubyConf 2016 - To Clojure and back: writing and rewriting in Ruby by Phill MV

RubyConf 2016 - To Clojure and back: writing and rewriting in Ruby by Phill MV Act 1 - State of Grace After many years of Ruby, ...

33:17
RubyConf 2016 - To Clojure and back: writing and rewriting in Ruby by Phill MV

12,756 views

9 years ago

J David Eisenberg
COMSC 076 Lecture 14 Feb 2024 - Take 2

I accidentally turned off the audio during the Zoom session, so I have re-recorded the remainder of the lecture (and it's probably ...

26:34
COMSC 076 Lecture 14 Feb 2024 - Take 2

93 views

2 years ago

V.b.m
Learn Arrays in java || Introduction part 1.

Learn Array in Java | introduction part 1 #arraysinjava#javaarray#javaarrays;arrays Hi in this session we are going to learn about ...

30:12
Learn Arrays in java || Introduction part 1.

139 views

3 years ago

Alex Demko
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

23:41
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

173 views

9 months ago

Agoric
Endo Sync: Errors, Synchronous Import, & Durable CapTP

Zb (Zbigniew) Tenerowicz: what's the algorithm about. Kris “Cowbert” Kowal: So. boneskull: Don't make me answer!

1:03:40
Endo Sync: Errors, Synchronous Import, & Durable CapTP

44 views

1 year ago

Confreaks
RubyConf 2016 - Dōmo arigatō, Mr. Roboto: Machine Learning with Ruby by Eric Weinstein

RubyConf 2016 - Dōmo arigatō, Mr. Roboto: Machine Learning with Ruby by Eric Weinstein Machine learning is a popular and ...

41:48
RubyConf 2016 - Dōmo arigatō, Mr. Roboto: Machine Learning with Ruby by Eric Weinstein

1,861 views

9 years ago

J David Eisenberg
Mini-Lecture: Planning a Program

Problem solving is what this course is really about. Instead of going into detail about Java, this lecture talks about how to plan a ...

26:17
Mini-Lecture: Planning a Program

36 views

2 years ago

Arpita Shilpi
java Syntax,Variables Data Types|| Lecture 2 #java #arpitashilpi #microsoft #placement CS,IT,BCA,MCA

Java Complete Course | Placement Series Arpita shilpi Introduction to Java Language | Lecture 2 | Complete Placement Course ...

22:27
java Syntax,Variables Data Types|| Lecture 2 #java #arpitashilpi #microsoft #placement CS,IT,BCA,MCA

156 views

3 years ago

Aaron J Newman
06 - for Loops

A `for` loop executes commands once for each value in a collection. - A `for` loop is made up of a collection, a loop variable, and a ...

38:52
06 - for Loops

524 views

4 years ago

Confreaks
RubyConf 2016 - Why recursion matters by James Coglan

RubyConf 2016 - Why recursion matters by James Coglan In modern programming, recursion is so common that we take it for ...

38:43
RubyConf 2016 - Why recursion matters by James Coglan

1,065 views

9 years ago

Dandalf
Algorithm design and problems with mixed data types converting between Celsius and Fahrenheit

The video covers algorithm design conversion to code, testing and validating for correct program output, problems and solutions ...

22:46
Algorithm design and problems with mixed data types converting between Celsius and Fahrenheit

140 views

1 year ago

src7cse
Constant folding, not to touch Volatile memory, etc. in Code optimisation of Intermediate code phase

Constant folding, Code motion, not to touch Volatile memory, etc. in Code optimisation of Intermediate code generation phase.

27:24
Constant folding, not to touch Volatile memory, etc. in Code optimisation of Intermediate code phase

45 views

4 years ago

Confreaks
RailsConf 2017: Goldilocks And The Three Code Reviews by Vaidehi Joshi

RailsConf 2017: Goldilocks And The Three Code Reviews by Vaidehi Joshi Once upon a time, Goldilocks had a couple extra ...

33:37
RailsConf 2017: Goldilocks And The Three Code Reviews by Vaidehi Joshi

1,582 views

8 years ago