Skip to content

Instantly share code, notes, and snippets.

View DimitriHautot's full-sized avatar
😷

Dimitri Hautot DimitriHautot

😷
View GitHub Profile

Last updated: 2017-03-18

Searching for Files

Find images in a directory that don't have a DateTimeOriginal

exiftool -filename -filemodifydate -createdate -r -if '(not $datetimeoriginal) and $filetype eq "JPEG"' .

###Output photos that don't have datetimeoriginal to a CSV### Note this can take a long time if you have a lot of jpgs

Keybase proof

I hereby claim:

  • I am dimitrihautot on github.
  • I am dimeke (https://keybase.io/dimeke) on keybase.
  • I have a public key ASBql5tQgSTYarsTdkyBCI2yTuALhQw-V4EH2fI3GjB8RAo

To claim this, I am signing this object:

package be.rtbf.info.reptel.model;
import javax.persistence.*;
import java.io.Serializable;
@Entity
public class Contact implements Serializable {
private static final long serialVersionUID = 2L;
@DimitriHautot
DimitriHautot / effective:pom
Created December 5, 2014 10:29
Additional file for https://github.com/spring-projects/spring-boot/issues/2060 - output of mvn help:effective-pom command
[INFO] Scanning for projects...
[INFO]
NFO] ------------------------------------------------------------------------
[INFO] Building rod-web-bootify 1.2-SNAPSHOT
NFO] ------------------------------------------------------------------------
[INFO]
NFO] --- maven-help-plugin:2.2:effective-pom (default-cli) @ rod-web-bootify ---
[INFO]
Effective POMs, after inheritance, interpolation, and profiles are applied:
@DimitriHautot
DimitriHautot / mvn_package_-X
Last active August 29, 2015 14:10
Additional information for https://github.com/spring-projects/spring-boot/issues/2060 - output of mvn package -X
Last login: Thu Dec 4 15:55:45 on ttys013
11:01:05 /work/RTBF/svn/radioOnDemand/java/rod-web/branches/bootify $ mvn package -Denv=local -X -DskipTests=true
Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T22:58:10+02:00)
Maven home: /Java/apache-maven-3.2.3
Java version: 1.7.0_55, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre
Default locale: fr_FR, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /Java/apache-maven-3.2.3/conf/settings.xml
@DimitriHautot
DimitriHautot / mvn_dependency:tree
Last active August 29, 2015 14:10
Additional information for https://github.com/spring-projects/spring-boot/issues/2060 - output of mvn dependency:tree
[INFO] org.springframework.boot:rod-web-bootify:war:1.2-SNAPSHOT
[INFO] +- org.springframework:spring-beans:jar:4.0.8.RELEASE:compile
[INFO] +- org.springframework:spring-context:jar:4.0.8.RELEASE:compile
[INFO] | +- org.springframework:spring-aop:jar:4.0.8.RELEASE:compile
[INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- org.springframework:spring-expression:jar:4.0.8.RELEASE:compile
[INFO] +- org.springframework:spring-core:jar:4.0.8.RELEASE:compile
[INFO] +- org.springframework:spring-test:jar:4.0.8.RELEASE:compile
[INFO] +- org.springframework:spring-webmvc:jar:4.0.8.RELEASE:compile
[INFO] | \- org.springframework:spring-web:jar:4.0.8.RELEASE:compile
<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>
<artifactId>rod-web-bootify</artifactId>
<version>1.2-SNAPSHOT</version>
<packaging>war</packaging>
<name>${project.artifactId}</name>
<description>Découpes automatiques programmées de la pige antenne radio</description>