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
| # Clip Factory - Privacy Policy | |
| Last updated: March 4, 2026 | |
| ## 1. Information We Collect | |
| Clip Factory collects only the minimum information necessary to operate: | |
| - TikTok OAuth tokens for publishing videos on your behalf | |
| - YouTube OAuth tokens for publishing videos on your behalf | |
| - Video metadata (titles, descriptions, tags) |
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
| # Clip Factory - Terms of Service | |
| Last updated: March 4, 2026 | |
| ## 1. Acceptance of Terms | |
| By using Clip Factory ("the Service"), you agree to these Terms of Service. | |
| ## 2. Description of Service | |
| Clip Factory is an automated content management tool that publishes short-form video clips to social media platforms including TikTok and YouTube. |
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
| ssh -L 15672:localhost:15672 knascimento@dev-tracking.aws.dafitidev.com.br |
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
| smbpasswd -r 10.10.20.10 -U piero.giusti |
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
| \ParameterConfigRepository::shouldReceive('findOneByParameterCodeAndPartner') | |
| ->once() | |
| ->andReturnUsing(function ($code) { | |
| $params = [ | |
| 'ftp' => '127.0.0.1', | |
| 'user' => 'fernandinho', | |
| 'password' => '1234' | |
| ]; | |
| return $params[$code]; |
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
| SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); | |
| SET SESSION sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); |
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
| PS1='\[\033[0;37m\][\t]\[\033[0;32m\][\u]\[\033[31m\][\h]`git branch 2>/dev/null | grep \ | head -1 | sed "s/\ //g" | awk "{ print \"[ \"\\\$1 \" ]\" }"` \[\033[1;33m\]\w\a\[\033[0m\]\n\$ ' |