safariはselectのonchangeで新しいタブでのページ遷移やテキストのコピーなどを行えない

<select id="actionSelect">
  <option value="open">window.openを実行</option>
  <option value="copy">クリップボードにコピー</option>
</select>

justify-contentやalign-itemsがcenterのときに両端を見切れさせない

<ul class="list">
  <li class="item">項目</li>
  <li class="item">項目</li>
  <li class="item">項目</li>
  <li class="item">項目</li>
  <li class="item">項目</li>
  <li class="item">項目</li>
  <li class="item">項目</li>
</ul>

svgフィルターでテキスト縁取り

<p class="css">CSSで縁取り文字</p>
<p class="svg-dilate">縁取り文字 Dilate</p>
<p class="svg-erode">縁取り文字 Erode</p>

<svg class="for-stroke">
  <filter id="filter-dilate">
    <feMorphology operator="dilate" radius="1" result="DILATED" />
    <feComposite in="DILATED" in2="SourceGraphic" operator="out" />
  </filter>
  <filter id="filter-erode">
    <feMorphology operator="erode" radius="1" result="ERODED" />
    <feComposite in="ERODED" in2="SourceGraphic" operator="xor" />
  </filter>
</svg>

virtualenv

#instalar
sudo apt-get install python-virtualenv

#creo el entorno
virtualenv -p python3 py3env

#entro al entorno
source py3env/bin/activate

#salgo del entorno
deactivate

Fresh WU Trf Bug Dumps+pin 101 201 PayPal Logs CashApp transfer Bank to Bank Transfer Drop Wire Logs ATM Cards cPanel host



______JEANSON ANCHETA______


Stop Paying for Fluff. Start Getting Results.


                    🌍 


🛡️ Verified • HQ Access • Fast Delivery
💬 DM for escrow or direct 🔥
WESTERN UNION / MONEYGRAM / BANK LOGINS / BANK DROP/ PAYPAL TRANSFER GLOBAL / CASHAPP / ZELLE / APPLE PAY / SKRILL / VENMO TRANSFER
©2025  Telegram: @JeansonTooL
https://t.me/+2__ynBAtFP00M2Fk
https://t.me/+CsF2t7HvV_ljMmU8


Hello fam, offering HQ services 💻💸 — got WU pluggz, bank logs w/ fullz, PayPal jobz, Skrill flips 🔥. 

ObjectHook

/**
 * 全局重写 Object.prototype.hasOwnProperty,实现调用监控。
 */
