This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require: | |
- rubocop-rspec | |
- rubocop-performance | |
AllCops: | |
TargetRubyVersion: 2.7 | |
Exclude: | |
- db/**/*schema.rb | |
# Layout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.0.0.0 ads.doubleclick.net | |
0.0.0.0 s.ytimg.com | |
0.0.0.0 ad.youtube.com | |
0.0.0.0 ads.youtube.com | |
0.0.0.0 clients1.google.com | |
0.0.0.0 dts.innovid.com | |
0.0.0.0 googleads4.g.doubleclick.net | |
0.0.0.0 pagead2.googlesyndication.com | |
0.0.0.0 pixel.moatads.com | |
0.0.0.0 rtd.tubemogul.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firewall { | |
all-ping enable | |
broadcast-ping disable | |
group { | |
address-group mDNS { | |
address 224.0.0.251 | |
description "" | |
} | |
network-group LAN { | |
description "LAN Subnet" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+__rvm_with:2> unset rvm_rvmrc_flag | |
+__rvm_with:3> export rvm_create_flag=1 | |
+__rvm_with:4> export rvm_delete_flag=0 | |
+__rvm_with:5> export rvm_internal_use_flag=1 | |
+__rvm_with:6> export rvm_use_flag=0 | |
+__rvm_with:7> __rvm_use ruby-1.9.3-p551 | |
+__rvm_use:2> typeset binary full_binary_path rvm_ruby_gem_home __path_prefix __path_suffix | |
+__rvm_use:4> __rvm_select ruby-1.9.3-p551 | |
+__rvm_select:2> true | |
+__rvm_select:4> __rvm_select_set_variable_defaults |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+__rvm_make:0> make -j 1 | |
+make:20> make -j 1 | |
+make:1> zstyle -t :prezto:module:utility:make color | |
+make:2> (( 0 )) | |
+make:5> make -j 1 | |
CC = gcc-4.9 | |
LD = ld | |
LDSHARED = gcc-4.9 -dynamiclib | |
CFLAGS = -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -fno-common -pipe | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# == In this configuration you setup Alchemy´s element layouts. | |
# | |
# For further informations please see http://guides.alchemy-cms.com/create_elements.html | |
# | |
- name: textblock | |
unique: false | |
contents: | |
- name: headline | |
type: EssenceText | |
- name: description |