Skip to content

Instantly share code, notes, and snippets.

View tamnil's full-sized avatar

Tamnil Saito Junior tamnil

  • Brazil
View GitHub Profile
@tamnil
tamnil / SolidWorks_Spoof.sh
Created November 29, 2020 08:53 — forked from W-Floyd/SolidWorks_Spoof.sh
Simple script to make a Virtualbox VM hidden enough to install SolidWorks
#!/bin/bash
__get_random_string () {
openssl rand -hex "${1}" | cut -c "1-${1}"
}
__my_vm='W10'
@tamnil
tamnil / ceps.csv
Created March 19, 2018 16:40 — forked from hugosenari/ceps.csv
Faixas de CEPs
UF CIDADE CEP DE CEP ATÉ
AC 69900000 69999999
AC Acrelândia 69945000 69949999
AC Assis Brasil 69935000 69939999
AC Brasiléia 69932000 69933999
AC Bujari 69926000 69926999
AC Capixaba 69931000 69931999
AC Cruzeiro do Sul 69980000 69981999
AC Epitaciolândia 69934000 69934999
AC Feijó 69960000 69969999
@tamnil
tamnil / .vimrc
Created July 12, 2016 17:36 — forked from millermedeiros/.vimrc
My VIM settings (.vimrc)
" =============================================================================
" Miller Medeiros .vimrc file
" -----------------------------------------------------------------------------
" heavily inspired by: @factorylabs, @scrooloose, @nvie, @gf3, @bit-theory.
" =============================================================================
" -----------------------------------------------------------------------------
" BEHAVIOR
" -----------------------------------------------------------------------------
@tamnil
tamnil / Simon Game.markdown
Created January 19, 2016 22:02
Simon Game
@tamnil
tamnil / My Magento Code.php
Created November 19, 2015 14:20 — forked from mukundthanki/My Magento Code.php
Magento: Code Snippets
<block type="cms/block" name="block_name">
<action method="setBlockId"><id>block_code</id></action>
</block>
{{block type="cms/block" block_id="block_code"}}
{{block type="catalog/product_list" category_id="79" template="catalog/product/list_random.phtml"}}