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/sh | |
| if [ "${TERM%%-*}" = "screen" ]; then | |
| if [ -n "$TMUX" ]; then | |
| printf "\033Ptmux;\033\033]4;236;rgb:32/30/2f\007\033\\" | |
| printf "\033Ptmux;\033\033]4;234;rgb:1d/20/21\007\033\\" | |
| printf "\033Ptmux;\033\033]4;235;rgb:28/28/28\007\033\\" | |
| printf "\033Ptmux;\033\033]4;237;rgb:3c/38/36\007\033\\" | |
| printf "\033Ptmux;\033\033]4;239;rgb:50/49/45\007\033\\" | 
  
    
      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
    
  
  
    
  | from django.contrib.auth.models import User, Group | |
| from rest_framework import permissions | |
| def is_in_group(user, group_name): | |
| try: | |
| return Group.objects.get(name=group_name).user_set.filter(id=user.id).exists() | |
| except Group.DoesNotExist: | |
| return False | |
| class HasGroupPermission(permissions.BasePermission): | 
  
    
      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
    
  
  
    
  | GRUB_CMDLINE_LINUX="cryptopts=target=CryptDisk,source=/dev/disk/by-uuid/e0d8a06d-5f34-405c-b9b6-250461c201be,keyscript=/lib/cryptsetup/scripts/passdev,key=/dev/disk/by-label/backup:/.syscard,lvm=lvm-vg" | 
  
    
      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
    
  
  
    
  | <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Client View</title> | |
| <!-- Required meta tags --> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 
  
    
      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
    
  
  
    
  | // This file was generated by libdot/bin/concat.sh. | |
| // It has been marked read-only for your safety. Rather | |
| // than edit it directly, please modify one of these source | |
| // files... | |
| // | |
| // libdot/js/lib.js | |
| // libdot/js/lib_polyfill.js | |
| // libdot/js/lib_array.js | |
| // libdot/js/lib_colors.js | |
| // libdot/js/lib_f.js | 
  
    
      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
    
  
  
    
  | // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // choose either `'stable'` for receiving highly polished, | |
| // or `'canary'` for less polished but more frequent updates | |
| updateChannel: 'stable', | 
  
    
      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
    
  
  
    
  | XLM/BTC | |
| XRP/BTC | |
| ETH/BTC | |
| XVG/BTC | |
| ADA/BTC | |
| STEEM/BTC | |
| BCC/BTC | |
| NEO/BTC | |
| LTC/BTC | |
| POWR/BTC | 
  
    
      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/python3 | |
| # https://www.hackerrank.com/contests/w34/challenges/same-occurrence | |
| import sys | |
| from collections import Counter | |
| def query(x, y, arr): | |
| l = len(arr) | |
| counter = 0 | |
| for i in range(l, 0, -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
    
  
  
    
  | https://www.cheatography.com/davechild/cheat-sheets/python/pdf/ | |
| https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Numpy_Python_Cheat_Sheet.pdf | |
| https://ddi.ifi.lmu.de/probestudium/2013/ws-i-3d-programmierung/tutorials/python-referenzkarte | |
| https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf | 
  
    
      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
    
  
  
    
  | keycode 8 = | |
| keycode 9 = Escape NoSymbol Escape | |
| keycode 10 = 1 exclam 1 exclam | |
| keycode 11 = 2 at 2 at | |
| keycode 12 = 3 numbersign 3 numbersign | |
| keycode 13 = 4 dollar 4 dollar | |
| keycode 14 = 5 percent 5 percent | |
| keycode 15 = 6 asciicircum 6 asciicircum | |
| keycode 16 = 7 ampersand 7 ampersand | |
| keycode 17 = 8 asterisk 8 asterisk | 
NewerOlder