A dynamic single page Login + Sign Up with accessibility :D
Remixed from
Includes:
#!/bin/bash | |
# Converts a double-column PDF to a single-column PDF by extracting | |
# each column separately and then interleaving the pages. | |
# | |
# Usage: | |
# ./2one.sh <input.pdf> <output.pdf> | |
# | |
# Arguments: | |
# input.pdf: The path to the input PDF file. |
<?php | |
error_reporting(E_ALL); ini_set('display_errors', 'On'); | |
date_default_timezone_set('Europe/Amsterdam'); | |
if(!isset($_SESSION)) {session_start();} | |
include("helpers/funcs.php"); | |
include_once("phpGrid/config.php"); | |
include(PHPGRID_LIBPATH."/inc/jqgrid_dist.php"); | |
// Database config file to be passed in phpgrid constructor |
[Event 'Chess LLM Arena'] | |
[Site 'https://github.com/mlabonne/chessllm'] | |
[Date '2025.03.13'] | |
[White 'mlabonne/chesspythia-70m'] | |
[Black 'EleutherAI/pythia-70m-deduped'] | |
[Result '0-1'] | |
[Time '13:43:21'] | |
[TimeControl '180+0'] | |
[Termination 'Checkmate'] |
DriverHub Cracked |
package com.example.colorcounterapp.ui.theme | |
import androidx.compose.ui.graphics.Color | |
val Purple80 = Color(0xFFBB86FC) | |
val PurpleGrey80 = Color(0xFFCF94DA) | |
val Pink80 = Color(0xFFEFB8C8) | |
val Purple40 = Color(0xFF6200EE) | |
val PurpleGrey40 = Color(0xFF7D5260) |
$ cd <作業ディレクトリのパス> | |
$ docker pull cirrusci/flutter:stable | |
$ docker run --name <コンテナ名> -d -p 8888:8888 -it -v ${PWD}:/build --workdir /build cirrusci/flutter:stable | |
$ docker exec -i -t <コンテナ名> bash | |
# flutter config --enable-web | |
# flutter create <プロジェクト名> | |
# cd <プロジェクト名> | |
# flutter run -d web-server --web-port=8888 --web-hostname 0.0.0.0 |
// load the mask file as a volume | |
const maskUrl = 'mask-url' | |
const imageIds = await createNiftiImageIdsAndCacheMetadata({ | |
url: maskUrl, | |
}) | |
const maskVolumeId = 'mask-volume-nifti' | |
const maskVolume = await volumeLoader.createAndCacheVolume(maskVolumeId, { | |
imageIds, |
A dynamic single page Login + Sign Up with accessibility :D
Remixed from
Includes:
Script started on 2025-03-13 21:35:45+08:00 [COMMAND="/home/luppy/nuttx-release/run-job.sh risc-v-07 3" TERM="tmux-256color" TTY="/dev/pts/9" COLUMNS="100" LINES="10"] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh risc-v-07 3 | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=risc-v-07 | |
+ [[ risc-v-07 == '' ]] | |
+ instance=3 | |
+ set | |
+ grep TMUX | |
+ true | |
+ neofetch |