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
{ | |
"render_options": { | |
"size": [1920, 1080], | |
"ambient_lighting": 0.05, | |
"direct_lighting": 1.0, | |
"antialias": 1, | |
"bounce_depth": 4, | |
"filter": "sepia" | |
}, | |
"camera": { |
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
{ | |
"render_options": { | |
"size": [1920, 1080], | |
"lighting": { | |
"ambient": 0.05, | |
"direct": 1.0, | |
"global": 1.0 | |
}, | |
"global_illumination_samples": 32, | |
"antialias": 4, |
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
/* ************************************************************************** */ | |
/* */ | |
/* ::: :::::::: */ | |
/* readfile.c :+: :+: :+: */ | |
/* +:+ +:+ +:+ */ | |
/* By: pbondoer <[email protected]> +#+ +:+ +#+ */ | |
/* +#+#+#+#+#+ +#+ */ | |
/* Created: 2017/01/18 10:12:11 by pbondoer #+# #+# */ | |
/* Updated: 2017/01/19 21:34:17 by pbondoer ### ########.fr */ | |
/* */ |
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
/* | |
* | |
* fr | |
* | |
*/ | |
out.updated_common_connectionLostAndInfo = ""; // "<b>Server Connection Lost</b><br>You're now in read-only mode until the connection is back." | |
out.driveReadmeTitle = ""; // "What is CryptDrive?" |
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
OS=`uname` | |
if [ $OS = "Linux" ] ; then | |
fi | |
# Completion | |
zstyle ':completion:*' completer _complete _ignored _approximate | |
zstyle ':completion:*' menu select | |
zstyle ':completion:*' group-name '' | |
autoload -Uz compinit |
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
Public Class UnBuggyListView | |
Inherits ListView | |
Public Sub New() | |
Me.SetStyle(ControlStyles.OptimizedDoubleBuffer, True) | |
Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True) | |
End Sub | |
End 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
/* ************************************************************************** */ | |
/* */ | |
/* ::: :::::::: */ | |
/* test.c :+: :+: :+: */ | |
/* +:+ +:+ +:+ */ | |
/* By: pbondoer <[email protected]> +#+ +:+ +#+ */ | |
/* +#+#+#+#+#+ +#+ */ | |
/* Created: 2017/09/05 12:25:06 by pbondoer #+# #+# */ | |
/* Updated: 2017/09/05 12:31:59 by pbondoer ### ########.fr */ | |
/* */ |
OlderNewer