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
~/Temporary/scpfoundation[master] ✗ ➞ guard --verbose | |
Guard could not detect any of the supported notification libraries. | |
Guard is now watching at '/Users/resure/Temporary/scpfoundation' | |
DEBUG (17:29:44): Hook :start_begin executed for Guard::Spork | |
DEBUG (17:29:44): Command execution: ps aux | awk '/spork/&&!/awk/{print $2;}' | |
DEBUG (17:29:45): Killing Spork servers with PID: | |
Starting Spork for RSpec | |
Using RSpec | |
Preloading Rails environment | |
Loading Spork.prefork block... |
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
--- | |
:verbose: true | |
gem: --no-ri --no-rdoc | |
:update_sources: true | |
:sources: | |
- http://gems.rubyforge.org | |
- http://gems.github.com | |
:backtrace: false | |
:bulk_threshold: 1000 | |
:benchmark: false |
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 'rubygems' | |
require 'spork' | |
Spork.prefork do | |
ENV["RAILS_ENV"] ||= 'test' | |
require File.expand_path("../../config/environment", __FILE__) | |
require 'rspec/rails' | |
require 'rspec/autorun' | |
Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f} |
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
class DeviseCreateUsers < ActiveRecord::Migration | |
def change | |
create_table(:users) do |t| | |
t.string :username | |
t.string :real_name | |
t.boolean :author, default: false, null: false | |
t.boolean :moderator, default: false, null: false | |
t.boolean :admin, default: false, null: false | |
t.datetime :banned_at |
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
# encoding: utf-8 | |
# Домашнее задание №2 | |
# Гаджиев Г. П., АК5-41 | |
# Исходные данные | |
B = 200.0 | |
a = B / (B + 1) | |
I_ка = 0.002 | |
E_к = 12.0 | |
U_бэ = 0.7 |
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
c() { cd ~/code/$1; } | |
_c() { _files -W ~/code -/; } | |
h() { cd ~/$1; } | |
_h() { _files -W ~/ -/; } | |
b() { cd ~/Dropbox/$1; } | |
_b() { _files -W ~/Dropbox/ -/; } | |
t() { cd ~/Temporary/$1; } |
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
http://scpfoundation.ru/our-foundation ++++ ACCEPTED | |
http://scpfoundation.ru/meeting-from-past --00 DECLINED | |
http://scpfoundation.ru/scp-1143-ru +++0 ACCEPTED | |
http://scpfoundation.ru/scp-1949-ru +oo- DECLINED | |
http://scpfoundation.ru/scp-1106-ru ++00 ACCEPTED | |
http://scpfoundation.ru/scp-1221-ru ---- DECLINED | |
http://scpfoundation.ru/scp-1142-ru +000 DECLINED |
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
Безопасность жизнедеятельности | |
# система стандартов безопасности труда | |
ССБТ ГОСТ XX.X.XXX-XX | |
... | |
# БЧС ГОСТ 22.0.00-00 |