A software developer who uses IM to create Movie GIFs, Benoit Rouleau, in discussion with me, gave me a AVI video of a plane flying over, to help us mutually explore IM video conversion techniques.
| // Generated by the protocol buffer compiler. DO NOT EDIT! | |
| // source: google/protobuf/descriptor.proto | |
| #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION | |
| #include "google/protobuf/descriptor.pb.h" | |
| #include <algorithm> | |
| #include <google/protobuf/stubs/common.h> | |
| #include <google/protobuf/stubs/once.h> |
| /************************************************************* | |
| Copyright 2005-2007 Hacker Factor, All Rights Reserved. | |
| By Neal Krawetz, www.hackerfactor.com | |
| jpegquality: | |
| Estimate the quality of the JPEG based on the quantization tables. | |
| Neal's personal comment... | |
| "Jpeg, and Exif in particular, is one of the most screwed up formats | |
| that I have ever seen." |
[[ data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//CABEIBA0EPwMBEQACEQEDEQH/xAAcAAACAwEBAQEAAAAAAAAAAAAAAQIDBAUGBwj/2gAIAQEAAAAA+0gA0AAAAAAAAAAkogJJxwc2uFNUKaoZubZGFdddVcYqMYwqr0fZNskJqvlcKydujRIbnY4VV1cn5p5zueS732jTGp8yl6pyZIEmoxX2MYmAgBgmmmmmAAAkiKEhBVx8caqoV001c/NOMKoV0VKMYqFWelfbt99s3JU8Xz91l2i6wcp2FdUKsvm9t2LwvtPUV0rkFuqbGOIIio/WVJAwQAMQAADTE0AkkhIQqOJmjVXXCmqviWuuFUK6KlFRjCmiqr7f2WIIy5vmtEr9Ntjcncq6oVKivJdfZGMM/Jlfrk2mhCFFfWGgGCABoAAAYAkNISREE1h4tNddcIV1Vef3xrhTCmmEYkI101U0/ZPUybahVg8tpndovm3KVqrrqrVNWW7SyMMXNejVMYhoSUT6wmhgCAGgAABpiECEhEQQcrk1UwjXCFeXi7o1wpjRRGKiQpqroo+oe2AnOqGbyuqd2i+ciU7IwrqrVNWa7UOMcHMno0TYIaQkl9YAE0AA0AAADTQhNJxERBC8/jpphCEY18/DdGMK66KoJRVdddWfP9O99CM3TVZR5XTOzVfNuVlkK666ymnLfqGQ5/NlqvkwBCEKP1dgmJoGIAGCAaAEnEEIi0ivzNVFUalGEebjmlCuumuEVGNca6c+f6T9KIuddUM3ktM569ElOdkq4111qHlaPTaXIhzubLXfIYIERRH6wAgGmCaaGA
. A client receives the current world state from the server and generates video and audio output based on these updates. The client also samples data from input devices (keyboard, mouse, microphone, etc.) and sends these input samples back to the server for further processing. Clients only communicate with the game server and not
JavaScript Scoping and Hoisting
Do you know what value will be alerted if the following is executed as a JavaScript program?
var foo = 1;
function bar() {
if (!foo) {
var foo = 10;| /* | |
| * Chemical equation balancer | |
| * | |
| * Copyright (c) 2014 Project Nayuki | |
| * All rights reserved. Contact Nayuki for licensing. | |
| * http://www.nayuki.io/page/chemical-equation-balancer-javascript | |
| */ | |
| "use strict"; |
| # Background function to run any given command in the background and | |
| # disown it from the shell, hiding ALL output: | |
| bkr () | |
| { | |
| (nohup "$@" &>/dev/null &) | |
| } |
- Fixed masks drawing through smoke.
- Fixed grenades getting stuck in chickens.
- Doom sticker is no longer invisible.
- A VAC error message will now take the user to a KB article to help resolve the error.