Skip to main content

Home/ Computer Science Knowledge Sharing/ Group items tagged source

Rss Feed Group items tagged

Janos Haits

Project Jupyter | Home - 0 views

  •  
    "Open source, interactive data science and scientific computing across over 40 programming languages."
Janos Haits

Magenta - 0 views

  •  
    "Magenta is a Google Brain project to ask and answer the questions, "Can we use machine learning to create compelling art and music? If so, how? If not, why not?" Our work is done in TensorFlow, and we regularly release our models and tools in open source. These are accompanied by demos, tutorial blog postings and technical papers. To follow our progress, watch our GitHub and join our discussion group."
Janos Haits

Orchid: It's Your Internet... - 0 views

  •  
    "The Orchid protocol is the decentralized, open-source solution for a surveillance-free internet.
Janos Haits

CCN-lite.net - 0 views

  •  
    "As CCN-lite is a research effort, the documentation is to be found in various forms, collected in the doc/ directory of source tree and in README files. For the same reason writing documentation is driven by need or demand, so if you wish some aspect of the system better documented or a step-through example for some use case, we'll be happy to document it, just ask"
Janos Haits

Compute Library for Deep Neural Networks (clDNN) | 01.org - 0 views

  •  
    "Compute Library for Deep Neural Networks (clDNN) is an open source performance library for Deep Learning (DL) applications intended for acceleration of DL inference on Intel® HD Graphics Driver and  Intel® Iris® graphics (also referred to as Intel® Processor Graphics)."
Janos Haits

Cesium - WebGL Virtual Globe and Map Engine - 0 views

  •  
    An open-source JavaScript library for world-class 3D globes and maps
computersciencej

TCP/IP model questions based Study Material for gate Computer Science - 0 views

  •  
    TCP/IP protocol based questions for gate computer science exam Q1.What is the difference between transport and session layer of OSI model. Answer: OSI Model Transport Layer The transport layer uses the services provided by the network layer, such as best path selection and logical addressing, to provide end-to-end communication between source and destination. • The transport -layer data stream is a logical connection between the endpoints of a network. • End-to-end control is provided by sliding windows and reliability in sequencing numbers and acknowledgments. The transport layer regulates information flow to ensure end-to-end connectivity between host applications reliably and accurately. • The TCP/ IP protocol of Layer 4 (t transport t layer ) has two protocols. They are TCP and UDP. The transport layer accepts data from the session layer and segments the data for transport across the network. Generally, the transport layer is responsible for making sure that the data is delivered error-free and in the proper sequence. Flow control generally occurs at the transport layer. OSI Model Session Layer The session layer establishes, manages, and terminates communication sessions. Communication sessions consist of service requests and service responses that occur between applications located on different network devices. These requests and responses are coordinated by protocols implemented at the session layer. The session layer establishes, manages, and terminates sessions between applications Functions of the session layer and the different processes that occur as data packets travel through this layer. More specifically, you learned that Communication sessions consist of mini-conversations that occur between applications located on different network devices. Requests and responses are coordinated by protocols implemented at the session layer. • The session layer decides whether to use two-way simultaneous communication or two-way alternate communicati
Janos Haits

searchcode | source code search engine - 0 views

  •  
    'Type in anything you want to find and you will be presented with the results that match with the relevant lines highlighted. Searches can filtered down using the filter panel. Some suggested search terms,'
Janos Haits

Protocol Labs - 0 views

  •  
    "Protocol Labs is an open-source research, development, and deployment laboratory. Our projects include IPFS, Filecoin, libp2p, and many more. We aim to make human existence orders of magnitude better through technology."
Janos Haits

KDE Wikis - 0 views

  •  
    "The KDE wikis are a source of information and documentation for the KDE desktop, applications, teams, events and more. They are broadly classified into three categories described below"
Janos Haits

The GDELT Project - 0 views

  •  
    "A Global Database of Society Supported by Google Jigsaw, the GDELT Project monitors the world's broadcast, print, and web news from nearly every corner of every country in over 100 languages and identifies the people, locations, organizations, themes, sources, emotions, counts, quotes, images and events driving our global society every second of every day, creating a free open platform for computing on the entire world. "
