Git Product home page Git Product logo

Top Langs

Language Files Total Lines Code Lines Comment Lines Empty Lines
JAVASCRIPT 2632 292781 248190 13618 30973
JSON 253 200193 200073 10 110
TYPESCRIPT 391 139727 127306 5861 6560
TEXT 41 104977 104796 0 181
MARKDOWN 356 50675 36956 53 13666
C++ 1049 47996 33082 3727 11187
JAVA 144 7225 5909 145 1171
CSS 35 6878 5125 73 1680
HTML 32 3393 2966 132 295
XML 83 2728 2573 48 107
SASS 35 2307 1993 52 262
C 6 1241 1125 45 71
BATCH 18 1179 951 6 222
YAML 52 1130 937 108 85
PYTHON 32 972 644 131 197
SQL 10 415 228 119 68
POWERSHELL 11 308 242 55 11
SHELL 1 1 1 0 0
PHP 3 0 0 0 0
TOTAL 5184 864126 773097 24183 66846

Last Update: 2023-03-26 21:38:35

Achraf Taffah's Projects

abstract-classes-polymorphism-in-c-hacker-rank-solution icon abstract-classes-polymorphism-in-c-hacker-rank-solution

Abstract base classes in C++ can only be used as base classes. Thus, they are allowed to have virtual member functions without definitions. A cache is a component that stores data so future requests for that data can be served faster. The data stored in a cache might be the results of an earlier computation, or the duplicates of data stored elsewhere. A cache hit occurs when the requested data can be found in a cache, while a cache miss occurs when it cannot. Cache hits are served by reading data from the cache which is faster than recomputing a result or reading from a slower data store. Thus, the more requests that can be served from the cache, the faster the system performs.

appwrite icon appwrite

Secure Backend Server for Web, Mobile & Flutter Developers 🚀 AKA the 100% open-source Firebase alternative.

chill icon chill

Scala extensions for the Kryo serialization library

class-c---hackerrank-solutions icon class-c---hackerrank-solutions

Classes in C++ are user defined types declared with keyword class that has data and functions . Although classes and structures have the same type of functionality, there are some basic differences. The data members of a class are private by default and the members of a structure are public by default. Along with storing multiple data in a common block, it also assigns some functions (known as methods) to manipulate/access them. It serves as the building block of Object Oriented Programming. It also has access specifiers, which restrict the access of member elements. The primarily used ones are the following: public: Public members (variables, methods) can be accessed from anywhere the code is visible. private: Private members can be accessed only by other member functions, and it can not be accessed outside of class.

components icon components

Component infrastructure and Material Design components for Angular

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.