16 skills found
MVRonkin / DsatoolsDigital signal analysis library for python. The library includes such methods of the signal analysis, signal processing and signal parameter estimation as ARMA-based techniques; subspace-based techniques; matrix-pencil-based methods; singular-spectrum analysis (SSA); dynamic-mode decomposition (DMD); empirical mode decomposition; variational mode decomposition (EMD); empirical wavelet transform (EWT); Hilbert vibration decomposition (HVD) and many others.
changliang5811 / SSA Python麻雀搜索算法(Sparrow Search Algorithm, SSA)的python实现
benmaier / TacomaTemporal networks in Python. Provides fast tools to analyze temporal contact networks and simulate dynamic processes on them using Gillespie's SSA.
yehoshuadimarsky / Python SsasA proof of concept to integrate Python and Microsoft Analysis Services
EmbarkBlue / JoeyBlue SQL TrainingsComprehensive training resources for SQL and Microsoft BI tools. Includes setup guides, installation videos, tutorials on data integration, transformation, architecture, visualization, and performance. Expand your data consulting skills with PowerBI, SSIS, SSAS, and beyond, with plans to cover AWS and Python for advanced use cases.
S-C-O-U-T / PyadomdA pythonic approach to query SSAS data models.
dylan-sutton-chavez / Edge PythonSingle-pass SSA compiler for Python 3.13: hand-written lexer, token-to-bytecode parser, adaptive VM with inline caching, template memoization, and configurable sandbox limits.
K-Ibadullaev / Py Ssa LibPy-SSA-Lib: Python implementation of the multichannel singular spectrum analysis (MSSA) and singular spectrum analysis (SSA)
pjparis / PySSAS Python Sediment Size Analysis By SieveDevelopment environment for Python object class pySSAS - Sediment Size Analysis by Sieve
brunocampos01 / PyssasBuild and deploy automated to SQL Server Analysis Services (SSAS) with Python.
Kinyas-tr / VENOM 1.0.16 Metasploit Shellcode Generator CompillerVersion release : v1.0.16 Author : pedro ubuntu [ r00t-3xp10it ] Codename: Aconite (Aconitum napellus) Distros Supported : Linux Ubuntu, Kali, Mint, Parrot OS Suspicious-Shell-Activity (SSA) RedTeam develop @2019 banner LEGAL DISCLAMER The author does not hold any responsibility for the bad use of this tool, remember that attacking targets without prior consent is illegal and punished by law. So use this tool responsibly. FRAMEWORK DESCRIPTION The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( C# | python | ruby dll | msi | hta-psh | docm | apk | macho | elf | deb | mp4 | etc ) injects the shellcode generated into one template (example: python) "the python funtion will execute the shellcode into ram" and uses compilers like gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file. It also starts a multi-handler to recive the remote connection (shell or meterpreter session). 'venom generator' reproduces some of the technics used by Veil-Evasion.py, unicorn.py, powersploit.py, etc.. HOW DO I DELIVER MY PAYLOADS TO TARGET HOST ? venom 1.0.11 (malicious_server) was build to take advantage of apache2 webserver to deliver payloads (LAN) using a fake webpage writen in html that takes advantage of <iframe> <meta-http-equiv> or <form> tags to be hable to trigger payload downloads, the user just needs to send the link provided to target host. "Apache2 (malicious url) will copy all files needed to your webroot, and starts apache for you." venom shellcode v1.0.16 DEPENDENCIES Zenity | Metasploit | GCC (compiler) | Pyinstaller (compiler) | mingw32 (compiler) | pyherion.py (crypter) wine (emulator) | PEScrambler.exe (PE obfuscator) | apache2 (webserver)| winrar (wine) | shellter (KyRecon) vbs-obfuscator (obfuscator) | avet (Daniel Sauder) | ettercap (MitM + DNS_Spoofing) | icmpsh (ICMP shell) openssl (build SSL certs) | CarbonCopy (sign exe binarys) | ResourceHacker (wine) | NXcrypt (python crypter) "venom.sh will download/install all dependencies as they are needed". Adicionally was build the script venom-main/aux/setup.sh to help you install all framework dependencies fast and easy. we just need to install first the most importante dependencies before trigger setup.sh = zenity, metasploit, ettercap .. DOWNLOAD/INSTALL 1º - Download framework from github git clone https://github.com/r00t-3xp10it/venom.git 2º - Set execution permitions cd venom-main sudo find ./ -name "*.sh" -exec chmod +x {} \; sudo find ./ -name "*.py" -exec chmod +x {} \; 3º - Install all dependencies cd aux && sudo ./setup.sh 4º - Run main tool sudo ./venom.sh Update venom instalation (compare local version againts github oficial version) sudo ./venom.sh -u Framework Main Menu banner venom shellcode v1.0.16 venom shellcode v1.0.16 Detailed info about release 1.0.16: https://github.com/r00t-3xp10it/venom/releases
tankenwei / Pyssa(Minimal) port of paulbuenau's SSA-Toolbox (Java) into Python
LoqmanSamani / BiostochA Python library for simulating biological and chemical systems using deterministic and stochastic methods, including Euler’s method, Runge-Kutta, SSA, Tau-Leaping, and CLE.
imclab / Python Ssa MtmTrying to reproduce the results from the SSA-MTM toolkit in python
friday7 / Datawarehouse And Business IntelligenceData Warehouse and Business Intelligence- Designed a Data warehouse for TED talks by automating the entire ETL process using data from three diverse sources and formats which included semi-structured data of locations from TED website and unstructured data of likes, dislikes, views and comments from YouTube by scraping it. Finally, business intelligence was drawn for TED talks. Technologies used: R, Python, SQL, SSMS, SSIS, SSAS and Tableau.
Imposter-zx / DimA from-scratch statically-compiled programming language with Python-like syntax, built in Python. Features a production lexer with INDENT/DEDENT injection, Pratt expression parser, span-annotated AST, Hindley-Milner type inference, SSA/CFG mid-level IR, Polonius-inspired borrow checker, and first-class prompt and actor language constructs for AI an