This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import "fmt" | |
func main() { | |
fmt.Println("Android Pattern Bruteforce") | |
//初期化 | |
UsedPoint := []int{} | |
PasswordCount := 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
) | |
func main() { | |
fmt.Println("fake 2048(fakeと言っているがほぼ2048もどきである)") | |
World := New() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"math/rand" | |
"strconv" | |
) | |
func main() { | |
fmt.Println("guessのgoバージョン") |