• Stars
    star
    6
  • Rank 2,474,958 (Top 50 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Decentralized application that uses NodeJS, Express, Handlebars, MongoDB, Truffle, Ganache and Solidity for blockchain development in a research project.

More Repositories

1

image-processing-algorithms

C++ implementation from scratch of the most famous algorithms for image processing, such as Sobel, Blur, Affine Transformations, Region Detection, etc.
C++
36
star
2

explosion-shader-unity

Unity Shader that emulates an explosion using layered perlin noise. The shader involves vertex modification, color manipulation and a camera shader as well. Implemented in C# for Unity 3D.
C#
8
star
3

fluid-simulation

2D fluid simulation implementation of Jos Stam paper on real-time fuild dynamics, including some suggested extensions.
Python
7
star
4

code-journal

Code Journal is a compilation of small ideas that I code in my spare time to have fun and try new things. It includes work with math, fractals and image generation.
Mathematica
7
star
5

computational-geometry

This repo contains the process of implementing computational geometry algorithms such as Convex Hull, Bentley-Ottmann Sweep Line, Subdivison Intersection and Voronoi.
Python
6
star
6

sonar

Sonar is a prototype belt that helps the blind navigate in the world based on ultrasonic object detection that triggers a vibration rythm. Built for Arduino Nano.
C++
6
star
7

humanoid-cga

Program in CLUScript that recreates a humanoid walking cycle using Conformal Geometric Algebra concepts for transformations.
C++
5
star
8

data-mining

Data Mining content for Data Science beginners.
Jupyter Notebook
5
star
9

patientize

A customizable database app for doctors.
JavaScript
5
star
10

lagrange-for-gini-croatia

Program that estimates the Gini coefficient of a country using Lagrange Interpolation for Lorenz curve approximation.
Python
5
star
11

parallel-computing-cuda

Course that teaches introductory Parallel Computing using CUDA.
Cuda
5
star
12

compiler

A custom compiler and its theory. The language is a programming language in spanish similar to pseudocode.
Python
4
star
13

snowflaker-plugin

Plugin for Autodesk 3dsMax that automatically creates a customizable snowflake mesh, written in Maxscript.
MAXScript
4
star
14

raytracer

Offline Raytracer made from scratch that renders OBJ files and spheres with Lambertian or Blinn-Phong shaders. Includes: reflection, refraction, lights, shadows and object transformations.
Java
4
star
15

learning-golang

This is my personal progress through learning golang. There are a bunch of codes that served as proof of concept for different topics.
Go
4
star
16

tools-ds

The tools you need for beginning Data Science.
Jupyter Notebook
4
star
17

the-other-mariana

Special repo for public github profile.
TeX
4
star
18

pandoc-pdfs

A bunch of pdfs generated by Pandoc from my .md files.
Shell
4
star
19

ml-intro

Introduction to Machine Learning topics
MATLAB
4
star
20

corner-detection

Small code for detection of corners in an image in order to detect basic figures.
Jupyter Notebook
4
star
21

affine-transformations-webgl

Simple 3D modeling software. Uses Javascript and WebGL API. Includes: translation, rotation and scaling with transform matrices.
JavaScript
4
star
22

sudoku-verifier

Small program in c that verifies whether a given 9x9 sudoku is solved or not, using 27 threads (each for a sudoku line/block to be checked), and joins them at the end to return True/False.
C
4
star
23

travel-video

Program in Java that takes your travel footage (pictures and videos) and makes a video with them: the program divides them per location and adds a map of it to separate them.
Java
4
star
24

circuits-workshop

Small programs for basic sensor/motor control with Raspberry Pi and Arduino.
C++
3
star
25

stats-ds

Statistics for Data Science, using R
R
3
star
26

3dsmax-plugins

This repo contains notes and scripts for 3ds max content.
MAXScript
3
star
27

triangles-webgl

GL program that draws a triangle every 3 clicks, each with a different color. WebGL.
JavaScript
3
star
28

torus-worm

Python script that makes a torus with worm/flower-like figure in Autodesk Maya, with customizable number of faces and other parameters.
Python
3
star
29

branch-app-sample

app to test branch availability of code
HTML
3
star
30

d3-library-learning

This repo contains all the process of learning the use of Javascript's d3 library.
JavaScript
3
star
31

surface-jumper-plugin

Plugin in MAXScript that makes an object jump over any surface you click on. Customizable jump parameters. Built using bezier curves and quaternions.
MAXScript
3
star
32

patientize-live

Repo for the deployment of the Patientize app: https://patientize.herokuapp.com/
JavaScript
3
star
33

vision

computer vision analysis and new calibration pattern recognition method for 3D reconstruction.
C++
3
star
34

giphy-app

a simple giphy app using react: https://gifs-mariana.herokuapp.com/
JavaScript
3
star
35

covid-dashboard

Data visualization tool for covid-19 in Mexico. Made using Python, Django and D3.js library
Jupyter Notebook
3
star
36

wine-glass-plugin

This is a plugin for automatically creating a custom wine glass mesh inside 3dsMax.
MAXScript
3
star
37

kiss-plugin-maya

Plugin for making a 3D kiss chocolate in Autodesk Maya. It uses a bezier curve coded for n points. Developed in Python 3.
Python
3
star
38

txt-file-login

Simple login made with NodeJS, Express and Handlebars. It is based on a txt file that contains all valid accounts. You can add accounts to file.
JavaScript
3
star
39

conways-game-of-life

A Python implementation of the cellular automaton model created by John Horton Conway. It uses Python's matplotlib animation for frame update. Aditionally, it creates a report of Life instances.
Python
3
star
40

art-hub-prototype

Bohemio is a nodejs web application to create your art portfolio and serve like an art hub. Uses Express, Handlebars and MongoDB for backend, and for frontend uses Bootstrap 4.
JavaScript
3
star
41

file-system

C++ implementation of a virtual file system that allocates memory to handle and load content.
C++
3
star
42

maya-scripts

This is a collection of scripts made to create geometry in Autodesk Maya 2017. Each folder has its output example.
Python
3
star
43

dl

introduction to deep learning
Jupyter Notebook
2
star
44

paparelo

Paparelo teaches Parallel Computing, with the purpose of maintaining the knowledge in case the internet is the only thing that survives from mankind.
C++
2
star
45

mydotfiles

dotfiles for my sys config
Vim Script
2
star
46

pm

Python
2
star
47

cylf

A light-weight command line interface to split large files and merge them back.
Go
2
star
48

outgoing

ESP32 wifi module + DHT11 as client of a Golang server ๐ŸŒŒ
JavaScript
2
star
49

mathematica-notes

All my Wolfram Mathematica code over time for future reference.
Mathematica
2
star
50

star-network

Implementation of a star network's packet status predictor that uses TI CC26x and CC13x as nodes, where the model comes from a CSV file generated by a PSD format decoder.
Jupyter Notebook
2
star
51

the-other-mariana.github.io

SCSS
1
star
52

mit

Code developed during summer 2023 for MIT Geospatial Data Center
Jupyter Notebook
1
star
53

trokut

๐Ÿ”ฎ Create and manipulate 3d stuff on a browser. Made with three.js
JavaScript
1
star