This file contains 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
1 | |
00:00:01,670 --> 00:00:04,020 | |
O Moodle 3.0 finalmente está aqui! | |
2 | |
00:00:04,020 --> 00:00:10,010 | |
Caso você não saiba, o Moodle é um software de | |
código aberto usado para criar ambientes virtuais de aprendizagem. | |
3 |
This file contains 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
## My favorite packages <3 | |
yaourt -S abcde aegisub android-tools android-udev audacity autofs blender calibre exfat-utils firefox firefox-i18n-pt-br fuse-exfat geany geany-plugins gimp gimp-plugin-gmic gparted hplip inkscape kid3-qt libreoffice-still libreoffice-still-pt-BR opera scribus simplescreenrecorder texlive-core tk transmission-gtk unetbootin uniconvertor youtube-dl zenity cdrkit eject id3 mp3gain perl-musicbrainz-discid perl-webservice-musicbrainz vorbisgain java-runtime java-environment pstoedit libmythes beanshell2 vigra libmspack coin-or-mp sane unixodbc postgresql-libs bash-completion udisks vte libopenraw poppler-glib vcdimager uniconvertor lib32-simplescreenrecorder tk psutils dialog ruby t1utils | |
## Steam dependencies | |
# yaourt -S lib32-catalyst-utils lib32-nvidia-utils lib32-flashplugin | |
## AUR packages | |
yaourt -S android-studio atom-editor google-chrome google-musicmanager hunspell-pt-br opera-ffmpeg-codecs pencil retroarch ttf-ms-fonts --noconfirm | |
yaourt -S steam |
This file contains 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
# -----------------$HOME/.abcde.conf----------------- # | |
# | |
# A sample configuration file to convert music cds to | |
# MP3 format using abcde version 2.5.3 | |
# | |
# http://andrews-corner.org/abcde.html | |
# -------------------------------------------------- # | |
# Specify the encoder to use for MP3. In this case | |
# the alternatives are gogo, bladeenc, l3enc, xingmp3enc, mp3enc. |
This file contains 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
# -----------------$HOME/.abcde.conf----------------- # | |
# | |
# A sample configuration file to convert music cds to | |
# MP3 format using abcde version 2.5.3 | |
# | |
# http://andrews-corner.org/abcde.html | |
# -------------------------------------------------- # | |
# Specify the encoder to use for MP3. In this case | |
# the alternatives are gogo, bladeenc, l3enc, xingmp3enc, mp3enc. |
This file contains 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 | |
# Copyright (c) 2014, Jerônimo Medina Madruga <[email protected]> | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING F |
This file contains 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
# -----------------$HOME/.abcde.conf----------------- # | |
# | |
# A sample configuration file to convert music cds to | |
# MP3 format using abcde version 2.5.3 | |
# | |
# http://andrews-corner.org/abcde.html | |
# -------------------------------------------------- # | |
# Specify the encoder to use for MP3. In this case | |
# the alternatives are gogo, bladeenc, l3enc, xingmp3enc, mp3enc. |
This file contains 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 | |
# Copyright (c) 2014, Jerônimo Medina Madruga <[email protected]> | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
This file contains 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
# -----------------$HOME/.abcde.conf----------------- # | |
# | |
# A sample configuration file to convert music cds to | |
# MP3 format using abcde version 2.5.3 | |
# | |
# http://andrews-corner.org/abcde.html | |
# -------------------------------------------------- # | |
# Specify the encoder to use for MP3. In this case | |
# the alternatives are gogo, bladeenc, l3enc, xingmp3enc, mp3enc. |
This file contains 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 | |
echo -e "\nbenchmark.sh -n<number of requests> -c<number of concurrency> <URL1> <URL2> ..." | |
echo -e "\nEx: benchmark.sh -n100 -c10 http://www.google.com/ http://www.bing.com/ \n" | |
## Gnuplot settings | |
echo "set terminal png | |
set output 'benchmark_${1}_${2}.png' | |
set title 'Benchmark: ${1} ${2}' |
This file contains 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 | |
# Copyright (c) 2013, Jerônimo Medina Madruga <[email protected]> | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING F |
NewerOlder