Skip to content

Instantly share code, notes, and snippets.

View augusteiner's full-sized avatar

José Nascimento augusteiner

View GitHub Profile
@augusteiner
augusteiner / jetbrains-idea.desktop
Created December 14, 2024 18:48
jetbrains-idea.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=IntelliJ IDEA
Icon=/home/augusteiner/Downloads/idea-IU-192.7142.36/bin/idea.svg
Exec="/home/augusteiner/Downloads/idea-IU-243.21565.193/bin/idea" %f
Comment=Capable and Ergonomic IDE for JVM
Categories=Development;IDE;
Terminal=false
X-MultipleArgs=false
{ "mais vistos" : [
{ "youtubeId": "hT_nvWreIhg", "title": "Counting Stars" },
{ "youtubeId": "YQHsXMglC9A", "title": "Hello" },
{ "youtubeId": "09R8_2nJtjg", "title": "Sugar" },
{ "youtubeId": "pRpeEdMmmQ0", "title": "Waka Waka" } ]}
@augusteiner
augusteiner / deepin-isoboot.md
Last active April 4, 2018 12:47
Deepin ISO boot
menuentry "Linux Deepin" {
  set isofile=/q/deepin.iso
  set root=(hd0,2)
  loopback loop (hd0,2)${isofile}
  linux (loop)/live/vmlinuz boot=live iso-scan/ask_second_pass=true findiso=${isofile}
  initrd (loop)/live/initrd.lz
}
menuentry "Debian ISO on /dev/sdb7" {
  insmod ext2

Certificações ABNT e Internacionais

Investimento fonte

Qual é o custo da MPS.BR?

O custo para o nível G, o primeiro nível, está em torno de R$ 70.000,00. Já para o nível F estima-se R$ 104.000,00. Sendo que esses preços podem ser negociados e parcelados de acordo com a necessidade da empresa.

Quanto tempo demora a implantação do MPS.BR?

@augusteiner
augusteiner / Vendor_80ee_Product_0021.idc
Created October 20, 2017 19:53
Virtualbox touch idc file
# Copyright (C) 2011 The Android-x86 Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
#!/usr/bin/env sh
gzip -c win10.vhd | split -b 512m - win10.vhd.gz_
@augusteiner
augusteiner / index.html
Created June 26, 2017 22:49
angular memory crud example
<!DOCTYPE html>
<html ng-app="todoApp">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<script type="text/javascript">
var app = angular.module('todoApp', []);
app.service('$repository', function ($q) {
@augusteiner
augusteiner / cdu-template-markdown.md
Last active October 11, 2017 16:14
template de documento de especificação de caso de uso em markdown

[Nome do Projeto]

Especificação de Caso de Uso

[Nome do caso de uso]

Histórico das Revisões

Data Autor Histórico
@augusteiner
augusteiner / index.html
Last active May 30, 2017 00:34
iframe 100% height
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Easy Tour</title>
<style media="screen">
html,body,iframe {
margin: 0;
padding: 0;
@augusteiner
augusteiner / compress-pdf.sh
Last active May 16, 2017 15:10
script para comprimir pdfs
#!/usr/bin/env sh
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer \
-sOutputFile=BIG.min.pdf \
BIG.pdf