Skip to content

Instantly share code, notes, and snippets.

@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 6, 2025 20:00
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: dcdc6066-b197-4b46-9b93-770c963e19fe
-- Server started: February 06, 2025 07:46 PM UTC | Server uptime: 803 seconds
------------------ LOADB LOGS ------------------
{
}
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 24 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 5
[set-github-started-label : post-comment] + EXTRA_ARGS=
[set-github-started-label : post-comment] + [[ ! -z operator-release-pipeline/started ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels operator-release-pipeline/started'
[set-github-started-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/operator-pipelines-test/pull/2208
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-release ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-release'
[set-github-started-label : post-comment] + [[ true == \t\r\u\e ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels'
//@version=5
// ══════════════════════════════════════════════════════════════════════════════════════════════════ //
//# * ══════════════════════════════════════════════════════════════════════════════════════════════
//# *
//# * Study : Day Trading Booster
//# * Author : © dgtrd
//# * Author : 1 Satyam
//# *
//# * Revision History
//# * Release : Dec 29, 2022 : Initial Release
<?xml version="1.0" encoding="UTF-8"?>
<gexf version="1.2" xmlns="http://www.gexf.net/1.2draft" xmlns:viz="http:///www.gexf.net/1.1draft/viz">
<meta>
<title>cdl.graphml</title>
</meta>
<graph defaultedgetype="directed">
<attributes class="node">
<attribute id="labelV" title="labelV" type="string"/>
<attribute id="description" title="description" type="string"/>
<attribute id="title" title="title" type="string"/>
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 46 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 7
[get-pr-number : parse-pr-url] + echo -n 2210
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number
[get-pr-number : parse-pr-url] 2210
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m
[acquire-lease : create-lease] + '[' m == m ']'
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 20 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 11
[set-github-started-label : post-comment] + EXTRA_ARGS=
[set-github-started-label : post-comment] + [[ ! -z operator-release-pipeline/started ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels operator-release-pipeline/started'
[set-github-started-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/operator-pipelines-test/pull/2209
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-release ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-release'
[set-github-started-label : post-comment] + [[ true == \t\r\u\e ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels'
@Schoolads
Schoolads / gist:1bf1df4476c4adf8e840e13876dea12c
Created February 6, 2025 19:58
(2025|26} Crawford university. Registration Form is on sale call (08125777035) for Admission Processing. Admission Forms On sales Of Direct entry form, Pre-Degree Form, Jupeb form IJMB Form, masters form, Ph.D Form, Sandwich Form, Diploma Form, Change of institution form, Transfer form, Change of course Form are all out Call Admin On {O812577703…
(2025|26} Crawford university. Registration Form is on sale call (08125777035) for Admission Processing. Admission Forms On sales Of Direct entry form, Pre-Degree Form, Jupeb form IJMB Form, masters form, Ph.D Form, Sandwich Form, Diploma Form, Change of institution form, Transfer form, Change of course Form are all out Call Admin On {O8125777035} on how to purchase the form and register online, For Admission Process on how to be admitted and mode of payment of School Fee And Acceptances Fee Contact Office of the registrar on +2348125777035 for more Details.
@petersamokhin
petersamokhin / objc2_cgcolor.rs
Created February 6, 2025 19:58
objc2 CGColor
use objc2::Encode;
use objc2_foundation::CGFloat;
#[repr(C)]
pub struct __CGColor {
_private: [u8; 0],
}
pub type CGColorRef = *const __CGColor;
#[repr(C)]
@TTZPlayz
TTZPlayz / rainBowFade.py
Created February 6, 2025 19:58
I also made this in class.
# Write your code here :-)
import board
import neopixel
import time
pixel_pin = board.D2
num_pixels = 4
pixels = neopixel.NeoPixel(pixel_pin, num_pixels, brightness=0.7, auto_write=False)
@thiagoengdados
thiagoengdados / gist:34e40d561fbe4a0562e073e2a12832dd
Created February 6, 2025 19:57
RASPAGEM DADOS GLOBO ESPORTE
import requests
from bs4 import BeautifulSoup
url = 'https://ge.globo.com/rj/futebol/campeonato-carioca/jogo/05-02-2025/portuguesa-rio-flamengo.ghtml'
headers = {
'Upgrade-Insecure-Requests': '1',
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36',
'sec-ch-ua': '"Not A(Brand";v="8", "Chromium";v="132", "Google Chrome";v="132"',
'sec-ch-ua-mobile': '?0',