Discover Template is offering a free presentation for US Elections with numerous infographics and editable slides. The template could be used for educational purposes or for analyzing the current elections using vibrant and vivid infographics.
https://discovertemplate.com/templates/current/us-elections-template/
Bystyrerepresentant Ann-Karin Aarvik (KrF) stilte sp?rsm?l til ordf?reren i Sarpsborg om kommunen har noen tanker om ? berge Tune presteg?rd for byens innbyggere?
This document summarizes Atom.io, a hackable text editor, and how to use the Script plugin to run code directly in Atom. It describes how to install the Script plugin, how to run code by selecting Packages > Script > Run Script or using a keyboard shortcut, and tips for ensuring environments like PATH and Ruby versions are configured properly for running code. The document also briefly mentions the Vim-quickrun plugin for running code from within Vim.
The document contains code snippets in JavaScript and AppleScript that open multiple URLs in Safari tabs using automation. It opens Google, Yahoo, and Apple in new tabs, then sets the selected tab back to the original first tab. Other code snippets demonstrate additional automation tasks like alerts, dialogs, shell commands, keyboard/mouse input and inspecting UI elements.
This document announces new products or services with emoji symbols and contact information for social media accounts. It uses emoji symbols and repetition to highlight that something new is being offered but provides no details about what is new or the nature of the business or organization. Contact information is given for a Twitter and Facebook account to get more information.
The document discusses fonts and logos for gaming brands, with sections on fonts for slogans, brand names, and gaming magazines, as well as logos for gaming shoe and industry brands. Key fonts mentioned include No-Limits, Ultra-Gamer Bold, Gaming, and Gaming Industrizer. Logos discussed include those for the Revo shoes brand.
Sinatra is a minimal web application framework for Ruby that allows developers to quickly create web applications. It provides routing capabilities to map HTTP requests to methods and uses a domain specific language for defining routes. Templates can be used to generate responses and Sinatra supports many template engines like ERB, Haml, and Builder. Overall, Sinatra aims to provide a simple and lightweight way to build web applications in Ruby.
The document discusses key features of GitHub for collaboration. It outlines a 3 step process: 1) Follow and watch other users and repositories, 2) Star repositories and contribute issues, 3) Add collaborators and manage organizations and pull requests. GitHub allows users to follow others, watch repositories, star content, contribute issues, and collaborate through features like adding collaborators, creating organizations, and managing pull requests.
1. LiveStyle for Vim allows editing CSS in Vim and seeing live updates in Chrome without reloading the page.
2. To use it, install the LiveStyle Vim plugin and Chrome extension, run the livestyled server, and bind CSS files in Chrome to the server to enable live updates.
3. Editing and saving CSS in Vim will then instantly update in the browser without reloading.
The document discusses techniques for compacting web content, known as web compression. It focuses on compressing image files, text files like HTML and CSS, and improving transport of compressed files using server-side techniques. Specific tools are recommended for optimizing different file types as well as Apache and Nginx server configurations for enabling compression of content. The goal is to improve response times for smart phones by reducing data usage through compression without changing the underlying content.
The document contains code snippets in JavaScript and AppleScript that open multiple URLs in Safari tabs using automation. It opens Google, Yahoo, and Apple in new tabs, then sets the selected tab back to the original first tab. Other code snippets demonstrate additional automation tasks like alerts, dialogs, shell commands, keyboard/mouse input and inspecting UI elements.
This document announces new products or services with emoji symbols and contact information for social media accounts. It uses emoji symbols and repetition to highlight that something new is being offered but provides no details about what is new or the nature of the business or organization. Contact information is given for a Twitter and Facebook account to get more information.
The document discusses fonts and logos for gaming brands, with sections on fonts for slogans, brand names, and gaming magazines, as well as logos for gaming shoe and industry brands. Key fonts mentioned include No-Limits, Ultra-Gamer Bold, Gaming, and Gaming Industrizer. Logos discussed include those for the Revo shoes brand.
Sinatra is a minimal web application framework for Ruby that allows developers to quickly create web applications. It provides routing capabilities to map HTTP requests to methods and uses a domain specific language for defining routes. Templates can be used to generate responses and Sinatra supports many template engines like ERB, Haml, and Builder. Overall, Sinatra aims to provide a simple and lightweight way to build web applications in Ruby.
The document discusses key features of GitHub for collaboration. It outlines a 3 step process: 1) Follow and watch other users and repositories, 2) Star repositories and contribute issues, 3) Add collaborators and manage organizations and pull requests. GitHub allows users to follow others, watch repositories, star content, contribute issues, and collaborate through features like adding collaborators, creating organizations, and managing pull requests.
1. LiveStyle for Vim allows editing CSS in Vim and seeing live updates in Chrome without reloading the page.
2. To use it, install the LiveStyle Vim plugin and Chrome extension, run the livestyled server, and bind CSS files in Chrome to the server to enable live updates.
3. Editing and saving CSS in Vim will then instantly update in the browser without reloading.
The document discusses techniques for compacting web content, known as web compression. It focuses on compressing image files, text files like HTML and CSS, and improving transport of compressed files using server-side techniques. Specific tools are recommended for optimizing different file types as well as Apache and Nginx server configurations for enabling compression of content. The goal is to improve response times for smart phones by reducing data usage through compression without changing the underlying content.
4. vim motion
?
j : next line
?
w : next word head
?
$ : line end
?
/ : search
?
etc ...
5. example
1.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna
aliqua.
2.
Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
3.
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa
qui officia deserunt mollit anim id est laborum.
6. example
1.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna
aliqua.
2.
Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
3.
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa
qui officia deserunt mollit anim id est laborum.
d$
7. example
1.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna
aliqua.
delete
2.
Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
3.
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa
qui officia deserunt mollit anim id est laborum.
d$
8. example
1.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna
aliqua.
delete
2.
Ut enim ad
3.
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa
qui officia deserunt mollit anim id est laborum.
d$
18. example
1.
var superFunc = function() {
2.
console.log ('pretty good function');
3.
$("<div>")
4.
.html('<p>fancy html</p>')
5.
.appendTo('.super_anchor');
6.
};
19. example
1.
var superFunc = function() {
2.
console.log ('pretty good function');
3.
$("<div>")
4.
.html('<p>fancy html</p>')
5.
.appendTo('.super_anchor');
6.
};
cit
20. example
1.
var superFunc = function() {
2.
console.log ('pretty good function');
3.
$("<div>")
4.
.html('<p>abc</p>')
5.
.appendTo('.super_anchor');
6.
};
cit
21. example
1.
var superFunc = function() {
2.
console.log ('pretty good function');
3.
$("<div>")
4.
.html('<p>fancy html</p>')
5.
.appendTo('.super_anchor');
6.
};
cat
22. example
1.
var superFunc = function() {
2.
console.log ('pretty good function');
3.
$("<div>")
include tag
4.
.html('<p>fancy html</p>')
5.
.appendTo('.super_anchor');
6.
};
cat
23. example
1.
var superFunc = function() {
2.
console.log ('pretty good function');
3.
$("<div>")
4.
.html('abc')
5.
.appendTo('.super_anchor');
6.
};
cat
24. example
1.
var superFunc = function() {
2.
console.log ('pretty good function');
3.
$("<div>")
4.
.html('<p>fancy html</p>')
5.
.appendTo('.super_anchor');
6.
};
yi}
25. example
1.
var superFunc = function() {
2.
console.log ('pretty good function');
3.
$("<div>")
4.
.html('<p>fancy html</p>')
5.
.appendTo('.super_anchor');
6.
};
yi}