amirabramovich

amirabramovich

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

amirabramovich's repositories

kroki

Creates diagrams from textual descriptions!

Language:JavaLicense:MITStargazers:0Issues:0Issues:0

argo-cd

Declarative continuous deployment for Kubernetes.

License:Apache-2.0Stargazers:0Issues:0Issues:0

Java

All Algorithms implemented in Java

License:MITStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

MyHome

A Java application which helps people to manage their apartment.

Language:JavaLicense:Apache-2.0Stargazers:0Issues:0Issues:0

cannoical_covers

find all cannonical covers within given functional dependencies set

Language:PrologStargazers:0Issues:0Issues:0

XV6-Operating-system-Upgrade-IV

Adding support to proc file system

Language:CLicense:NOASSERTIONStargazers:2Issues:0Issues:0

XV6-Operating-system-Upgrade-III

Adding support to Protect Pages and adding Page replacement schemes

Language:CLicense:NOASSERTIONStargazers:0Issues:0Issues:0

XV6-Operating-system-Upgrade-II

Adding Kernel Threads Support and Mutex

Language:CLicense:NOASSERTIONStargazers:0Issues:0Issues:0

XV6-Operating-system-Upgrade-I

Adding System Calls and Scheduling Policies to XV6

Language:CStargazers:0Issues:0Issues:0

Scheme-to-x86-64-assembly-compiler

A compiler in OCaml which compiling Scheme to x86/64 assembly.

Language:AssemblyStargazers:0Issues:0Issues:0

nobel

The creators are Amir Abramovich and Dean Caspy. We are Computer Science students in Ben Gurion University. We did this project as part of Digital Humanities course by guidance of Dr. Yael Netzer.

Language:HTMLStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

QR-factorization

Getting the QR factorization using Gram Schmidt

Language:PythonStargazers:1Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

Quadratic-equation

Solving quadratic equation using quadratic formula, and improving its precision

Language:PythonStargazers:0Issues:0Issues:0

ProgramLanguageL5

an implementation of "Scheme" program language via Type Script.

Language:TypeScriptStargazers:0Issues:0Issues:0

GenericServerAndClient_MovieRentalService

implementation of movie rental online service-server(both TPC and Reactor on java) and client (on c++)

Language:JavaStargazers:0Issues:0Issues:0

NearestPair

by given n points in metric space, find a pair of points with the smallest distance between them.

Language:JavaStargazers:0Issues:0Issues:0

B-TREE

a B-tree is a self-balancing tree data structure that keeps data sorted and allows searches, sequential access, insertions, and deletions in logarithmic time. The B-tree is a generalization of a binary search tree in that a node can have more than two children. Unlike self-balancing binary search trees, the B-tree is well suited for storage systems that read and write relatively large blocks of data, such as discs. It is commonly used in databases and filesystems.

Language:JavaStargazers:0Issues:0Issues:0

MagicSquares

Magic Squares are square-matrices of numbers from 1..nxn, where the sums of each row, column, and the two main diagonals are all the same

Language:MakefileStargazers:0Issues:0Issues:0

NQueens

How can N queens be placed on an NxN chessboard so that no two of them attack each other?

Language:JavaStargazers:0Issues:0Issues:0

ActorThreadPool-and-University-Management-System

implementation of actor thread pool and using it to implement University management system

Language:JavaStargazers:0Issues:0Issues:0

SIC

implemention of SIC virtual machine using assembly and using SIC itself using self-modifying code

Language:AssemblyStargazers:0Issues:0Issues:0

PostfixBignumCalculator

The calculator will use postfix notation for input, and will use a pushdown stack in the implementation.

Language:CStargazers:0Issues:0Issues:0

ComplexRootsSolver

program to find a single root of a polynomial of complex coefficients using x87

Language:AssemblyStargazers:0Issues:0Issues:0

linuxFS

implementation of linux file system

Language:C++Stargazers:0Issues:0Issues:0