One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| /// -------------------------------------------------------------------- | |
| // Dummy processing DNA code (by taking base complement) | |
| // Threaded version | |
| // Author: Samuel Lampa, samuel.lampa@gmail.com | |
| // Date: 2013-06-21 | |
| // -------------------------------------------------------------------- | |
| package main | |
| import ( |
| import QtQuick 2.0 | |
| import QtGraphicalEffects 1.0 | |
| Rectangle { | |
| id: root | |
| color: '#EEEEEE' | |
| width: 960 | |
| height: 768 | |
| Item { |
| tool | |
| extends Polygon2D | |
| export(Texture) var top_left_texture = null | |
| export(Texture) var top_center_texture = null | |
| export(Texture) var top_right_texture = null | |
| export(Texture) var right_center_texture = null | |
| export(Texture) var left_center_texture = null | |
| export(Texture) var bottom_left_texture = null | |
| export(Texture) var bottom_center_texture = null |
The Data / Graphics team at NBC News is responsible for explaining the news through visualizations and data analysis.
We build interactives, charts, maps, illustrations, graphics and more to tell the news in a compelling and thoughtful way. See our recent work: https://www.nbcnews.com/datagraphics
The intern should be interested in data visualizations and be an avid news reader. They should have an interest in data journalism and will help find stories that we could be telling in a new and visual way. They will also help create charts, maps and graphics for breaking news stories and for reported features.
Note that this internship is only available to students actively enrolled in a degree-granting program throughout the entirety of the internship.
This guide is for homelab admins who understand IPv4s well but find setting up IPv6 hard or annoying because things work differently. In some ways, managing an IPv6 network can be simpler than IPv4, one just needs to learn some new concepts and discard some old ones.
Let’s begin.
First of all, there are some concepts that one must unlearn from ipv4:
Concept 1