Skip to main content

Home/ Computer Science Knowledge Sharing/ Group items matching "online" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
computersciencej

Best Payment Gateway used in India - 0 views

  •  
    Razorpay payment gateway is widely used in India.Ecommerce is also known as electronic commerce and it is a popular medium to operate the business online. Ecommerce is a way of purchasing and selling the product online. The use of online Payment Tools is increasing day by day in India. A Payment Gateway is an online payment service that is integrated with e-commerce platforms such as e-commerce websites or App to make and receive the payment.
Janos Haits

OpenHPI.de/ - 1 views

  •  
    the educational Internet platform of the German Hasso Plattner Institute, Potsdam. Starting in September you will be able to take part in our worldwide social learning network based on interactive online courses covering different subjects in Information and Communications Technology (ICT). Enter a fascinating world of knowledge with our free open online courses. Meet other participants from around the world and familiarize yourself with fundamental and current topics in ICT, computer science and IT systems engineering.
Janos Haits

Join the Battle for Net Neutrality - 0 views

  •  
    "This is a battle for the future of the internet Comcast & Verizon want to end net neutrality so they can control what we see & do online. In 66 days, the FCC will let them, unless we stop it. This is a battle for the Internet's future. Before you do anything else, send a letter to the FCC & Congress now!"
Janos Haits

Citavi - Reference Management and Knowledge Organization - 0 views

  •  
    "Search databases and library catalogs directly from within Citavi. Save results to your project with a click. Surf and save: when you find a book, article, or webpage online, use the Picker to quickly add its information to Citavi. Save copies of webpages as PDFs. Find and save all available PDF full text articles in Citavi. Everything in one place and always at hand."
Janos Haits

OpenShift.io - 0 views

  •  
    "Introducing OpenShift.io OpenShift.io is an online development environment for planning, creating and deploying hybrid cloud services."
Janos Haits

The Privacy Sandbox: Technology for a More Private Web - 0 views

  •  
    "The Privacy Sandbox initiative aims to create web technologies that both protect people's privacy online and give companies and developers the tools to build thriving digital businesses to keep the web open and accessible to everyone."
Janos Haits

WorldBrain's Memex - 0 views

  •  
    "Bookmarking for the power users of the web A privacy focused extension to annotate, search and organize what you've seen online."
Janos Haits

For The Web - 0 views

  •  
    "We need a better web. The free and open web is facing real challenges. More than half of the world's population still are not online. For the other half, the web's undeniable benefits seem to come with far too many unacceptable risks: to our privacy, our democracy, even our mental health. "
Janos Haits

watson technology full details | Knowledge Media Institute | The Open University - 0 views

  •  
    "As the Semantic Web gains momentum, large amounts of semantic information are becoming available online. The emergence of such large-scale semantics opens the way to a new generation of Semantic Systems, able to overcome the brittleness of classic domain-specific semantic systems and supporting open-ended tasks, such as web browsing and question answering. Watson is an innovative gateway for the Semantic Web, whose design has been guided by the requirements of this new generation of Semantic Web applications and by the lessons learnt from previous systems. Watson plays three main roles: 1) collects the a"
Janos Haits

EDRi - Defending rights and freedoms online - 0 views

  •  
    'European Digital Rights (EDRi) is an association of civil and human rights organisations from across Europe. We defend rights and freedoms in the digital environment. You can find our members here.'
Janos Haits

Whonix ™ - Software That Can Anonymize Everything You Do Online - 0 views

  •  
    "Whonix ™ runs like an app inside your operating system - keeping you safe and anonymous. Whonix is available for"
Janos Haits

Jigsaw - 0 views

  •  
    How can technology make people in the world safer?
Janos Haits

Vulnerability, CDR and Antivirus APIs | Metadefender - 0 views

  •  
    "Select or drop a file up to 140 MB in size for malware analysis, vulnerability check, and data sanitization (CDR; Content Disarm and Reconstruction)."
mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
Abdelrahman Ogail

