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
metropolis | |
rock horror show | |
a meia noite levarei sua alma | |
night of living deads | |
The Visit | |
Devil | |
Delicatessen | |
Barry London | |
Cape Fear | |
Soylent Green |
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
from autogen import AssistantAgent, UserProxyAgent, GroupChat, GroupChatManager, ChatCompletion, retrieve_utils | |
### Default data and functions: | |
def write_file(file_name, file_content): | |
with open(file_name, "w") as file1: | |
file1.writelines(file_content) | |
function_map_definition = [] |
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
/// <summary> | |
/// Classe com métodos para validação de CPF e CNPJ utilizando Linq | |
/// </summary> | |
public static class CpfCnpjUtils | |
{ | |
private static readonly int[] Multiplicador1Cnpj = { 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2 }; | |
private static readonly int[] Multiplicador2Cnpj = { 6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2 }; | |
private static readonly int[] Multiplicador1Cpf = { 10, 9, 8, 7, 6, 5, 4, 3, 2 }; | |
private static readonly int[] Multiplicador2Cpf = { 11, 10, 9, 8, 7, 6, 5, 4, 3, 2 }; |
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
RAR registration data | |
WinRAR | |
Unlimited Company License | |
UID=4b914fb772c8376bf571 | |
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d | |
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717 | |
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565 | |
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd | |
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190 | |
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9 |
- Docker Hub - One private repo/image spot for free
- Three Scale - Very generous free tier 50GB of space, 500 Pulls a month etc..
- Canister - 20 private repos with almost no limits on free tier
- Code Fresh - Free tier for developers
- Setup Private Docker Registry - Digital Ocean hosted Tutorial
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
using System.Runtime.InteropServices; | |
namespace MorpheusOverride; | |
class MorpheusApp | |
{ | |
private NotifyIcon trayIcon; | |
private System.Timers.Timer keepAwakeTimer; | |
private AwakeMode currentMode = AwakeMode.Disabled; | |
private DateTime expirationTime = DateTime.MaxValue; |
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
-----BEGIN CERTIFICATE----- | |
MIIDqTCCAy+gAwIBAgISBVFa7xEDSldXRm5c11RQTWNGMAoGCCqGSM49BAMDMDIx | |
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF | |
NjAeFw0yNTA1MTIyMjQyNTRaFw0yNTA4MTAyMjQyNTNaMCkxJzAlBgNVBAMTHmZz | |
NjcxMngtMTA4ZS50YWlsNzE3MTVjLnRzLm5ldDBZMBMGByqGSM49AgEGCCqGSM49 | |
AwEHA0IABGmuVQNlXFhDup/mXhytin2JHse+X6gZJjo2OtIWadzJU3zCg00lSFBh | |
CRJsHQSlz7YCbLjeu8iA+PNwm1Go7kOjggIsMIICKDAOBgNVHQ8BAf8EBAMCB4Aw | |
HQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYD | |
VR0OBBYEFFq3+IaAE6ychvf0VNFAG5QNMla6MB8GA1UdIwQYMBaAFJMnRpgDqVFo | |
jpjWxEJI2yO/WJTSMDIGCCsGAQUFBwEBBCYwJDAiBggrBgEFBQcwAoYWaHR0cDov |
OlderNewer