If you're reading this because I asked for help on reddit or Github, first of all, thanks!:)
You can safely assume that I tried my best to solve the issue with the relevant programs and configuration files listed below. Your help is much apreciated.
If you're reading this because I asked for help on reddit or Github, first of all, thanks!:)
You can safely assume that I tried my best to solve the issue with the relevant programs and configuration files listed below. Your help is much apreciated.
| [Desktop Entry] | |
| Type=Application | |
| Name=ranger | |
| Comment=Launches the ranger file manager | |
| Icon=utilities-terminal | |
| Terminal=true | |
| Exec=ranger | |
| Categories=ConsoleOnly;System;FileTools;FileManager | |
| MimeType=inode/directory; |
| #!/bin/bash | |
| # {{{ clean | |
| # replace the layout with the one in your locale (mine is "br") | |
| setxkbmap -option -layout br | |
| # }}} | |
| # {{{ source |
| ! {{{ swap contrl with alt | |
| ! clear control | |
| ! clear mod1 | |
| ! keycode 37 = Alt_L Meta_L | |
| ! keycode 37 = F2 | |
| ! keycode 64 = Control_L | |
| ! keycode 64 = |
| <?xml version="1.0" encoding="utf-8"?> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | |
| <head> | |
| <!-- 2018-09-27 Thu 19:07 --> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>Emacs Init File</title> | |
| <meta name="generator" content="Org mode" /> |
| Algoritmo "Triângulos" | |
| var | |
| l: vetor [1..3] de real | |
| i: inteiro | |
| inicio | |
| escreval("---------------------------------------") | |
| escreval("Lados de um Triângulo") |
| //////////////////////////////////////////////////////////////////////////////////// | |
| //////////////////////////////////////////////////////////////////////////////////// | |
| Algoritmo "01. Triângulos" | |
| var | |
| l: vetor [1..3] de real | |
| i: inteiro | |
| inicio |