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)
Comprehensive OpenAPI schema generator for Django based on pydantic

🗡️ Djagger Automated OpenAPI documentation generator for Django. Djagger helps you generate a complete and comprehensive API documentation of your Dj

13 Nov 26, 2022
Processamento da Informação - Disciplina UFABC

Processamento da Informacao Disciplina UFABC, Linguagem de Programação Python - 2021.2 Objetivos Apresentar os fundamentos sobre manipulação e tratame

Melissa Junqueira de Barros Lins 1 Jun 12, 2022
Includes Chapters for Python Crash Course session.

python-crash-course Includes Chapters for Python Crash Course session. What will you learn: Python Essentials Creating Server Writing REST API Writing

Vineet Rao 3 Feb 17, 2021
PyCASCLib: CASC interface for Warcraft III

PyCASCLib CASC interface for Warcraft III. This repo provides bindings for JCASC: https://github.com/DrSuperGood/JCASC Installation Jdk is required fo

2 Jun 04, 2022
A New, Interactive Approach to Learning Python

This is the repository for The Python Workshop, published by Packt. It contains all the supporting project files necessary to work through the course from start to finish.

Packt Workshops 231 Dec 26, 2022
This is the core of the program which takes 5k SYMBOLS and looks back N years to pull in the daily OHLC data of those symbols and saves them to disc.

This is the core of the program which takes 5k SYMBOLS and looks back N years to pull in the daily OHLC data of those symbols and saves them to disc.

Daniel Caine 1 Jan 31, 2022
A simple wrapper to analyse and visualise reinforcement learning agents' behaviour in the environment.

Visrl Visrl (pronounced "visceral") is a simple wrapper to analyse and visualise reinforcement learning agents' behaviour in the environment. Reinforc

Jet New 14 Jun 27, 2022
FileTransfer - to exchange files from phone to laptop

A small website I locally host on my network to exchange files from my phone and other devices to my laptop.

Ronak Badhe 4 Feb 15, 2022
PyPI package for scaffolding out code for decision tree models that can learn to find relationships between the attributes of an object.

Decision Tree Writer This package allows you to train a binary classification decision tree on a list of labeled dictionaries or class instances, and

2 Apr 23, 2022
A module to prevent invites and joins to Matrix rooms by checking the involved server(s)' domain.

Synapse Domain Rule Checker A module to prevent invites and joins to Matrix rooms by checking the involved server(s)' domain. Installation From the vi

matrix.org 4 Oct 24, 2022
Replite - An embeddable REPL powered by JupyterLite

replite An embeddable REPL, powered by JupyterLite. Usage To embed the code cons

Jeremy Tuloup 47 Nov 09, 2022
Media Cloud Outlet Filtering

Using ABYZ and Media-Bias Fact-Check outlet databases, I've provided outlet CSV files for both and scripts to intended to match Media Cloud files to respective outlets.

Stephen Scarano 1 Feb 02, 2022
Semantic Data Management - Property Graphs 📈

SDM - Lab 1 @ UPC 👨🏻‍💻 Table of contents Introduction Property Graph Dataset 1. Introduction This repo is all about what we have done in SDM lab 1

Mohammad Zain Abbas 1 Mar 20, 2022
Repls goes to sleep due to inactivity, but to keep it awake, simply host a webserver and ping it.

Repls goes to sleep due to inactivity, but to keep it awake, simply host a webserver and ping it. This repo will help you make a webserver with a bit of console controls.

2 Mar 01, 2022
TallerStereoVision Convencion Python Chile 2021

TallerStereoVision Convencion Python Chile 2021 Taller Stereo Vision & Python PyCon.cl 2021 Instalación Se recomienta utilizar Virtual Environment pyt

2 Oct 20, 2022
A dead-simple service that notifies you when something goes down.

Totmannschalter Totmannschalter (German for dead man's switch) is a simple service that notifies you when it has not received any message from a servi

1 Dec 20, 2021
Winxp_python3.6.15 - Python 3.6.15 For Windows XP SP3

This is Python version 3.6.15 Copyright (c) 2001-2021 Python Software Foundation. All rights reserved. See the end of this file for further copyright

Alex Free 13 Sep 11, 2022
A tool for fixing inconsistent timestamp metadata (atime, ctime, and mtime).

Mtime Fixer Mtime Fixer is a tool for fixing inconsistent timestamp metadata (atime, ctime, and mtime). Sometimes timestamp metadata of folders are in

Halit Şimşek 2 Jan 11, 2022
An unofficial opensource Pokemon cursor theme for Windows and Linux.

pokemon-cursor An unofficial opensource Pokemon cursor theme for Windows and Linux. Cursor Sizes 22 24 28 32 40 48 56 64 72 80 88 96 Colors Quick inst

Kaiz Khatri 72 Dec 26, 2022
Gives criticality score for an open source project

Open Source Project Criticality Score (Beta) This project is maintained by members of the Securing Critical Projects WG. Goals Generate a criticality

Open Source Security Foundation (OpenSSF) 1.1k Dec 23, 2022