Skip to main content

Home/ Coders/ Group items matching "computer" 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
Fabien Cadet

Hadoop! : Apache distributed computing ecosystem - 4 views

  •  
    « The Apache™ Hadoop™ project develops open-source software for reliable, scalable, distributed computing. The Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-avaiability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-availabile service on top of a cluster of computers, each of which may be prone to failures. »
srceducation

Computer Coaching Institute in Laxmi Nagar - Computer Classes - 0 views

  •  
    Best computer coaching institute in laxmi nagar,also provide special computer classes in laxmi nagar delhi. Contact us for best computer coaching in laxmi nagar.
Fabien Cadet

Shtetl-Optimized » Blog Archive » Fighting Hype with Hype - 2 views

  • In the end, they conclude that NP-complete problems are just as hard on an adiabatic quantum computer as on a classical computer. And, since earlier work showed the equivalence between different variants of quantum computers, that pretty much shuts down the possibility of any quantum computer helping with NP-complete problems.
  •  
    [...] quantum computers don't help with NP-complete problems ?
Atif Ameen

How to hide hard drives from my computer - 0 views

  •  
    Hi, friends I am back with this cool trick 'How to hide hard drives from my computer' In this tutorial I show you how to remove drives from my computer. You can try this trick in your school computer lab to freak up your teacher by hiding the hard drives of any computer.
Fabien Cadet

book: Exercises in programming styles, by Chritina Videira Lopes - 10 views

  •  
    "In the 1940s, the French writer Raymond Queneau wrote a jewel of a book called Exercises in Style, featuring 99 renditions of the exact same story, each written in a different style. The story being fairly trivial and always the same, the book highlights form, rather than content; it illustrates how the decisions we make in telling a story affect the perception of that story. Inspired by Queneau, I decided to embark on the project of writing the exact same computational task in as many styles as I have come across over the years. Exercises in Programming Style (#EPSBook) features 33 renditions of a simple computational task -- counting the frequency of words in a given file. All renditions are written in Python. This book is a companion text for code that is publicly available in Github. Software developers with many years of experience may enjoy revisiting familiar programming styles in the broad context of this book and learning about styles that may not be part of their normal repertoire. This book can be used as a textbook for advanced programming courses in Computer Science and Software Engineering programs. Additional teaching materials, such as lecture slides and implementations of each style in other languages, are also available."
  •  
    indianescorts4 pakistaniescortsdubai escortsdubaiescorts dubaiescorts9 indianescorts90 nightescort uaegirls uaescorts69 uaegirls344 dubai-elite-model uaegirls69 escortsportfolio dubaiescorts50 indianescorts dubaiescorts pakistani escorts in dubai indianescorts dubai kissing escorts fleshandhide flatleather
john popu

free ebooks | ebooks free download - ebooksgalaxy - 0 views

  •  
    Computer science is the scientific and practical approach to computation and its applications. Free download Computer science eBooks to broaden your knowledge and skills in different programming languages. Our Computer science department will keep you up to date regarding latest eBooks, projects, assignments, presentations, notes, lectures etc. of Computer science subjects. Time to face your future!
David Corking

The dumbing down of technology | Tony Lawrence | 2008 - 0 views

  •  
    I love this article. Lawrence is 60 and can perhaps afford to be sanguine, but I am glad he is warning the rest of us.
  •  
    Some quotable quotes here: "while we laugh at the guy who expected that his computer could be hooked up to his boom box to use the cd, he's actually just a bit ahead of us. Yes, ahead, not behind. In the future, he probably could get his computer to talk the boom box into transferring data from its cd." "When I was a teenager, I had a friend who made extra money testing and changing vacuum tubes in TV's and radios. Try earning money that way today- there is actually a very small market for that kind of thing, and there are still people who sell tubes and the like, but that market is pretty small. In the dumbed down computers of the future, there may still be a few antique machines kicking around here and there, but that isn't going to support very many of us." This is largely true and happening all the time. A programmer can use Python or Smalltalk without needing to know C (or Fortran or assembler.) A child can program in Morphic tiles (Etoys and Scratch)! We don't need to know the difference between a serial cable and a printer cable, or how to install a driver' it is all USB (or Bluetooth!) There are some gurus that program USB, but perhaps only a few hundred of them, and the rest of us just use it.
Fabien Cadet

