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
    
  
  
    
  | { | |
| " ""account":"the_account", | |
| " ""user":"the_user", | |
| "role":"flywheel_role", | |
| " ""private_key":"-----BEGIN PRIVATE KEY-----\\nS0AsD==\\n-----END PRIVATE KEY-----\\n", | |
| " ""passphrase":"", | |
| " ""type":"SNOWFLAKE" | |
| } | 
  
    
      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
    
  
  
    
  | var bigHello = function() { | |
| var greeting = "why hello there!"; | |
| var smallHello = function() { | |
| document.writeln(greeting); | |
| }; | |
| smallHello(); | |
| }; | |
| bigHello(); | 
  
    
      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
    
  
  
    
  | def google_access_token_live? | |
| google_authentication = self.authentications.find(:first, :conditions => { :provider => 'google_oauth2'}) | |
| Time.now - google_authentication.updated_at < 3600 | |
| end | |
| def google_refresh_access_token | |
| google_authentication = self.authentications.find(:first, :conditions => { :provider => 'google_oauth2'}) | |
| consumer_key = ENV['GOOGLE_CONSUMER_KEY'] | |
| consumer_secret = ENV['GOOGLE_CONSUMER_SECRET'] | |
| client = OAuth2::Client.new(consumer_key, consumer_secret, {:site => 'https://accounts.google.com', :authorize_url => '/o/oauth2/auth', :token_url => '/o/oauth2/token'}) | 
  
    
      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
    
  
  
    
  | #board { | |
| font-family: monospace; | |
| background-color: #9e8d68; | |
| margin: 0; | |
| padding: 0; | |
| position: relative; | |
| } | |
| .post-it { | |
| position: absolute !important; | 
  
    
      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
    
  
  
    
  | test | 
  
    
      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
    
  
  
    
  | test2 | 
  
    
      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
    
  
  
    
  | test3 | 
  
    
      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
    
  
  
    
  | test2 | 
  
    
      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
    
  
  
    
  | test2 | 
  
    
      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
    
  
  
    
  | test2 | 
NewerOlder