Skip to content

Instantly share code, notes, and snippets.

View skikozou's full-sized avatar
📦
: )

skikozou skikozou

📦
: )
View GitHub Profile
@skikozou
skikozou / main.go
Last active January 4, 2025 15:02
Android Pattern Bruteforce
package main
import "fmt"
func main() {
fmt.Println("Android Pattern Bruteforce")
//初期化
UsedPoint := []int{}
PasswordCount := 0
@skikozou
skikozou / Country-specific_solutions_to_problems.go
Created December 11, 2024 10:56
Country-specific solutions to problems
package main
import (
"fmt"
"strings"
)
func main() {
fmt.Println("Country-specific solutions to problems")
fmt.Println("Some problems -> ?")
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 1.
"URL","その他","ウィジェット","アナリティクス","コメントシステム","セキュリティ","フォント","CDN","マーケティングオートメーション","アドネットワーク","Webカメラ","タグマネージャー","ライブチャット","JavaScriptライブラリ","Cookie同意管理","アクセシビリティ","SSL/TLS認証局","アフィリエイト","アポイント調整","サーベイ","A/Bテスト","Eメール","パーソナライズ","リターゲッティング","RUM","ジオロケーション","ブラウザフィンガープリント","ロイヤリティ・リワード","機能管理","セグメンテーション","ホスティング","翻訳","レビュー","後払い販売","Performance","Reservations & delivery","Referral marketing","Digital asset management","Content curation","Customer data platform","Cart abandonment","Shipping carriers","Recruitment & staffing","Returns","Livestreaming","Ticket booking","Augmented reality","Domain parking","Fundraising & donations","JavaScriptフレームワーク","Webサーバー","モバイルフレームワーク","支払い処理","SEO","ユーザーオンボーディング","コンテナ","PaaS","IaaS","WordPressプラグイン","Shopify apps","Form builders","ビデオプレーヤー","Webフレームワーク","キャッシュツール","Webサーバー拡張","リバースプロキシ","ロードバランサー","UIフレームワーク","WordPressテーマ","Shopifyテーマ","Drupalテーマ","JavaScriptグラフィックス","オペレーションシステム","マップ","Authentication","Cross border ecommerce","Fulfilment","Ecommerce frontends","WYS
package main
import (
"fmt"
)
func main() {
fmt.Println("fake 2048(fakeと言っているがほぼ2048もどきである)")
World := New()
package main
import (
"fmt"
"math/rand"
"strconv"
)
func main() {
fmt.Println("guessのgoバージョン")