| Engine | Contact |
|---|---|
| 360 | kefu@360.cn |
| Abusix | support@abusix.com, https://lookup.abusix.com/ |
| Acronis | virustotal-falsepositive@acronis.com |
| ADMINUSLabs | info@adminuslabs.net, samples@adminus.net, falsepositive@adminuslabs.net |
| AegisLab | support@aegislab.com |
| Ahnlab | e-support@ahnlab.com, samples@ahnlab.com |
| AILabs (Monitorapp) | aicc@monitorapp.com |
| Alibaba | virustotal@list.alibaba-inc.com |
Discover gists
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
| alias ll='ls -alh' | |
| alias gs='git status' | |
| alias gp='git pull --rebase' |
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
| /** | |
| * ISC License | |
| * | |
| * Copyright 2026 Daniel Svensson, dsvensson@gmail.com | |
| * | |
| * Permission to use, copy, modify, and/or distribute this | |
| * software for any purpose with or without fee is hereby | |
| * granted, provided that the above copyright notice and | |
| * this permission notice appear in all copies. | |
| * |
Themis is a rule and decision management platform for teams that need to author, review, validate, version, build, test, and deploy business logic with confidence. It brings together workspace management, Git-backed rule sources, decision lifecycles, decision and rule-source simulation, rate-card generation, artifact generation, deployment workflows, and API-key-based automation in one product surface.
This repository contains the main backend and frontend applications, along with example projects for experimenting with rule packaging and deployment flows.
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
| alias ll='ls -alh' | |
| alias gs='git status' | |
| alias gp='git pull --rebase' |
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
| alias ll='ls -alh' | |
| alias gs='git status' | |
| alias gp='git pull --rebase' |
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
| alias ll='ls -alh' | |
| alias gs='git status' | |
| alias gp='git pull --rebase' |
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
| alias ll='ls -alh' | |
| alias gs='git status' | |
| alias gp='git pull --rebase' |
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
| 2026-07-06 16:17:47,435 588 [DEBUG] - XmlConfiguration is now operational | |
| 2026-07-06 16:17:48,017 588 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
| 2026-07-06 16:17:48,031 588 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
| 2026-07-06 16:17:48,031 588 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
| 2026-07-06 16:17:48,048 588 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
| 2026-07-06 16:17:48,065 588 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
| 2026-07-06 16:17:48,065 588 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
| 2026-07-06 16:17:48,077 588 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
| 2026-07-06 16:17:48,077 588 [DEBUG] - Adding new type 'RubyGe |
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
| package com.design.patterns; | |
| import org.springframework.boot.SpringApplication; | |
| import org.springframework.boot.autoconfigure.SpringBootApplication; | |
| import com.design.patterns.singletone.SingletonPattern; | |
| @SpringBootApplication | |
| public class DesignPatternsApplication { |
NewerOlder