This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Python RegEx list | |
# Rafael do Nascimento Pereira <[email protected]> | |
# | |
# | |
# References | |
# | |
# 1 - Pytho RegEx (with examples) | |
# https://www.programiz.com/python-programming/regex | |
# | |
# 2 - online regex tester and debugger |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"SavingBrowserHistoryDisabled" : true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# variables for vivado tools | |
VERSION=2018.3 | |
XILINX=$HOME/opt/Xilinx | |
VIVADO=$XILINX/Vivado/$VERSION/bin | |
SDK=$XILINX/SDK/$VERSION/bin | |
DOCNAV=$XILINX/DocNav | |
XIC=$XILINX/xic | |
export PATH="$PATH:$VIVADO:$SDK:$DOCNAV:$XIC" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
execute a command N times | |
""" | |
import os | |
import time | |
x = 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################################################### | |
## This is an example .gitignore file for Vivado, please treat it as an example as | |
## it might not be complete. In addition, XAPP 1165 should be followed. | |
## source: (1) https://www.xilinx.com/support/answers/61232.html | |
## (2) https://www.xilinx.com/Attachment/ar61232.txt | |
######################################################################################################### | |
######### | |
#Exclude all | |
######### | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# show cpu fequency, updating every 2 seconds | |
watch -p -n 2 grep \"cpu MHz\" /proc/cpuinfo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" | |
" Local user config file | |
" | |
" last update: 2015.06.01 | |
"======== | |
" General | |
"======== | |
let g:usercolorscheme="harlequin" |
NewerOlder