The initial source comes from sdcuike/issueBlog#4
https://github.com/PacktPublishing free to download books code by Packet
https://github.com/EbookFoundation/free-programming-books Very immense
export FORMAT="ID\t{{.ID}}\nNAME\t{{.Names}}\nIMAGE\t{{.Image}}\nPORTS\t{{.Ports}}\nCOMMAND\t{{.Command}}\nCREATED\t{{.CreatedAt}}\nSTATUS\t{{.Status}}\n" | |
// usage: | |
docker ps --format $FORMAT |
https://github.com/PacktPublishing free to download books code by Packet
https://github.com/EbookFoundation/free-programming-books Very immense
#!/usr/bin/env python | |
# Reflects the requests from HTTP methods GET, POST, PUT, and DELETE | |
# Written by Nathan Hamiel (2010) | |
from http.server import HTTPServer, BaseHTTPRequestHandler | |
from optparse import OptionParser | |
class RequestHandler(BaseHTTPRequestHandler): | |
def do_GET(self): |
<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>com.richard</groupId> | |
<artifactId>myapp</artifactId> | |
<version>0.0.1-SNAPSHOT</version> | |
<properties> | |
<spring.version>4.3.4.RELEASE</spring.version> | |
<aspectj.version>1.8.4</aspectj.version> | |
<maven.compiler.source>1.8</maven.compiler.source> |
<div class="fos_comment_comment_form_holder"> | |
<h3>Ajouter un commentaire</h3> | |
<form class="fos_comment_comment_new_form" action="http://sdz.local/web/app_dev.php/api/threads/foooo/comments" data-parent="" method="POST"> | |
<div class="fos_comment_form_errors"> | |
</div> | |
<textarea id="fos_comment_comment_body" name="fos_comment_comment[body]" required="required"></textarea> |