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
<?xml version="1.0" encoding="UTF-8"?> | |
<xs:schema id="suppressions" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
elementFormDefault="qualified" | |
targetNamespace="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" | |
xmlns:dc="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | |
<xs:complexType name="regexStringType"> | |
<xs:simpleContent> | |
<xs:extension base="xs:string"> |
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
## Lähetyskalenteri | |
https://areena-test.yle.fi/tv/ohjelmat/30-749?t=kalenteri&pd=2017-11-20 |
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
Verifying I am +jaakkos on my passcard. https://onename.com/jaakkos |
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
Verifying I am +jaakkos on my passcard. https://onename.com/jaakkos |
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
input { | |
stdin { | |
type => "stdin-type" | |
} | |
tcp { | |
port => 28777 | |
host => "0.0.0.0" | |
type=>"sample" | |
} | |
} |
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/sh | |
# | |
# nginx - this script starts and stops the nginx daemon | |
# | |
# chkconfig: - 85 15 | |
# description: Nginx is an HTTP(S) server, HTTP(S) reverse \ | |
# proxy and IMAP/POP3 proxy server | |
# processname: nginx | |
# config: /etc/nginx/nginx.conf | |
# config: /etc/sysconfig/nginx |
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/sh | |
### BEGIN INIT INFO | |
# Provides: nginx | |
# Required-Start: $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: nginx init.d dash script for Ubuntu <=9.10. | |
# Description: nginx init.d dash script for Ubuntu <=9.10. | |
### END INIT INFO |
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
package = "Ledge" | |
version = "1.0" | |
source = { | |
url = "git://github.com/pintsized/ledge.git" | |
} | |
description = { | |
summary = "Network support for the Lua language", | |
} | |
build = { |
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
var find_out_meaning_of_life = function (is_it, callback) { | |
var meaning_of_life = 42; | |
try { | |
setTimeout(function () { | |
callback(null, (is_it === meaning_of_life)) | |
}, 420); | |
} catch(err) { | |
callback(err, 'FAIL!'); | |
} | |
}; |
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
<?xml version="1.0" encoding="utf-8"?> | |
<rdf:RDF xmlns:ical="http://www.w3.org/2002/12/cal/icaltzd#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:tosu="http://purl.org/finnonto/schema/toimintasuomi/" | |
xmlns:xml="http://www.w3.org/XML/1998/namespace" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema#"> | |
<ical:Vevent rdf:about="http://www.sydan.fi/web/sydan-verkkolehti/tapahtumat?id=769"> | |
<ical:summary xml:lang="fi">Tahdistinkerhon luento Turussa</ical:summary> | |
<ical:description xml:lang="fi">Tahdistinkerhon luento Turussa</ical:description> | |
<tosu:content xml:lang="fi" rdf:parseType="Literal" xmlns="http://www.w3.org/1999/xhtml"> |
NewerOlder