GithubHelp home page GithubHelp logo

aspineon's Projects

golang-samples icon golang-samples

Sample apps and code written for Google Cloud in the Go programming language.

golang-tutorials icon golang-tutorials

Hacking Code - Golang Guide and Tutorials - Let's get the hands really dirty by writing a lot of Golang code

google-file-system-1 icon google-file-system-1

A mimic of google file system. Implement a distributed file system with three file servers, two clients and a metadata server (M-server) to emulate a distributed file system. Easily extensible for any number of servers and clients. The file system has one directory and a number of text files in that directory. A file in this file system can be of any size. However, a file is logically divided into chunks, with each chunk being at most 8192 bytes (8 kilobytes) in size. Chunks of files in the files ystem are actually stored as Linux files on the three servers. All the chunks of a given file need not be on the same server. In essence, a file in this files ystem is a concatenation of multiple Linux files. If the total size of a file in this file system is 8x+y kilobytes, where y < 8, then the file is made up of x + 1 chunks, where the first x chunks are of size 8 kilobytes each, while the last chunk is of size y kilobytes.

gortal icon gortal

🚪A super lightweight jumpserver service developed using the Go language. 一个使用 Go 语言开发的,超级轻量的堡垒机(跳板机)服务。

gradle icon gradle

A powerful build system for the JVM

graphql-spring-boot icon graphql-spring-boot

GraphQL and GraphiQL Spring Framework Boot Starters - Forked from oembedler/graphql-spring-boot due to inactivity.

gs-async-method icon gs-async-method

Creating Asynchronous Methods :: Learn how to create asynchronous service methods.

gs-caching icon gs-caching

Caching Data with Spring :: Learn how to cache data in memory with Spring

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.