Skip to content

Instantly share code, notes, and snippets.

@sgouda0412
sgouda0412 / check_idrac_alive.py
Created December 21, 2025 05:09 — forked from tawateer/check_idrac_alive.py
检查 idrac 是否存活和检查机器电源状态
#!/usr/bin/env
import os
import sys
import re
import logging
import time
import argparse
import pexpect
import subprocess
@aura-creator-v2
aura-creator-v2 / roblox.txt
Created December 21, 2025 05:08
Uploaded from Roblox
<?xml version="1.0" encoding="utf-8"?>
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<Meta name="ExplicitAutoJoints">true</Meta>
<External>null</External>
<External>nil</External>
<Item class="Model" referent="RBX1">
<Properties>
<string name="Name">Rig</string>
<bool name="Archivable">true</bool>
</Properties> <Item class="Humanoid" referent="RBX2">
@aura-creator-v2
aura-creator-v2 / roblox.txt
Created December 21, 2025 05:08
Uploaded from Roblox
<?xml version="1.0" encoding="utf-8"?>
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<Meta name="ExplicitAutoJoints">true</Meta>
<External>null</External>
<External>nil</External>
<Item class="Model" referent="RBX1">
<Properties>
<string name="Name">Rig</string>
<bool name="Archivable">true</bool>
</Properties> <Item class="Humanoid" referent="RBX2">
@sgouda0412
sgouda0412 / __init__.py
Created December 21, 2025 05:06 — forked from tawateer/__init__.py
python concurrent futures source
# Copyright 2009 Brian Quinlan. All Rights Reserved.
# Licensed to PSF under a Contributor Agreement.
"""Execute computations asynchronously using threads or processes."""
__author__ = 'Brian Quinlan ([email protected])'
from concurrent.futures._base import (FIRST_COMPLETED,
FIRST_EXCEPTION,
ALL_COMPLETED,
@zulfikriyahya
zulfikriyahya / Generate Blueprint.md
Last active December 21, 2025 05:08
For Astro Project.
set -euo pipefail
OUT=".draft.md"
ROOT="."
EXCLUDE_PATTERNS=( 
  "./node_modules/*" 
  "./.git/*" 
  "./.yarn/*" 
  "./.astro/*" 
  "./dist/*" 
import os
import pandas as pd
import json
import numpy as np
import requests
import websocket
import threading
import time
from datetime import datetime, timedelta, timezone
import uuid
[
"https://i.pinimg.com/736x/3f/b0/31/3fb0319b3ee3e3dff2188d4319fe17e7.jpg",
"https://i.pinimg.com/736x/f5/eb/54/f5eb54e16d3b4ebd2e0d9a6f94f3f040.jpg",
"https://i.pinimg.com/736x/a2/40/81/a24081b61483f0b5225dc7d9b1ddea63.jpg",
"https://i.pinimg.com/736x/13/96/ff/1396ff69e32a4f7663f6a2c642ae7baa.jpg",
"https://i.pinimg.com/736x/51/60/e8/5160e86d48beee03d228607cfbe82564.jpg",
"https://i.pinimg.com/30x30_RS/28/0e/85/280e851be1ff13d3e438904ff4da9dd5.jpg",
"https://i.pinimg.com/75x75_RS/be/7b/2d/be7b2d41e4b4df1e875342745e2be944.jpg",
"https://i.pinimg.com/75x75_RS/9f/a3/ae/9fa3ae74e254ce73cbc36de2a01ad9c4.jpg",
"https://i.pinimg.com/75x75_RS/2c/1d/60/2c1d60f58d9750b06662a4da2f7616b0.jpg",
@sgouda0412
sgouda0412 / ExcutorScrapy.py
Created December 21, 2025 05:04 — forked from coodoing/ExcutorScrapy.py
Use future and excutor functions to implements parallel scrapy
#!/usr/bin/python
#-*-coding:utf-8-*-
import sys
import concurrent.futures
import urllib.request
URLS = ['http://www.foxnews.com/',
'http://www.cnn.com/',
'http://europe.wsj.com/',