- navigation mode
- insert mode
- select mode (plain, line, block)
- quit (:q :q!)
| // Created based on the shadergraph for full screen shaders | |
| // Read more: https://docs.unity3d.com/Packages/[email protected]/manual/post-processing/post-processing-custom-effect-low-code.html | |
| // This shader can be used in the place of the FullScreen Shader Graph | |
| // Add your logic to "TODO: Add custom logic here" | |
| Shader "CustomTemplate/FullscreenShader" | |
| { | |
| Properties | |
| { | |
| // [HideInInspector][NoScaleOffset]unity_Lightmaps("unity_Lightmaps", 2DArray) = "" {} |
| #require 'typhoeus' | |
| require 'rest-client' | |
| require 'open-uri' | |
| EXTENSIONS = %w[xml rss atom] | |
| SUFFIXES = %w[/ /feed /rss /atom /feed/rss /feed/atom /news /blog /news/feed /blog/feed] | |
| PREFIXES = %w[/feed /rss /atom] | |
| URLS = %w[ | |
| https://www.gamesradar.com/edge | |
| https://www.gamesradar.com/uk/edge/ |
| # You've got to the beginning of the document !!! | |
| # Use G to get to the end of the document | |
| ########### | |
| ## vimrc ## | |
| ########### | |
| git clone [email protected]:HugoLnx/vimrc.git | |
| cd vimrc | |
| cat use.sh |
| web: | |
| command: sh -c "rails s --bind 0.0.0.0" | |
| ports: | |
| - "3000:3000" | |
| build: . | |
| volumes: | |
| - .:/app | |
| links: | |
| - redis:redis.local | |
| - mongodb:mongo.local |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| </head> | |
| <body> | |
| <ol> | |
| <li> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <style> | |
| body { | |
| padding: 10px; | |
| } | |
| ul, li { |
| require 'mysql2' | |
| def open_connection | |
| Mysql2::Client.new(host: 'localhost', username: 'root', database: 'repeatable_read_test') | |
| end | |
| class ThreadLogger | |
| def initialize(id) | |
| @id = id | |
| end |
| body{ | |
| width: 940px; | |
| font-family: Century Gothic; | |
| margin: 0 auto; | |
| } | |
| header{ | |
| border-bottom: 2px solid; | |
| } |
| body {width: 200px;margin: 0 auto;} | |
| #red {background:red;width:100px;height:100px;} | |
| #green{background:green;width: 110px;height: 110px;} | |
| #blue{background: blue;width: 120px;height:120px;} | |
| #yellow{background:yellow;width:20px;height:20px;} | |
| /* Não é para mexer no CSS acima */ | |
| /* Escrevam o CSS do Quadro AQUI! */ |