Skip to content

Instantly share code, notes, and snippets.

View gzankevich's full-sized avatar

Cat Zankevich gzankevich

  • Zankevich Consulting Ltd
  • London, UK
View GitHub Profile
http://onlinelibrary.wiley.com/doi/10.1111/j.1469-7610.1988.tb00699.x/abstract
- shizoid features in father
- i.e. not present in some way
http://psycnet.apa.org/journals/ccp/51/5/683/
- step parents have no increase of stress when raising autistic kids
https://www.researchgate.net/profile/Michael_Dunn25/publication/12033004_Moderators_of_stress_in_parents_of_children_with_autism/links/5512e2c20cf270fd7e33b4b0.pdf
"symfony/assetic-bundle": "~2.3",
- composer: command=install working_dir=/var/www/html
tags: [ development ]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>test.schemaspy</groupId>
<artifactId>SchemaSpyGenerateDB_02</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>SchemaSpyGenerateDB_02</name>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>test.schemaspy</groupId>
<artifactId>SchemaSpyGenerateDB_02</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>SchemaSpyGenerateDB_02</name>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>test.schemaspy</groupId>
<artifactId>SchemaSpyGenerateDB_02</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>SchemaSpyGenerateDB_02</name>
System 1:
# git clone ... foo
# awk '/\r$/{exit 0;} 1{exit 1;}' foo/bar
# echo $?
1
System 2:
VirtualHost configuration:
127.0.0.1:80 is a NameVirtualHost
default server foo.com (/etc/httpd/conf.d/httpd-vhosts.conf:1)
port 80 namevhost foo.com (/etc/httpd/conf.d/httpd-vhosts.conf:1)
# ... several more
wildcard NameVirtualHosts and _default_ servers:
_default_:443 localhost.localdomain (/etc/httpd/conf.d/ssl.conf:81)
Syntax OK
<VirtualHost foo:80>
ServerName foo.com
DocumentRoot "/home/default/test.foo.com/user/htdocs"
RewriteEngine on
RewriteMap lc int:tolower
RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule (.*) ${lc:$1} [R=301,L]
<Location />
Options +Includes
</Location>
2.31.199.111 - - [17/Sep/2013:18:35:35 +0100] [www.foo.com/sid#7fbc98fb5ba8][rid#7fbc9a93e2a8/initial] (3) [perdir /home/default/test.foo.com/user/htdocs/] strip per-dir prefix: /home/default/test.foo.com/user/htdocs/ ->
2.31.199.111 - - [17/Sep/2013:18:35:35 +0100] [www.foo.com/sid#7fbc98fb5ba8][rid#7fbc9a93e2a8/initial] (3) [perdir /home/default/test.foo.com/user/htdocs/] applying pattern '(.*)' to uri ''
2.31.199.111 - - [17/Sep/2013:18:35:35 +0100] [www.foo.com/sid#7fbc98fb5ba8][rid#7fbc9a93e2a8/initial] (4) [perdir /home/default/test.foo.com/user/htdocs/] RewriteCond: input='/' pattern='[A-Z]' => not-matched