This file contains 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
## Simple alerts | |
> [!NOTE] | |
> This is a note. | |
> [!TIP] | |
> This is a tip. (Supported since 14 Nov 2023) | |
> [!IMPORTANT] | |
> Crutial information comes here. |
This file contains 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
2020-02-18T17:59:07.5982925Z ##[group]Run paambaati/[email protected] | |
2020-02-18T17:59:07.5983142Z with: | |
2020-02-18T17:59:07.5983312Z coverageCommand: bundle exec rake | |
2020-02-18T17:59:07.5983694Z coverageLocations: coverage/.resultset.json:simplecov | |
2020-02-18T17:59:07.5984047Z debug: true | |
2020-02-18T17:59:07.5984219Z env: | |
2020-02-18T17:59:07.5984809Z DATABASE_URL: postgresql://postgres:postgres@localhost:5432/oneohone?encoding=unicode&pool=5&timeout=5000 | |
2020-02-18T17:59:07.5985358Z RAILS_RESQUE_REDIS: redis://localhost:6379/ | |
2020-02-18T17:59:07.5985556Z REDIS_URL: redis://localhost:6379/ | |
2020-02-18T17:59:07.5986502Z AWS_ACCESS_KEY_101: *** |
This file contains 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
oetohH7 0N9zCPC wAction 06Cam06 off9wma cro932w Action0 6Cam06o n9wmacr o93232w Camera9 134wCTR L0AC914 4. |
This file contains 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
## | |
# Authentication & Authorization | |
gem 'omniauth-facebook' | |
gem 'omniauth-google-oauth2' | |
# gem 'omniauth-identity' | |
gem 'omniauth-twitter' | |
gem 'pundit' | |
gem 'rolify' | |
## |
This file contains 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
---------------------------------------------------------------------------- | |
-- Copy this section of the file to a file called MyMedia.lua, and enter | |
-- your media's information, using the examples shown below. | |
---------------------------------------------------------------------------- | |
local LSM = LibStub("LibSharedMedia-3.0") | |
-- START of the section that you should be editing | |
-- | |
-- NB: any line beginning with "--" is ignored - so the lines |
This file contains 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
move email_signature.html %APPDATA%/Microsoft/Signatures/default.htm | |
del install_email_signature.bat |
This file contains 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
alias back="cd ~-" | |
alias h="history" | |
alias ll="ls -aFGl" | |
alias up="cd .." | |
# Redefine commands to add options | |
alias cp="cp -i" | |
alias df="df -h" | |
alias du="du -h" | |
alias mv="mv -i" |
This file contains 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
group :development, :test do | |
gem "git" | |
end |
This file contains 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
Show hidden characters
[ | |
{ "keys": ["ctrl+shift+."], "command": "erb", "context": | |
[ | |
{ "key": "selector", "operator": "equal", "operand": "text.html.ruby, text.haml, source.yaml, source.css, source.scss, source.js, source.coffee" } | |
] | |
} | |
] |
This file contains 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
module Admin | |
class BaseController < ApplicationController | |
filter_access_to :index | |
def index | |
end | |
end | |
end |
NewerOlder