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
07-29 17:33:16.182 5249 5249 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** | |
07-29 17:33:16.183 5249 5249 F DEBUG : Build fingerprint: 'HUAWEI/YAL-L21HRU/HWYAL:10/HUAWEIYAL-L61/10.0.0.215C10:user/release-keys' | |
07-29 17:33:16.183 5249 5249 F DEBUG : Revision: '0' | |
07-29 17:33:16.183 5249 5249 F DEBUG : ABI: 'arm64' | |
07-29 17:33:16.183 5249 5249 F DEBUG : Timestamp: 2020-07-29 17:33:16+0300 | |
07-29 17:33:16.183 5249 5249 F DEBUG : pid: 5122, tid: 5168, name: Thread-2 >>> com.YourCompany.VicoTest <<< | |
07-29 17:33:16.183 5249 5249 F DEBUG : uid: 10252 | |
07-29 17:33:16.183 5249 5249 F DEBUG : signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x74aad4b2e0 | |
07-29 17:33:16.183 5249 5249 F DEBUG : x0 000000744c2cc400 x1 0000000000000008 x2 00000074acff5f6c x3 0000000000000000 | |
07-29 17:33:16.183 5249 5249 F DEBUG : x4 000000743e83ae60 x5 0000000000000000 x6 0000000000004000 x7 0000000000000000 |
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
LogPlayLevel: Error: ld.lld: error: undefined symbol: vicoDynamics::imp::FSurfaceMeshVolumeConstraintImpl::Init() | |
LogPlayLevel: >>> referenced by SimulationImp.cpp:2163 (..\VICODynamics\Private\SimulationImp.cpp:2163) | |
LogPlayLevel: >>> SimulationImp.o:(vicoDynamics::imp::FSimulationImp::CreateSurfaceMeshVolumeConstraint(vicoDynamics::FSimulatedObject*, std::__ndk1::vector<long, std::__ndk1::allocator<long> > const&, float, bool)) in archive G:/Plastic/DellNew/Plugins/VICODynamicsPlugin/Source/VICODynamicsPlugin/VICODynamics/Lib/Android64/Profile\libVICOD | |
ynamics_Profile.a | |
LogPlayLevel: Error: ld.lld: error: undefined symbol: vicoDynamics::imp::FSurfaceMeshVolumeConstraintImpl::Solve(bool&) | |
LogPlayLevel: >>> referenced by SimulationImp.cpp:997 (..\VICODynamics\Private\SimulationImp.cpp:997) | |
LogPlayLevel: >>> SimulationImp.o:(vicoDynamics::imp::FSimulationImp::UpdateConstraints(float)) in archive G:/Plastic/DellNew/Plugins/VICODynamicsPlugin/Source/VICODynamic |
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
fwd@fwdstaging:/fwd/fwd-rails/current > ./bin/rails c | |
/home/fwd/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.7.2/lib/bundler/runtime.rb:222: warning: Insecure world writable dir /fwd/fwd-rails/releases/20160801232419 in PATH, mode 040777 | |
/fwd/fwd-rails/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.1/lib/active_record/connection_adapters/connection_specification.rb:248:in `resolve_symbol_connection': 'development' database is not configured. Available: ["common", "readonly", "staging", "test"] (ActiveRecord::AdapterNotSpecified) | |
from /fwd/fwd-rails/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.1/lib/active_record/connection_adapters/connection_specification.rb:211:in `resolve_connection' | |
from /fwd/fwd-rails/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.1/lib/active_record/connection_adapters/connection_specification.rb:139:in `resolve' | |
from /fwd/fwd-rails/shared/bundle/ruby/2.1.0/gems/activerecord-4.2.1/lib/active_record/connection_adapters/connection_specification.rb:169:in `spec' | |
from /fwd/fwd-rails/sha |
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 ApplicationController < ActionController::Base | |
# Prevent CSRF attacks by raising an exception. | |
# For APIs, you may want to use :null_session instead. | |
protect_from_forgery with: :exception | |
before_filter :get_fbo | |
def after_sign_in_path_for(resource) | |
if current_user && current_user.admin | |
fbos_path | |
elsif current_user && !current_user.admin && !current_user.truck_id |
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
$(window).scroll(function() { | |
if ($(document).scrollTop() > 300) { | |
$('nav').addClass('shrink'); | |
} else { | |
$('nav').removeClass('shrink'); | |
} | |
}); | |
$("#view-more").click(function() { | |
$('html, body').animate({ | |
scrollTop: $(".features1").offset().top |
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
.container | |
.marker.marker-thirteen | |
%span.marker-number 13 | |
%span.marker-type Pricing header |
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
.marker | |
position: absolute | |
background-color: #FFD45D | |
padding: 5px 10px 5px 6px | |
border-radius: 50px | |
font-size: 0.9em | |
color: $text-color | |
z-index: 5 | |
span.marker-number | |
background-color: #fff |
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
.jumbotron | |
= render 'layouts/web_nav' | |
.container.padded-container | |
.row | |
.col-md-5 | |
%h2{contenteditable: true} We build <br> beautiful cars, <br> jacuzzis, websites, <br> and potato chips | |
= link_to "Get Started", '#', class: "btn-action" | |
= image_tag "macbook-flat.png", class: "jumbo-macbook" |
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
.icon-list { | |
margin-top: 50px; | |
} | |
.icon-sub-text { | |
padding-top: 0; | |
text-align: center !important; | |
} | |
.window-icon { |
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
<div class="row icon-list" id="wallets"> | |
<div class="col-md-offset-1 col-md-2 window-icon-circle"> | |
<a href="#windows" data-toggle="tab"> | |
<i class="fa fa-windows window-icon"></i> | |
</a> | |
</div> | |
<div class="col-md-offset-2 col-md-2 apple-icon-circle" > | |
<a href="#mac" data-toggle="tab"> | |
<i class="fa fa-apple apple-icon"></i> | |
</a> |