Skip to content

Instantly share code, notes, and snippets.

View amuino's full-sized avatar

Abel Muiño amuino

View GitHub Profile
Last login: Sun Dec 20 14:29:10 on ttys002
AbelBook:~ amuino$ ping -A 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=4.740 ms
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=1.887 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=9.605 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=2.828 ms
64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=0.905 ms
64 bytes from 192.168.1.1: icmp_seq=6 ttl=64 time=1.396 ms
64 bytes from 192.168.1.1: icmp_seq=9 ttl=64 time=2.945 ms
@amuino
amuino / pom.xml
Created September 3, 2009 10:01
Launching msbuild from maven and installing the exe on the repo
<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/maven-v4_0_0.xsd">
<!--
Example pom for delegating maven goals to msbuild so it builds the "solution"
A solution can be a group of projects, but here we only have one.
It should also be possible to have one maven project per solution project,
and have a parent pom to deletegate the build.
-->
<parent>
<artifactId>your-artifact-id</artifactId>
.pagination {
font-size: 12px;
}
.pagination > * {
margin-right: 0.1em;
padding: 0.3em 0.4em;
}
.pagination a:hover {