Skip to content

Instantly share code, notes, and snippets.

View firetop0011's full-sized avatar
💭
Soso

firetop001 firetop0011

💭
Soso
View GitHub Profile
@firetop0011
firetop0011 / ios_split_device_testing.rb
Created February 11, 2023 13:04 — forked from adamyanalunas/ios_split_device_testing.rb
A script to evenly split the number of tests run between n iOS devices. Useful for splitting UI tests in device farms like Test Lab.
#!/usr/bin/env ruby
require 'xcodeproj'
require 'open3'
require 'ostruct'
require 'timeout'
require 'benchmark'
class Device
@Sevichecc
Sevichecc / rss.js
Last active October 17, 2023 19:07
rss+ & miniflux
// ==UserScript==
// @name RSS+ : Show Site All RSS
// @name:zh RSS+ : 显示当前网站所有的 RSS
// @name:zh-CN RSS+ : 显示当前网站所有的 RSS
// @name:zh-TW RSS+ : 顯示當前網站所有的 RSS
// @name:ja RSS+ : 現在のサイトのRSSを表示
// @name:ko RSS+ : 현재 사이트의 RSS 표시
// @description Show All RSS Of The Site (If Any)
// @description:zh 显示当前网站的所有 RSS(如果有的话)
// @description:zh-CN 显示当前网站的所有 RSS(如果有的话)
@rcarmo
rcarmo / bt-agent.service
Last active December 12, 2023 13:14
Set up PAN networking on Raspbian Stretch (use sudo to create these files and run all commands)
# in /etc/systemd/system
[Unit]
Description=Bluetooth Agent
[Service]
ExecStart=/usr/bin/bt-agent -c NoInputNoOutput
Type=simple
[Install]
WantedBy=multi-user.target
@Victa
Victa / gist:1152681
Created August 17, 2011 21:25
iPhone Calling and Texting Links
<a href="tel:1-408-555-5555">1-408-555-5555</a>
<a href="sms:1-408-555-1212">New SMS Message</a>