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
    
  
  
    
  | x-logging: &x-logging | |
| logging: | |
| driver: 'json-file' | |
| options: | |
| max-file: '5' | |
| max-size: '10m' | |
| x-appwrite-service: &appwrite-service | |
| image: appwrite/appwrite:1.4.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
    
  
  
    
  | def insert_authors(book) | |
| params[:book][:author].each do |a| | |
| if a.to_i > 0 | |
| book.authors << Author.find(a) | |
| end | |
| end | |
| end | |
| def delete_authors(book) | |
| bookAuthors = Book.find(params[:id]).authors | 
  
    
      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
    
  
  
    
  | import csv | |
| import json | |
| import re | |
| import time | |
| from requests import Session | |
| alphabet = [ | |
| "Ӏ", "а", "аь", "б", "в", "г", "гӀ", "д", "е", "ё", "ж", "з", "и", "й", "к", "кх", "къ", "кӀ", "л", | |
| "м", "н", "о", "оь", "п", "пӀ", "р", "с", "т", "тӀ", "у", "уь", "ф", "х", "хь", "хӀ", "ц", "цӀ", | 
  
    
      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="va"> | |
| <div class="va__body"> | |
| <div class="va__content"> | |
| <h1>Hello, World!</h1> | |
| </div> | |
| </div> | |
| </div> |