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
[ | |
{ | |
"backcolor": "#f0f0f0", | |
"name": "MiniDox", | |
"background": { | |
"name": "Bamboo", | |
"style": "background-image: url('/bg/wood/bamboo.jpg');" | |
}, | |
"switchMount": "cherry", | |
"pcb": false |
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
# i3 move a workspace to another monitor (multi monitor setup) | |
mode "move_workspace" { | |
bindsym Up move workspace to output up | |
bindsym Down move workspace to output down | |
bindsym Left move workspace to output left | |
bindsym Right move workspace to output right | |
bindsym Escape mode "default" | |
} |
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
.vagrant |
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
var commands = []; | |
commands.push('mkdir "' + TralbumData.current.title + '"'); | |
commands.push('cd "' + TralbumData.current.title + '"'); | |
TralbumData.trackinfo.forEach(function (track, index) { | |
if (track.file) { | |
var href = track.file['mp3-128']; |
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
%===================================================================== | |
% jhwhw.cls | |
% Provide jhwhw.cls class | |
%===================================================================== | |
%===================================================================== | |
% Identification | |
%===================================================================== | |
\NeedsTeXFormat{LaTeX2e} | |
\ProvidesClass{jhwhw}[2009/02/11 Justin Wilson's Homework Class] |
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
FROM debian:jessie | |
RUN apt-get update && apt-get install -yq less sudo octave && apt-get clean | |
COPY entrypoint.sh / | |
ENTRYPOINT [ "/entrypoint.sh" ] |
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
Big Data and ML : # => Mestrado | |
{ | |
Estatistica, | |
Data Analysis, | |
Machine Learning in Python, | |
Hadoop Ecosystem | |
} | |
Web Development : # => Emprego | |
{ |
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/bash | |
sudo rm -fr /opt/franz | |
sudo rm -fr /usr/share/applications/franz.desktop | |
# create installation dir | |
sudo mkdir -p /opt/franz | |
#install franz |
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
3.1541,-5.1711,6.5991,0.57455,0 | |
2.1948,1.3781,1.1582,0.85774,0 | |
-2.343,12.9516,3.3285,-5.9426,0 | |
4.0932,5.4132,-1.8219,0.23576,0 | |
-1.7781,0.8546,7.1303,0.027572,0 | |
-3.0193,1.7775,0.73745,-0.45346,1 | |
-2.6864,-0.097265,0.61663,0.061192,1 | |
4.0948,-2.9674,2.3689,0.75429,0 | |
1.7452,4.8028,2.0878,0.62627,0 | |
1.3754,8.8793,-1.9136,-0.53751,0 |
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
3.1541,-5.1711,6.5991,0.57455,0 | |
2.1948,1.3781,1.1582,0.85774,0 | |
-2.343,12.9516,3.3285,-5.9426,0 | |
4.0932,5.4132,-1.8219,0.23576,0 | |
-1.7781,0.8546,7.1303,0.027572,0 | |
-3.0193,1.7775,0.73745,-0.45346,1 | |
-2.6864,-0.097265,0.61663,0.061192,1 | |
4.0948,-2.9674,2.3689,0.75429,0 | |
1.7452,4.8028,2.0878,0.62627,0 | |
1.3754,8.8793,-1.9136,-0.53751,0 |
NewerOlder