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
    
  
  
    
  | #!/bin/bash | |
| #set -e | |
| cd /etc/technaxis/front-client/realtor-net-front | |
| sudo -u ainurminibaev -- bash -c "cd '$PWD'; source /home/ainurminibaev/.nvm/nvm.sh; git checkout .; git pull origin master" | |
| sudo -u ainurminibaev -- bash -c "cd '$PWD'; source /home/ainurminibaev/.nvm/nvm.sh; npm i" | |
| sudo -u ainurminibaev -- bash -c "cd '$PWD'; source /home/ainurminibaev/.nvm/nvm.sh; npm install -g pm2" | |
| sudo -u ainurminibaev -- bash -c "cd '$PWD'; source /home/ainurminibaev/.nvm/nvm.sh; ENV=dev npm run build:ssr" | |
| sudo -u ainurminibaev -- bash -c "cd '$PWD'; source /home/ainurminibaev/.nvm/nvm.sh; rm -rf ../dist && mkdir -p ../dist && cp -a dist/. ../dist" | |
| sudo -u ainurminibaev -- bash -c "cd '$PWD'; source /home/ainurminibaev/.nvm/nvm.sh; pm2 delete front-client || echo 'Deleted front'" | |
| sudo -u ainurminibaev -- bash -c "cd '$PWD'; source ~/.nvm/nvm.sh; cd ../www-data; ENV=dev PORT=4000 pm2 start dist/server/main.js --name front-client" | 
  
    
      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
    
  
  
    
  | package ru.sqiwy.app.domain.lock; | |
| import org.springframework.data.annotation.Id; | |
| import org.springframework.data.mongodb.core.mapping.Document; | |
| import org.springframework.data.mongodb.core.mapping.Field; | |
| /** | |
| * @author folkland | |
| */ | |
| @Document(collection = "lock_events_history") | 
  
    
      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
    
  
  
    
  | # To enable ProGuard in your project, edit project.properties | |
| # to define the proguard.config property as described in that file. | |
| # | |
| # Add project specific ProGuard rules here. | |
| # By default, the flags in this file are appended to flags specified | |
| # in ${sdk.dir}/tools/proguard/proguard-android.txt | |
| # You can edit the include path and order by changing the ProGuard | |
| # include property in project.properties. | |
| # | |
| # For more details, see | 
  
    
      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
    
  
  
    
  | package salihov; | |
| import java.io.File; | |
| import java.io.FileOutputStream; | |
| import java.io.IOException; | |
| import java.nio.file.Files; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import freemarker.template.TemplateException; | 
  
    
      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
    
  
  
    
  | package com.technaxis.ertc.mapper; | |
| import com.fasterxml.jackson.core.type.TypeReference; | |
| import com.fasterxml.jackson.databind.ObjectMapper; | |
| import com.technaxis.ertc.ImportCountry; | |
| import com.technaxis.ertc.dto.CountryJson; | |
| import com.technaxis.ertc.model.Country; | |
| import org.apache.commons.collections.CollectionUtils; | |
| import org.springframework.stereotype.Component; | 
  
    
      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
    
  
  
    
  | package com.warefly.neurovision.service; | |
| import com.google.common.collect.Lists; | |
| import com.warefly.neurovision.model.enums.MediaFormat; | |
| import com.warefly.neurovision.util.MediaFilesUtils; | |
| import net.bramp.ffmpeg.FFmpeg; | |
| import net.bramp.ffmpeg.FFprobe; | |
| import net.bramp.ffmpeg.probe.FFmpegFormat; | |
| import net.bramp.ffmpeg.probe.FFmpegProbeResult; | |
| import net.bramp.ffmpeg.probe.FFmpegStream; | 
  
    
      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
    
  
  
    
  | // Generated by CoffeeScript 1.7.1 | |
| /* | |
| Stomp Over WebSocket http://www.jmesnil.net/stomp-websocket/doc/ | Apache License V2.0 | |
| Copyright (C) 2010-2013 [Jeff Mesnil](http://jmesnil.net/) | |
| Copyright (C) 2012 [FuseSource, Inc.](http://fusesource.com) | |
| */ | |
| (function() { | 
  
    
      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
    
  
  
    
  | <html> | |
| <head> | |
| <!-- Latest compiled and minified CSS --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" | |
| integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
| <!-- Optional theme --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" | |
| integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> | 
  
    
      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
    
  
  
    
  | package com.leroy.fabric.service; | |
| import org.springframework.stereotype.Service; | |
| import java.util.HashMap; | |
| import java.util.Map; | |
| import java.util.regex.Pattern; | |
| /** | |
| * @author Dmitry Sadchikov | 
  
    
      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
    
  
  
    
  | package com.tentracks.musicproviders.api; | |
| /** | |
| * Created by ainurminibaev on 26.02.19. | |
| */ | |
| public class MariaConnector { | |
| String host = "localhost"; | |
| int port = 1000; | 
NewerOlder