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
| HIRE Me For Your Project Support :) | |
| Telegram: https://t.me/LinuxGun | |
| #!/bin/bash | |
| # Completely Remove Apache Ubuntu | |
| service apache2 stop | |
| apt purge apache2 | |
| apt remove apache2.* | |
| apt autoremove | |
| whereis apache2 |
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
| php artisan iseed data_types,data_rows,categories,posts,pages,menus,menu_items,roles,users,user_roles,permissions,permission_role,settings |
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
| setcps 1 | |
| let pats = | |
| [ | |
| ("bs", s "[swbd swsn]/2" # gain 1.2 # orbit 3), | |
| ("bs2", s "[swbd [swsn!3 [swsn swsn*3]]/4]/2" # gain 1.2 # orbit 3), | |
| ("bs3", s "[swbd*4, ~ <swsn <swsn:3*3? swsn:4>>]/2" # gain 1.2 # orbit 3), | |
| ("bs4", s "[swbd <swsn <[swsn:3 swsn:3? swsn:3?] swsn:4>>]" # gain 1.2 # orbit 3), | |
| ("hh", off "<0.167 0.33>" (|*|gain 0.9) $ s "<hh*2 feel:1*<2 2 3>>" # gain 1.1 # hpf (range 1000 6000 $ slow 4 tri) # hpq (range 0.025 0.3 $ slow 4.3 tri) # lpf 3000), |
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
| ---- TidalCycles QUICK REFERENCE ---- | |
| ---------------------------------------------------------------- | |
| -- To use in your editor after or alongside your code for quick reference | |
| -- Work in progress, mostly to be used as basis for further documnentation work, sorry for the errors and omissions | |
| -- designed with atom - monokai one dark vivid as theme | |
| -- https://gist.github.com/mxactvtd/bf3fb357a419c7f063b98dfd9a66cf78 - check for update, I keep updating this quite often atm | |
| ---------------------------------------------------------------- | |
| -- Some sources of Documentation -- | |
| -- https://tidalcycles.org/patterns.html | |
| -- https://tidalcycles.org/functions.html |
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
| -- (untested!) | |
| {- | |
| Parsing guitar tabs into Tidal code. Because. | |
| Tab template for a six string guitar in standard tuning: | |
| e|-------------| | |
| B|-------------| |
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
| Available commands: | |
| clear-compiled Remove the compiled class file | |
| down Put the application into maintenance mode | |
| env Display the current framework environment | |
| help Displays help for a command | |
| inspire Display an inspiring quote | |
| list Lists commands | |
| migrate Run the database migrations | |
| optimize Cache the framework bootstrap files | |
| serve Serve the application on the PHP development server |
NewerOlder