background preloader

Submarine Cable Map 2014

Submarine Cable Map 2014

https://submarine-cable-map-2014.telegeography.com/

Related:  capetrelTech

The Many Faces of Functions in JavaScript - - Bocoup If you’ve had any contact with JavaScript code, you’re probably very familiar with how to define and call functions, but are you aware of of how many different ways you can define a function? This is a common challenge of writing and maintaining tests in Test262—especially when a new feature comes into contact with any existing function syntax, or extends the function API. It is necessary to assert that new or proposed syntax and APIs are valid, against every existing variant in the language. The following is an illustrative overview of the existing syntactic forms for functions in JavaScript. This document will not cover Class Declarations and Expressions, as those forms produce an object that is not “callable” and for this article, we’ll only be looking at forms that produce “callable” function objects. The Old Ways

#OktoberfestOfThings Testing at the Hacker tent, once again! #OktoberfestOfThings Hackday 2017 We’ll meet today Sept 27 at Erfindergarden.de (map) to build some stuff. We got some LoRaWAN nodes, a TTN gateway and various sensors. Andy’s space has soldering irons, 3D printers and an Othermill. See you there from noon… Cisco IOS Switching Services Configuration Guide, Release 12.2 - Routing Between VLANs Overview [Cisco IOS Software Releases 12.2 Mainline] Routing Between VLANs Overview This chapter provides an overview of VLANs. It describes the encapsulation protocols used for routing between VLANs and provides some basic information about designing VLANs. This chapter describes VLANs.

Front-end Developer Handbook 2017 · GitBook Written by Cody Lindley sponsored by — Frontend Masters This is a guide that anyone could use to learn about the practice of front-end development. It broadly outlines and discusses the practice of front-end engineering: how to learn it and what tools are used when practicing it in 2017. It is specifically written with the intention of being a professional resource for potential and currently practicing front-end developers to equip themselves with learning materials and development tools. How the Internet Travels Across Oceans The internet consists of tiny bits of code that move around the world, traveling along wires as thin as a strand of hair strung across the ocean floor. The data zips from New York to Sydney, from Hong Kong to London, in the time it takes you to read this word. Nearly 750,000 miles of cable already connect the continents to support our insatiable demand for communication and entertainment. Companies have typically pooled their resources to collaborate on undersea cable projects, like a freeway for them all to share. But now Google is going its own way, in a first-of-its-kind project connecting the United States to Chile, home to the company’s largest data center in Latin America.

NAT and PAT - What's the Difference? NAT and PAT - What's the Difference? Posted by Kelson Lawrence on Tue, Feb 08, 2011 @ 10:22 AM By Brian Scheibe Network Address Translation (NAT) and Port Address Translation (PAT) both map IP addresses on an internal network to IP addresses on an external network. SVG and CSS - Cascading Style Sheets It is possible to style your SVG shapes using CSS. By styling is meant to change the looks of the shapes. This can be stroke color and width, fill color, opacity and many other properties of your shapes.

Getting Started with the SDK – Anki Developer We designed the Cozmo SDK to be as simple to use as possible, while also giving you access to powerful computer vision and robotics technologies such as facial recognition and path planning. If you have some experience programming or are comfortable using a command-line interface, getting the SDK up and running should be quick and easy. Required Hardware A Cozmo robot.A compatible mobile device to run the Cozmo mobile app.A computer running Windows, macOS, or Linux (ideally Ubuntu). It’s helpful to understand how the SDK works before getting started. First, the SDK itself runs on a host computer.

How To Install and Configure OpenVPN On Your DD-WRT Router We’ve already covered installing Tomato on your router and how to connect to your home network with OpenVPN and Tomato. Now we are going to cover installing OpenVPN on your DD-WRT enabled router for easy access to your home network from anywhere in the world! What is OpenVPN? A virtual private network (VPN) is a trusted, secure connection between one local area network (LAN) and another. Think of your router as the middle man between the networks that you’re connecting to.

Demo of a simple CRUD RESTful PHP service used with AngularJS and MySQL <?php require_once("Rest.inc.php");

Related: