Instantly share code, notes, and snippets.
Discover gists
mariusft /SamsungSmartCam.ps1
Last activeDecember 18, 2025 00:46
This file contains hidden or 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
| # Script was tested with SNH-P6410BN - other similar cameras may be compatible as well | |
| # Execute below line in PowerShell with admin privileges before launching the script | |
| # Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned -Force | |
| #For PowerShell versions lower than 7.0 comment -AllowUnencryptedAuthentication in Invoke-RestMethod | |
| FunctionCameraConfig { | |
| param( | |
| [string]$DefaultIP="192.168.0.0", | |
| [string]$IP=$null, |
This file contains hidden or 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
| #!/usr/bin/ruby | |
| require'webrick' | |
| server=WEBrick::HTTPServer.new( | |
| :ServerSoftware=>nil, | |
| :BindAddress=>'0.0.0.0', | |
| :Port=>80, | |
| :Logger=>WEBrick::Log.new($stderr,WEBrick::Log::DEBUG), | |
| :AccessLog=>[ |
gcchaan /研修資料まとめ.md
Last activeDecember 18, 2025 00:43
- CARTA HOLDINGS(旧VOYAGE GROUP)
- 技術広報が新卒研修<Open AIハッカソン>をスパイしてみた - (2023/04/11)
- @t_wadaに学ぶテスト駆動開発【CARTA 23新卒研修】 - (2023/04/19)
- 【新卒研修】監修者@t_wadaと読む!プログラマが知るべき97のこと読書会 - (2024/04/09)
- Classi
- 当たり前にリリースしていく ~ 新卒研修編 - (2021/05/20)
- リモートワークのための質問力向上研修を実施しました - (2021/12/07)
- Classi 2025年新卒エンジニア研修「そーだい塾」を開催しました - (2025/06/18)
- CyberZ
win3zz /GitHub-Leaked-API-Keys-and-Secrets.md
Last activeDecember 18, 2025 00:43
ksprashu /GEMINI_CLI_CORE_SYSTEM_PROMPT.md
Last activeDecember 18, 2025 00:34
System Instructions of Gemini CLI as on 29-07-2025 This file contains hidden or 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
| -- mythic-robbery/client/main.lua | |
| AddEventHandler("Robbery:Shared:DependencyUpdate",RetrieveComponents) | |
| functionRetrieveComponents() | |
| Logger=exports["mythic-base"]:FetchComponent("Logger") | |
| Callbacks=exports["mythic-base"]:FetchComponent("Callbacks") | |
| PedInteraction=exports["mythic-base"]:FetchComponent("PedInteraction") | |
| Progress=exports["mythic-base"]:FetchComponent("Progress") | |
| Phone=exports["mythic-base"]:FetchComponent("Phone") |
This file contains hidden or 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
| -- mythic-finance/client/client.lua | |
| localinBank=true | |
| AddEventHandler("Finance:Shared:DependencyUpdate",RetrieveComponents) | |
| functionRetrieveComponents() | |
| Utils=exports["mythic-base"]:FetchComponent("Utils") | |
| Callbacks=exports["mythic-base"]:FetchComponent("Callbacks") | |
| Logger=exports["mythic-base"]:FetchComponent("Logger") |
NewerOlder

