Online-update est un programme python permettant de mettre a jour des dossier et de fichier depuis une adresse web.

Overview

Démarrage rapide

Online-update est un programme python permettant de mettre a jour des dossier et de fichier depuis une adresse web.

Mode préconfiguré

Le fichier update.py permet au créateur d’un programme de pré-configuré online-update pour directement téléchargé depuis une adresse web.
Pour cela il suffit de modifier updfile = None à la ligne 22 par l’adresse du fichier d’update.
Il est aussi possible de modifier a langue de l’updater, français (fr) ou anglais (en) a la ligne 23.

Mode cli

Le second fichier, cli-update.py affiche une interface cli permettant de saisir l’adresse des commandes.\

Commandes

LANG

lang permet de saisir la langue de l'updater, en/fr

lang 
   
    
lang fr

   

DL

dl permet de téléchargé un registre directement depuis son adresse

dl 
    
    
     
dl /main https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt

    
   

ROAD

road permet de géré la liste des fichier de redirection:
road list affiche la liste
road add ajoute une adresse a la liste
road del supprime une adresse a la liste
road read lie les fichier de redirection

RDL

rdl téléchargé un registre depuis les fichier de redirection:\

dl 
   
     + 
    
     
dl /main glade

    
   

Créé un registre d’update

Le registre d’update différencie tout les dossier et fichier a créer et/ou télécharger.

Création du dossier

l’entièreté des chemin de fichier son en relatif par rapport a l’updater
La commande mkd suivit du nom du dossier a créé permet de créer un dossier:

mkd /mod

Téléchargement de fichier

La commande wgt suivit du nom du ficher et de son adresse (séparé par une virgule) permet de téléchargé un fichier:

wgt /direct-time.pyw, https://raw.githubusercontent.com/pf4-DEV/glade/main/direct-time.pyw

Exemple

registre de mise a jour de Glade
https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt

mkd /container
...

wgt /glade-cli.py, https://raw.githubusercontent.com/pf4-DEV/glade/main/glade-cli.py
wgt /system/glade/Compiler.py, https://raw.githubusercontent.com/pf4-DEV/glade/main/system/glade/Compiler.py
...

Créé un fichier de routage

le ficher de routage doit contenir le nom et d'adresse de redirection séparé par une virgule

glade, https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt
You might also like...
Appointment Tracker that allows user to input client information and update if needed.

Appointment-Tracker Appointment Tracker allows an assigned admin to input client information regarding their appointment and their appointment time. T

Tesla App Update Differences Extractor

Tesla App Update Differences Extractor Python program that finds the differences between two versions of the Tesla App. When Tesla updates the app a l

This code can help you with auto update for-TV-advertisements in the store.

Auto-update-files-for-TV-advertisements-in-the-store This code can help you with auto update for-TV-advertisements in the store. It was write for Rasp

The update manager for the ERA App (era.sh)

ERA Update Manager This is the official update manager used in the ERA app (see era.sh) How it works Once a new version of ERA is available, the app l

This is friendlist update tools & old idz clon & follower idz clon etc
This is friendlist update tools & old idz clon & follower idz clon etc

This is friendlist update tools & old idz clon & follower idz clon etc

Blender addon, import and update mixamo animation

This is a blender addon for import and update mixamo animations.

Update your Nintendo Switch cheats with one click, or a bit more~
Update your Nintendo Switch cheats with one click, or a bit more~

Interactive-ASM-Cheats-Updater This updater unlocks your ability of updating most of the ASM cheats for Nintendo Switch. Table of Contents Functions Q

Python scripts to interact with Upper Deck ePack online trading card platform

This script should connect to the Upper Deck ePack API using your browser cookies and download a list of your current collection and save it as a CSV.

Registro Online (100% Python-Mysql)

Registro elettronico scritto in python, utilizzando database Mysql e Collegando Registro elettronico scritto in PHP

Releases(CLI-v02)
  • CLI-v02(Oct 26, 2021)

    Commandes

    LANG

    lang permet de saisir la langue de l'updater, en/fr

    lang <langue>
    lang fr
    

    DL

    dl permet de téléchargé un registre directement depuis son adresse

    dl <chemin> <adresse>
    dl /main https://raw.githubusercontent.com/pf4-DEV/glade/main/update.txt
    

    ROAD

    road permet de géré la liste des fichier de redirection:
    road list affiche la liste
    road add ajoute une adresse a la liste
    road del supprime une adresse a la liste
    road read lie les fichier de redirection

    RDL

    rdl téléchargé un registre depuis les fichier de redirection:\

    dl <chemin> + <nom>
    dl /main glade
    
    Source code(tar.gz)
    Source code(zip)
    cli-updater.py(3.82 KB)
  • v01(Oct 25, 2021)

    online-update

    démarrage rapide

    online-update est un programme python permettant de mettre a jour des dossier et de fichier depuis une adresse web.

    Mode préconfiguré

    Deux mode sont prévue, le premier permet au créateur d’un programme de pré-configuré online-update pour directement téléchargé depuis une adresse web.
    Pour cela il suffit de modifier updfile = None à la ligne 22 par l’adresse du fichier d’update.
    Il est aussi possible de modifier a langue de l’updater, français (fr) ou anglais (en) a la ligne 23.

    Mode cli

    Dans la cas ou la ligne 22 et laissé à None, l’updater affiche une interface cli permettant de saisir l’adresse du registre

    Créé un registre d’update

    le registre d’update référencie tout les dossier et fichier a créer et/ou télécharger.

    Création du dossier

    l’entièreté des chemin de fichier son en relatif par rapport a l’updater
    la commande mkd suivit du nom du dossier a créé permet de créer un dossier:

    mkd /mod
    

    Téléchargement de fichier

    la commande wgt suivit du nom du ficher et de son adresse (séparé par une virgule) permet de téléchargé un fichier:

    wgt /direct-time.pyw, https://raw.githubusercontent.com/pf4-DEV/glade/main/direct-time.pyw
    
    Source code(tar.gz)
    Source code(zip)
    update.py(2.12 KB)