function hijackGlobalHasOwnProperty() {
    // 1. 备份原生的 hasOwnProperty 方法
    const originalHasOwnProperty = Object.prototype.hasOwnProperty;
    
    if (originalHasOwnProperty.__is_hooked__) {
        console.log("⚠️ hasOwnProperty 已经被 Hook,跳过重写。");
        return;
    }

    // 2. 定义新的监控函数
    function monitoredHasOwnProperty(prop) {
        // 获取当前检查的对象(this 指向被检查的对象)
        // 尝试获取对象名,或使用其字符串表示
        let objectId = t

757. Set Intersection Size At Least Two

You are given a 2D integer array intervals where intervals[i] = [starti, endi] represents all the integers from starti to endi inclusively. A containing set is an array nums where each interval from intervals has at least two integers in nums. For example, if intervals = [[1,3], [3,7], [8,9]], then [1,2,4,7,8,9] and [2,3,4,8,9] are containing sets. Return the minimum possible size of a containing set.
/**
 * Finds the minimum number of integers needed so that
 * each interval contains at least two chosen numbers.
 *
 * @param {number[][]} intervals - Array of [start, end] intervals
 * @return {number} - Minimum number of integers chosen
 */
var intersectionSizeTwo = function(intervals) {
    // Step 1: Sort intervals
    // - Primary: by end ascending (smaller right boundary first)
    // - Secondary: by start descending (larger left boundary first if ends are equal)
    intervals.sort((a, b)

virtualenv

# instalar virtualenv

sudo apt-get install python-virtualenv


#crear un entorno virtual para python3

virtualenv -p /usr/bin/python3 py3env


# activar el virtualenv para trabajar ahi adentro

source py3env/bin/activate

#para salir de un entorno virtual 

deactivate


una vez en el entorno virtual puedo instalar pymysql

pip install "pymysql<1.0"

tengo q poner <1.0 porque el python3.4 no soporta f string y da error al instalar.







proxy

// 定义全局对象,兼容浏览器(window)和Node.js(global)
const globalScope = typeof window !== 'undefined' ? window : globalThis;

/**
 * 批量环境代理函数 (Hook)
 * @param {Array<string>} proxy_array - 需要代理的对象名称数组,例如 ['window', 'location']
 */
function batchProxy(proxy_array) {
    proxy_array.forEach(name => {
        // 1. 获取当前环境中的对象,如果不存在则初始化为空对象
        let target = globalScope[name];
        if (!target) {
            target = {};
            globalScope[name] = target; // 将新建的空对象挂载到全局
        }

  

Force garbage collection to free up / clean memory

import gc

## --> here script content or loop-iteration
# clean memory
gc.collect()

Fresh CC Fullz Bank Logs Paypal Transfer WU Transfer Bug MoneyGram CashApp Zelle Venmo Apple Pay Skrill Transfer ATM Cards.



______JEANSON ANCHETA______


Stop Paying for Fluff. Start Getting Results.


                          🌍 


🛡️ Verified • HQ Access • Fast Delivery
💬 DM for escrow or direct 🔥
WESTERN UNION / MONEYGRAM / BANK LOGINS / BANK DROP/ PAYPAL TRANSFER GLOBAL / CASHAPP / ZELLE / APPLE PAY / SKRILL / VENMO TRANSFER
©2025  Telegram: @JeansonTooL
https://t.me/+2__ynBAtFP00M2Fk
https://t.me/+CsF2t7HvV_ljMmU8


Hello fam, offering HQ services 💻💸 — got WU pluggz, bank logs w/ fullz, PayPal jobz, Skrill fli

shopifyメモ

・[Shopify無料テーマ「Dawn」のECサイト参考事例!日本企業の活用例を業界別にご紹介](https://lp.makegift.me/blog/2152/)  
・[[Shopify] ポリシーページをカスタマイズする方法(Debutテーマ)](https://torublog.com/shopify-policy-pages-customize/)  

ICWA

select distinct count(chain_id) as count_wapol, substring(date_of_crash::text,1,4) as crash_date from demog_status ds join chain_main cm on ds.cur_chain=cm.chain_id join crash_wapoldata cw on substring(ds.lpnot,1,11)=cw.lpno where lset_id = 50 group by 2 order by 2;
select distinct count(chain_id) as count_crash_icwa, substring(ci.date_of_crash::text,1,4) as date_of_crash from demog_status ds join chain_main cm on ds.cur_chain=cm.chain_id join crash_icwadata ci on substring(ds.lpnot,1,11)=ci.lp

Adobe Premiere Pro Keyboard Shortcuts

Full list of shortcuts is available via the app and the Adobe website. These are the shortcuts I use most often.
Application		
	Selection Tool	V	
	Track Select Backward Tool	⇧+A	
	Track Select Forward Tool	A	
	Ripple Edit Tool	B	
	Rolling Edit Tool	N	
	Rate Stretch Tool	R	
	Razor Tool	C	
	Slip Tool	Y	
	Slide Tool	U	
	Pen Tool	P	
	Hand Tool	H	
	Zoom Tool	Z	
	Type Tool	T	
	
	Premiere Pro		
			Keyboard Shortcuts...	⌥+⌘+K	
		Quit Premiere Pro	⌘+Q	
		
	File		
		New		
			Project...	⌥+⌘+N	
			Sequence...	⌘+N	
			Bin	⌘+/	

		Open Project...	⌘+O	
		Close	⌘+W	
		Close Project	⇧+⌘+W	
		Save	⌘+S	
		Save As...	⇧+⌘+S	
	

2154. Keep Multiplying Found Values by Two

You are given an array of integers nums. You are also given an integer original which is the first number that needs to be searched for in nums. You then do the following steps: If original is found in nums, multiply it by two (i.e., set original = 2 * original). Otherwise, stop the process. Repeat this process with the new number as long as you keep finding the number. Return the final value of original.
/**
 * @param {number[]} nums
 * @param {number} original
 * @return {number}
 */
var findFinalValue = function(nums, original) {
    // Step 1: Convert nums into a Set for faster lookups.
    // Why? Searching in an array is O(n), but in a Set it's O(1).
    let numSet = new Set(nums);

    // Step 2: Keep checking if 'original' exists in the set.
    // If it does, double it and repeat.
    while (numSet.has(original)) {
        // Found 'original' in nums, so double it
        original = orig

InstallMapMissingComponentKey

# InstallMapMissingComponentKey

### Definition
|||
|-|-|
|hKey|HKEY\_LOCAL\_MACHINE|
|subKey|\\COMPONENTS\\DerivedData\\VersionedIndex\\_[ServicingStackVersion]_[^1]\\ComponentFamilies\\_[ComponentName\_NonVersioned]_[^2]\\v!_[ComponentVersion]_[^3]|
|Kind|REG_BINARY|
|Name|InstallMapMissingComponentKey|
|Data|00|

### Purpose
This value is written to a ComponentFamilies key when the install map cannot locate the corresponding version information under the Components key.

### Example

```text