Тёмный

Coding Challenge  

The Coding Train
Подписаться 1,7 млн
Просмотров 105 тыс.
50% 1

In this coding challenge, I implement a pixel-based “fire” algorithm using Processing (Java). Code: thecodingtrain.com/challenges...
🕹️ p5.js Web Editor Sketch: editor.p5js.org/codingtrain/s...
🎥 Previous video: • Coding Challenge 102: ...
🎥 Next video: • Coding Challenge #104:...
🎥 All videos: • Coding Challenges
References:
📓 Fire Simulation: web.archive.org/web/201604180...
💾 Processing: processing.org
Videos:
🚂 What is Perlin Noise?: • 13: What is Perlin Noise?
🔴 Livestream Archive: • Live Stream #136: More...
Related Coding Challenges:
🚂 #102 2D Water Ripple: • Coding Challenge 102: ...
🚂 #132 Fluid Simulation: • Coding Challenge #132:...
Timestamps:
0:00 Introduction
0:39 Fire algorithm
1:11 Let's Code
2:30 Add image buffers
5:20 Implement smoothing algorithm
11:58 Add cooling map
15:57 Introduce Perlin noise field
17:58 Add noise to the cooling map
22:04 Scroll the cooling map
24:32 Experiment with graphics objects
26:18 Add mouseDragged
27:52 Conclusion
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
🚂 Website: thecodingtrain.com/
👾 Share Your Creation! thecodingtrain.com/guides/pas...
🚩 Suggest Topics: github.com/CodingTrain/Sugges...
💡 GitHub: github.com/CodingTrain
💬 Discord: / discord
💖 Membership: ru-vid.comjoin
🛒 Store: standard.tv/codingtrain
🖋️ Twitter: / thecodingtrain
📸 Instagram: / the.coding.train
🎥 Coding Challenges: • Coding Challenges
🎥 Intro to Programming: • Start learning here!
🔗 p5.js: p5js.org
🔗 p5.js Web Editor: editor.p5js.org/
🔗 Processing: processing.org
📄 Code of Conduct: github.com/CodingTrain/Code-o...
This description was auto-generated. If you see a problem, please open an issue: github.com/CodingTrain/thecod...
#firesimulation #perlinnoise #processing #p5js

Опубликовано:

 

