Skip to main content

Home/ Computer Science Knowledge Sharing/ Group items tagged SOFTWARE

Rss Feed Group items tagged

Abdelrahman Ogail

Mutation testing - Wikipedia, the free encyclopedia - 1 views

  • Mutation testing (or Mutation analysis) is a method of software testing, which involves modifying program's source code in small ways.[1] These, so-called mutations, are based on well-defined mutation operators that either mimic typical programming errors (such as using the wrong operator or variable name) or force the creation of valuable tests (such as driving each expression to zero). The purpose is to help the tester develop effective tests or locate weaknesses in the test data used for the program or in sections of the code that are seldom or never accessed during execution.
  • For example, consider the following C++ code fragment: if (a && b) c = 1; else c = 0; The condition mutation operator would replace '&&' with '||' and produce the following mutant: if (a || b) c = 1; else c = 0;
  • Many mutation operators can produce equivalent mutants. For example, consider the following code fragment: int index=0; while (...) { . . .; index++; if (index==10) break; } Boolean relation mutation operator will replace "==" with ">=" and produce the following mutant: int index=0; while (...) { . . .; index++; if (index>=10) break; }
Janos Haits

The CLIP OS Project | CLIP OS - 0 views

  •  
    "The CLIP OS project is an open source project maintained by the ANSSI (National Cybersecurity Agency of France) that aims to build a hardened, multi-level operating system, based on the Linux kernel and a lot of free and open source software."
Janos Haits

The Freenet Project - /index - 0 views

  •  
    Freenet is free software which lets you anonymously share files, browse and publish "freesites" (web sites accessible only through Freenet) and chat on forums, without fear of censorship. Freenet is decentralised to make it less vulnerable to attack, and if used in "darknet" mode, where users only connect to their friends, is very difficult to detect. Share files, chat on forums, browse and publish, anonymously and without fear of blocking or censorship! Then connect to your friends for even better security! "
computersciencej

Resources to Learn Coding - 0 views

  •  
    In this post we are going to tell about the websites which are preferred to learn coding. In a survey It is found that most of the Indian software developers and students are self taught to learn coding.
Janos Haits

AV-ATLAS - The Threat Intelligence Platform by AV-TEST - 0 views

  •  
    "The Threat Intelligence Platform by AV-TEST The threat situation around dangerous URLs, spam mails and software downloads is always in view thanks to up-to-date data in real time. With AV-ATLAS, the AV-TEST Institute presents you the Threat Intelligence Platform, which offers comprehensive Cyber Security Services for the defense against cyber threats."
Janos Haits

AV-ATLAS - The Threat Intelligence Platform by AV-TEST - 0 views

  •  
    "The Threat Intelligence Platform by AV-TEST The threat situation around dangerous URLs, spam mails and software downloads is always in view thanks to up-to-date data in real time. With AV-ATLAS, the AV-TEST Institute presents you the Threat Intelligence Platform, which offers comprehensive Cyber Security Services for the defense against cyber threats."
Janos Haits

Google Open Source - opensource.google.com - 0 views

  •  
    "Bringing better technology to the world by promoting open source"
Janos Haits

Made with Code | Google - 0 views

  •  
    "First, complete a coding activity to build a Snapchat Geofilter that expresses your vision for the future. Then write a statement about the future you envision and how you plan to achieve it. Submit both to the #MyFutureMe Challenge for a chance to build your own live Snapchat lens and more!"
computersciencej

Difference Between File Transfer Protocol and Hyper Text Transfer Protocol - 0 views

  •  
    In this post under Computer Science Study Material for Gate, we are going to tell the differences between File Transfer Protocol (FTP) and Hypertext Transfer Protocol (HTTP). File Transfer Protocol FTP and HTTP both were developed to make Internet transmission better. FTP is used to exchange files between computer accounts, to transfer files between an account and a desktop computer (upload), or to access software archives on the Internet. It 's also commonly used to download programs and other files to your computer from other servers. It transfers files in two different formats ASCII for text files and Binary format for binary files. To Read full Article click on folowing link http://www.computersciencejunction.in/2017/11/differences-between-ftp-and-http.html
Janos Haits

Wekinator | Software for real-time, interactive machine learning - 0 views

  •  
    "The Wekinator allows users to build new interactive systems by demonstrating human actions and computer responses, instead of writing programming code."
Janos Haits

DevoPedia.org - 0 views

  •  
    for developers, by developers
Janos Haits

IPFS Distributions - 0 views

  •  
    "This is the downloads website for all the official software distributions of the IPFS Project. You can find all the apps, binaries, and packages here. Every distribution has a section on this page with … the distribution name and a short description the current version number and release date"
Janos Haits

Onion.Ws Tor2Web Gateway - 0 views

  •  
    "Onion.ws is a darknet gateway or Tor2Web proxy. Simply replace .onion with .onion.ws in your browsers url bar, press go and you will be redirected to that darknet site without the need to download or configure any new software such as Tor and I2P."
Janos Haits

Onion.Ws Tor2Web Gateway - 0 views

  •  
    "Onion.ws is a darknet gateway or Tor2Web proxy. Simply replace .onion with .onion.ws in your browsers url bar, press go and you will be redirected to that darknet site without the need to download or configure any new software such as Tor and I2P."
Janos Haits

The Internet Computer | DFINITY - 0 views

  •  
    "We believe that "smart contracts" that run on a public blockchain are a vastly superior new form of software. However, traditional blockchains provide hosting frameworks for smart contracts that are highly limiting. We believe that once these limitations are removed by a next generation blockchain, a "blockchain singularity" will occur, in which the majority of the world's systems and services will be rebuilt entirely from smart contracts. In the process, these sys"
bar software

Miximising Profits While Keeping Costs Low - 3 views

We use H&L bar point of sale solution to manage wage costs and payroll across multiple venues and find it an effective tool. Our managers appreciate the ability to review staff costs on a dail...

bar point of sale software POS computer Programming

started by bar software on 06 Mar 12 no follow-up yet
Islam TeCNo

XML-RPC Home Page - 0 views

  • It's a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet. It's remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned.
    • Islam TeCNo
       
      ya3ni a2dar men program C# maslan andah 3ala function PHP mawgoda 3ala server tani !! :D
  •  
    This is a protocol that is used to call functions over internet using HTTP protocol as the transport and XML as the encoding
Islam TeCNo

Inheritance and Interfaces - 0 views

  • object composition, which is often the best choice of all.
    • Abdelrahman Ogail
       
      In Software Engineering Design Patterns there's a rule that states: Favor Composition Over Inheritance
  • Familiarity with Microsoft Visual Basic 6.0
    • Islam TeCNo
       
      mafesh 7aga C# ?? lazem at3aml ya3ni !
seth kutcher

Two Thumbs Up For Computer Assistance Services - 1 views

I am so happy for the computer assistance that Computer Assistance Online gave me. They provided me with precise and fast solutions to my computer problem. Their computer specialists really know wh...

computer assistance

started by seth kutcher on 02 May 11 no follow-up yet
Janos Haits

Ohloh, the open source network - 1 views

  •  
    Discover, Track and Compare Open Source
‹ Previous 21 - 40 of 61 Next › Last »
Showing 20 items per page