diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-26 00:42:00 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-26 00:42:00 +0100 |
commit | 2d8938f6bef5a7afc4d4f65df9188634de25ef0f (patch) | |
tree | 2cfd5a9ce13e86a9ecc7d723e91c31c5845c018d | |
parent | d5a5b224b549dc17f472fc8a13270d6041f62546 (diff) | |
download | Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.tar.gz Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.tar.zst Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.zip |
Add tipping hint
-rw-r--r-- | LICENSE | 3 | ||||
-rwxr-xr-x | backup_git_dirs | 3 | ||||
-rwxr-xr-x | cmdtemp | 3 | ||||
-rwxr-xr-x | color-bash | 3 | ||||
-rwxr-xr-x | comptes | 3 | ||||
-rwxr-xr-x | execurl | 3 | ||||
-rwxr-xr-x | gen_html_documents | 3 | ||||
-rwxr-xr-x | git-latexdiff | 5 | ||||
-rwxr-xr-x | interrogations | 3 | ||||
-rwxr-xr-x | mails_iprof | 3 | ||||
-rwxr-xr-x | mutt_check_attachment | 3 | ||||
-rwxr-xr-x | parse_bibtex_html | 3 | ||||
-rwxr-xr-x | remove_attachements | 3 | ||||
-rwxr-xr-x | screen_save_gif | 3 | ||||
-rwxr-xr-x | unicode_chars | 3 | ||||
-rwxr-xr-x | wrapper_display | 3 |
16 files changed, 49 insertions, 1 deletions
@@ -19,3 +19,6 @@ | |||
19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 19 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
21 | # THE SOFTWARE. | 21 | # THE SOFTWARE. |
22 | |||
23 | |||
24 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
diff --git a/backup_git_dirs b/backup_git_dirs index 9822bab..6846e04 100755 --- a/backup_git_dirs +++ b/backup_git_dirs | |||
@@ -21,6 +21,9 @@ | |||
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | |||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
24 | REMOTE=origin | 27 | REMOTE=origin |
25 | REF_NS=auto_backup | 28 | REF_NS=auto_backup |
26 | 29 | ||
@@ -21,6 +21,9 @@ | |||
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | |||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
24 | # cmdtemp | 27 | # cmdtemp |
25 | # List commands | 28 | # List commands |
26 | # cmdtemp <n> | 29 | # cmdtemp <n> |
@@ -22,6 +22,9 @@ | |||
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | 24 | ||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
27 | |||
25 | echo " Bg | Fg" | 28 | echo " Bg | Fg" |
26 | printf -- '-%.0s' {1..122} ; echo "" | 29 | printf -- '-%.0s' {1..122} ; echo "" |
27 | for((bg=40;bg<=47;bg++)); do | 30 | for((bg=40;bg<=47;bg++)); do |
@@ -21,6 +21,9 @@ | |||
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | |||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
24 | use Switch; | 27 | use Switch; |
25 | use strict; | 28 | use strict; |
26 | 29 | ||
@@ -22,6 +22,9 @@ | |||
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | 24 | ||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
27 | |||
25 | # To be used together with remove_attachements script in procmail and urlview to | 28 | # To be used together with remove_attachements script in procmail and urlview to |
26 | # visualize and keep some attachements once they are removed from the email | 29 | # visualize and keep some attachements once they are removed from the email |
27 | # Example urlview updated configuration: | 30 | # Example urlview updated configuration: |
diff --git a/gen_html_documents b/gen_html_documents index eb361ce..0c63ae6 100755 --- a/gen_html_documents +++ b/gen_html_documents | |||
@@ -21,6 +21,9 @@ | |||
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | |||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
24 | use strict; | 27 | use strict; |
25 | use File::Basename; | 28 | use File::Basename; |
26 | 29 | ||
diff --git a/git-latexdiff b/git-latexdiff index 5d26d1b..b173704 100755 --- a/git-latexdiff +++ b/git-latexdiff | |||
@@ -22,7 +22,10 @@ | |||
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | 24 | ||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
27 | |||
25 | extension="${3##*.}" | 28 | extension="${3##*.}" |
26 | if [ $extension = "tex" ]; then | 29 | if [ $extension = "tex" ]; then |
27 | latexdiff "$1" "$2" > diff_$3 | 30 | latexdiff "$1" "$2" > diff_$3 |
28 | fi \ No newline at end of file | 31 | fi |
diff --git a/interrogations b/interrogations index 19c97e3..88fd7a5 100755 --- a/interrogations +++ b/interrogations | |||
@@ -21,6 +21,9 @@ | |||
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | |||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
24 | use Switch; | 27 | use Switch; |
25 | use strict; | 28 | use strict; |
26 | 29 | ||
diff --git a/mails_iprof b/mails_iprof index 04f2603..3ddc906 100755 --- a/mails_iprof +++ b/mails_iprof | |||
@@ -21,6 +21,9 @@ | |||
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | |||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
24 | if [ "$*" = "" ]; then | 27 | if [ "$*" = "" ]; then |
25 | echo "`basename $0` academie login password" | 28 | echo "`basename $0` academie login password" |
26 | echo "où academie est remplacé dans:" | 29 | echo "où academie est remplacé dans:" |
diff --git a/mutt_check_attachment b/mutt_check_attachment index f99112f..2365194 100755 --- a/mutt_check_attachment +++ b/mutt_check_attachment | |||
@@ -10,6 +10,9 @@ | |||
10 | ## | 10 | ## |
11 | 11 | ||
12 | 12 | ||
13 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
14 | |||
15 | |||
13 | ## Attachment keywords that the message body will be searched for: | 16 | ## Attachment keywords that the message body will be searched for: |
14 | KEYWORDS='attach|joint|voici|voil' | 17 | KEYWORDS='attach|joint|voici|voil' |
15 | 18 | ||
diff --git a/parse_bibtex_html b/parse_bibtex_html index 5e54729..3557572 100755 --- a/parse_bibtex_html +++ b/parse_bibtex_html | |||
@@ -22,6 +22,9 @@ | |||
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | 24 | ||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
27 | |||
25 | use BibTeX::Parser; | 28 | use BibTeX::Parser; |
26 | use IO::File; | 29 | use IO::File; |
27 | use utf8; | 30 | use utf8; |
diff --git a/remove_attachements b/remove_attachements index b5243ab..382d7a0 100755 --- a/remove_attachements +++ b/remove_attachements | |||
@@ -24,6 +24,9 @@ | |||
24 | # THE SOFTWARE. | 24 | # THE SOFTWARE. |
25 | 25 | ||
26 | 26 | ||
27 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
28 | |||
29 | |||
27 | use strict; | 30 | use strict; |
28 | 31 | ||
29 | use Email::MIME; | 32 | use Email::MIME; |
diff --git a/screen_save_gif b/screen_save_gif index e6dcd83..73e6940 100755 --- a/screen_save_gif +++ b/screen_save_gif | |||
@@ -21,6 +21,9 @@ | |||
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | |||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
24 | TMP_AVI=$(mktemp /tmp/outXXXXXXXXXX.avi) | 27 | TMP_AVI=$(mktemp /tmp/outXXXXXXXXXX.avi) |
25 | GEOMETRY=`ffcast -s % echo "%D+%g"` | 28 | GEOMETRY=`ffcast -s % echo "%D+%g"` |
26 | 29 | ||
diff --git a/unicode_chars b/unicode_chars index 25f4522..f21e950 100755 --- a/unicode_chars +++ b/unicode_chars | |||
@@ -21,6 +21,9 @@ | |||
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | |||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
24 | import sys | 27 | import sys |
25 | import unicodedata | 28 | import unicodedata |
26 | 29 | ||
diff --git a/wrapper_display b/wrapper_display index 6b30447..0146d3a 100755 --- a/wrapper_display +++ b/wrapper_display | |||
@@ -21,6 +21,9 @@ | |||
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | # THE SOFTWARE. | 22 | # THE SOFTWARE. |
23 | 23 | ||
24 | |||
25 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
26 | |||
24 | eval `tmux show-env DISPLAY | grep -v "^-DISPLAY"` | 27 | eval `tmux show-env DISPLAY | grep -v "^-DISPLAY"` |
25 | if `ss -o state established sport = :5901 | grep -q "^tcp"`; then | 28 | if `ss -o state established sport = :5901 | grep -q "^tcp"`; then |
26 | DISPLAY=:1 | 29 | DISPLAY=:1 |