This commit is contained in:
motius 2018-11-04 19:45:09 +01:00
parent 918dd9e0ae
commit 02187e81f8
5 changed files with 35 additions and 20 deletions

View File

@ -7,3 +7,4 @@
# wait for <return> with read # wait for <return> with read
xterm -geometry '15x5+0+0' -fa 'Monospace' -fs 14 -e 'grabc && read' xterm -geometry '15x5+0+0' -fa 'Monospace' -fs 14 -e 'grabc && read'
################################################################################

View File

@ -13,22 +13,23 @@ ELF = ${SRC:.c=.out}
# targets # targets
all: ${ELF} all: ${ELF}
: :
asm: ${ASM} asm: ${ASM}
: :
# rules # rules
${ELF}: ${OBJ} ${ELF}: ${OBJ}
${CC} ${OBJ} -o ${ELF} ${CC} ${OBJ} -o ${ELF}
# object # object
%.o: %.c %.o: %.c
${CC} -c ${CFLAGS} $< -o $@ ${CC} -c ${CFLAGS} $< -o $@
%.s: %.c %.s: %.c
${CC} ${AFLAGS} $< -o $@ ${CC} ${AFLAGS} $< -o $@
# cleanall # cleanall
clean: clean:
${RM} -f ${ELF} ${OBJ} ${ASM} ${RM} -f ${ELF} ${OBJ} ${ASM}

View File

@ -69,6 +69,7 @@ ff02::2 ip6-allrouters
0.0.0.0 methodevegas.com 0.0.0.0 methodevegas.com
0.0.0.0 hotchatdate.com 0.0.0.0 hotchatdate.com
0.0.0.0 trackvoluum.com 0.0.0.0 trackvoluum.com
0.0.0.0 baise-la-ce-soir.com
0.0.0.0 dingit.tv 0.0.0.0 dingit.tv
#0.0.0.0 ulinkths.com #0.0.0.0 ulinkths.com
@ -92,6 +93,7 @@ ff02::2 ip6-allrouters
0.0.0.0 0004.pics 0.0.0.0 0004.pics
0.0.0.0 1nimo.com 0.0.0.0 1nimo.com
0.0.0.0 grnail.com 0.0.0.0 grnail.com
0.0.0.0 comphelp.org
@ -30924,6 +30926,12 @@ ff02::2 ip6-allrouters
0.0.0.0 zeusclicks.com 0.0.0.0 zeusclicks.com
0.0.0.0 zintext.com 0.0.0.0 zintext.com
0.0.0.0 zmedia.com 0.0.0.0 zmedia.com
0.0.0.0 iqc-lpconsultancy.com
0.0.0.0 easycrypto.biz
0.0.0.0 hitcpm.com
::1 0koryu0.easter.ne.jp ::1 0koryu0.easter.ne.jp
::1 109-204-26-16.netconnexion.managedbroadband.co.uk ::1 109-204-26-16.netconnexion.managedbroadband.co.uk
::1 11.lamarianella.info ::1 11.lamarianella.info

View File

@ -1,6 +1,6 @@
\documentclass[a4paper,11pt]{moderncv} \documentclass[a4paper,11pt]{moderncv}
\moderncvtheme[green]{classic} \moderncvtheme[green]{classic}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage{color} \usepackage{color}
@ -19,7 +19,7 @@
\phone{0033~1~n1~n2~n3~n4} \phone{0033~1~n1~n2~n3~n4}
\mobile{0033~6~n1~n2~n3~n4} \mobile{0033~6~n1~n2~n3~n4}
\email{mail@example.org} \email{mail@example.org}
\homepage{{www.example.org/CV-fr.pdf}} \homepage{{www.example.org/CV-fr.pdf}}
\photo[64pt]{../img/photo.jpg} \photo[64pt]{../img/photo.jpg}
@ -33,9 +33,9 @@
\section{Expérience professionnelle} \section{Expérience professionnelle}
\cventry{\mbox{m1--m2/yyy1}}{Job}{Boîte, type (parfum/btp/cabinet...) }{Ville}{Département}{} \cventry{\mbox{m1--m2/yyy1}}{Job}{Boîte, type (parfum/btp/cabinet...) }{Ville}{Département}{}
\cvlistitem{Tâche principale assignée } \cvlistitem{Tâche principale assignée }
\cvlistitem{Seconde tâche} \cvlistitem{Seconde tâche}
\cvlistitem{{Troisième tâche}} \cvlistitem{{Troisième tâche}}
\cventry{\mbox{yyy2--yyy3}}{Stage}{Boîte, Type}{Ville}{Dpt}{} \cventry{\mbox{yyy2--yyy3}}{Stage}{Boîte, Type}{Ville}{Dpt}{}
@ -44,7 +44,7 @@
\cvlistitem{Tâche secondaire} \cvlistitem{Tâche secondaire}
\cvlistitem{Tâches annexes} \cvlistitem{Tâches annexes}
\section{Diplômes et Études} \section{Diplômes et Études}
\cventry{yyy1--yyy2}{Études de...}{École}{Ville}{Département}{Classe/Cours} \cventry{yyy1--yyy2}{Études de...}{École}{Ville}{Département}{Classe/Cours}
\cventry{yyy3--yyy4}{Études de...}{École}{Ville}{Département}{Classe/Cours} \cventry{yyy3--yyy4}{Études de...}{École}{Ville}{Département}{Classe/Cours}
@ -67,7 +67,7 @@
\section{Personnel} \section{Personnel}
\subsection{Loisirs} \subsection{Loisirs}
\cvline{activité1}{description, date/durée} \cvline{activité1}{description, date/durée}
\cvline{activité2}{description, date/durée} \cvline{activité2}{description, date/durée}
\cvline{activité3}{description, date/durée} \cvline{activité3}{description, date/durée}

View File

@ -10,26 +10,31 @@ GIT=/usr/bin/git
################################################################################ ################################################################################
# go/rego # go/rego
cd "${GITDIR}/.vim/" || exit 42; cd "${GITDIR}/.vim/" || exit 1;
if [ -d "vim" ] if [ -d "vim" ]
then then
cd ${VIMGIT} || exit 42; cd ${VIMGIT} || exit 2;
${GIT} pull ${GIT} checkout master || exit 3;
${GIT} pull || exit 4;
else else
${GIT} clone https://github.com/vim/vim ${VIMGIT} ${GIT} clone https://github.com/vim/vim ${VIMGIT} || exit 5;
cd ${VIMGIT} || exit 42; cd ${VIMGIT} || exit 6;
fi fi
################################################################################ ################################################################################
# clean # clean
${GIT} clean -fdx ${GIT} clean -fdx || exit 6;
################################################################################ ################################################################################
# compile and install # compile and install
./configure --enable-python3interp=yes --prefix="${GITDIR}"/.vim/${VIMGIT}/install ./configure --enable-python3interp=yes \
--enable-cscope \
--enable-gnome-check \
--with-x \
--prefix="${GITDIR}"/.vim/${VIMGIT}/install
make -j make -j
make install make install