A sample server that says something... it works on MacOS. It needs to be adapted to work on other OS.
This is simply a tool to demonstrate how MCP works with JSON-RPC
A sample server that says something... it works on MacOS. It needs to be adapted to work on other OS.
This is simply a tool to demonstrate how MCP works with JSON-RPC
title | geometry | papersize | fontsize |
---|---|---|---|
Fiche d'exercices sur les transofmations d'expressions |
margin=1cm |
a4 |
14pt |
Objectifs:
Par exemple, s'agit-il de gestionnaires, de personnel de réception, d'entraîneurs, ou peut-être d'équipes de maintenance? Comprendre les différents rôles nous aidera à cartographier les besoins spécifiques et les interactions de chaque persona avec votre technologie.
Il pourrait être utile de considérer les tâches spécifiques qu'ils exécutent en utilisant le logiciel, telles que la planification, la gestion des clients, la facturation ou le suivi des performances.
Comprendre les fonctionnalités ou les outils clés au sein du logiciel qui soutiennent leurs processus d'achat en gros et de négociation n
# Makefile to convert images (JPG or PNG) to a grayscale 4-bit PDF with a custom message, contrast adjustment, 8 levels of gray, and a background image using ImageMagick | |
# Output PDF file name | |
OUTPUT = output.pdf | |
# File containing the list of image filenames | |
IMAGE_LIST_FILE = slides.txt | |
# Temporary directory for images with messages | |
TEMP_DIR = temp_msg |
Au cours des 15 derniers mois, j'ai travaillé sur un projet de recherche qui examine la question de l'investissement dans un monde technologique hybride (ancien et nouveau).
Devrais-je investir dans le cloud ou construire une plateforme ou dépenser pour l'IA ou peut-être passer au serverless ou déployer de l'IoT ? Comment investir judicieusement ?
La technologie (cloud, plateforme, IA, sans serveur, IoT) n'est que des outils. Ils ne sont pas différents des marteaux ou scies ou ciseaux ou machines à coudre ou pinceaux.
delegates his need to a virtual assistant - LLM | |
customer who wants to protect themselves from the sun -- classic search engine | |
classic search engine - digital company | |
//customer who wants to protect themselves from the sun.-- classic search engine | |
classic search engine: { | |
|..|..|..|x.| | |
color: Red | |
} | |
customer who wants to protect themselves from the sun - semantic search engine | |
semantic search engine: { |
cat data | go run main.go
Download the utility for your plateform from the GitHub repo
Example for Linux:
curl -L -o - https://github.com/owulveryck/wardleyToGo/releases/download/v0.6.0-newdsl/wardleyToGo_0.6.1-newdsl_Linux_x86_64.tar.gz | tar xzvf -
// Stages of evolution | |
package main | |
import ( | |
"image/color" | |
"log" | |
"math" | |
"os" | |
"golang.org/x/image/font/opentype" |