Viewflow is an Airflow-based framework that allows data scientists to create data models without writing Airflow code.

Viewflow Viewflow is a framework built on the top of Airflow that enables data scientists to create materialized views. It allows data scientists to f

DataCamp 114 Oct 12, 2022
Automatically re-open threads when they get archived, no matter your boost level!

ThreadPersist Automatically re-open threads when they get archived, no matter your boost level! Installation You will need to install poetry to run th

7 Sep 18, 2022
Reproducible nvim completion framework benchmarks.

Nvim.Bench Reproducible nvim completion framework benchmarks. Runs inside Docker. Fair and balanced Methodology Note: for all "randomness", they are g

i love my dog 14 Nov 20, 2022
Logging-monitoring-instrumentation - A brief repository on logging monitoring and instrumentation in Python

logging-monitoring-instrumentation A brief repository on logging monitoring and

Noah Gift 6 Feb 17, 2022
Python solutions to Codeforces problems

CodeForces This repository is dedicated to my Python solutions for CodeForces problems. Feel free to copy, contribute and/or comment. If you find any

Shukur Sabzaliev 15 Dec 20, 2022
Spyware baseado em Python para Windows que registra como atividades da janela em primeiro plano, entradas do teclado.

Spyware baseado em Python para Windows que registra como atividades da janela em primeiro plano, entradas do teclado. Além disso, é capaz de fazer capturas de tela e executar comandos do shell em seg

Tavares 1 Oct 29, 2021
Information about a signed UEFI Shell that can be used when Secure Boot is enabled.

SignedUEFIShell During our research of the BootHole vulnerability last year, we tried to find as many signed bootloaders as we could. We searched all

Mickey 61 Jan 03, 2023
Python: Wrangled and unpivoted gaming datasets. Tableau: created dashboards - Market Beacon and Player’s Shopping Guide.

Created two information products for GameStop. Using Python, wrangled and unpivoted datasets, and created Tableau dashboards.

Zinaida Dvoskina 2 Jan 29, 2022
Scripts used in the RayStation medical radiation dosimetry treatment planning system

Med Phys Scripts These are scripts that I, the medical physics assistant at Cookeville Regional Medical Center, wrote for use in our radiation therapy

Kaley White 2 Oct 19, 2022
Tracing and Observability with OpenFaaS

Tracing and Observability with OpenFaaS Today we will walk through how to add OpenTracing or OpenTelemetry with Grafana's Tempo. For this walk-through

Lucas Roesler 8 Nov 17, 2022
La version open source du bot Discord Sblerboy

Sblerboy-Open-Source La version open source du bot Discord Sblerboy Sblerboy est un bot Discord permettant de jouer à des jeux de Gameboy directement

15 Nov 19, 2022
This app is to use algorithms to find the root of the equation

In this repository, I made an amazing app with tkinter python language and other libraries the idea of this app is to use algorithms to find the root of the equation I used three methods from numeric

Mohammad Al Jadallah 3 Sep 16, 2022
Versión preliminar análisis general de Covid-19 en Colombia

Covid_Colombia_v09 Versión: Python 3.8.8 1/ La base de datos del Ministerio de Salud (Minsalud Colombia) está en https://www.datos.gov.co/Salud-y-Prot

Julián Gómez 1 Jan 30, 2022
calculadora financiera hecha en python

Calculadora financiera Calculadora de factores financieros basicos, puede calcular tanto factores como expresiones algebraicas en funcion de dichos fa

crudo 5 Nov 10, 2021
Unfinished Python library based on ndspy, for Zelda: Phantom Hourglass and Spirit Tracks.

zed An unfinished library and toolset by me, for viewing and editing files from The Legend of Zelda: Phantom Hourglass and The Legend of Zelda: Spirit

4 Oct 13, 2022
Diff Match Patch is a high-performance library in multiple languages that manipulates plain text.

The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. Diff: Compare two blocks o

Google 5.9k Dec 30, 2022
Synthetik Python Mod - A save editor tool for the game Synthetik written in python

Synthetik_Python_Mod A save editor tool for the game Synthetik written in python

2 Sep 10, 2022
One-stop-shop for docs and test coverage of dbt projects.

dbt-coverage One-stop-shop for docs and test coverage of dbt projects. Why do I need something like this? dbt-coverage is to dbt what coverage.py and

Slido 106 Dec 27, 2022
A full-featured, hackable tiling window manager written and configured in Python

A full-featured, hackable tiling window manager written and configured in Python Features Simple, small and extensible. It's easy to write your own la

Qtile 3.8k Dec 31, 2022
Arcpy Tool developed for ArcMap 10.x that checks DVOF points against TDS data and creates an output feature class as well as a check database.

DVOF_check_tool Arcpy Tool developed for ArcMap 10.x that checks DVOF points against TDS data and creates an output feature class as well as a check d

3 Apr 18, 2022