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
    
  
  
    
  | # | |
| ########################################################## | |
| ## Atliko I kurso, 6 grupės studentas Mantas Vilčinskas ## | |
| ########################################################## | |
| # | |
| # TREČIA R UŽDUOTIS | |
| # | |
| # | |
| # Pirmas kintamasis (TS_pb) rangų skale matuoja, kaip respondentas vertina savo | |
| # polinkį balsuoti už Tėvynės sąjungą, 0 - niekada nebalsuotų, 10 - labai | 
  
    
      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
    
  
  
    
  | // Listener object | |
| var listener = [ | |
| id: 4385404213, | |
| displayname: "Thomas Edison", // no first/last name bs | |
| username: "tedison", | |
| registered: 1512571660, // unix timestamp in utc | |
| lastActive: 1512571660, // same as registered | |
| avatar: "https://example.com/api/v1/users/id/avatar", // image should have an as is url, see example; square | |
| roles: ["staff", "free"], | |
| verified: 1 // levels of verification: 0 - just signed up, 1 - email verif, 2 - whatever some other verif | 
  
    
      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
    
  
  
    
  | /*! | |
| DEVELOPMENT BUILD | |
| Updated Aug 18 | |
| https://github.com/521dimensions/amplitudejs/tree/685e72aeaadec5c73c29dac7dc555bdd67bd018d/dist | |
| EXTRA DOCUMENTATION | |
| https://github.com/521dimensions/amplitudejs/issues/193#issuecomment-323297007 | |
| */ | 
  
    
      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
    
  
  
    
  | { | |
| "happy": "☺", | |
| "unhappy": "☹", | |
| "love": "❤", | |
| "male": "♂", | |
| "female": "♀", | |
| "music": "♪♫", | |
| "checkmark": "✔", | |
| "multiplication": "✖", | |
| "copyright": "©", | 
  
    
      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
    
  
  
    
  | /* | |
| Change pattern | |
| html .crisp-client .crisp-1 .crisp-25 .crisp-27 .crisp-85 .crisp-86 .crisp-87[data-tile=tic-tac-toe]:before { | |
| background-image: none !important; | |
| } | |
| Dark mode | |
| .crisp-client .crisp-1 .crisp-25 .crisp-27 .crisp-85 .crisp-86 .crisp-87 .crisp-88 { | |
| background-image: linear-gradient(#1e1e1e, #1e1e1e) !important; |