Common Mistakes in Online and Real-time Contests - 0 views

  • Dynamic programming problems are to be solved with tabular methods
    • Ahmed Mansour
       
      Dynamic programming, like the divide-and-conquer method, solves problems by combining the solutions to subproblems. ("Programming" in this context refers to a tabular method, not to writing computer code) y3ney 3bara 3n 2nene bn2sem el problem el kbirr le shwit probelsm so3'ira .. we ne solve el problems deh we ngma el yab2a dh 7l lel problem el kbira :D;d see introduction to algorithms book . chapter 15
  • breadth-first search
    • Ahmed Mansour
       
      In graph theory, breadth-first search (BFS) is a graph search algorithm that begins at the root node and explores all the neighboring nodes. Then for each of those nearest nodes, it explores their unexplored neighbor nodes, and so on, until it finds the goal. ya3ney be el 3arby keda lw ana 3ndy tree maslan we el tree dh bettkwen mn shwit levels 3ady gedan.. lama hagey 23mel search 3la node mo3ina fi el tree deh hamsk el tree mn el root bet3ha ely hwa level 0 we habda2 2mshy level by level y3ney hanzl 3la el level 1 we hakaz le 3'it mal2y el node bet3ty ,,,, see this ,, it's a tutorial show how BFS algorithm is work!! http://www.personal.kent.edu/~rmuhamma/Algorithms/MyAlgorithms/GraphAlgor/breadthSearch.htm
  • Memorize the value of pi You should always try to remember the value of pi as far as possible, 3.1415926535897932384626433832795, certainly the part in italics. The judges may not give the value in the question, and if you use values like 22/7 or 3.1416 or 3.142857, then it is very likely that some of the critical judge inputs will cause you to get the wrong answer. You can also get the value of pi as a compiler-defined constant or from the following code: Pi=2*acos(0)
    • Islam TeCNo
       
      hhhhhhhhhhh ...... awl mara a3rf el mawdo3 dah we awl mara a3raf en el Pi = 2*acos(0)
    • Abdelrahman Ogail
       
      Thanks Islam for the info, really useful
  • ...4 more annotations...
  • You cannot always check the equality of floating point numbers with the = = operator in C/C++. Logically their values may be same, but due to precision limit and rounding errors they may differ by some small amount and may be incorrectly deemed unequal by your program
  • #define swap(xxx, yyy) (xxx) ^= (yyy) ^= (xxx) ^= (yyy)
    • Islam TeCNo
       
      I remember someone told me that it's impossible to do swaping using macros :D ...but i think it's possible
  • But recursion should not be discounted completely, as some problems are very easy to solve recursively (DFS, backtracking)
    • Islam TeCNo
       
      Some problems are much easier when using recursion
  • Having a good understanding of probability is vital to being a good programmer
  •  
    for bignner acmers hoping to be useful !
  •  
    in this article the author discuss the common problems that faced teams in ACM contests .. and how to avoid it !
Janos Haits

Gitea - 0 views

  •  
    "A painless self-hosted Git service. Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license."
Janos Haits

Wolfram Neural Net Repository of Neural Network Models - 1 views

  •  
    "The Wolfram Neural Net Repository is a public resource that hosts an expanding collection of trained and untrained neural network models, suitable for immediate evaluation, training, visualization, transfer learning and more."
Janos Haits

Home | Solid - 0 views

  •  
    "Solid was created by the inventor of the World Wide Web, Sir Tim Berners-Lee. Its mission is to reshape the web as we know it. Solid will foster a new breed of applications with capabilities above and beyond anything that exists today."
Janos Haits

Blockstack - The New Decentralized Internet - 0 views

  •  
    'Blockstack is an open-source project and a decentralized network. For the past years, one company, Blockstack Inc, has taken the lead on protocol development. We plan to have many independent individuals and companies operating on the network and taking on greater roles in the protocol's development. We will release more details on governance structures and potential independent entities that can provide a degree of neutrality and balance to the protocol development in the long run.'
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! "
1 - 20 of 165 Next › Last »
Showing 20 items per page