Dependencies:
sudo apt-get install ruby railsUse:
curl -L http://git.io/locale_merge.rb | ruby - en.yml pt.yml > new-pt.yml| #!/usr/bin/env ruby | |
| require 'json' # gem install json # also: activesupport (~> 2.3.18) | |
| require 'rubygems' # gem install rubygems | |
| require 'friendly' # gem install ihoka-friendly | |
| Friendly.configure({ | |
| :adapter => "sqlite", | |
| :database => "database.sqlite3" | |
| }) |
| require 'tmpdir' | |
| # Usage: | |
| # add to ruhoh-site/plugins/publish/github.rb | |
| # - Your GitHub remote must be setup properly but The command will try to walk you through it. | |
| # - You must have a clean working directory to publish to GitHub pages since the hook is actually triggered by commits. | |
| # | |
| # $ cd ruhoh-site | |
| # $ bundle exec ruhoh publish github | |
| class Ruhoh |
| #!/bin/bash | |
| split -n l/3 content.txt | |
| tr '\n' ' ' < xaa | sed -e "s/ */ /g" -e "s/\t//g" > xaa.0 | |
| tr '\n' ' ' < xab | sed -e "s/ */ /g" -e "s/\t//g" > xab.0 | |
| tr '\n' ' ' < xac | sed -e "s/ */ /g" -e "s/\t//g" > xac.0 | |
| mv xaa.0 xaa | |
| mv xab.0 xab |
Obs.: isto é um fork de gladson/config.md e suas instruções não foram testadas.
Um pouco de texto explicativo complementar:
| set old_root=$root | |
| search.fs_uuid 3020b2c2-bdd1-4d60-a8b7-b29b1e4897e6 root hd1,gpt2 | |
| if [ $root != $old_root ]; then | |
| set prefix=($root)'/boot/grub' | |
| configfile $prefix/grub.cfg | |
| else | |
| search --fs-uuid --no-floppy --set=root 746E-44FF | |
| chainloader (${root})/EFI/Microsoft/Boot/bootmgfw_BACKUP.efi | |
| boot | |
| fi |
Para gerar a lista de arquivos a baixar:
bash write.sh > files.txtPara fazer o download:
wget -c -i files.txt(in portuguese) Isto é um ensaio de HTML básico para alcançar formas de implementar acessebilidade na tabela de escolha de planos de serviço que há durante o cadastro no GitHub. Experimente!
(in english) This is a basic HTML test to achieve ways of implementing accessibility in the table of choice of service plans that there is during the registration on GitHub. Try!!