-
For using access the Intranet page where the table of marks is located at.
-
Right click the table, and select "Inspect element". -
Find the table where all the marks are located at, for example: -
Copy the ID of the table, for examplet5711998
. -
Copy and paste the script on the console of your browser,
and replace<id>
by the id you found before. -
Press enter, and the stats will be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import androidx.compose.runtime.Composable | |
import androidx.compose.runtime.DisposableEffect | |
import androidx.compose.runtime.remember | |
import androidx.compose.ui.platform.LocalContext | |
import androidx.compose.ui.platform.LocalLifecycleOwner | |
import androidx.lifecycle.Lifecycle | |
import androidx.lifecycle.LifecycleEventObserver | |
import org.osmdroid.views.MapView | |
@Composable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.osmdroid.util.BoundingBox | |
import org.osmdroid.util.GeoPoint | |
/** | |
* Computes the center point of all the ones in the list. | |
* @author Arnau Mora | |
* @since 20220302 | |
* @return The center point between all the ones in the list. | |
*/ | |
fun List<GeoPoint>.computeCentroid(): GeoPoint { |
qumagie.conf:
# ------------------------------------------------------------
# qumagie.mydomain.com
# ------------------------------------------------------------
server {
set $forward_scheme http;
set $server "192.168.1.20";
The system is running Nginx Proxy Manager, but the file must be edited manually at /data/nginx/proxy_host
. Note that this reverse proxy is made to be working with a subdomain, in this case qumagie.***.com
.
Meant to be used with open-source-billing.
Launch:
python3 wkhtmltopdf_update.py
Hay que instalar una cosa:
python3 -m pip install py3-validate-email
Y ya puedes ejecutar el script:
python3 tarea3.py
OlderNewer