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 | |
| rm -rf /home/user/mp3 | |
| mkdir /home/user/mp3 | |
| cd /home/user/mp3 | |
| mkdir .gd | |
| cd .gd | |
| cp ~/credentials.json . | |
| cd .. |
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: https://nmilosev.svbtle.com/termuxfedora-install-fedora-on-your-phone-with-termux | |
| # install: | |
| # - install termux | |
| # - wget this gist | |
| # - sh | |
| apt update && apt install wget -y && /data/data/com.termux/files/usr/bin/wget https://raw.githubusercontent.com/nmilosev/termux-fedora/master/termux-fedora.sh && sh termux-fedora.sh | |
| sh termux-fedora.sh f26_arm64 | |
| startfedora |
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
| #!/usr/bin/env php | |
| <?php | |
| # install helpers in bin | |
| # Usage: dpm-install-helpers | |
| include(dirname(__FILE__) . '/../../src/php/lib/lib.php'); | |
| $loader = require dirname(__FILE__) . '/../../src/php' . '/vendor/vendor/autoload.php'; | |
| use Symfony\Component\Finder\Finder; |
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
| // async windowCloseOtherWindows(_message, _sender, _sendResponse) { | |
| // const ctab = await chrome.tabs.get(_sender.tab.id) | |
| // var cwinId = ctab.windowId | |
| // var ws = await chrome.windows.getAll() | |
| // for(let w of ws) { | |
| // if(w.id === cwinId) { | |
| // continue; | |
| // } | |
| // const pinnedTabs = await chrome.tabs.query({ | |
| // pinned: true, |
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
| --- Actions --- | |
| $Copy <C-C> <C-Ins> | |
| $Cut <S-Del> <M-X> | |
| $Delete <Del> | |
| $LRU <A-C-O> | |
| $Paste <S-Ins> <M-V> <C-V> | |
| $Redo <A-S-BS> | |
| $SearchWeb <A-G> | |
| $SelectAll | |
| $Undo <A-BS> |
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
| node_modules |
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
| .idea |
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
| { | |
| } | |
| { | |
| // // | |
| // let filenames = 'comp2.leo comp.leo oval2.xml etodos.leo fh.leo goals.leo housing.leo ia.leo outline.leo oval2.xml' | |
| // let files = filenames.split(' ') | |
| // files = files.filter((v) => { | |
| // return v.length > 0 |