Skip to content

Instantly share code, notes, and snippets.

@ElGuillermo
ElGuillermo / boinc_restart_paused_WUs.bat
Created October 13, 2023 09:31
[Windows] Un script batch pour reprendre les tâches Boinc suspendues
@echo off
setlocal enableextensions EnableDelayedExpansion
rem Settings
rem ==============================================================
rem Defines the url of the project we want the tasks to be resumed
set ResumeProjectUrl=https://wuprop.boinc-af.org/
rem ==============================================================
rem Defines the path to the client_state.xml Boinc file
set ClientStateFile=%ProgramData%\BOINC\client_state.xml
@ElGuillermo
ElGuillermo / conky.conf
Created October 7, 2022 11:47
A Conky script for my Sony laptop
--[[
# My Sony VAIO laptop conky script
# Author : ElGuillermo
# Release date : october 7t 2022
# Tested on : Mint 21 - Cinnamon
# Feel free to modity this script ;)
]]
conky.config = {
lua_load = '/home/guillaume/.config/conky/scripts_guillaume.lua',
@ElGuillermo
ElGuillermo / BoinColaBHG_AF.py
Last active October 25, 2022 09:20 — forked from zolople/BoinColaBHG.py
Boinc on Google Colab with Google Drive
#@title Menu "Affichage" -> "Afficher/masquer le code"
# -----------------------------------------------------------------
App1 = "BoinColaBHG++ for AF"
App2 = "v.22.02.05.wip (see inner code for details)"
Separator = "-----------------------------------------------------------------"
# By : ElGuillermo
# Based on : BoinColaBHG v.21.02.26.015 "Ononis minutissima"
# Author : Bartomeu Homar Graxell
# Web : http://www.zolople.com