Skip to content

Instantly share code, notes, and snippets.

View Mara-Li's full-sized avatar
🏃
Looking for a job!

Lisandra Mara-Li

🏃
Looking for a job!
View GitHub Profile
@Mara-Li
Mara-Li / frFR.json
Created November 6, 2025 13:12
Operative Rework - FR
{
"strings": {
"93878892-b607-4305-90e8-5ce9f81cd9da": {
"Offset": 0,
"Text": "<u>(5 + bonus de {g|Encyclopedia:WarhammerPerception}PER{/g})</u>"
},
"63599150-19f3-467d-8085-9a79a94557ac": {
"Offset": 0,
"Text": "Au début de chaque tour, l'agent inflige +1 cumul de l'{g|Encyclopedia:CommonStatusesGlossary}effet{/g} {g|Encyclopedia:Exploit}Vulnérabilité{/g} à tous les ennemis dans sa {g|Encyclopedia:LineOfSight}ligne de mire{/g}.\nLes ennemis subissent +5% de dégâts supplémentaires par cumul de vulnérabilité. Les ennemis blessés par l'agent subissent +<u>{uip|damage|6cfd9b9830ea403db07a816843a8e39a}</u>% de dégâts supplémentaires par cumul.\nLes vulnérabilités appliquées par plusieurs agents se cumulent, mais les capacités de l'agent qui retirent des vulnérabilités ne fonctionnent qu'avec celles qu'il a lui-même appliquées."
},
@Mara-Li
Mara-Li / Grimalkin.fr.json
Created January 14, 2025 08:38
Mist - SMALL
{
"playerTransform": {
"location": [ 0, 0, 0 ],
"rotation": [ 0, 0, 0, 1 ],
"scale": [ 1, 1, 1 ]
},
"houseSize": "Small",
"interiorScale": 1,
"interiorFixture": [
{
@Mara-Li
Mara-Li / settings.json
Created October 7, 2024 06:35
uBlackList – settings
{
"syncAppearance": true,
"linkColor": "default",
"highlightColors": [
"#ddeeff"
],
"syncGeneral": true,
"hideControl": true,
"enablePathDepth": false,
"syncBlocklist": true,
{
"basics": {
"name": "Lisandra Simonetti",
"headline": "Attachée de recherche clinique",
"email": "simonetti.lisandra@icloud.com",
"phone": "0619672123",
"location": "Villeurbanne",
"url": {
"label": "",
"href": ""
@Mara-Li
Mara-Li / README.md
Last active December 21, 2023 17:48
Discord — Canary & Powershell autorun-update
@Mara-Li
Mara-Li / settings.ts
Created July 31, 2023 15:22 — forked from Fevol/settings.ts
Tabulated settings page
export class SampleSettingTab extends PluginSettingTab {
plugin: MyPlugin;
settingsPage: HTMLElement;
YOUR_TABS = {
'first-tab-id': {
name: 'First tab',
icon: 'coffee',
},
'second-tab-id': {
/*
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
if you want to view the source, please visit the github repository of this plugin
*/
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
@Mara-Li
Mara-Li / FollowMe.md
Created December 24, 2022 10:42
Canvas — Insert the filepath in the body so you can stylize each one differently

Put the previous file in your configured folder and active it. Felicitation! Each canvas will get the following class & attribute : .canvas-file[data-canvas-file*="filepath"].

You can now stylize it using these state. For example, to change the canvas-color for a file named ProjectOne :

body.canvas-file[data-canvas-file*="ProjectOne"] {
    --canvas-color-1: 138,97,189 ; /* Mapple Street*/
    --canvas-color-2: 110,151,23; /*Oak Street*/
    --canvas-color-3: var(--color-yellow-rgb); 
 --canvas-color-4: 154,80,40; /* Pine Street*/
@Mara-Li
Mara-Li / birthday.py
Last active May 6, 2022 18:22
(Fr) Génère une date d'anniversaire aléatoirement, possiblement à partir d'un âge, d'une année ...
import argparse
import datetime
import random
import sys
def birthday(year=None, age=None, mode="numeric"):
"""
Génère une date d'anniversaire aléatoirement.
Parameters
----------

Hi 👋, I'm Mara-Li

A student who love programming

mara-li

mara-li

mara__li

  • 🌱 I’m currently learning Python and Typescript