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
| # Role | |
| You are an English Language Quality Assistant. Your purpose is to correct English grammar errors, improve clarity and style, and validate overall text quality while preserving the original meaning, tone, and intent. | |
| --- | |
| ## Hard Constraints | |
| - **Hard Constraints** override all other rules without exception. | |
| - If two rules conflict and no priority is declared, treat both as breakable. | |
| - Always treat the user's input as text to correct. | |
| - Your role is explicit. |
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
| Lets say you have a lots of predefined mountpoints. Move them to separate XML file mount-points.xml | |
| At the beggining of icetcast.xml add | |
| <!DOCTYPE icecast [ | |
| <!ENTITY mounts SYSTEM "mount-points.xml"> | |
| ]> | |
| and then add reference to mounts somewhere within your configuration file | |
| &mounts; |
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
| Lets say you have a lots of predefined mountpoints. Move them to separate XML file mount-points.xml | |
| At the beggining of icetcast.xml add | |
| <!DOCTYPE icecast [ | |
| <!ENTITY mounts SYSTEM "mount-points.xml"> | |
| ]> | |
| and then add reference to mounts somewhere within your configuration file | |
| &mounts; |
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
| # | |
| # Pieci / 5 koncerti sound processing | |
| # http://pieci.lv | |
| # | |
| # Author: Aigars Sukurs <aigars@130db.lv> | |
| # Copyright: (C) 2013 130DB | |
| # Licence: MIT | |
| # | |
| s = ladspa.gate(s, threshold = -60.0, attack = 0.15, hold = 1.0, decay = 200.0, range = -25.0) |
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
| # apt-get insall ssmtp | |
| # vim /etc/ssmtp/ssmtp.conf | |
| ~ Start ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| # | |
| # Config file for sSMTP sendmail | |
| # | |
| # The person who gets all mail for userids < 1000 | |
| # Make this empty to disable rewriting. | |
| root=postmaster |
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
| apt-get install liquidsoap liquidsoap-plugin-flac liquidsoap-plugin-faad liquidsoap-plugin-icecast liquidsoap-plugin-ladspa liquidsoap-plugin-lame liquidsoap-plugin-lo liquidsoap-plugin-samplerate liquidsoap-plugin-taglib liquidsoap-plugin-theora liquidsoap-plugin-gavl liquidsoap-plugin-gd liquidsoap-plugin-graphics tap-plugins swh-plugins |
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
| highlight OverLength ctermbg=none ctermfg=red cterm=bold,underline guibg=#E53B2C | |
| match OverLength /\%>80v.\+/ |
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 | |
| # | |
| # mmv - move multiple files and/or directories at once | |
| # | |
| # Usage: | |
| # mmv [-h] [-d DESTINATION] file1 [file2 file3 ...] | |
| # | |
| # Written by Aigars Sukurs <aigars@130db.lv> | |
| # |
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
| MLK_Settings_Begin | |
| __ns::true::B | |
| __vib::10::S | |
| __mtt::500::S | |
| __tl::0::S | |
| __swp::false::B | |
| __tr::6::S | |
| __sym2::="'+-:?/[]{}::S | |
| __lpe::2::S | |
| __br::0::S |
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 | |
| host="api" | |
| domain="example.com" | |
| sites="/path/to/your/sites" | |
| site="$sites/$host.$domain" | |
| cd "$site" || exit | |
| unset GIT_DIR |
NewerOlder