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
<?xml version="1.0" encoding="utf-8"?> | |
<opml version="1.0"> | |
<head> | |
<dateCreated>Sun, 10 Sep 2017 11:23:55 +0200</dateCreated> | |
<title>Tiny Tiny RSS Feed Export</title> | |
</head> | |
<body> | |
<outline text="Actualité"> | |
<outline type="rss" text="Devmag" xmlUrl="http://devmag.fr/feed/" htmlUrl="http://devmag.fr"/> | |
<outline type="rss" text="RSS | Usbek & Rica" xmlUrl="https://usbeketrica.com/rss" htmlUrl="http://usbeketrica.com/"/> |
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
## https://stackoverflow.com/questions/9123075/maven-how-can-i-skip-test-in-some-projects-via-command-line-options | |
<build> | |
<plugins> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<version>2.9</version> | |
<configuration> | |
<excludes> |
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
module.exports = { | |
//Background/contour | |
'In Progress': {b:'#d9d9d9',c:'#d9d9d9'}, | |
'To Review': {b:'#cccccc',c:'#cccccc'}, | |
'To Validate': {b:'#bfbfbf',c:'#bfbfbf'}, | |
'Done': {b:'#999999',c:'#999999'}, | |
'Urgent': {b:'ff3333',c:'#ff3333'} | |
} |
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
# Life span certificate | |
export DAYS=365 | |
# Issuer | |
export WHO=COMPANY | |
# CSR file name (Copy CSR from Keystore to $CSR) | |
export CSR=sample.csr | |
echo "Reading CSR" | |
openssl req -in $CSR -noout -text |
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
import org.openjdk.btrace.core.annotations.BTrace; | |
import org.openjdk.btrace.core.annotations.Duration; | |
import org.openjdk.btrace.core.annotations.Kind; | |
import org.openjdk.btrace.core.annotations.Location; | |
import org.openjdk.btrace.core.annotations.OnMethod; | |
import org.openjdk.btrace.core.annotations.ProbeClassName; | |
import org.openjdk.btrace.core.annotations.ProbeMethodName; | |
import org.openjdk.btrace.core.annotations.Where; | |
import static org.openjdk.btrace.core.BTraceUtils.*; |
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
// npm i -g casperjs | |
// casperjs.cmd --ssl-protocol=any D:\Developpement\old\autologon\rhsso.js smalnuit %PW% %VERSION% %PATCH% %EXPORT%\t.zip | |
var fs = require('fs'); | |
var casper = require("casper").create({ | |
verbose: false, | |
logLevel: "warning", | |
waitTimeout: 60000, | |
pageSettings: { | |
userAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:23.0) Gecko/20130404 Firefox/23.0" | |
} |
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
package scripts | |
import org.jboss.as.cli.scriptsupport.CLI | |
import org.jboss.dmr.ModelNode | |
import org.jboss.dmr.Property | |
import java.security.KeyManagementException | |
import java.security.NoSuchAlgorithmException | |
import static groovy.json.JsonOutput.prettyPrint |
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
@ECHO OFF | |
rem ECHO filedrive=%%~di | |
rem ECHO filepath=%%~pi | |
rem ECHO filename=%%~ni | |
rem ECHO fileextension=%%~xi | |
set from=%1 | |
set from1=%2 | |
set diff=false | |
set xml=false | |
set XML_EXE="D:\util\Vagrant\embedded\mingw64\bin\xmllint.exe " |
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
CONNECTED(00000003) | |
depth=1 /C=US/CN=YaST Default CA (dlopEldap)/emailAddress=postmaster@site | |
verify error:num=19:self signed certificate in certificate chain | |
verify return:0 | |
--- | |
Certificate chain | |
0 s:/C=US/CN=dlopldap.site/emailAddress=postmaster@site | |
i:/C=US/CN=YaST Default CA (dlopldap)/emailAddress=postmaster@site | |
-----BEGIN CERTIFICATE----- | |
MIIEUTCCAzmgAwIBAgIBATANBgkqhkiG9w0BAQUFADBSMQswCQYDVQQGEwJVUzEj |
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
#!/usr/bin/env bash | |
# C2P Bull Wrapper | |
shopt -s extglob | |
usage() { | |
{ | |
echo -e " | |
usage: |