Git Product home page Git Product logo

limkokholefork's Projects

gogfs icon gogfs

A simple implementation of the Google File System in golang

gomo icon gomo

Wiki pages about Android internals

gooey icon gooey

Turn (almost) any Python command line program into a full GUI application with one line

google-coredumper icon google-coredumper

Mirror of https://code.google.com/p/google-coredumper/ with Arch package fixes

google-file-system icon google-file-system

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.

google-services icon google-services

A collection of quickstart samples demonstrating the Google APIs for Android and iOS

gopacket icon gopacket

Provides packet processing capabilities for Go

gopl.io icon gopl.io

Example programs from "The Go Programming Language"

gotator icon gotator

Gotator is a tool to generate DNS wordlists through permutations.

govendor icon govendor

Go vendor tool that works with the standard vendor file.

gplaycli icon gplaycli

Google Play Downloader via Command line

gplgpu icon gplgpu

GPL v3 2D/3D graphics engine in verilog

grabcutandroid icon grabcutandroid

Foreground-background segmentation using the GrabCut algorithm in Android environment

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.