Skip to content
View crbyxwpzfl's full-sized avatar
🖖
lower decks
🖖
lower decks

Block or report crbyxwpzfl

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
crbyxwpzfl/readme.md

this stl viewer is broki

solid cube
  facet normal -1 0 0
    outer loop
      vertex 0 50 50
      vertex 50 -50 -50
      vertex 50 50 -50
    endloop
  endfacet
endsolid cube
Loading

                     

           

Pinned Loading

  1. nvim init with cursor synchronisatio... nvim init with cursor synchronisation across windows
    1
    "for cursor syncing to work set MASTERTXT + ALTTXT in sys env var
    2
    
                  
    3
    "COLOR THEME
    4
    	"source path\to\file
    5
    	"put theme.vim file in \nvim\share\nvim\runtime\colors
  2. powershell switch windows theme powershell switch windows theme
    1
    ### powershell one liner toggle windows theme.ps1
    2
    ```powershell
    3
    reg query "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize"  /v SystemUsesLightTheme | 
    4
    Select-Object -first 3 | 
    5
    Select-Object -last 1 | 
  3. js orientation-lock-ios-safari js orientation-lock-ios-safari
    1
    ### js alert vids
    2
    ```javascript
    3
    javascript:( function(){
    4
    	var arr = [], l = document.getElementsByTagName('source');
    5
    	for(var i=0; i<l.length; i) { arr.push(l[i].src); }
  4. python to pull readlist and little s... python to pull readlist and little save routine
    1
    from __future__ import unicode_literals
    2
    from types import DynamicClassAttribute
    3
    from distutils.dir_util import copy_tree
    4
    from pathlib import Path
    5
    import sys
  5. ambilight python ambilight python
    1
    
                  
    2
    import sys
    3
    sys.path.append('/Users/mini/Downloads/private/')
    4
    import privates
    5
    from requests.auth import HTTPDigestAuth
  6. legacy spinala pi in general stuff legacy spinala pi in general stuff
    1
    ## sudo apt-get install screen
    2
    ```bash
    3
    nano ~/.bash_profile	#launche screen on boot add
    4
    ```
    5
    ```bash