GithubHelp home page GithubHelp logo

THREE_000's Projects

baseball_game_exam- icon baseball_game_exam-

baseball_game you know// Hit means to hit the number exactly in place. A ball is not a number in its place, but it means one of four digits.

fileioalgol- icon fileioalgol-

import sys def read_data(filename): fh =None lines = [] try: fh = open(filename) for line in fh: if line.strip(): lines.append(line) except(IOError, OSError) as err: print(err) finally: if fh is not None: fh.close() return lines def write_data(lines, filename): fh = None try: fh = open(filename,'w') for line in lines: fh.write(line) except(EnvironmentError) as err: print(err) finally: if fh is not None: fh.close() def remove_blank_lines(): if len(sys.argv) < 2: print("usage : Python {0} [file...]".format(sys.argv[0])) for filename in sys.argv[1:]: lines = read_data(filename) if lines: write_data(lines, filename) if __name__ =="__main__": remove_blank_lines()

lotto_ icon lotto_

Lottery algorithm of the Korean lottery. You can extract as many lotteries as you want.

parallelkmeans.jl icon parallelkmeans.jl

Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm

sailency_exe_free icon sailency_exe_free

I've ported the saliency map to an *exe file. Feel free to leave a comment.

scatterplot- icon scatterplot-

scatterplot in python. free to use ! free to star ! eazy to learn !

use_tensor_ssim icon use_tensor_ssim

Extracting structural similarity indexes using TensorFlow. It's more complicated than the code you saw earlier, but it can be accurate.

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.