|
Google Adwords
|
Google Adwords allows businesses to advertise on any number of sites, including Expo Central, regardless of the size of their budget. Ad campaigns can be set up to target based on keywords, geographical location of the visitor, and/or individual web sites. They handle the most common sizes of ads and allow text, image or video.
|
|
|
Firefox with Google Toolbar
|
Mozilla Firefox is a web browser with pop-up blocking, tabbed browsing, and privacy and security features. Integration of the Google Toolbar into the Firefox download offers users even more features: Google search, SpellCheck, and Autofill.
|
|
|
Google Pack Software
|
Get the power of Google on your desktop PCs! Google Pack provides a single installer for many essential PC applications from Google and other trusted partners. These applications improve your browsing with increased speed and security, provide better searching capability for the web and for your own PC and enable you to collect and organize your personal data, including photos.
|
|
|
|
Computers > Programming > Threads : Categories
Computers > Programming > Threads : Web Resources
Computers > Programming > Threads : Web-Sites
| 12. It's (Not) All Been Done
[ Report dead link ] |
| Every decade or so there is a major revolution in the way software is developed. But, unlike the object and web revolutions, the concurrency revolution can be seen coming. |
| http://www.gotw.ca/publications/guest-ed-200609.htm |
| 13. Lock-free Interprocess Communication
[ Report dead link ] |
| Interprocess communication is an essential component of modern software engineering. Often, lock-free IPC is accomplished via special processor commands. This article propose a communication type that requires only atomic writing of processor word from processor cache into main memory and atomic processor word reading from main memory into the processor register or processor cache. |
| http://www.ddj.com/dept/cpp/189401457 |
| 17. Priority Inheritance Protocols
[ Report dead link ] |
| Use of synchronization mechanisms like semaphores, monitors, and critical regions can lead to uncontrolled priority inversion. [PDF file] |
| http://www-md.e-technik.uni-rostock.de/ma/gol/rtsys-bib/90-toc-pcp.pdf |
| 18. Protothreads
[ Report dead link ] |
| Extremely lightweight stackless threads which provide linear code execution for event-driven systems, designed for severely memory constrained systems. |
| http://www.sics.se/~adam/pt/ |
| 19. RT++
[ Report dead link ] |
| Higher order threads for C++; tutorial and reference manual. |
| http://www.risc.uni-linz.ac.at/software/rt++/ |
| 20. Software and the Concurrency Revolution
[ Report dead link ] |
| Focuses on the implications of concurrency for software and its consequences for both programming languages and programmers. (Herb Sutter and James Larus) |
| http://acmqueue.com/modules.php?name=Content&pa=showpage&pid=332 |
Pages: 1 [2] 3
<< Prev Page | Next Page >>
|
|
|
Computers > Programming > Threads : Web Resources
|