Skip to content

Instantly share code, notes, and snippets.

View pbondoer's full-sized avatar
😎
Back to work

Pierre Bondoerffer pbondoer

😎
Back to work
View GitHub Profile
{
"render_options": {
"size": [1920, 1080],
"ambient_lighting": 0.05,
"direct_lighting": 1.0,
"antialias": 1,
"bounce_depth": 4,
"filter": "sepia"
},
"camera": {
{
"render_options": {
"size": [1920, 1080],
"lighting": {
"ambient": 0.05,
"direct": 1.0,
"global": 1.0
},
"global_illumination_samples": 32,
"antialias": 4,
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 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 */
/* */
/*
*
* 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?"
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
Public Class UnBuggyListView
Inherits ListView
Public Sub New()
Me.SetStyle(ControlStyles.OptimizedDoubleBuffer, True)
Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True)
End Sub
End Class
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 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 */
/* */