STXXL : Standard Template Library for Extra Large Data Sets - 4 views

  • The key features of STXXL are:
  • Transparent support of parallel disks. The library provides implementations of basic parallel disk algorithms. STXXL is the only external memory algorithm library supporting parallel disks.
  • The library is able to handle problems of very large size (tested to up to dozens of terabytes).
  • ...4 more annotations...
  • Improved utilization of computer resources. STXXL implementations of external memory algorithms and data structures benefit from overlapping of I/O and computation.
  • Small constant factors in I/O volume. A unique library feature called "pipelining" can save more than half the number of I/Os, by streaming data between algorithmic components, instead of temporarily storing them on disk. A development branch supports asynchronous execution of the algorithmic components, enabling high-level task parallelism.
  • Shorter development times due to well known STL-compatible interfaces for external memory algorithms and data structures.
  • For internal computation, parallel algorithms from the MCSTL or the libstdc++ parallel mode are optionally utilized, making the algorithms inherently benefit from multi-core parallelism.
  •  
    « The core of STXXL is an implementation of the C++ standard template library STL for external memory (out-of-core) computations, i. e., STXXL implements containers and algorithms that can process huge volumes of data that only fit on disks. »
Thomas Sullivan

Programmer Jobs - A USA Job Listing, Statistics, News, and More - 0 views

  •  
    This useful site "Programmer Jobs" provides to the computer programmer who is seeking employment, a large listing of available jobs, listed by state. Here you will also find informative statistics, news and other useful elements to the unemployed computer programmer.
lucyll

How to Convert Videos to MP4 for PSP Playing? - YouTube - 0 views

shared by lucyll on 12 Apr 17 - No Cached
  •  
    The PSP is a handheld game console manufactured and marketed by Sony Computer Entertainment. It is the first handheld video game console; the current version uses Memory Stick Duo or Duo Pro as its primary storage media, which is more convenient than previous Universal Media Disc and it's able to transfer data between console and Computers easily. Since PSP has a large viewing screen and robust multi-media capabilities, many users like to view videos directly on this device. However, if your video is not playable in PSP, you may need to make a conversion first. This tutorial will show you several simple steps to get PSP playable MP4.
Fabien Cadet

The Ideal HPC Programming Language - ACM Queue - 2 views

  •  
    What if programming did not mean having to learn a language someone else devised and then wrestling with the limitations of that language, its compilers, and computers to implement your task? What if it meant, in a sense, the opposite? You could write your program in whatever way was most expressive for you, without regard for language rules imposed by someone else. Then it would be somebody else's job to define the programming language that would make sense of what you wrote, write the compilers to digest the program, and build the computers that would efficiently run the task you specified.
DJ XC

Open Computer Vision - 0 views

  •  
    blog covering opencv computer vision sistems
Joel Bennett

Dryad and DryadLINQ | Microsoft Connect - 0 views

  •  
    DryadLINQ is a Microsoft Research project, which aims to make distributed computing on clusters of computers simple enough for all programmers. DryadLINQ combines another Microsoft Research technology, Dryad, with the familiar LINQ technology from the Microsoft .NET framework.
David Corking

Gizmodo - Computing Classic: The 1954 SAGE Protected the US From Invasions That Never Came - Retromodo - 0 views

  • many of the fighters carried nuclear tipped air-to-air missiles, so it would have been a bit of a turkey shoot. Until, that is, all of the EMP from the exploding missiles and bombs rendered SAGE unusable.
  •  
    The design, build, and coding for this 1954 vacuum tube computer system is an utterly remarkable feat.
alex gross

5 Great IDEs to Start Coding in the Cloud | Web.AppStorm - 5 views

  •  
    Cloud computing has started proceeding beyond the hype stage and into the beginning of mainstream adoption. Gartner had included cloud computing in their list of Top 10 Strategic Technologies for 2009. In this roundup, we will review some online Integrated Development Environments (IDEs) which are great examples of cloud programming. These solutions can [nearly] replace your desktop IDEs and code editors.
Cathie Lunde

f | Most Popular Desktop Computers ★ 60 - 0 views

  •  
    MultiMediaPulse NextDayPC Outlet Most Popular Desktop Computers
Hanjian Jan

The Big Computer Security - 0 views

  •  
    Security Computer for Programmer
jackmcmahon4