Janos Haits

Plandex - AI coding engine for complex tasks - 0 views

  •  
    "An open source, terminal-based AI coding engine. Designed for real-world tasks that span many files."
Janos Haits

Brilliant | Learn interactively - 0 views

  •  
    "Guided interactive problem solving that's effective and fun. Master concepts in 15 minutes a day."
Janos Haits

FactBot AI Fact Checker | Snopes.com - 0 views

  •  
    "Snopes is using an AI model combined with Snopes Archives to answer these questions. AI models have been known to hallucinate and give wrong answers to questions even when given the correct information. Please always check your sources and confirm the Snopes article matches your answer before believing it."
Janos Haits

TextCortex: One AI copilot that truly gets you. - 0 views

  •  
    "Instant answers with trusted sources. Seamlessly integrate your apps, documents, and conversations. Get instant, on-brand answers right where you work, tailored to your enterprise needs."
Janos Haits

Continue - 0 views

  •  
    "The leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside the IDE"
Janos Haits

Perplexica - AI Search - 0 views

  •  
    "Perplexica.io is built using the open-source project Perplexica by ItzCrazyKns. We respect and acknowledge the original creators."
Janos Haits

AssemblyAI | AI models to transcribe and understand speech - 0 views

  •  
    "Speech-to-text to powerful outcomes Top startups and enterprises rely on AssemblyAI's breakthrough speech-to-text and speech understanding models for reliable source-truth data that powers world-class products."
Ahmed Mansour

CRC Cards Tutorial - 0 views

  • Object Oriented Analysis and Design using CRC Cards
  • A CRC cards is an index card that is use to represent the responsibilities of classes and the interaction between the classes. CRC cards are an informal approach to object oriented modeling. The cards are created through scenarios, based on the system requirements, that model the behavior of the system. The name CRC comes from Class, Responsibilities, and Collaborators which the creators found to be the essential dimensions of object oriented modeling.
    • Ahmed Mansour
       
      One of the most popular methods for identifying and categorizing classes is to use class-responsibility-collaboration cards (CRC). Each CRC card represents a single class's data attributes, responsibilities, and collaborations. source : Thought Process Book..
    • Ahmed Mansour
       
      You need to create three sections on each card: - The name of the class - The responsibilities of the class - The collaborations of the class
  • Why uses CRC cards?
  • ...4 more annotations...
  • They are portable... No computers are required so they can be used anywhere. Even away from the office. The allow the participants to experience first hand how the system will work. No computer tool can replace the interaction that happens by physically picking up the cards and playing the roll of that object... The are a useful tool for teaching people the object-oriented paradigm. They can be used as a methodology them selves or as a front end to a more formal methodology such as Booch, Wirfs-Brock, Jacobson, etc.
  • Tutorial
    • Ahmed Mansour
       
      here we can found simple tutorial for illustration...
  • A CRC cards is an index card that is use to represent the responsibilities of classes and the interaction between the classes. CRC cards are an informal approach to object oriented modeling. The cards are created through scenarios, based on the system requirements, that model the behavior of the system. The name CRC comes from Class, Responsibilities, and Collaborators which the creators found to be the essential dimensions of object oriented modeling.
  • Why uses CRC cards? They are portable... No computers are required so they can be used anywhere. Even away from the office. The allow the participants to experience first hand how the system will work. No computer tool can replace the interaction that happens by physically picking up the cards and playing the roll of that object... The are a useful tool for teaching people the object-oriented paradigm. They can be used as a methodology them selves or as a front end to a more formal methodology such as Booch, Wirfs-Brock, Jacobson, etc.
  •  
    This is great tutorial for CRC cards ( sort of object oriented modeling approach) \ni think it was useful for me ... hoping to be useful for all of us : ) ..
‹ Previous 21 - 40 of 54 Next ›
Showing 20 items per page