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
# atrod atteelus, kas ir mazaaki par 100x100 px un izdod nosaukumus. | |
import os | |
import Image | |
required_height = 100 | |
required_width = 100 | |
def find_small(directory): | |
for dirname, dirpath, filenames in os.walk(directory): |
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
upstream ssl.mydomain.org { | |
server 192.168.77.10:80; | |
server 192.168.77.20:80; | |
server 192.168.77.30:80; | |
} | |
server { | |
server_name ssl.mydomain.org; | |
access_log logs/sslacc.log main; |
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
-- MySQL dump 10.13 Distrib 5.1.42, for unknown-openbsd4.7 (i386) | |
-- | |
-- Host: localhost Database: tmp | |
-- ------------------------------------------------------ | |
-- Server version 5.1.42-log | |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
/*!40101 SET NAMES utf8 */; |
NewerOlder