Wise Account - Full Verified with Real Documents 2023 - 0 views

  •  
    Wise Account Introduction An investment account called a "Wise account" enables you to put money into a variety of securities, such as stocks, bonds, and mutual funds. You can view your investment portfolio via any computer or mobile device if you have a Wise account. As you can see, having a Wise account is a terrific way to make your money work for you by saving. You may avoid paying fees, gain access to first-rate customer support, and earn interest on your savings with a Wise account. What is the Wise account? A digital bank account called the Wise account is made for quick and secure money transfers. You can send and receive money using your mobile phone or computer because the account is connected to your mobile number and email address. Your money is secure in the account because it is FDIC-insured. Why You Should Buy Verified Wise Accounts? A new form of checking account called Wise might enable you to make financial savings. You will receive a debit card when you open a Wise account that may be used anywhere Mastercard is accepted. There are no overdraft fees, monthly fees, or minimum balance requirements. Using the Wise app, you can also set up direct deposit, make withdrawals and transfers, and keep track of your spending. For those who want to cut costs on fees, Wise is a fantastic choice. There are no overdraft fees, monthly fees, or minimum balance requirements on the account. The Wise app can be used to monitor your expenditure and find areas where you can cut costs. A new online bank called Wise Account lets you manage your money and get interest on your savings. It is a secure and practical way to develop your savings. What are the benefits of the Wise account? In comparison to other investment options, a wise account lets you increase your money while assuming less risk. You may open a Wise account with as little as $1 and watch your money increase over time. A Wise account's key advantage is that it gives you a way to increase your wea
  •  
    Wise Account Introduction An investment account called a "Wise account" enables you to put money into a variety of securities, such as stocks, bonds, and mutual funds. You can view your investment portfolio via any computer or mobile device if you have a Wise account. As you can see, having a Wise account is a terrific way to make your money work for you by saving. You may avoid paying fees, gain access to first-rate customer support, and earn interest on your savings with a Wise account. What is the Wise account? A digital bank account called the Wise account is made for quick and secure money transfers. You can send and receive money using your mobile phone or computer because the account is connected to your mobile number and email address. Your money is secure in the account because it is FDIC-insured. Why You Should Buy Verified Wise Accounts? A new form of checking account called Wise might enable you to make financial savings. You will receive a debit card when you open a Wise account that may be used anywhere Mastercard is accepted. There are no overdraft fees, monthly fees, or minimum balance requirements. Using the Wise app, you can also set up direct deposit, make withdrawals and transfers, and keep track of your spending. For those who want to cut costs on fees, Wise is a fantastic choice. There are no overdraft fees, monthly fees, or minimum balance requirements on the account. The Wise app can be used to monitor your expenditure and find areas where you can cut costs. A new online bank called Wise Account lets you manage your money and get interest on your savings. It is a secure and practical way to develop your savings. What are the benefits of the Wise account? In comparison to other investment options, a wise account lets you increase your money while assuming less risk. You may open a Wise account with as little as $1 and watch your money increase over time. A Wise account's key advantage is that it gives you a way to increase your wea
omouse

Shedding Bikes: Common Programmer Health Problems - 0 views

  • Overall the general cause of all of these problems can be summarized as treating programming as an obsession. You may want to be very good at it, like I did, so you exclude everything else in your life in order to master it. You don't go to the bathroom, you have macho 10 hour coding sessions, you don't eat right, and all manner of mythological beliefs about "real programmers".
  • try to not start at a computer screen for at least 2 hours a whole day
  • Frequently programmers will think that the lighting in a room is what gives them headaches from using a computer, but really it's bad posture, shitty fonts, not drinking enough water, and just using the computer for too long at a stretch
    • omouse
       
      very very true
  • ...3 more annotations...
  • I feel more awake and rested during the day. If I stay up late and sleep in I feel like I have a hangover and I can get headaches.
  • If you constantly feel "stiff" or unable to move well, then you probably need to stretch regularly
  • I'm not sure why this is, but a relaxed mind is crucial to spontaneous creativity and idea generation
  •  
    Programming is a deceptively damaging field to be in, partly because it doesn't seem like you're doing much, and also because of the attitude many programmers have toward their body. You should care about keeping yourself healthy because, when your body is in good shape, that removes "friction" from your mental capacity so that it can focus on important things rather than annoying little problems with your physical wellness.
1 - 20 of 209 Next › Last »
Showing 20 items per page