Coder Social home page Coder Social logo

djbdd's Introduction

Hello visitor!

My name is Diego J. and I'm a software engineer from Spain, currently based on Madrid ๐Ÿป ๐ŸŒณ.

  • English is not my native language, but I'd say I can make me understand in it (but please, excuse me for the mistakes I could make while using it).
  • I don't have a favorite programming language, but I like working with Python ๐Ÿ.
  • I accept suggestions, issues, feature requests, crazy ideas and even a good conversation about my projects. I love feedback!
  • You can reach me in many places:
  • I have a technical blog.
  • I like to create projects in github that help people. Nothing really big like compilers, databases or operative systems, but useful stuff nonetheless. Take a look at some of them:
  • If like any of my projects and would like to make me a donation โ˜• use my paypal.me page (if you don't want to use paypal, contact me!)

djbdd's People

Contributors

diegojromerolopez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

djbdd's Issues

low/high swapped

Hi all,

during a unit test of TableT.write and TableT.fromBufferedReader I found low and high were swapped in fromBufferedReader:

// Second loop, we set low and high descendants
	for (Integer key : tempT.keySet()) {
	Vertex v = tempT.get(key);
	if (!v.isLeaf()) {
		Vertex low = tempT.get(lows.get(v.index));
						Vertex high = tempT.get(highs.get(v.index));
						v.setHigh(low);
						v.setLow(high);
					}
				}

It should be called

v.setHigh(high);
v.setLow(low);

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.