Skip to main content

Home/ ACSE Discussion/ Group items tagged 5

Rss Feed Group items tagged

tech vedic

Most important smartphones of 2012-13 - 0 views

  •  
    "iPhone 5 Called ""Gadget off the Year"" by Time Magazine, Apple's iPhone 5 (from $199 on 2-year AT&T, Sprint or Verizon plan) is a serious piece of hardware. Along with its powerful new A6 chip, iPhone 5 works on 4G/Long Term Evolution (LTE) networks for wireless speeds that rivals your home's broadband connection. iPhone 5 also has improved cameras: an eight-megapixel iSight rear-facing camera (3264 x 2448 pixels) and front-facing FaceTime camera with 720p HD quality for video calling. Samsung Galaxy S III The Samsung Galaxy S III (from $149 on 2-year plan with AT&T, Sprint, T-Mobile, U.S. Cellular, Verizon) is a true smartphone in every sense of the word -- and we're not even referring to its stunning 4.8-inch display, fast LTE speeds or versatile Android operating system. the Galaxy S III's front-facing camera knows when you're looking at the screen, so it'll give you the bright display you seek, but if your eyes look away it'll dim itself to preserve its battery. It also knows when you want to talk: if you're messaging with someone and want to call them, simply lift the smartphone to your ear and it'll dial for you. Nokia Lumia 920 As the flagship Windows Phone 8 device, Nokia's Lumia 920 (from $99.99 on 2-year AT&T plan), has a lot to offer, including a colorful Start screen with ""live tiles""; familiar Microsoft apps like Outlook, Word, Excel, PowerPoint and OneNote; and a People hub that aggregates all your contacts into one page per person (so you don't need to close, say Outlook, to see what that friend is up to on Facebook or Twitter). HTC Droid DNA and HTC One X+ A pair of Android-powered HTC devices are also worthy of ""best of 2012"" nods: the HTC Droid DNA ($149.99 on 2-year Verizon Wireless plan) and HTC One X+ ($199.99 on 2-year AT&T plan). Protected by Corning's uber-durable Gorilla Glass 2 technology, the Droid DNA's 5-inch 1080p HD screen was built for video, games, ebooks and web browsing. Integrated Beats Audio - an
BluEnt Global

5 Strategic Lessons from Football to Run Successful Social Media Campaign - 0 views

  •  
    Learn 5 strategic lessons from 2014 World Cup Football to run successful social media marketing campaigns. Consider these lessons for your next million dollar social media marketing campaign.
BluEnt Global

5 Classic Examples of Online Reputation Management Mistakes - 0 views

  •  
    The online world gives everyone a voice. So, monitoring online reputation is vital for your business success. BluEnt shares 5 Classic Examples of Online Reputation Management Mistakes.
Doug Peterson

The best and worst of Windows | TechBlog | Chron.com - Houston Chronicle - 0 views

  •  
    That got me pondering: Which versions of Windows have been great, and which have been dogs? Here's my list of the 5 best and 5 worst.
tech vedic

5 simple tips to save computer repair bill? - 0 views

  •  
    Computer repair is a common chapter, though not of the common interest. You could have experienced computer problems - hardware or software related. Sometimes, easy to fix with just a restart, while at other occasions seeking expert's hand might have become essential. Lucky in case, system was in-warranty, otherwise, computer repair charges might have given a jolt. Techvedic, your friendly online computer support vendor, narrates 5 simple tips to save or reduce computer repair bill.
tech vedic

Top 5 tips you must know to stay safe on social networking sites - 0 views

  •  
    Soaring mobile Internet penetration has given new success dimension to the social network usage. Facebook, has recently reviled that 488 million users regularly use Facebook mobile, and a leading digital media firm Socialnomics has admitted that 23 percent of Facebook's users check their account 5 or more times daily. But a sad news is that, taking clues of the popularity, Internet attackers have targeted 54% of Social Networking Customers, claimed Barracuda Networks, a web security company.
Doug Peterson

WTF is HTML 5 And Why Should We Care - 0 views

  •  
    Infographic showing everything that you need to know about HTML 5.
tech vedic

Combine the wallet and your phone two together and carry just one - 0 views

  •  
    "Your wallet and your phone are probably the two items you carry around with you the most. What if you can combine the two together and carry just one item? Now you can with the new Q Card Case for the iPhone 5 by CM4. The Q Card Case is a 2-in-1 device that functions both as a protective casing for your iPhone5 as well as a wallet. It has space to comfortably fit 3 credit card sized cards plus cash. The case is made from a special patent pending soft-touch rubber and premium fabric. It also has a cut out slots for quick access to the cards as well for accessing all the buttons on your iPhone. It even has a big cut out at the bottom of the case to allow for in-case charging as well as fully compatible with Apple's Lightning port to 30-pin port adapter. The Q Card Case is available in 4 colors - Black Onyx, Mahogany Brown, Pacific Green and Red Rouge." By-The Xpert Crew @ http://techvedic.com https://www.facebook.com/techvedicinc https://twitter.com/techvedicinc http://pinterest.com/techvedic1 http://techvedicinc.tumblr.com/ https://plus.google.com/u/0/110467075169904075419/
