Coder Social home page Coder Social logo

yahya-abbas's Projects

cache-simulator icon cache-simulator

A simulation for different types of cache that illustrates how block size, number of cache levels, size, and replacement policy affect performance

cv_image_colorization icon cv_image_colorization

Keras/Tensorflow implementation of our paper Grayscale Image Colorization using deep CNN and Inception-ResNet-v2 (https://arxiv.org/abs/1712.03400)

explore-us-bikeshare-data-project icon explore-us-bikeshare-data-project

Use Python to understand U.S. bikeshare data. Calculate statistics and build an interactive environment where a user chooses the data and filter for a dataset to analyze.

frogger icon frogger

Frogger game developed using C++ & SFML

parser-and-mips-code-generator-for-the-sprintf-function icon parser-and-mips-code-generator-for-the-sprintf-function

printf is a C function that prints any sequence of characters on the console output (like cout in C++). sprintf has basically the same behavior as printf except that the whole output string is put into a buffer (you specify) instead of the console output. In other words, sprintf composes a string with the same text that would be printed with printf, but instead of being printed on the screen, the text is stored as a C string. e.g., x= -17,y= 43,z= 104; printf (“x = %d, y = %x, z = %c”, x, y, z); Output on the console is: x = -17, y = 2b, z = h Here x is printed as a signed decimal integer, y is printed as an unsigned hexadecimal integer, and z is printed as an ASCII code character, that is according to the format specifiers %d, %x, and %c, respectively. sprintf does the same operation except that it stores the output text “x = -17, y = 2b, z = h” in an output string, instead of displaying it on the console output.

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.