Skip to content

Instantly share code, notes, and snippets.

@alienbogart
alienbogart / myenv.md
Last active July 22, 2018 02:53
my current environment

My Current Environment For Easy Reference

small link

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.

Versions

[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;

Período Analisado

01/01/2018 - 15/09/2018

Os Menos Assíduos

  • Paulo Câmera: 36%
#!/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

Listas de C

Lista 01

Questão 1

Faça um algoritmo que irá calcular quantos litros de combustível serão gastos em uma viagem. A distância da viagem e a média de consumo do carro serão lidas de uma entrada que será feita (digitados).

Variáveis: