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
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-shade-plugin</artifactId> | |
| <version>2.1</version> | |
| <executions> | |
| <execution> | |
| <phase>package</phase> | |
| <goals> | |
| <goal>shade</goal> | |
| </goals> |
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
| Listen 80 | |
| AddDefaultCharset utf-8 | |
| DocumentRoot "J:\Dev\sources_github\src\angular_project\dist" | |
| <Directory "J:\Dev\sources_github\src\angular_project\dist"> | |
| # | |
| # Possible values for the Options directive are "None", "All", | |
| # or any combination of: | |
| # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews |
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
| <span class="label label-primary"></span>  |
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
| var static = require('node-static'); | |
| // | |
| // Create a node-static server instance to serve the './public' folder | |
| // | |
| var file = new static.Server('.'); | |
| require('http').createServer(function (request, response) { | |
| request.addListener('end', function () { | |
| // |
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
| .ptl-checkbox label { | |
| cursor: pointer; | |
| position: relative; | |
| width: 20px; | |
| height: 20px; | |
| left: 8px; | |
| top: 8px; | |
| margin: 0px; | |
| background: transparent; | |
| border: #999 solid 1px; |
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
| runtime: python37 | |
| threadsafe: true | |
| default_expiration: "30d" | |
| handlers: | |
| # re-direct to index.html if no path is give | |
| - url: / | |
| static_files: index.html | |
| upload: index.html |
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 java.io.File; | |
| import java.lang.reflect.Method; | |
| import java.lang.reflect.Type; | |
| import org.apache.commons.io.FileUtils; | |
| import org.apache.commons.io.LineIterator; | |
| import org.apache.commons.lang.StringUtils; | |
| public class Gen { |
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 java.io.File; | |
| import java.lang.reflect.Method; | |
| import java.lang.reflect.Type; | |
| import org.apache.commons.io.FileUtils; | |
| import org.apache.commons.io.LineIterator; | |
| import org.apache.commons.lang.StringUtils; | |
| public class CountElementDevFest { |
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
| JAVA_HOME="/home/actility/Projects/Actility_ONG/softwares/jdk1.7.0_02" | |
| export JAVA_HOME | |
| MAVEN_HOME="/home/actility/Projects/Actility_ONG/softwares/apache-maven-3.0.4" | |
| export MAVEN_HOME | |
| PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:/bin:/usr/bin:$PATH | |
| export PATH |
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
| JAVA_OPTS | |
| -Dderby.stream.error.file="C:\\Temp\\djm-repository" | |
| -Djava.awt.headless=true pour pb X11 et appel à AWT |