localhost. C'est l'ordinateur qui se réfère à lui-même, en IPv4.255 99. octets de poids fort d'abord, en base 255- 256
#include <stdio.h>
#include <arpa/inet.h>
int main() {
uint16_t i = 1;
uint16_t j = htons(i);localhost. C'est l'ordinateur qui se réfère à lui-même, en IPv4.255 99. octets de poids fort d'abord, en base 255#include <stdio.h>
#include <arpa/inet.h>
int main() {
uint16_t i = 1;
uint16_t j = htons(i);| LaTeX template |
| diff --git a/PKGBUILD b/PKGBUILD | |
| index 99659c2..77499a2 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -1,14 +1,14 @@ | |
| # Maintainer: Bruno Silva <brunofernandes at ua dot pt> | |
| pkgname='omnetpp-qt' | |
| -pkgver=6.0pre4 | |
| -_pkgver=6-0pre4 |
| MPRI 2.33.1 — Consensus in multi-agent systems |
| OBJDIR := objdir | |
| SRCS := foo.c bar.c baz.c | |
| OBJS := $(SRCS:%.c=$(OBJDIR)/%.o) | |
| CPPFLAGS += -MMD -MP | |
| all: $(OBJDIR) $(OBJS) | |
| $(CC) $(LDFLAGS) -o main $(OBJS) $(LDLIBS) | |
| $(OBJDIR)/%.o: %.c | |
| $(COMPILE.c) $(OUTPUT_OPTION) $< |
| /* | |
| MIT License | |
| Copyright (c) 2019 Antonin Décimo | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
| # Default config for sway | |
| ### Variables | |
| # | |
| # Logo key. Use Mod1 for Alt. | |
| set $mod Mod4 | |
| # Home row direction keys, like vim | |
| set $left h | |
| set $down j | |
| set $up k |
| From 07fd30f6cdbfb229519e41de48cbda50f8f22fd2 Mon Sep 17 00:00:00 2001 | |
| From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= <antonin.decimo@gmail.com> | |
| Date: Tue, 31 Mar 2020 00:12:07 +0200 | |
| Subject: [PATCH] Set executable version to pkgver | |
| --- | |
| PKGBUILD | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| diff --git a/PKGBUILD b/PKGBUILD |
OCaml Platform
Opam
| 2021-04-30 15:26.46: New job: Build using windows-x86_64 in | |
| [] | |
| 2021-04-30 15:26.46: Will push staging image to antonindecimo/opam-windows:windows-msvc-20H2-ocaml-4.05-amd64 | |
| Dockerfile: | |
| FROM antonindecimo/opam-windows@sha256:bb8adead82169f57b622c36c218de6888e038ef50d7195b349876a9ff1ff0423 | |
| ENV OPAMYES="1" OPAMDEPEXTYES="1" OPAMUNSAFEDEPEXTYES="1" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1" | |
| RUN ocaml-env exec --64 --ms=vs2019 --no-opam -- opam switch create 4.05 --packages=ocaml-variants.4.05.0+msvc64 | |
| RUN ocaml-env exec --64 --ms=vs2019 -- opam install -y depext |