git archive --output=archive.zip HEADgit archive --output=archive.zip --prefix=main/ HEADImportant: prefix should have a trailing slash
| pkgname=sendanywhere | |
| pkgver=8.11.7 | |
| pkgrel=257 | |
| pkgdesc="Send Anywhere is a multi-platform file sharing service where users can directly share digital content in real time." | |
| arch=('x86_64') | |
| url="http://send-anywhere.com" | |
| license=('custom:sendanywhere_eula') | |
| options=('!strip' '!emptydirs') | |
| depends=('nss' 'libxtst' 'libxss' 'gconf' 'gtk2' 'alsa-lib') | |
| source=("${pkgname}-${pkgver}.deb::https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_amd64.deb") |
| # Please make this file available to others | |
| # by sending it to <[email protected]> | |
| # | |
| # this config file was automatically generated | |
| # using lirc-0.9.0(default) on Tue Mar 31 17:27:09 2020 | |
| # | |
| # contributed by janglapuk | |
| # | |
| # brand: UseeTV STB ZXV10 B700V5 | |
| # model no. of remote control: N/A |
| // ==UserScript== | |
| // @name Disney+ Hotstar Default Streaming Quality Setter | |
| // @namespace http://github.com/janglapuk | |
| // @version 0.5 | |
| // @description Set Disney+ Hotstar default streaming quality and fullscreen options | |
| // @author janglapuk | |
| // @match https://www.hotstar.com/* | |
| // @grant none | |
| // @updateURL https://gist.githubusercontent.com/janglapuk/38d4cab117bddd84177bf510c827fa0c/raw/hotstar-default-quality-setter.user.js | |
| // @downloadURL https://gist.githubusercontent.com/janglapuk/38d4cab117bddd84177bf510c827fa0c/raw/hotstar-default-quality-setter.user.js |
| #!/bin/bash | |
| if [ $# -ne 1 ]; | |
| then | |
| echo "Usage: $0 <VMID>" | |
| exit 1 | |
| fi | |
| BACKUPDIR="/var/lib/vz/dump" |
| Select a circle and Edit Style, add below after another parameters | |
| points=[[0,0.1],[0,0.2],[0,0.3],[0,0.4],[0,0.5],[0,0.6],[0,0.7],[0,0.8],[0,0.9],[0.1,0],[0.2,0],[0.3,0],[0.4,0],[0.5,0],[0.6,0],[0.7,0],[0.8,0],[0.9,0],[1,0.1],[1,0.2],[1,0.3],[1,0.4],[1,0.5],[1,0.6],[1,0.7],[1,0.8],[1,0.9],[0.1,1],[0.2,1],[0.3,1],[0.4,1],[0.5,1],[0.6,1],[0.7,1],[0.8,1],[0.9,1]]; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <!-- Required meta tags --> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <meta name="author" content="arulmjoseph.com"> | |
| <!-- Template downloaded from: https://arulmjoseph.com/under-construction-template-free --> | |
| <!-- Bootstrap CSS --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous"> |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Page Not Found</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <style> | |
| *{ | |
| line-height: 1.2; | |
| margin: 0; |
| set tabsize 4 | |
| set tabstospaces | |
| set softwrap | |
| set linenumbers | |
| set smooth | |
| set tabstospaces | |
| set autoindent |