31 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 152   
@mebamme
@mebamme 6 лет назад
25:00 Coding Challenge, A to Z, interviews and live streams, P5, Processing, front-end API Particles, Fireworks, 10PRINT, Flappy Bird, Game of Life, Supershapes, approximating Pi GitHub, pull requests, Linting, unit tests, this.dot, MousePressed, random Perlin noise Unicorn, rainbow, neural network, Tensorflow, learning and intelligence, chatbots using voice Vectors, matrix math, A* finds the shortest path, Javascript, ES6, cutting for a bugfix Dan did start the fire He was always coding, had the pixels loading Dan did start the fire He did not invent it, but did implement it~
@TheCodingTrain
@TheCodingTrain 6 лет назад
This is amazing.
@azyfloof
@azyfloof 6 лет назад
That is incredible! Very well done! :D
@caldera99
@caldera99 6 лет назад
This is amazing!
@rocketmagnet3844
@rocketmagnet3844 6 лет назад
Hey, great to see that people are still enjoying articles from my web site, even though it's just in the archive. How did you even find it? Try adding the warp map for really cool looking fire. - Hugo Elias
@gamesvrtech6666
@gamesvrtech6666 6 лет назад
Are you really Hugo Elias? Cool!!! I was looking for the code for the water ripples a few years ago already and found a lot of forum threads pointing to the website. Funny though coming to the same page again when searching for fire! :-)
@rocketmagnet3844
@rocketmagnet3844 6 лет назад
Hi, yes. It's really me. :) Let me know if there's anything else you need, or any questions about the algorithms.
@rocketmagnet3844
@rocketmagnet3844 6 лет назад
Someone at work was watching your videos, and heard you mention my name!
@gamesvrtech6666
@gamesvrtech6666 6 лет назад
Fabulous!! Maybe you should get in touch with Dan, I assume he'll be very happy and curious to hear from you! As someone pointed out already I guess the whole idea of making this water ripple and/or fire effect dates back to the demo scene of the early 90s or even 80s...
@gabrieleiro4181
@gabrieleiro4181 5 лет назад
man if you're really hugo i'd love to see you in the train. get in contact with dan, i'm sure he'll like this collab too. btw do you have a website/blog where you post more recent stuff?
@adamsero1249
@adamsero1249 6 лет назад
I just wanted to say thank You for motivating me to start learning java through p5.js and Processing and overall for great attitude in all your videos! Now I can actually do some satisfying creations instead of some boring algorithms and being stuck in console like i do in school. Thanks Dan!
@dl0.0lb
@dl0.0lb 2 года назад
Thanks for sharing - I first learned about this algorithm in the early 90's from a friend and implemented in QBasic and Freebasic back in the day. Was trying to remember it to play with making a Rust demo and came across this video. Good stuff!
@loicoberle6156
@loicoberle6156 6 лет назад
Now you just need to make an earth effect and a wind effect and you will have the four elements! Also it was a while since we didn't hear about perlin noise from you ,i was beginning to worry ! Love your work Dan !
@xxagnasiusxx8618
@xxagnasiusxx8618 6 лет назад
OMG He did it^^ I didn't think you were going to edit this together :) (watched that whole stream live then^^) It was funny^^
@goodev
@goodev 6 лет назад
Always great to watch your videos!
@liquidexw
@liquidexw 6 лет назад
_// tip:_ void settings() { _// use void settings() for variable sizes_ size(yourWidth, yourHeight, FX2D); _// use the FX2D renderer for much better performance_ }
@marcusbluestone2822
@marcusbluestone2822 6 лет назад
This is actually so cool! Thanks so much!
@albertkovtoun662
@albertkovtoun662 6 лет назад
Love this!
@rikilshah
@rikilshah 5 лет назад
Thanks for yet another awesome video!
@marquetemarquete
@marquetemarquete 6 лет назад
You could try something simpler than noise: randomizing the generator rows at the bottom. Instead of filling them with white pixels, toss a coin (which might very well not be fair) to decide on white or black. I think it would be easiest with the code you had at roughly 14:10. Thank you for all the great videos!
@TheCodingTrain
@TheCodingTrain 6 лет назад
Yes, great suggestion!
@kmjohnny
@kmjohnny 6 лет назад
I'll definitely will try to play with this around.
@CloudWalkBeta
@CloudWalkBeta 6 лет назад
This gives me an idea, ever try using perlin noise to try making a digital lava lamp? Iv been looking for a way to programme a believable lava lamp for awhile and this video might have given me the solutions iv been looking for.
@gamesvrtech6666
@gamesvrtech6666 6 лет назад
Hey Beta, Dan's code from the "Metaballs" video looks a bit like a lava lamp, I had the same thought when I tried it out.
@ShranjaniShukla
@ShranjaniShukla 6 лет назад
Hey dan! I am a great fan of yours. You are the one who took my cmd small coding to another level teaching me JAVA AND JAVASCRIPT and i would like to ask a favour... would you consider making a tutorial series with the p5 arduino library
@luismiguelgallegogomez8000
@luismiguelgallegogomez8000 6 лет назад
Liked the new adjective, grayscaly! :)
@clipsus_clips
@clipsus_clips 6 лет назад
yey! you finnaly covered fire. Thanks. you may only also want to color it :)
@CYON4D
@CYON4D Год назад
Awesome.
@tommydrager5497
@tommydrager5497 3 года назад
"so much to 'starting with that code'" xD Every coding challenge I have to laugh out loud at least once xD.
@lenardvandermaas6893
@lenardvandermaas6893 6 лет назад
@thecodingtrain I challenge you to visualize a rope that hangs from 2 points with a specified length, using math (so not just showing an image from google :P) so basically: changing the catenary formula to depend on those 2 points and the length instead of the lowest point of the line and some other value that determines how quickly it 'opens up'.
@marcos772
@marcos772 4 года назад
This video is fire
@OrangeC7
@OrangeC7 6 лет назад
Be kind to the elephants!
@tctrainconstruct2592
@tctrainconstruct2592 4 года назад
I didn't know that YOU have created this Perlin Noise Field!!!
@daniilparokonnyy7980
@daniilparokonnyy7980 6 лет назад
Nice ending
@KikoMovilla
@KikoMovilla 3 года назад
u r awesome! 3 weeks ago I have no idea about javascript (just android and some html), today I downloaded processing and tried my mod version of this if u wanna watch. I'll leave code below. I cant believe how much I learn in ur videos. its most than a coding chanel, pure maths.
@KikoMovilla
@KikoMovilla 3 года назад
PImage gr, cmp, sum; float start = 0.0, xo, yo, increase, noi, value; // this is the treshold for masking the flames float cap = 160; //this value should increased accord to lower resolution (size) float trh = 1.2; int w = 400; int h = 200; int ind, index; float r, a, c; color g, n; void setup() { size(400, 200); frameRate(30); gr = createImage(w, h, RGB); //done cmp = createImage(w, h, RGB); sum = createImage(w, h, ARGB); gradient(); } void noiseMap(){ //generate a noise map cmp.loadPixels(); //x offset xo = 0.0; increase = 0.01; for(int i = 0; i < w; i++){ xo += increase; yo = start; for(int j = 0; j < h; j++){ yo += increase; //noise value noi = noise(xo, yo); //noise value eq to color value value = pow(noi,3)*255; cmp.pixels[i + j * w] = color(value); } } cmp.updatePixels(); //scroll up noise map start += 0.06; } void gradient(){ //generate a gradient from black to white gr.loadPixels(); //throw columns for(int i = 0; i < w; i++){ //reset every row; float val = 0; //runing throw rows for(int j = 0; j < h; j++){ int index = i + j * w; gr.pixels[index] = color(val); val += trh; } } gr.updatePixels(); } void draw(){ noiseMap(); background(0); //combine both images gr.loadPixels(); sum.loadPixels(); for(int i = 0; i < w; i++){ for(int j = 0; j < h; j++){ ind = i + j * w; //load pixels from both maps in same position g = gr.pixels[ind]; n = cmp.pixels[ind]; //combine both colors c = brightness(g) - (3*brightness(n)); //looks like smoke, so we have to divide in 2 channels r = (pow(c,2)/sqrt(c))/1.5; a = (c+(r/c))*1.2; if(c
@mmheti
@mmheti 6 лет назад
The brighter (hotter) pixel is it should scroll bigger amount up (faster). That is how convection works.
@eu123321able
@eu123321able 5 лет назад
The secret of a good pixel-based fire algorithm is in the color palette. Look at my version inspired by the Final DOOM algorithm: github.com/lsmanoel/DoomFireEffect_ProcessingVersion
@TheCodingTrain
@TheCodingTrain 5 лет назад
Nice work! You can submit a link to the coding train website if you like! github.com/CodingTrain/website/wiki/Community-Contributions-Guide
@TheMyguitarisblue
@TheMyguitarisblue 5 лет назад
Drinking game: Shot every time Dan says that he should be more thoughtful about something
@gomo8651
@gomo8651 6 лет назад
2x speed and this guy is rockin da haos :)
@adeelfarzandali
@adeelfarzandali 6 лет назад
How would you intersect or make union of two objects like rectangles or circles? make the intersected part new object as it is done in tools Illustrator?
@Bloom_HD
@Bloom_HD 6 лет назад
16:36 Mister, no offence, but you're absolutely crazy!
@isaacchen6630
@isaacchen6630 6 лет назад
Bloom HD ohh my gosh no! It's so beautiful!
@jojozak624
@jojozak624 6 лет назад
Hello, I am trying to design a website header where it is made up of little squares and when the mouse hovers over or you click on one of the squares they all scatter or move out of the screen.. Could you tell me how I can do that?
@JohnDoe-ze8po
@JohnDoe-ze8po 6 лет назад
I tried implementing this with p5js, but somehow after turning on the 'smoothing' my cpu jumps to 110% and i only see my red line and some weird white/black glithcy lines through the black background (and then the whole buffer looks like it crashes) ... Also when running your pde with processing js inside a webpage i see some sort of animation but nothing compared to your video?
@framegrace1
@framegrace1 6 лет назад
That was a common demoscene trick. One of the starter tricks noobs like me programmed Back in the day. My First Pascal/ASM code. (Yeah, that was the fashion back then, Pascal + ASM) I think is from 1992 or 1993. (I got it from a book). Can't remember his name, but the first guy who did it was kinda famous.
@TheCodingTrain
@TheCodingTrain 6 лет назад
Thanks, I'd love to make sure I credit the original source properly!
@mikelezhnin8601
@mikelezhnin8601 6 лет назад
It may be common, but maaan it looks so good + it is so fast!
@paragjagtap9220
@paragjagtap9220 6 лет назад
Nice sir
@leozzl1310
@leozzl1310 6 лет назад
Hi i have qouastion. Can i in p5.js make my game i mean aplication and how to do that? {If i alredy now how programing game how to "build" that i dont now how else to explane}
@the_real_sliix
@the_real_sliix 4 года назад
I just had flashbacks to the long Skyrim loading screens
@donfoumare
@donfoumare 6 лет назад
Isn't the whole point of using loadPixels() and updatePixels() to prevent you from overwriting the actual image data array while reading from it? Which basically makes the whole swaping-buffer-thing redundant?
@ALEXANDERMYLONAS
@ALEXANDERMYLONAS 6 лет назад
Fuego
@alejandroalfonsohernandez3766
@alejandroalfonsohernandez3766 6 лет назад
this is interesting, but please, I want deep learning´s videos using tensorFlow! What if you make a game that we can play against an AI using Deep Learning, that would be amazing!!
@giselleplascencia8984
@giselleplascencia8984 6 лет назад
love your videos! I have a side question... I have an ellipse as a button that links to another page using window.open('') but it links it to another tab. is there a way to open the link in the same page, rather than opening a new tab using the p5 library? TIA!!
@thimkthimk
@thimkthimk 6 лет назад
window.open("www.youraddress.com","_self") Found this on stackoverflow: stackoverflow.com/questions/8454510/open-url-in-same-window-and-in-same-tab
@manishbasnet8398
@manishbasnet8398 6 лет назад
Not first commenter but at least Second commenter.Great sir..Can u make video on mongodb ?????
@karmaindustrie
@karmaindustrie 5 лет назад
9:22 DRAIN THE SWAP!!
@georegesef
@georegesef 4 года назад
title "fire effect" join video, i just see some weird bubbles nice
@bobpuley
@bobpuley 6 лет назад
big! :)
@Tentin.Quarantino
@Tentin.Quarantino 4 года назад
#Codingwithfire would've been an awesome name.
@matheusspable
@matheusspable 6 лет назад
Say, just a random thought, but doesn't the shape and colors of the ending animation (yeah... the one with you on top of the train), it kiiiiinda, (and I really mean kind of), seems to spell Google?? with the colors and the blurr? Just thought I saw that... Maybe it's too late and I need sleep...
@papinkelman7695
@papinkelman7695 6 лет назад
How did we live before map()? I know, I am slow.
@Kitulous
@Kitulous 3 года назад
Map is basically lerping with time equal to inverse lerping. map(val, a, b, c, d) = lerp(c, d, inverseLerp(a, b, val))
@simeon2396
@simeon2396 6 лет назад
#codingflames
@benstoffels5108
@benstoffels5108 6 лет назад
You should try to make a Mastermind game
@MrMattical123
@MrMattical123 6 лет назад
Who dislikes this video?? Like seriously who comes on here and says "ya know what? Screw this guy" and clicks the dislike button? Must be a bunch of VisualBasic fans or something
@kustomweb
@kustomweb 6 лет назад
Matt Thibodeau I truly miss VB.... With VBScript and VBA, you could make wonderful things. Wish I knew Nature of Code back then.🙂
@MrMattical123
@MrMattical123 6 лет назад
kustomweb I just meant it as a joke, it's actually a really cool little language
@mikelezhnin8601
@mikelezhnin8601 6 лет назад
Nah, there is something to Dan that makes people cringe. maybe that is why ppl dislike the vid. Dunno.
@MrCmon113
@MrCmon113 6 лет назад
Who told you that the dislike button means "screw that person"? Stop taking everything personally. Also the video has only FIVE downvotes even now. What more do you even want, you crazy little authoritarian?
@MrMattical123
@MrMattical123 6 лет назад
Taxtro yikes, someone can't take a joke :P
@roizdoci
@roizdoci 6 лет назад
Hey Mr Shiffman, can you tell me a good channel for me to learn python?
@darthtorus9341
@darthtorus9341 6 лет назад
Dan, your algorithm is a bit off. You subtracted the cooling before dividing. You need to subtract the cooling after taking the average of the four neighbors
@renecura
@renecura 6 лет назад
Darth Torus haha I'm comming to say that, it's making me crazy!
@TheCodingTrain
@TheCodingTrain 6 лет назад
Yes! I noticed this after the fact. The code on github is corrected. Thanks for the comment!
@darthtorus9341
@darthtorus9341 6 лет назад
The Coding Train You could also add wind to blow the flames. If the wind is too much, the fire goes out
@WilsonFerguson
@WilsonFerguson 3 года назад
How are you getting intellisense for the Processing IDE?
@patricks5997
@patricks5997 6 лет назад
Can you program C TheCodingTrain?
@dfgchjhkbnl
@dfgchjhkbnl 6 лет назад
I'm a 3rd year Computer Science student with NO portfolio other than the projects we made in class. These Coding Challenges are really cool! Is there a good website/list that has a ton of these to try to code them myself (Else Ill just pick out some of my favourites from your videos)?
@TheCodingTrain
@TheCodingTrain 6 лет назад
You can find the full list here: thecodingtrain.com/CodingChallenges/
@user-oc5uc3gi2p
@user-oc5uc3gi2p 6 лет назад
You're fucking cool dude
@dylansanderson3386
@dylansanderson3386 6 лет назад
Would it help me be better at programming if I watched these speed videos and tried to follow along with my own compiler¿
@UnleashedDan
@UnleashedDan 6 лет назад
(that's how i improved my coding :D (altho i watch the entire video first, then try to recreate the project
@rlasc84
@rlasc84 6 лет назад
Hello Dan. Can you make a video about de es6 spread operator?
@TheCodingTrain
@TheCodingTrain 6 лет назад
Please suggest here! github.com/CodingTrain/Rainbow-Topics/issues
@ezanchi5422
@ezanchi5422 6 лет назад
What microphone does he use on his ear?
@SimonVovko
@SimonVovko 3 года назад
Why newC * 0.25 instead of newC / 4? Is it faster?
@xehn
@xehn 3 года назад
where can i find the code base?
@codedragon6237
@codedragon6237 6 лет назад
With all due respect, that looks more like smoke than fire. But it is a good simulation of smoke
@UnleashedDan
@UnleashedDan 6 лет назад
because its an grey-scale, with orange it looks pretty good
@tylergold6978
@tylergold6978 6 лет назад
You should try to code Atari breakout...
@thespyinthehole1609
@thespyinthehole1609 6 лет назад
How do you find the algorithms you use in the coding challenge?
@TheCodingTrain
@TheCodingTrain 6 лет назад
I get a lot of great suggestions! github.com/CodingTrain/Rainbow-Topics/issues
@thespyinthehole1609
@thespyinthehole1609 6 лет назад
Okay thank you. =)
@MaoDev
@MaoDev 6 лет назад
Why don't you use vanilla JavaScript for coding challanges?
@isaacchen6630
@isaacchen6630 6 лет назад
MaoItsMe I can't speak for Dan, but for me it got tedious rewriting stuff like: let canvas = document.getElementById("myCanvas"); let ctx = canvas.getContext("2d"); ctx.fillStyle = "#FF0000"; ctx.beginPath(); ctx.arc(x+50, y+50, 50, 0, Math.PI * 2); ctx.closePath(); ctx.fill(); Over and over again instead of: fill(255, 0, 0); ellipse(x, y, 100, 100);
@MaoDev
@MaoDev 6 лет назад
Isaac Chen oke
@xavierbradford5528
@xavierbradford5528 4 года назад
Search setting: is purple Me: >_>
@THE16THPHANTOM
@THE16THPHANTOM 6 лет назад
i dont use twitter, i wish you could just post links here in the comments
@TheCodingTrain
@TheCodingTrain 6 лет назад
You can and i'll take a look! You can submit a link to the coding train website if you like too: github.com/CodingTrain/website/wiki/Community-Contributions-Guide
@okarakoo
@okarakoo 6 лет назад
Does Daniel speak with a lisp? Odd, I had never realized it before
@TheCodingTrain
@TheCodingTrain 6 лет назад
I think maybe a little? I'm using a new mic here that brings it out more.
@saltzliu
@saltzliu 6 лет назад
code challenge recommendation: implement firefly simulation en.wikipedia.org/wiki/Firefly_algorithm
@DanielBoa
@DanielBoa 6 лет назад
Hey Daniel, I'm currently a patreon, would it be better to sponsor you via RU-vid?
@TheCodingTrain
@TheCodingTrain 6 лет назад
It's really up to you! For now I am using both, some more explanation here: ru-vid.com/show-UCvjgXvBlbQiydffZU7m1_awcommunity?lb=UgyXzi4X1jxv6y08d-t4AaABCQ
@DanielBoa
@DanielBoa 6 лет назад
Thanks for the link, I thought I likely missed a discussion somewhere! In that case I'll just stick to patreon for the time being and keep an eye on how the sponsor feature pans out.
@the9tailsupersaiyan
@the9tailsupersaiyan 6 лет назад
Do a coding challenge with python.
@seyvetch7863
@seyvetch7863 6 лет назад
python is really slow tho
@the9tailsupersaiyan
@the9tailsupersaiyan 6 лет назад
SeyVetch why?
@seyvetch7863
@seyvetch7863 6 лет назад
well python is easy to code but slow that's how it is (well C langueges are deffinitly faster)
@the9tailsupersaiyan
@the9tailsupersaiyan 6 лет назад
SeyVetch alright, but I still wanna see 😀
@PumpiPie
@PumpiPie 6 лет назад
are the source free to use?
@TheCodingTrain
@TheCodingTrain 6 лет назад
Yes! You can find everything at thecodingtrain.com / github.com/CodingTrain/website
@PumpiPie
@PumpiPie 6 лет назад
cool :D Thanks and keep up the good work :D
@ratkabu
@ratkabu 6 лет назад
Why is that your videos looks like not monetized? I challenge you to try any kind of different language, Python and create an app from it..
@mmheti
@mmheti 6 лет назад
Patreon?
@yashwanthd1998
@yashwanthd1998 4 года назад
Just a reminder 🔥 is not white though
@rishabhbhatnagar6795
@rishabhbhatnagar6795 6 лет назад
Which language is this??
@TheCodingTrain
@TheCodingTrain 6 лет назад
Java with Processing: processing.org
@franchello1105
@franchello1105 6 лет назад
We didn't start the fire.
@jared8807
@jared8807 6 лет назад
Hi
@hii4973
@hii4973 6 лет назад
first
@JonWKND
@JonWKND 6 лет назад
That smoke no fire :-)
@cali-co6428
@cali-co6428 6 лет назад
it can be fire if you change the color
@sadhlife
@sadhlife 6 лет назад
🤔
@dustnoiseplays
@dustnoiseplays 6 лет назад
why java tho?
@TigsFerrariPeeks
@TigsFerrariPeeks 6 лет назад
Necronoise Java is love
@cxmu0391
@cxmu0391 6 лет назад
Necronoise isnt it Java script?
@slynizz1014
@slynizz1014 6 лет назад
X-Mux 01 it's java
@eliottuliocamaradonge2706
@eliottuliocamaradonge2706 6 лет назад
Allumer le feu !!!!!!!!!!!!!! French joke (I'm French)
@Rockvik332
@Rockvik332 6 лет назад
You are in use of language
@WyMustIGo
@WyMustIGo 2 года назад
I wrote something that looked better than this about 30 years ago.
@ilijapavlovic7498
@ilijapavlovic7498 6 лет назад
What is the secret of your happiness? U are the best!!! P.S. dont tell me u are using drugs...
@weluvmusicz
@weluvmusicz 6 лет назад
Another HUGE challenge for you: Don't use Java...
Далее
Coding Challenge 182: Apollonian Gasket Fractal
56:48
Good deed #standoff #meme
00:15
Просмотров 336 тыс.
Coding Challenge #86: Cube Wave by Bees and Bombs
30:09
Real time Fire Simulation
7:23
Просмотров 155 тыс.
Coding Challenge 180: Falling Sand
23:00
Просмотров 844 тыс.
Coding a Web Server in 25 Lines - Computerphile
17:49
Просмотров 330 тыс.
Coding Challenge 102: 2D Water Ripple
17:17
Просмотров 124 тыс.
Coding Challenge #27: Fireworks!
34:35
Просмотров 323 тыс.
What if my Intel CPU explodes??
14:20
Просмотров 6 тыс.
Good deed #standoff #meme
00:15
Просмотров 336 тыс.