This file contains 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
[PROXY] | |
EnableProxyLibrary=true | |
InitProxyFunctions=true | |
ProxyLibrary=d3d9_smaa.dll | |
[GLOBAL] | |
UsePatchSpeedhackWithoutGraphics=false | |
UseDefferedRendering=false | |
IgnoreCreationKit=true | |
IsEnderal=false | |
[PERFORMANCE] |
This file contains 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
SELECT category_name, COUNT(*) as amount FROM serendipity_entries INNER JOIN serendipity_entrycat ON serend | |
ipity_entries.id = serendipity_entrycat.entryid INNER JOIN serendipity_category ON serendipity_entrycat.categoryid | |
= serendipity_category.categoryid WHERE timestamp > 1640995201 GROUP BY category_name ORDER BY amount; |
This file contains 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
#effects is a colon seperated list of effect to use | |
#e.g.: effects = fxaa:cas | |
#effects will be run in order from left to right | |
#one effect can be run multiple times e.g. smaa:smaa:cas | |
#cas - Contrast Adaptive Sharpening | |
#dls - Denoised Luma Sharpening | |
#fxaa - Fast Approximate Anti-Aliasing | |
#smaa - Enhanced Subpixel Morphological Antialiasing | |
#lut - Color LookUp Table | |
effects = smaa:dls |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
<?php | |
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) | |
# All rights reserved. See LICENSE file for licensing details | |
if (IN_serendipity !== true) { | |
die ("Don't hack!"); | |
} | |
/** | |
* Check if an uploaded file is "evil" |
This file contains 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 | |
# abort on all errors | |
set -e | |
if [ "$DEBUG" != "" ]; then | |
set -x | |
fi | |
script=$(readlink -f "$0") |
This file contains 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
<?php | |
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) | |
# All rights reserved. See LICENSE file for licensing details | |
/** | |
* Tells the DB Layer to start a DB transaction. | |
* | |
* @access public | |
*/ | |
function serendipity_db_begin_transaction(){ |
This file contains 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
<?php | |
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) | |
# All rights reserved. See LICENSE file for licensing details | |
/** | |
* Tells the DB Layer to start a DB transaction. | |
* | |
* @access public | |
*/ | |
function serendipity_db_begin_transaction(){ |
This file contains 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 | |
# izulu - Change the wallpaper according to the weather | |
# | |
# Copyright (C) 2009 Malte Paskuda | |
# | |
# This program is free software; you can redistribute it and/or modify it | |
# under the terms of the GNU General Public License as published by the | |
# Free Software Foundation; either version 3 of the License, or (at your | |
# option) any later version. |
NewerOlder