Peter Beens

iPad and iPhone Application Development (HD) - Download free content from Stanford on i... - 0 views

  •  
    "Updated for iOS 5. Tools and APIs required to build applications for the iPhone and iPad platform using the iOS SDK. User interface designs for mobile devices and unique user interactions using multi-touch technologies. Object-oriented design using model-view-controller paradigm, memory management, Objective-C programming language. Other topics include: object-oriented database API, animation, multi-threading and performance considerations. Prerequisites: C language and programming experience at the level of 106B (Programming Abstractions) or X. Recommended: UNIX, object-oriented programming, graphical toolkits Offered by Stanford's School of Engineering, the course will last ten weeks and include both the lecture videos and PDF documents. A new lecture will be posted each Monday, Wednesday and Friday. Subscribe to this course, and automatically receive new lectures as they become available. Released with a Creative Commons BY-NC-ND license."
Doug Peterson

On Agile: Why You Won't Fix It Later - 0 views

  •  
    We've all been there. The deadline is looming, everything is behind schedule, and you're in a rush to finish the FooBar module. You're puzzling over one last glitch. You know how to fix it, but it looks like it will take a minor redesign of the module... probably 4-5 hours of work. You just don't have that kind of time.
Peter Beens

Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne - 0 views

  •  
    Textbook. The textbook Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne [ Amazon · Pearson · InformIT ] surveys the most important algorithms and data structures in use today. The textbook is organized into six chapters: Chapter 1: Fundamentals introduces a scientific and engineering basis for comparing algorithms and making predictions. It also includes our programming model. Chapter 2: Sorting considers several classic sorting algorithms, including insertion sort, mergesort, and quicksort. It also includes a binary heap implementation of a priority queue. Chapter 3: Searching describes several classic symbol table implementations, including binary search trees, red-black trees, and hash tables. Chapter 4: Graphs surveys the most important graph processing problems, including depth-first search, breadth-first search, minimum spanning trees, and shortest paths. Chapter 5: Strings investigates specialized algorithms for string processing, including radix sorting, substring search, tries, regular expressions, and data compression. Chapter 6: Context highlights connections to systems programming, scientific computing, commercial applications, operations research, and intractability.
Doug Peterson

Another reason you should learn to code: Python for Excel - Tech News and Analysis - 3 views

  •  
    Anyone who has used Microsoft Excel since 1993 has likely dabbled at least once with VBA, or Visual Basic for Applications, scripting: That's the year Excel 5.0 arrived with VBA support. The feature allows users to create automated tasks and functions in the spreadsheet application, extending the software's potential.
Peter McAsh

China's Electronic Waste Village - 0 views

  •  
    The city of Guiyu is home to 5,500 businesses devoted to processing discarded electronics, known as e-waste. According to local websites, the region dismantles 1.5 million pounds of junked computers, cell phones and other devices a year.
Peter Beens

Learn to Code: The Full Beginner's Guide (Javascript) - 0 views

  •  
    If you've been looking to learn how to code, we can help you get started. Here are 4.5 lessons on the basics and extra resources to keep you going.
Peter Beens

UNetbootin - Homepage and Downloads - 1 views

  •  
    UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. It runs on Windows, Linux, and Mac OS X. You can either let UNetbootin download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you've already downloaded one or your preferred distribution isn't on the list. Requirements Microsoft Windows 2000/XP/Vista/7, or Linux, or Mac OS X 10.5+. Note that resulting USB drives are bootable only on PCs (not on Macs). Internet access for downloading a distro to install, or a pre-downloaded ISO file
Doug Peterson

Computer Science Education Act - Computer Science Teacher - Thoughts and Information fr... - 0 views

  •  
    U.S. Senator Bob Casey (D-PA) and Congressman Jared Polis (D-CO) today introduced the Computer Science Education Act, which will help prepare Americans for the more than 1.5 million high-wage computing jobs that are expected to be created in the U.S. by 2018. The bill will help states to increase and strengthen their computer science offerings in K-12 education.
Peter McAsh

5 Reasons Why Thunderbolt Is a Big Deal (and Why You Should Care): Apple News... - 1 views

  •  
    I plan to use this with ICS3U as a research project on a current trend in CS.
Doug Peterson

Filament Group Lab Example From: jQuery Visualize Plugin: Accessible Charts & Graphs fr... - 0 views

  •  
    Just change the table to be your own headings and numbers content (you may make more, or less, rows and/or columns). Resultant table is editable. Click any cell to change its value. Then click outside the table and all other charts change dynamically. Interesting way to create dynamic visualizations
1 - 20 of 31 Next ›
Showing 20 items per page