Giter Site home page Giter Site logo

Alisa Khatipova's Projects

cloth-opengl icon cloth-opengl

Simulation and visualization of fluctuating cloth in OpenGL.

drebin icon drebin

Implementation of Android malware recognition tool using ideas from article "DREBIN: Effective and Explainable Detection of Android Malware in Your Pocket" by Daniel Arp, Michael Spreitzenbarth, Malte Hubner, Hugo Gascon , Konrad Rieck

droidbot icon droidbot

A lightweight test input generator for Android

gear-project icon gear-project

Program takes a BMP image with gears one of which is broken or missed ( there is only axis instead) and fix the mechanism choosing one of three proposed gears which is suitable for mechanism to work (not too big or to small). Phases of the program's work: binarization, median filter usage, search of connected components, classification of components, calculation of geometrical features of components, choosing of suitable gear.

psort icon psort

Программа выполняет параллельную сортировку строк. Параллельная сортировка производится следующим образом. Основной процесс порождает K процессов-сортировщиков (sorter), процесс-разбиватель на строки (partitioner) и иерархию процессов, выполняющих попарное слияние результатов работы процессов-сортировщиков (merger). Partitioner читает стандартный поток ввода, выделяет в нем границы строк и направляет строки согласно round-robin распределению процессам sorter’ам. Каждый sorter вычитывает строки в оперативную память и выполняет сортировку. Каждый из K/2 merger’ов принимает на вход отсортированные результаты от двух sorter’ов и выполняют их слияние с сохранением отсортированности. Следующий «слой», состоящий из K/4 merger’ов, выполняет последующее слияние и т.д.

raytracer icon raytracer

Ray Tracer implementation for rendering pictures of planets and other objects in space

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.