Skip to content

Instantly share code, notes, and snippets.

@bryanthuan
Forked from zed-dz/the best sources.md
Created July 18, 2022 02:26
Show Gist options
  • Save bryanthuan/e3dfbc1067cf3d64a8872cafef6ca6c7 to your computer and use it in GitHub Desktop.
Save bryanthuan/e3dfbc1067cf3d64a8872cafef6ca6c7 to your computer and use it in GitHub Desktop.

Revisions

  1. @zed-dz zed-dz revised this gist Mar 18, 2020. 1 changed file with 34 additions and 0 deletions.
    34 changes: 34 additions & 0 deletions the best sources.md
    Original file line number Diff line number Diff line change
    @@ -71,6 +71,40 @@ CONTRIBUTORS PM ME ❤️

    - Udacity, Inc. is a for-profit educational organization founded by Sebastian Thrun, David Stavens, and Mike Sokolsky offering massive open online courses

    #Women_Who_Code ( https://www.womenwhocode.com/ )

    - Women Who Code is an international nonprofit organization that provides a global community for women in tech with events, coding resources, jobs, mentorship, and more. They aim to inspire, support, and help women develop technical skills and excel in their careers.

    #HackerNews ( https://news.ycombinator.com/ )

    - Hacker News is a social news website focusing on computer science and entrepreneurship, where you can submit a link to technical content.

    This is a great place to promote your contents to a wide range of viewers and find amazing contents from other technical geeks.

    #HackerNoon ( https://hackernoon.com/ )

    - Hackernoon is a tech media site that delivers stories and opinions written by real tech professionals and read by Technologists, Software Developers, Bitcoiners, Blockchain Enthusiasts.

    #SitePoint ( https://www.sitepoint.com/community/ )

    - SitePoint community is a community for web designers and developers to discuss everything web development from HTML, CSS, JavaScript, PHP, Photoshop, SEO, and more.

    #IndieHackers ( https://www.indiehackers.com/ )

    - An Indie hacker is "a person building an online project that can generate revenue." Indie Hackers is a global community of developers who are sharing their projects, strategies, and revenue statistics behind their companies and side projects.

    #CodeNewBie ( https://www.codenewbie.org/ )

    - Code Newbie is the most supportive community of programmers and people learning to code. It started as a weekly Twitter chat made to provide much-needed support to people learning to code. It has since grown into a supportive, international community of people learning to code.

    #Facebook_developers_circle ( https://developers.facebook.com/developercircles/ )

    - Developer Circles from Facebook is a program designed to create locally organized communities for developers. These communities educate and provide a forum for discussion and knowledge sharing around topics that are top-of-mind for developers in a particular market.

    #Google_developers_groups ( https://developers.google.com/community/gdg )

    - GDG brings software developers with similar interests together to meet through meetups and hands-on workshops. The community welcomes everyone and anyone interested in tech from beginners to experienced professionals.``

    #Lynda: Online Courses, Classes, Training, Tutorials ( https://www.lynda.com/ )

    - lynda.com is an American online education company offering video courses taught by industry experts in software, creative, and business skills. It was founded in 1995 by Lynda Weinman.
  2. @zed-dz zed-dz revised this gist Mar 12, 2019. 1 changed file with 81 additions and 0 deletions.
    81 changes: 81 additions & 0 deletions the best sources.md
    Original file line number Diff line number Diff line change
    @@ -338,6 +338,87 @@ A free website builder that allows the user to create HTML5 websites with 100s o
    - Pingdom Speed Test - https://tools.pingdom.com/


    # Torrents for paid Traversy Media courses on Udemy for free

    ## React Front To Back

    <https://btc4link.com/ajzI1>

    ## Python Django Dev To Deployment

    <https://btc4link.com/YwwcF>

    ## Object Oriented PHP MVC

    <https://btc4link.com/NVtl7B>

    ## NodeJs, Express & MongoDB, Dev To Deployment

    <https://btc4link.com/OBu6>

    ## Modern JavaScript From The Beginning

    <https://btc4link.com/CpZOgKe>

    ## Modern HTML & CSS From The Beginning

    <https://btc4link.com/RfZMLR>

    ## MERN Stack Front To Back, Full-Stack React, Redux & Node

    <https://btc4link.com/W2sBeM>

    ## Materialize CSS From Scratch With Projects

    <https://btc4link.com/4Vx52io5>

    ## Bootstrap From Scratch With Projects

    <https://btc4link.com/T54gyuTF>

    ## Angular 4 Front To Back

    <https://btc4link.com/nAAb>

    # Offline MDN Docs

    If you want resources offline to learn about programming and web technologies MDN is for you!
    and I recommend to use MDN over w3school because w3school is outdated.

    ## full tarball download

    Download it offline (2.1gb) at <https://mdn-downloads.s3-us-west-2.amazonaws.com/developer.mozilla.org.tar.gz>

    ## Third-party toolsSection

    Use a documentation browsing app like Dash (macOS) <https://kapeli.com/dash>, Velocity (Windows) <http://velocity.silverlakesoftware.com/> or Zeal (Linux) <http://zealdocs.org/> instead. These apps will help you get the most out of the docs, by providing a search index and quick access to everything you need.

    ## tip

    don't mirror with wget & co, this is putting un-needed pressure on the website and hinders other users. At least make sure <https://developer.mozilla.org/robots.txt> (which asks for gentle throttling) is properly handled. Wget does not handle this for instance (<http://savannah.gnu.org/bugs/?30999>).

    ## Kapeli also publishes offline MDN docs covering HTML, CSS, JavaScript, SVG, and XSLT

    ### source : <https://kapeli.com/mdn_offline>

    - CSS.tgz : <https://london.kapeli.com/feeds/zzz/mdn/CSS.tgz> updated 2 March 2019
    - HTML.tgz : <https://london.kapeli.com/feeds/zzz/mdn/HTML.tgz> updated 2 March 2019
    - JavaScript.tgz : <https://london.kapeli.com/feeds/zzz/mdn/JavaScript.tgz> updated 2 March 2019 Note: Includes DOM docs
    - SVG.tgz : <https://london.kapeli.com/feeds/zzz/mdn/SVG.tgz> updated 2 March 2019
    - XSLT.tgz : <https://london.kapeli.com/feeds/zzz/mdn/XSLT.tgz> updated 2 March 2019

    These archives will be updated once every month (or so). Please contact me if anything is wrong.

    ## DevDocs

    DevDocs combines multiple developer documentations in a clean and organized web UI with instant search, offline support, mobile version, dark theme, keyboard shortcuts, and more.

    DevDocs was created by Thibaut Courouble and is operated by freeCodeCamp.
    The JavaScript docs along with most of MDN's web reference pages are available on DevDocs.
    The app is open source and can be run offline: <https://github.com/freecodecamp/devdocs>
    It's easy to set up and doesn't require scraping MDN.


    #OTHER:

    - Public API Resources - https://github.com/toddmotto/public-apis…
  3. @zed-dz zed-dz revised this gist Feb 13, 2019. 1 changed file with 159 additions and 0 deletions.
    159 changes: 159 additions & 0 deletions the best sources.md
    Original file line number Diff line number Diff line change
    @@ -835,3 +835,162 @@ Https://freer\*in
    5- https://onhax*me

    اا (احذف النجمة وضع نقطة داخل الروابط) اا

    ** The Many Worlds of Programming **

    Basic Programming
    This is the most basic level of programming, the place where almost every coder, no matter what field they're interested in, starts. It is made up by the key components of programming logic.

    Key Components

    Data Types
    Variables
    Collections
    Basic Operations
    Conditional Logic
    Iteration

    Object Oriented Programming
    Probably the most popular paradigm in development. Object oriented programming is a method of programming whereby systems and applications are based on the use of different objects and how they interact with each other.

    Key Components

    Classes
    Methods
    Objects
    Inheritance
    Polymorphism
    Abstraction
    Encapsulation

    Functional Programming
    Functional Programming is on the rise, and it helps remove some of the key pitfalls of object oriented programming, such as the unpredictable nature of testing methods based on external factors (in-memory state) or thread deadlocks. Functional programming is based on the manipulation of data through the use of mathematical functions (1-to-1 input/output ratio.)

    Key Components

    Functions
    Processes
    Supervisors
    Concurrency
    Recursion

    Low Level Programming
    Low Level Programming is something I am not totally familiar with, as I've dealt with mainly higher level languages. The idea with Low Level programming is that you deal with data in a similar manner to how the processor deals with it, without all of the abstraction of new-age languages. The lower you get, the less complexity is taken care of for you, so you have to worry about things like memory allocation, pointers, garbage collection, and even bit manipulation on your own.

    Key Components

    Memory Allocation
    Pointers
    Bitwise Operations
    Assembly
    Machine Code
    Binary

    Theoretical Computer Science
    I could have just as easily called this world 'preparing for the interview.' This world is comprised of a lot of the stuff you would learn during college, and deals a lot more with the theory and mathematics behind programming than actually putting code into practice.

    I learned to program at a bootcamp, so I'm lacking a bit of expertise in this area and I'm sure I missed quite a bit of the core components. Let me know if you think anything should be added!

    Key Components

    Data Structures (Sets / Stacks / Queues / Linked Lists / Trees / etc.)
    Algorithms (Binary Search / Bubble Sort / etc.)
    Big O Notation
    Space vs Time Complexity
    Testing
    Testing is one of the most important things you can do to ensure the quality of your code remains consistent. Testing code is a way to simulate the use of certain functions or features in your code with specific input or interactions, and ensure that the code does what you expect it to do.

    Key Components

    Unit Tests
    Integration Tests
    Mocks & Stubs
    Factories
    Benchmarks

    Data Management
    Data Management is the field that deals with how you store for your applications or services, instead of how you compute that data. In this world, you will find many different unique ways to store data-each best suited to specific situations, tricks you can use to speed up access to that data, and patterns you can use to ensure data integrity and avoid data loss.

    Key Components

    SQL
    Relational Databases
    Indexes
    NoSQL Databases
    Graph Databases
    In-Memory Datastores (Redis)
    Data Integrity

    Data Transfer
    Data Transfer deals with how you transfer data from device to device across the internet or other networks. A lot of developer stick to the high-level protocols and patterns that use abstraction to hide a lot of the internals of what's going on, but when you dive deep into this world there's a lot you can learn!

    Key Components

    OSI Model Layers
    TCP / IP
    HTTP
    Sessions / Cookies
    SSL / HTTPS
    REST
    GraphQL

    DevOps
    DevOps is somewhat of a buzzword these days, and there's a reason for that! One of the biggest bottle-necks in the web development process is getting the code that runs on a developers local computer up and running on a server and accessible to the world! Due to differences in environment, developers often face many problems and errors when finally deploying their code. DevOps is a branch of programming dedicated to best practices and tools you can use to ensure that the transition from local code to live code is as seamless as possible.

    Key Components

    12-Factor App
    Git
    CI/CD
    Automation Tools
    Docker
    Kubernetes

    Operations
    Operations is all about how your code runs in the wild. On your local machine, you can often download programs that make it easy to store data, or run your code. In production however, you have to rely on custom servers or a variety of cloud services to make sure your app is accessible by users and runs consistently.

    Key Components

    Hosting & Domains
    AWS / Google Cloud / Digital Ocean / Heroku
    Linux
    SSH
    Firewalls & Security
    Logs

    Frontend (Fundamentals)
    Frontend is a word typically used to describe the client-side environment of your application on the web. Put another way, the frontend is what the user actually sees. In the old days, this typically meant HTML files with some CSS, and a little bit of JavaScript to handle some animations and calls to the backend. A lot has changed since then, but this world is still as applicable as ever, and will teach you a lot of the fundamentals that will help you grow as a developer.

    Key Components

    HTML
    CSS
    Javascript
    JQuery/AJAX

    Frontend (New Age)
    Recently, frontend development has experienced a pretty radical shift from the old days of HTML, CSS, and JavaScript. This has happened as a lot of tools, standards, and frameworks have been developed or implemented that speed up development by taking care of a lot of the common features or problems that you used to have to code by hand.

    Key Components

    React vs Vue vs Angular
    Webpack
    Bootstrap / Materialize
    EMCAScript 6+
    Progressive Web Apps
    SPA vs SSR
    Redux

    iOS Development
    This one is pretty self-explanatory. If you want to develop any apps for Apple's mobile operating system iOS, you will need to learn how to navigate the key components of this world.

    Key Components

    Swift / Objective C
    XCode
    Storyboards
    Segues & ViewControllers
    UIKit
    CocoaTouch

    source : https://dev.to/joshhadik/mapping-out-the-many-worlds-of-programming-1nba
  4. @zed-dz zed-dz revised this gist Feb 8, 2019. 1 changed file with 54 additions and 0 deletions.
    54 changes: 54 additions & 0 deletions the best sources.md
    Original file line number Diff line number Diff line change
    @@ -200,6 +200,60 @@ CONTRIBUTORS PM ME ❤️

    - Fiverr is the world's largest freelance services marketplace for lean entrepreneurs to focus on growth & create a successful business at affordable costs.

    ###PLATFORMS:

    #Milanote milnote : https://www.milanote.com/
    This web-app provides content organizing functionalities, across platforms. Along with predefined templates and inspirations from brand designers, marketers, developer, and engineers, this web-app also provides a variety of utility tools for note-taking, planning and sharing boards, with drag and drop interface. Sign up for free and get access to 100 notes, images, links and uploads. For larger projects, check out their pro-membership plan.

    Hashnode : https://hashnode.com/
    Another website where developers can communicate regarding different topics, including various programming languages like Java, PHP, Javascript etc. Here, you can learn, share and discuss all kinds of queries regarding software development.

    #Code Beautify : https://codebeautify.org/
    Code Beautify is a code optimizing tool with a manifold of tools, check out the footer of its homepage (https://codebeautify.org/). Tools like converters, string utilities, validators, escape unescape, program editors and viewers are accessible on this website. Web Viewer/Editor allows the user to load URL, edit, validate, minify, beautify and download code lines.

    #Minify : https://www.minifier.org/
    Enables the user to minify short piece of Javascript and CSS codes with one click. Just enter the code inside the given placeholder on its homepage, select type – JS or CSS and hit Minify.


    #Renderforest : https://www.renderforest.com/
    Renderforest online free logo maker will help you create your own professional logo in just 2 minutes. No need to have design skills anymore. There are more than 20.000 unique artwork files available. All you need to do is just pick your favorite, try different styles, customize the color, size and font, then click on export and viola! Your brand new logo is ready to be the face of your business.

    #LogoMakr : https://logomakr.com/
    LogoMakr is another free tool for creating logos. Provides a variety of 100+ fonts and icons to choose from! You can create your desired logo with real pace and can conveniently download it in your computer, once it is complete!

    #Eye-Catching Vectors : https://www.freepik.com/
    The heart of the web development life cycle lies with the design of a website. Vectors are must as a platform for web developers. Not only do they enhance the websites but also makes it more user interactive.

    #Freepik : https://www.freepik.com/
    Freepik is a search engine to help you detect free vectors, PSD, photos, and icons. Freepik provides a curated selection of high-quality illustrations and graphics resources handpicked by their design team for aiding the end user.

    #Vecteezy : https://www.vecteezy.com/
    vecteezy is also one of my favourites for finding vector art. They are focused on providing fresh design from all parts of the internet. Providing free to download vectors, Vecteezy serves as a lifeline for freelance web developers.

    MockUPhone : https://mockuphone.com/
    A free tool which provides wireframes for cross platform. Androids, iPhones, Windows Phones, Laptops/PCs and tablets, developers can easily upload their design and have a mockup for all these devices. An option “Request your device” is also presented for the user to enter their specific preferences.

    #Balsamiq Mockups : https://balsamiq.com/
    Balsamiq is a wireframing tool which personifies the experience of using a whiteboard. With “what you see is what you get” drag and drop editor and automatic alignment feature, the tool provides a swift experience. Balsamiq comes at different prices- $9/month for 2 projects, up to $199/mo for 20 projects. A 30-day free trial is also available.

    #Responsinator : http://www.responsinator.com/
    A free to use tool where you can check the responsiveness of your website for the latest devices. Check responsiveness on their homepage for 4-5 devices or append your web URL http://www.responsinator.com/?url=YOURURL.COM example, http://www.responsinator.com/?url=www.google.com. Log in for access to more devices.

    #lambdatest : https://www.lambdatest.com/
    A cross browser testing tool that will help you ensure that your UI is supported and rendered across various browsers, OS, and devices. LambdaTest provides a feature for responsive testing in which you could test your website across 46 different devices in a single test session. Other than that, their smart testing feature would help you to automate visual UI testing so the difference between numerous screenshots of your webpage is easily highlighted. LambdaTest offers 2000+ browsers and browser versions for you to test your website. You can even perform live, interactive testing by hosting your website on a VM(virtual machine) running on LambdaTest’s cloud server.

    #Design Modo : https://designmodo.com/responsive-test/

    Apart from other features like email template maker, Design Modo offers responsive web design testing. Click here to get there, and test your website on various smartphones, laptop models and desktops. However, it lacks emulating the actual look of the device; it displays all functionalities at approximate dimensions.


    #Ucraft : https://www.ucraft.com/
    This website builder free website hosting and free landing page. Apart from tons of templates and wireframes which can be used to build a website at Ucraft the user can also create all-in-one e-commerce platform supporting fast and secure payment gateway.

    #Wix : https://www.wix.com/
    A free website builder that allows the user to create HTML5 websites with 100s of templates and other features. Creating websites that are optimized for every device, is quite simple using drag-drop functionality.


    ###TOOLS_RESOURCES_TRAVERSEY_MEDIA

    #GENERATORS:
  5. @zed-dz zed-dz revised this gist Feb 8, 2019. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions the best sources.md
    Original file line number Diff line number Diff line change
    @@ -655,7 +655,7 @@ https://goo.gl/us5bLd
    9-ثلاث فوريمات لتعلم السيكيوريتي و الهاكينغ
    https://goo.gl/SZSGhQ
    https://goo.gl/X0Q5fF
    https://goo.gl/DNKZKq
    https://goo.gl/ DNKZKq

    10-كتب بالإنجليزية في شتى المجالات
    https://goo.gl/ovkfGz
    @@ -703,9 +703,9 @@ https://www.booksstream.com/
    https://www.books-cloud.com/
    https://www.hindawi.org/
    https://download-pdf-ebooks.org/
    https://abouelees.blogspot.com/
    https://abouelees.blogspot. com/
    https://mmaqara2t.com/category/books/
    https://www.4marifa.com/
    https://www.4marifa. com/
    http://www.kutub.info/

    # 📽MOVIES:
    @@ -735,7 +735,7 @@ http://mob.org
    # 🕋QURANS:
    http://www.mp3quran.net/
    http://ar.assabile.com
    http://suratmp3.com
    http://suratmp3. com
    http://www.upquran.com/
    https://www.tvquran.com/

  6. @zed-dz zed-dz revised this gist Feb 8, 2019. 1 changed file with 14 additions and 0 deletions.
    14 changes: 14 additions & 0 deletions the best sources.md
    Original file line number Diff line number Diff line change
    @@ -283,6 +283,7 @@ CONTRIBUTORS PM ME ❤️
    - Speed & Performance Testing - https://tools.keycdn.com/speed
    - Pingdom Speed Test - https://tools.pingdom.com/


    #OTHER:

    - Public API Resources - https://github.com/toddmotto/public-apis…
    @@ -680,6 +681,19 @@ https://goo.gl/Wmfmjn
    16-تعلم السرعة في الكتابة على لوحة المفاتيح
    https://goo.gl/jzTtkX

    #مصادر_مفيدة
    كنز المبرمجين🤓
    محركات بحث/مواقع تحتوى على مليارات الأكواد البرمجية والمشاريع الجاهزه بأغلب المنصات كالتطبيقات،المواقع،العاب،أنظمة...🤗
    ابحث+حمل+استفيد+تعلم👍
    https://searchcode.com/
    https://publicwww.com/
    https://www.kashipara.com/
    http://freshmeat.sourceforge.net/
    https://www.sourcecodester.com/

    #free icons, music, pics ...
    https://icons8.com/

    # 📚BOOKS:

    https://mybook4u.com/
  7. @zed-dz zed-dz revised this gist Jan 3, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions the best sources.md
    Original file line number Diff line number Diff line change
    @@ -504,6 +504,10 @@ http://www.mediafire.com/file/2lasw1aa7wl4ewy/3%C3%A8me_ann%C3%A9e_I-S-I-L.rar

    #USTHB-ACAD (L2 + L3): https://goo.gl/dGwCec (Google Drive)

    #LICANCE FAC CENTRALE
    https://drive.google.com/drive/folders/1BQSE45ZrzT7xQI6OcBF9kbOxayK-JNHm?usp=sharing


    لا تنسونا من صالح دعائكم و شكراَ ^\_^

    السلام عليكم هذه بعض الدروس من اجل تحصير للدكتورا informatique
  8. @zed-dz zed-dz revised this gist Jan 1, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion the best sources.md
    Original file line number Diff line number Diff line change
    @@ -499,7 +499,8 @@ https://tresor.cse.club
    2CPI_SBA: https://goo.gl/HZAsCD (Google Drive)
    more at: http://csesi.me


    #L3 ISIL USTHB:
    http://www.mediafire.com/file/2lasw1aa7wl4ewy/3%C3%A8me_ann%C3%A9e_I-S-I-L.rar

    #USTHB-ACAD (L2 + L3): https://goo.gl/dGwCec (Google Drive)

  9. @zed-dz zed-dz revised this gist Dec 10, 2018. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions the best sources.md
    Original file line number Diff line number Diff line change
    @@ -456,6 +456,9 @@ https://sites.google.com/site/algozairm/
    ## SITE Mm.ARROUSSI :
    https://sites.google.com/a/esi.dz/informatiqueblida/

    ## SITE ALGO DE LESI :
    http://esi.dz/algonime/

    ### SEMESTRE 3 BLIDA :
    https://drive.google.com/drive/folders/19t-U3RjqQVbwqIg1UcyZGgNIkUtotKIn

  10. @zed-dz zed-dz revised this gist Dec 7, 2018. 1 changed file with 34 additions and 21 deletions.
    55 changes: 34 additions & 21 deletions the best sources.md
    Original file line number Diff line number Diff line change
    @@ -426,6 +426,11 @@ NB2: des mises à jour des fichiers peuvent être atteintes au niveau du drive d
    🗃 Banque de documents - MI - L2 INFORMATIQUE🗃
    Plus de 300 PDF 📄 de cours 📖, exercices 📑, TP/TD 📠, examens📋résumés 📒 des deux semestres📚 de plusieurs universités 🏫 (USTHB, Blida, Boumerdes, Alger..) dans un seul fichier ZIP

    # L1 FAC CENTRALE :

    https://drive.google.com/drive/folders/1uWbmx4pt-HoMB-GC65XhdEwHNsNgIM_K?fbclid=IwAR0SV5ToCnGh3wQ0ZeIvtplZuwRa-uYrMnNHck2tgL5MMRQfgh1r4q2vlzs


    # SEMESTRE 3 FAC CENTRALE:

    ⚠️ Liens de téléchargements ⚠️:
    @@ -460,17 +465,15 @@ https://mega.nz/#F!6c1HlJ4Q!mtjQvGcKq8lwOfV_FCW0Hg!ScdxxT7Q
    ### SEMESTRE 5 ISIL BLIDA :
    (2016/2017) ==> http://www.mediafire.com/file/j1b2i9e83i138f0/S5+ISIL.rar

    (2017/2018) ...mise à jour au fur et à mesure ==>
    https://drive.google.com/drive/folders/0B4nedrdmYEaxanpBM09FY0FMcDg
    (2017/2018) ==> https://drive.google.com/drive/folders/0B4nedrdmYEaxanpBM09FY0FMcDg

    ### SEMESTRE 6 ISIL BLIDA :
    2017/2018 (mise à jour au fur et à mesure ) =>
    https://drive.google.com/drive/folders/1CxCDMPTwFnYfOwkY87OytZruG1mXIL0f?usp=drive_open
    2017/2018 => https://drive.google.com/drive/folders/1CxCDMPTwFnYfOwkY87OytZruG1mXIL0f?usp=drive_open

    S6 2016/2017 =>
    https://drive.google.com/drive/folders/1RO0Dushg-HhitfIoElHzO3F0HKQimxzs
    S6 2016/2017 => https://drive.google.com/drive/folders/1RO0Dushg-HhitfIoElHzO3F0HKQimxzs

    ### SEMESTRE 5 SI BLIDA :

    https://drive.google.com/drive/folders/0Bzgfii97Rs8RWTdmYWR6WGZvOXc?fbclid=IwAR0kT-OgU-VZYxT7O4KeZcMiRY2bly-dy9bwOYOYvbJyxtoMADPC0JbCjZk

    https://mega.nz/?fbclid=IwAR1UL40Ouq0DmcyOgqGVoht6mbVs-Sy_keOOKW1209dYIixbI3FHxJigsRk#F!QXgkGIZb!83wAK5803ffu48x_SU3HwQ
    @@ -574,12 +577,12 @@ http://up-4.net/d/6xcn 📥

    #les_Memoires 📕📕 :
    Gestion Des Emplois Du Temps ⏱️⏱️ :
    1- Gestion d'emploi du temps des soutenances :
    ## 1- Gestion d'emploi du temps des soutenances :
    http://up-4.net/d/6xcF .📆

    ## 2- Gestion Des Emplois Du Temps au Niveau de CFPA : http://up-4.net/d/6xcU .🗓️

    ##3- Gestion Des Emplois Du Temps Approche Graphique : http://up-4.net/d/6xcX . 🗒️
    ## 3- Gestion Des Emplois Du Temps Approche Graphique : http://up-4.net/d/6xcX . 🗒️

    #les_Memoires 📕📕 :
    gestion bibliothèque Pdf :
    @@ -606,58 +609,71 @@ http://up-4.net/d/6xH5

    ### cours TD Exams corrigée memoires math et informatique:

    1. premiere année: http://www.3awini.info/premiere-annee-mi
    1. premiere année: http://www.3awini.info/premiere-annee-mi
    2.deuxieme année: http://www.3awini.info/deuxieme-annee-informatique
    3.troisieme année: http://www.3awini.info/troisieme-annee-informatique
    4.Master RSD: http://www.3awini.info/309-2
    5.cours diverse ESI INI: http://www.3awini.info/esi-cours
    6.plus de 125 memoires: http://www.3awini.info/memoires-informatique

    enjoy and follow our facebook page to get the new updates (books , video , tp ....).
    page officielle: https://www.facebook.com/3awini/

    #DIVERS

    ### Books

    1-للمهتمين بالبرمجة و الديزاين و الماركوتينغ ديجيتال (500GB Folder)
    https://goo.gl/HkrVyS

    2-كنز اخر,مكتبة سطور, كتب عربية في شتى المجالات
    https://goo.gl/HwmkL3
    3-كتب للبرمجة و الديزاين (Coding Ebooks)
    https://goo.gl/NrXnDr

    4-امتحانات و نماذج و تسريبات (les certifications reseaux…) CISCO
    https://goo.gl/5Rdv87

    5-كورس لتعلم اللغة الانجليزية (Deep learning)
    https://goo.gl/ZHXkUg

    6-ElzeroWebSchool لتعلم تصميم و برمجة المواقع
    https://goo.gl/NenwGM

    7-تعلم Admin Panel ل Wordpress
    https://goo.gl/0p8XoB

    8-تعلم white hat Hacking
    https://goo.gl/us5bLd

    9-ثلاث فوريمات لتعلم السيكيوريتي و الهاكينغ
    https://goo.gl/SZSGhQ
    https://goo.gl/X0Q5fF
    https://goo.gl/DNKZKq

    10-كتب بالإنجليزية في شتى المجالات
    https://goo.gl/ovkfGz
    https://goo.gl/OE5TyD

    11-تحميل Templates ل ويب سايت ستاتيك
    https://goo.gl/Ybtx
    https://goo.gl/ppPJfE

    12-تحميل Templates Asp.net b #C
    https://goo.gl/Vz6Wj7

    13-انشاء رسم توضيحي او planning مثل MCD,MLD,UML..
    https://goo.gl/wCmtgn

    14-تحميل صور بدون حقوق النشر و الخصوصية
    https://goo.gl/dwN94J
    https://goo.gl/7t39j

    15-فوريم لتعلم SEO & Marketing
    https://goo.gl/Wmfmjn

    16-تعلم السرعة في الكتابة على لوحة المفاتيح
    https://goo.gl/jzTtkX

    #📚BOOKS:
    # 📚BOOKS:

    https://mybook4u.com/
    https://www.kutubpdf.net/
    https://www.book-juice.com/
    @@ -670,34 +686,31 @@ https://mmaqara2t.com/category/books/
    https://www.4marifa.com/
    http://www.kutub.info/

    #📽MOVIES:
    # 📽MOVIES:
    https://egy.best/movies
    https://yts.ag

    #🖼WALLPAPERS:
    https://alpha.wallhaven.cc/

    #📡TORRENTS:
    # 📡TORRENTS:
    https://thekickasstorrents.com/
    https://thepiratebay.org/
    https://torrentunblock.com/unblock/extratorrent.cc/
    https://torrentz.eu/
    http://www.torrenthounds.com/

    #🕹GAMES:
    # 🕹GAMES:
    https://rg-mechanics.org (RU)
    http://fitgirl-repacks.site/all-my-repacks-a-z/
    https://corepacks.com/
    http://oceanofgames.com/
    http://www.gametop.com

    #📲APPS:
    # 📲APPS:
    https://www.mutaz.net/
    http://getintopc.com
    Mobile/Tablets:
    http://mob.org

    #🕋QURANS:
    # 🕋QURANS:
    http://www.mp3quran.net/
    http://ar.assabile.com
    http://suratmp3.com
  11. @zed-dz zed-dz renamed this gist Dec 7, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  12. @zed-dz zed-dz revised this gist Dec 7, 2018. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -15,9 +15,7 @@ CONTRIBUTORS PM ME ❤️

    ---

    ###link_to_download_this_gist_from_my_Github_page

    - ( )
    ###link_to_download_this_gist_from_my_Github_page ==> https://gist.github.com/Zed-M/a983ad91af7d61b512f7d704904a58dc

    - please share this and give me your feedbacks :)

  13. @zed-dz zed-dz created this gist Dec 7, 2018.
    750 changes: 750 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,750 @@
    👨‍💻📲💻
    FOLLOW US ON INSTAGRAM :
    https://instagram.com/code__talk?utm_source=ig_profile_share&igshid=1x24zmsfhszaj

    🖱⌨️🖥
    SUBSCRIBE TO OUR TELEGRAM CHANNEL :
    https://t.me/coding_talk

    😎😄
    OUR GITHUB REPO :
    github.com/Zed-M/dzcode.talk

    🔱🍁
    CONTRIBUTORS PM ME ❤️

    ---

    ###link_to_download_this_gist_from_my_Github_page

    - ( )

    - please share this and give me your feedbacks :)

    ---

    ###WEB_DEVELOPEMENT_COURSES_WEBSITES

    #Codecademy ( https://www.codecademy.com/ )

    - A great interactive site for learning programming languages from scratch.

    #Code.org ( https://code.org/ )

    - Basic coding theory and practice, mainly aimed at children/complete beginners.

    #freeCodeCamp.org ( https://www.freecodecamp.org/ )

    - Interactive site with tutorials and projects to learn web development.

    #Coursera (https://www.coursera.org/ )

    - Learn online and earn valuable credentials from top universities like Yale, Michigan, Stanford, and leading companies like Google and IBM.

    #Eduonix ( https://www.eduonix.com/ )

    - Eduonix is an online learning, training, tutorial platform with many online courses on web development, machine learning, data science, marketing, etc....

    #Pluralsight_Code_School ( https://www.pluralsight.com/codeschool )

    - We've integrated the interactivity from Code School into the Pluralsight platform. Grow your skills with Pluralsight experiences like assessments, paths and ...

    #Code_Avengers ( https://www.codeavengers.com/ )

    - Code Avengers. EN. Fun & Effective Online Learning. A better way to learn to code websites, apps, games, and more. Enter Here. Start. JR Users. Ages 5-14.

    #W3Schools ( https://www.w3schools.com/ )

    - W3Schools is optimized for learning, testing, and training. Examples might be simplified to improve reading and basic understanding. Tutorials, references, and ...

    #TutorialPoint ( https://www.tutorialpoint.com/ )

    - Python Data Science, Java i18n, GitLab, TestRail, VersionOne, DBUtils, Common CLI, Seaborn, Ansible, LOLCODE, Current Affairs 2018, Intellij Idea, Apache ...

    #OpenClassroom ( https://openclassrooms.com/ )

    - OpenClassrooms is an online education platform for vocational training, providing courses in IT, technology, entrepreneurship, and digital skills.

    #Udemy ( https://www.udemy.com/ )

    - Udemy.com is an online learning platform. It is aimed at professional adults. Unlike academic MOOC programs which are driven by traditional collegiate coursework, Udemy uses content from online content creators to sell for profit.

    #Udacity ( https://www.udacity.com/ )

    - Udacity, Inc. is a for-profit educational organization founded by Sebastian Thrun, David Stavens, and Mike Sokolsky offering massive open online courses

    #Lynda: Online Courses, Classes, Training, Tutorials ( https://www.lynda.com/ )

    - lynda.com is an American online education company offering video courses taught by industry experts in software, creative, and business skills. It was founded in 1995 by Lynda Weinman.

    #BitDegree ( https://www.bitdegree.org/ )

    - Looking for the best free online courses? Start learning web from the best free online courses & eLearning platform. Get online education now!

    #Microsoft_Developer ( https://msdn.microsoft.com/ )

    - Microsoft to acquire GitHub, the world's leading software development platform. ... Dev Tour and get a deep dive on the latest Microsoft technology and updates.

    #google_developer ( https://developers.google.com/ )

    - Hone your skills on the latest cloud technologies with Google experts at hundreds of breakout sessions and interactive on-demand hands-on labs and ...

    #Scotch ( https://scotch.io/ )

    - code. eat. sleep. loop ✌️. fun and practical web development. ⭐️

    #Mozilla_Developer_Newsletter ( https://www.mozilla.org/en-US/newsletter/developer/ )

    - Our newsletter for web developers, which is a great resource for all levels of experience.

    #Web_Demystified ( https://www.youtube.com/playlist… )

    - A great series of videos explaining web fundamentals, aimed at complete beginners to web development. Created by Jérémie Patonnier.

    #Web_Literacy_Map ( https://learning.mozilla.org/web-literacy/ )

    - A framework for entry-level web literacy & 21st Century skills, which also provides access to teaching
    activities sorted by category.

    #Teaching_activities ( https://learning.mozilla.org/activities )

    - A series of teaching activities for teaching (and learning) created by the Mozilla Foundation, covering everything from basic web literacy and privacy to JavaScript and hacking Minecraft.

    #Edabit ( https://edabit.com/ )

    - Hundreds of free interactive coding challenges in various languages.

    ###USEFULL_WEBSITES:

    #Wix ( https://www.wix.com/ )

    - Create a free website with Wix.com. Choose a stunning template and customize anything with the Wix website builder—no coding skills needed. Create yours ..

    #Css_Tricks ( https://www.css-tricks.com/ )

    - Tips, Tricks, and Techniques on using Cascading Style Sheets.

    #CanIUse ( https://www.caniuse.com/ )

    - f a feature you're looking for is not available on the site, you can vote to have it included. Better yet, if you've done the research you can even submit it yourself!

    #DevTube ( https://dev.tube/ )

    - Enjoy the best technical videos and share it with friends, colleagues, and the world.

    #cheatsheet ( http://overapi.com )

    - a cheat sheet for a lot of languages

    ###COMMUNITY_OF_DEVELOPERS:

    #Dev_Community ( https://dev.to/ )

    - Where programmers share ideas and help each other grow.

    #StackOverFlow ( www.stackoverflow.com )

    - Stack Overflow is a privately held website, the flagship site of the Stack Exchange Network, created in 2008 by Jeff Atwood and Joel Spolsky. It was created to be a more open alternative to earlier question and answer sites such as Experts-Exchange

    #Reddit ( https://www.reddit.com/ )

    - Reddit is an American social news aggregation, web content rating, and discussion website. Registered members submit content to the site such as links, text posts, and images, which are then voted up or down by other members

    ##REPOSITORIES:

    #Github ( https://www.github.com/ )

    - GitHub Inc. is a web-based hosting service for version control using Git. It is mostly used for computer code. It offers all of the distributed version control and source code management functionality of Git as well as adding its own features.

    #Gitlab ( https://www.gitlab.com/ )

    - GitLab is a web-based Git-repository manager with wiki and issue-tracking features, using an open-source license, developed by GitLab Inc. The software was written by Dmitriy Zaporozhets and Valery Sizov

    ###HOSTING:

    #Free_Web_Hosting_php_mysql ( https://www.000webhost.com/ )

    - Free Web Hosting with PHP, MySQL, free Website Builder, cPanel and no ads. Almost unlimited free website hosting and free domain hosting. Host website for ...

    #Hebergeur_dz ( https://www.octenium.com/ )

    - hébergement web Algérie, nom de domaine, serveur dédié, VPS, hébergement web en Algérie, développement sites web, hébergeur web Algérie...

    ###CV_RESUME:

    #Novo_Resume_cv ( https://www.novoresume.com/ )

    - A Professional Resume Builder That Will Increase Your Chances of Getting Your Dream Job by Creating a Well-structured and Easy to Read Job Application.

    #Resume_cv_template ( https://rezumeet.com/tag/editable/ )

    - Effective Free Resume Templates

    #Resume_builder_cv ( https://zety.com/ )

    - Resume builder fast easy to use and professionel

    #Création_de_cv ( https://www.cyrati.com/ )

    - création de cv

    ###FREELANCE:

    #Freelancer ( https://www.freelancer.com/ )

    - Find & hire top freelancers, web developers & designers inexpensively. World's largest marketplace of 29m. Getting started is free. Receive quotes in seconds.

    #Upwork ( https://www.upwork.com/ )

    - Find freelancers and freelance jobs on Upwork - the world's largest online workplace where savvy businesses and professional freelancers go to work!

    #Fiverr ( https://www.fiverr.com/ )

    - Fiverr is the world's largest freelance services marketplace for lean entrepreneurs to focus on growth & create a successful business at affordable costs.

    ###TOOLS_RESOURCES_TRAVERSEY_MEDIA

    #GENERATORS:

    - Text Content Generator - http://www.lipsum.com
    - Favicon Generator - http://tools.dynamicdrive.com/favicon
    - Data Generator - https://mockaroo.com/
    - Mobile Mockup Generator - https://mockuphone.com
    - Logo Generator - https://www.logaster.com
    - UUID Generator - https://www.uuidgenerator.net/
    - Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/

    #IMAGE_RESOURCES:

    - Free Stock Images - https://www.pexels.com
    - Free Stock Images With Great API - https://unsplash.com/
    - Free- Vectors, mockups - https://www.freepik.com
    - Dummy Image Placeholders - https://source.unsplash.com/
    - Dummy Image Placeholders - https://placeholder.com
    - Free Icons - https://www.iconfinder.com

    #CODE_OPTIMIZATION:

    - Minify JS & CSS - http://minifier.org
    - Code Optimization Tools - https://codebeautify.org
    - Code Diff Checker - https://www.diffchecker.com

    #CONVERTERS:

    - ES6+ & JSX Compiler - https://babeljs.io/repl
    - Sass Converter - https://www.sassmeister.com/
    - Less Converter & More - http://www.webtoolkitonline.com
    - Markdown Editor - https://stackedit.io
    - Jade Converter - http://www.html2jade.org/

    #IMAGE_COMPRESSION:

    - Compress All Images - https://compressor.io/compress
    - Compress JPG - http://jpeg-optimizer.com/
    - Compress PNG - https://tinypng.com/

    #VALIDATION_AND_COMPATIBILITY:

    - Validate HTML - https://validator.w3.org
    - Validate CSS - https://jigsaw.w3.org/css-validator
    - Check Browser Compatibility - https://caniuse.com/
    - ES6+ Compatibility Table - https://kangax.github.io/compat-table/es6/

    #IN_BROWSER_CODING:

    - Client Side Code - https://codepen.io
    - Client Side Code - https://jsfiddle.net
    - Client Side Code - http://liveweave.com
    - Server Side Code - https://repl.it

    #SNIPPET_TOOLS:

    - Snippet Manager - https://gist.github.com
    - Snippet Manager - https://pastebin.com

    #COLOR\_\_AND_DESIGN:

    - Create Color Schemes - https://color.hailpixel.com
    - Get Color Schemes of Websites - http://stylifyme.com
    - Create Gradients - https://uigradients.com
    - CSS Button Generator - http://css3buttongenerator.com
    - HTML Entity Lookup - http://entity-lookup.leftlogic.com/

    #RESPONSIVENESS:

    - Device Testing - http://www.responsinator.com
    - What's My Browser Size - https://www.webpagefx.com/tools/whats-my-browser-size/

    ##WIREFRAME:

    - In Browser Wireframing - https://app.moqups.com
    - Very Basic In Browser Wireframing - https://wireframe.cc

    #SPEED_TEST:

    - Speed & Performance Testing - https://tools.keycdn.com/speed
    - Pingdom Speed Test - https://tools.pingdom.com/

    #OTHER:

    - Public API Resources - https://github.com/toddmotto/public-apis…

    #Logiciels 💽 de programmation 💻 utilisés dans les TPs, filière MI (L1+L2):

    #🔻Initiation à l'algorithmique (Langage C) IDE:

    Dev-C++: https://sourceforge.net/projects/orwelldevcpp/

    Codeblocks (Windows): http://www.codeblocks.org/downloads/26

    CppDroid - C/C++ IDE (Android): https://play.google.com/store/apps/details?id=name.antonsmirnov.android.cppdroid

    C/C++ - offline compiler for c/c++ programming language free (iOS): http://apple.co/2uPiS8w
    GCC (Linux): https://doc.ubuntu-fr.org/gcc

    #🔻Bureautique:

    Microsoft Office (Word/Excel):

    Microsoft Office Professional Plus 2013 (Word, Excel, PowerPoint, Outlook, Access, Lync, OneNote,
    SkyDrive Pro, InfoPath, Publisher)

    📦 Office 2013 32 bit.rar (641 MO) 📤 : http://bit.ly/2o7NUcE (Google Drive) http://bit.ly/2ogejlr (MediaFire)

    📦 Office 2013 64 bit.rar (735 MO) 📤 : http://bit.ly/2nJ1oe1 (Google Drive) http://bit.ly/2og5iJa (MediaFire)

    🔑 MicrosoftToolkit.exe (36 MO) 📤: http://bit.ly/2o37ztN (Google Drive)
    Le toolkit va vous permettre d'activer de manière permanente le pack office, et d'avoir accès aux mises à jour windows update.

    #🔻JDK:

    JDK (ALL SE): http://bit.ly/1lO1FSV

    #🔹MATLAB:

    MatLab (Link & tutorial installation): https://www.youtube.com/watch?v=JbXTTHOTQzE

    #🔻Réseaux:
    #Packet Tracer 7.0:

    Windows:
    32 bits: https://archive.org/download/PTL63.tar/PTW7032.exe
    64 bits: https://archive.org/download/PTL63.tar/PTW7064.exe

    Linux:
    32 bits: https://archive.org/download/PTL63.tar/PTL7032.tar.gz
    64 bits: https://archive.org/download/PTL63.tar/PTL7064.tar.gz

    Mac OS & iOS: https://itunes.apple.com/us/app/id1015041980

    Android: https://play.google.com/store/apps/details?id=com.netacad.PacketTracerM&hl=fr

    ⚠️ Packet Tracer v5.0: http://www.mediafire.com/file/kcjtz1konye/PacketTracer5_setup.exe

    #🔻Interaction Homme-Machine (IHM) ECLIPSE:
    JAVA SWING (Eclipse) : https://www.eclipse.org/downloads/

    #🔻Génie Logiciel 2 ArgoUML:
    ArgoUML: http://argouml.tigris.org/

    #🔻Compilation :
    Flex: http://gnuwin32.sourceforge.net/packages/flex.htm
    Bison: http://gnuwin32.sourceforge.net/packages/bison.htm
    TUTORIAL: https://www.youtube.com/watch?v=0MUULWzswQE

    #🔻Programmation Logique :
    Prolog: http://www.swi-prolog.org/Download.html

    #🔻 Analyse et Conception Orienté Objet :
    Entreprise Architect: https://goo.gl/eVJjre
    TUTORIEL d’installation: https://goo.gl/2D9NZ8

    #🔻Gestion des Projets:
    MS-PROJECT 2013: http://getintopc.com/softwares/development/microsoft-project-2013-free-download/

    #🔻Système aide à la décision :
    Microsoft SQL Server Management Studio: https://goo.gl/vup9KE
    Microsoft Visual Studio 2008: https://goo.gl/UztV5T

    #🔻Application Mobile :
    Android Studio (JAVA) : https://developer.android.com/studio/
    🔻Infographie :
    Langage C/C++ (GLUT + CodeBlocks/GCC): https://user.xmission.com/~nate/glut.html
    ou bien: https://www.transmissionzero.co.uk/computing/using-glut-with-mingw/

    ###les logiciels ta3 TP S5 :
    #1-Poweramc :windows 7/8/8.1/10 (32bit / 64bit)
    http://www.mediafire.com/file/3acsutrj0a4gwub/PowerAMC15.rar

    \*\*Activation : copiyih dans
    C:\Program Files(x86)\Sybase\PowerAMC15
    apres Exécuter en tant qu'administrateur .... patche .... terminé

    #2-StarUML : windows 7/8/8.1/10 (32bit / 64bit)
    http://starumlreleases-7a0.kxcdn.com/v2.…/StarUML-v2.8.0.msi

    #3 - Microsoft project 2016 Pro : windows 7/8/8.1/10
    dir 3la 7sab l'office li rak minstallih fel pc ta3k :
    ida ken 3andk office 2007 -----> donc telechargé ms project 32 bit
    64 bit : https://my.pcloud.com/publink/show…
    32 bit : https://my.pcloud.com/publink/show…

    \*\*Activation : http://down5.dailyuploads.net:182/…/KMSAuto.Net.2016_1.5.1.…
    -ouvrir microsoft project 2016 ...... Fermer
    exécuter KMs ...... clic Activation ..... Clic active office ...... patienter ...... terminé

    #4- Netbeans : windows 7/8/8.1/10 (32bit / 64bit)
    http://download.netbeans.org/…/bun…/netbeans-8.2-windows.exe

    #5- Sql server 2014 with tools : windows 7/8/8.1/10
    32 bit:
    https://download.microsoft.com/…/9357…/SQLEXPRWT_x86_FRA.exe
    64 bit:
    https://download.microsoft.com/…/9357…/SQLEXPRWT_x64_FRA.exe

    ##### books drives pdf university stuff

    #TRÉSOR_MI #GIFT_FOR_MI_STUDENTS #REPARTAGE

    📚+2000 PDF de cours/exercices/TD/TP (+5GB) de tout les modules étudie en Algérie en générale, fac centrale en particulier (https://bit.ly/2QpZYAZ pour voir la liste des modules)
    📕📗📘 + 80 LIVRES Maths & INFO
    🗂 TP (ainsi que les logiciels utilisés pour chaque TP d’un module) & PROJETS des années précédentes
    🔮 Codes coupons (-100%) pour des formations Udemy (formations en ligne)
    🗄 Infos sur les certifications IT (CISCO,CEH,OSCP..) avec les liens de téléchargement (GRATUITEMENT!)
    📒 PROJETS & MÉMOIRES des étudiants de licence (pas encore disponible)

    💻 ci-joint une petite démonstration en vidéo du site

    NB1: après avoir télécharger les fichiers sources du site, vous aurez besoin d’une connexion internet afin de consulter les fichiers qui sont hébergé sur Google Drive
    NB2: des mises à jour des fichiers peuvent être atteintes au niveau du drive donc il y aura +de documentations

    ✅ DÉMO TRÉSOR-MI VERSION 0.1 (STATIQUE): http://www.mi-alger1.cf/
    🔽 DOWNLOAD WEBSITE RESSOURCE (8MB): http://www.mediafire.com/file/s18sz56fiay88ge/tresor_mi_v0.1.zip/file
    🖱 Télécharger les fichiers sources du site, décompresser l’archive, lancer « index.html »

    À la fin je remercie tout ce qui ont contribué, et je rappel que vous pouvez toujours le faire (siyavez des fichiers qui n’existe pas sur le drive, des idées) je suis à votre écoute merci 🙂
    لا تنسونا من صالح دعائكم و شكراَ ^\_^

    🗃 Banque de documents - MI - L2 INFORMATIQUE🗃
    Plus de 300 PDF 📄 de cours 📖, exercices 📑, TP/TD 📠, examens📋résumés 📒 des deux semestres📚 de plusieurs universités 🏫 (USTHB, Blida, Boumerdes, Alger..) dans un seul fichier ZIP

    # SEMESTRE 3 FAC CENTRALE:

    ⚠️ Liens de téléchargements ⚠️:
    Mediafire:
    http://www.mediafire.com/file/v5rwwrbfpzzgj30/SEMESTRE_3.zip
    Google Drive:
    https://goo.gl/sUSc8i
    Google Drive (décompressé):
    https://drive.google.com/open?id=0B7N3FyW6zYSkbkFfNHB4Ql9NdU0

    # SEMESTRE 4 FAC CENTRALE :

    ⚠️ Liens de téléchargements ⚠️:
    Mediafire:
    http://www.mediafire.com/file/s0731hlkkdcks4k/SEMESTRE_4.zip
    Google Drive (ZIP):
    https://goo.gl/E2bC9q


    ## SITE Mr.ZAIR :
    https://sites.google.com/site/algozairm/

    ## SITE Mm.ARROUSSI :
    https://sites.google.com/a/esi.dz/informatiqueblida/

    ### SEMESTRE 3 BLIDA :
    https://drive.google.com/drive/folders/19t-U3RjqQVbwqIg1UcyZGgNIkUtotKIn

    ### SEMESTRE 3+4 BLIDA :
    https://mega.nz/#F!6c1HlJ4Q!mtjQvGcKq8lwOfV_FCW0Hg!ScdxxT7Q

    ### SEMESTRE 5 ISIL BLIDA :
    (2016/2017) ==> http://www.mediafire.com/file/j1b2i9e83i138f0/S5+ISIL.rar

    (2017/2018) ...mise à jour au fur et à mesure ==>
    https://drive.google.com/drive/folders/0B4nedrdmYEaxanpBM09FY0FMcDg

    ### SEMESTRE 6 ISIL BLIDA :
    2017/2018 (mise à jour au fur et à mesure ) =>
    https://drive.google.com/drive/folders/1CxCDMPTwFnYfOwkY87OytZruG1mXIL0f?usp=drive_open

    S6 2016/2017 =>
    https://drive.google.com/drive/folders/1RO0Dushg-HhitfIoElHzO3F0HKQimxzs

    ### SEMESTRE 5 SI BLIDA :
    https://drive.google.com/drive/folders/0Bzgfii97Rs8RWTdmYWR6WGZvOXc?fbclid=IwAR0kT-OgU-VZYxT7O4KeZcMiRY2bly-dy9bwOYOYvbJyxtoMADPC0JbCjZk

    https://mega.nz/?fbclid=IwAR1UL40Ouq0DmcyOgqGVoht6mbVs-Sy_keOOKW1209dYIixbI3FHxJigsRk#F!QXgkGIZb!83wAK5803ffu48x_SU3HwQ

    ### SEMESTRE 6 SI BLIDA :
    https://drive.google.com/drive/folders/0B9vmNFnu6zmLWDFuX3Q1endYOUU

    ## MASTER SSI BLIDA :
    https://drive.google.com/drive/folders/1tHp2hJwZ_C8QBArp8PHgjaIu0vy0SoTS?usp=sharing

    ## MASTER SIR BLIDA :
    https://drive.google.com/drive/folders/1yTBOQgp-fRDXNvG4BeUZ_ekaWnCCV08l?usp=drive_open


    # TRESOR-ESI *** :

    https://tresor.cse.club

    2CPI: https://goo.gl/N1eeSS (Google Drive)
    2CPI_SBA: https://goo.gl/HZAsCD (Google Drive)
    more at: http://csesi.me



    #USTHB-ACAD (L2 + L3): https://goo.gl/dGwCec (Google Drive)

    لا تنسونا من صالح دعائكم و شكراَ ^\_^

    السلام عليكم هذه بعض الدروس من اجل تحصير للدكتورا informatique
    وفضلا وليس امرا اشتركو في قناتي رابطها
    https://www.youtube.com/channel/UCZUJ1o9hLjkQfsXDAE_LCew/about

    ##دروس في Algorithmique Avancée et Complexité (AAC)
    تجدونها في هذا رابط http://www.mediafire.com/file/7z1mndvwc6ny725/Algorithmique_Avanc%25C3%25A9e_et_Complexit%25C3%25A9__%2528AAC%2529.rar/file

    ##دروس في Analyse et Conception des SI Constantine
    تجدونها في هذا رابط http://www.mediafire.com/file/z36rsf74kk5ief1/Analyse_et_Conception_des_SI_Constantine.rar/file

    ##-دروس في BDA_TD3
    تجدونها في هذا رابط http://www.mediafire.com/file/38du1co3bz7030d/BDA_TD3.rar/file

    ##-دروس في Compilation et Theorie des Langages (ThL)
    تجدونها في هذا رابط http://www.mediafire.com/file/dd82v3ydthhfasd/Compilation_et_Theorie_des_Langages_%2528ThL%2529.rar/file

    ##دروس في Cours compilation
    تجدونها في هذا رابط
    ##دروس في Modélisation et Techniques d*Optimisation Béjaia (1)
    تجدونها في هذا رابط http://www.mediafire.com/file/83a3jwm69m25f3p/Mod%25C3%25A9lisation_et_Techniques_d_Optimisation_B%25C3%25A9jaia*%25281%2529.rar/file

    ##دروس في probabilités et statistiques
    تجدونها في هذا رابط http://www.mediafire.com/file/1awr81mxe1sqhdk/probabilit%25C3%25A9s_et_statistiques.rar/file

    ##دروس في Rés_Cours Bejaia
    تجدونها في هذا رابط http://www.mediafire.com/file/8wfy4u6jg4avj88/R%25C3%25A9s_Cours_Bejaia.rar/file

    ##دروس في Réseaux
    تجدونها في هذا رابط http://www.mediafire.com/file/ethw84aa9boc0a4/R%25C3%25A9seaux.rar/file

    ##-دروس في Systèmes Distribués(BEJAIA)
    تجدونها في هذا
    http://www.com/file/81qm769pbqi56ua/Syst%25C3%25A8mes_Distribu%25C3%25A9s%2528BEJAIA%2529.rar/file

    ## تجدون في هذا المنشور مذكرات تقني سامي في الاعلام الالي + تطبيقات + الة حاسبة + برنامج 3000 كود سورس + كتب دالفي و sql :

    ##Mémoire de fin d’études Conception et Réalisation d’une
    application de #GESTION_DES_NOTES_D’EXAMEN 📃📃 Avec #Delphi et #SQL_Server :
    https://www.up-4.net/7hwln9t3f1po

    ###افضل كتاب لتعلم لغة SQL Server و باللغة العربية 📚📚📚:
    اسم الكتاب : الشرح الوافي لتعلم لغة SQL من نبعها الصافي .
    التحميل : http://up-4.net/d/6yue .

    ###افضل كتاب لتعلم الدالفي و باللغة العربية 📚📚 :

    1. رابط التحميل http://up-4.net/d/6yd0

    ###آلة حاسبة بدون اخطاء مفتوحة المصدر بلغة الدالفي 📱📱:
    https://www.up-4.net/r9w1rxwtlxgj

    #les_Memoires 📕📕 :
    Conception et Réalisation d’un Système de
    Gestion du Personnel d’Enseignant 👥👥👥:
    https://www.up-4.net/uoql2fdjwe02

    #Les_Application :
    برنامج لتسيير رواتب العمال لشركة سونلغاز 💲💵 :
    http://up-4.net/d/6xjG

    #les_Memoires 📕📕 :
    Conception et réalisation d’une
    application de gestion de paie des
    enseignants : http://up-4.net/d/6xiV 💵💲

    #Les_Applications :
    Gestion de Stock : https://www.up-4.net/xaey1lj3qzyh 📥📥
    Video : https://youtu.be/PE68RZE08zo ⏯️

    #les_Memoires 📕📕 :
    gestion de stock cfpa Mansourah / Tlemcen
    http://up-4.net/d/6xcn 📥

    #les_Memoires 📕📕 :
    Gestion Des Emplois Du Temps ⏱️⏱️ :
    1- Gestion d'emploi du temps des soutenances :
    http://up-4.net/d/6xcF .📆

    ## 2- Gestion Des Emplois Du Temps au Niveau de CFPA : http://up-4.net/d/6xcU .🗓️

    ##3- Gestion Des Emplois Du Temps Approche Graphique : http://up-4.net/d/6xcX . 🗒️

    #les_Memoires 📕📕 :
    gestion bibliothèque Pdf :
    http://up-4.net/d/6xbo

    #les_Memoires 📕📕 :
    Gestion Parc Informatique ( Materél et Logiciel ) :
    http://up-4.net/d/6xHd

    ###Application Gestion des Emplois Du Temps (Open Source Wirh Database) :
    https://www.up-4.net/f4gptou8zzzy 💻
    Memoire Gestion des Emplois Du Temps ( Fichier Word ) : https://www.up-4.net/4zgtoyecr7k0 📙

    #Application 💻💻 :
    برنامج يحتوي على 30000 كود سورس دالفي يمكنكم تحميل البرنامج عبر الرابط التالي :
    http://up-4.net/d/6xH9

    #les_Memoires 📕📕 :
    gestion de conteneur
    http://up-4.net/d/6xH5

    سلام
    تفاعل + مشاركة المنشور لتحفيزنا على نشر المزيد طاق لصاحبك يستفاد

    ### cours TD Exams corrigée memoires math et informatique:

    1. premiere année: http://www.3awini.info/premiere-annee-mi
    2.deuxieme année: http://www.3awini.info/deuxieme-annee-informatique
    3.troisieme année: http://www.3awini.info/troisieme-annee-informatique
    4.Master RSD: http://www.3awini.info/309-2
    5.cours diverse ESI INI: http://www.3awini.info/esi-cours
    6.plus de 125 memoires: http://www.3awini.info/memoires-informatique
    enjoy and follow our facebook page to get the new updates (books , video , tp ....).
    page officielle: https://www.facebook.com/3awini/

    #DIVERS

    ### Books

    1-للمهتمين بالبرمجة و الديزاين و الماركوتينغ ديجيتال (500GB Folder)
    https://goo.gl/HkrVyS
    2-كنز اخر,مكتبة سطور, كتب عربية في شتى المجالات
    https://goo.gl/HwmkL3
    3-كتب للبرمجة و الديزاين (Coding Ebooks)
    https://goo.gl/NrXnDr
    4-امتحانات و نماذج و تسريبات (les certifications reseaux…) CISCO
    https://goo.gl/5Rdv87
    5-كورس لتعلم اللغة الانجليزية (Deep learning)
    https://goo.gl/ZHXkUg
    6-ElzeroWebSchool لتعلم تصميم و برمجة المواقع
    https://goo.gl/NenwGM
    7-تعلم Admin Panel ل Wordpress
    https://goo.gl/0p8XoB
    8-تعلم white hat Hacking
    https://goo.gl/us5bLd
    9-ثلاث فوريمات لتعلم السيكيوريتي و الهاكينغ
    https://goo.gl/SZSGhQ
    https://goo.gl/X0Q5fF
    https://goo.gl/DNKZKq
    10-كتب بالإنجليزية في شتى المجالات
    https://goo.gl/ovkfGz
    https://goo.gl/OE5TyD
    11-تحميل Templates ل ويب سايت ستاتيك
    https://goo.gl/Ybtx
    https://goo.gl/ppPJfE
    12-تحميل Templates Asp.net b #C
    https://goo.gl/Vz6Wj7
    13-انشاء رسم توضيحي او planning مثل MCD,MLD,UML..
    https://goo.gl/wCmtgn
    14-تحميل صور بدون حقوق النشر و الخصوصية
    https://goo.gl/dwN94J
    https://goo.gl/7t39j
    15-فوريم لتعلم SEO & Marketing
    https://goo.gl/Wmfmjn
    16-تعلم السرعة في الكتابة على لوحة المفاتيح
    https://goo.gl/jzTtkX

    #📚BOOKS:
    https://mybook4u.com/
    https://www.kutubpdf.net/
    https://www.book-juice.com/
    https://www.booksstream.com/
    https://www.books-cloud.com/
    https://www.hindawi.org/
    https://download-pdf-ebooks.org/
    https://abouelees.blogspot.com/
    https://mmaqara2t.com/category/books/
    https://www.4marifa.com/
    http://www.kutub.info/

    #📽MOVIES:
    https://egy.best/movies
    https://yts.ag

    #🖼WALLPAPERS:
    https://alpha.wallhaven.cc/

    #📡TORRENTS:
    https://thekickasstorrents.com/
    https://thepiratebay.org/
    https://torrentunblock.com/unblock/extratorrent.cc/
    https://torrentz.eu/
    http://www.torrenthounds.com/

    #🕹GAMES:
    https://rg-mechanics.org (RU)
    http://fitgirl-repacks.site/all-my-repacks-a-z/
    https://corepacks.com/
    http://oceanofgames.com/
    http://www.gametop.com

    #📲APPS:
    https://www.mutaz.net/
    http://getintopc.com
    Mobile/Tablets:
    http://mob.org

    #🕋QURANS:
    http://www.mp3quran.net/
    http://ar.assabile.com
    http://suratmp3.com
    http://www.upquran.com/
    https://www.tvquran.com/

    ### رابط 1 : لزخرفة اي اسم الى عدة زخرفات يقبله الفيسبوك

    https://dev-point1.01*ma/138394.htm&hl=fr- رابط 2 : لاسترجاع اي رقم محذوف من هاتفك عبر الفيسبوك ، اضغط على الرابط وسترى كل الارقام التي استعملتها منذ ان فتحت الحساب
    https://m.facebook.com/mobile/messenger/contacts

    ### رابط 3 : لتحميل افضل العاب محاكي PPSSPP

    1- https://theisozone*com
    2- https://www.emuparadise*me
    3- https://coolrom*com/
    4- https://www.pspshare*org

    ### رابط 4 : لتعديل على الصور اونلاين فوطوشوب

    1- https://www.befunky*com
    2- https://pixlr*com
    3- https://www.photofunia*com

    ### رابط 5 : لاسترجاع حساب معطل غير مؤهل بدون هوية

    https://m.facebook.com/help/contact/317389574998690
    الوصف :
    Hello Facebook: I do not understand why my account was disabled by Facebook. There is no reason to disable my personal account. I did not share a fake link. I do not represent any false identity. Please confirm my account and reply as soon as possible. Thank you

    ### رابط 5 : لعمل ايميلات وهمية وفتح حساباات فيسبوك واستغرام غير محدودة بدون الحاجة لرقم هاتف

    1- https://mohmal*com
    2- https://temp-mail*org

    ### رابط 6 : لعمل درع الحماية لصورتك الشخصية

    Https://freer\*in

    ### رابط 7 : لتحميل العاب + تطبيقات المدفوعة و المهكرة

    1- https://ihackedit*com
    2- https://revdl*com
    3- https://rexdl*com
    4- https://www.androeed*ru
    5- https://onhax*me

    اا (احذف النجمة وضع نقطة داخل الروابط) اا