Skip to main content

Home/ ACSE Discussion/ Group items tagged https

Rss Feed Group items tagged

Peter Beens

How are students learning programming in a post-Basic world? - Computerworld - 2 views

  •  
    For years, the lingua franca for desktop computers was the Beginner's All-purpose Symbolic Instruction Code, a.k.a. Basic. Essentially every PC had it, and just about anyone could learn to program with it, even in a rudimentary way. Those days are gone
Doug Peterson

10000 things all ICS students should do before graduating | Tagide - 2 views

  •  
    So I thought I'd compile a list of 1010 10000 things I believe all ICS students should have done (by  themselves) by the time they get their diplomas. With luck, students have come across some of these in courses. Most likely, that won't happen, so students need to make time for extra-curricular activities.
Peter Beens

Hash table - Wikipedia, the free encyclopedia - 1 views

  •  
    At the heart of the hash table algorithm is a simple array of items; this is often simply called the hash table. Hash table algorithms calculate an index from the data item's key and use this index to place the data into the array.
Peter Beens

Linear search - Wikipedia, the free encyclopedia - 0 views

  •  
    In computer science, linear search or sequential search is a method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.
Peter Beens

Binary search algorithm - Wikipedia, the free encyclopedia - 0 views

  •  
    In computer science, a binary search or half-interval search algorithm locates the position of an item in a sorted array
Doug Peterson

News of the World phone-hacking scandal - live updates | Media | guardian.co.uk - 0 views

  •  
    Andy Coulson, David Cameron's former director of communications was arrested today, shortly after a press conference in which the prime minister took "full responsibility" for his appointment but refused to apologise for it.
Doug Peterson

Your next job: Mobile app developer? | Mobile | Macworld - 0 views

  •  
    As market demand surges for apps to run on iOS, Android and whatever operating system will power the next wave of smart devices, companies are facing a dearth of mobile development talent. For IT professionals with programming skills, that gap represents a fresh opportunity to embark on a career makeover.
Peter McAsh

WIRED - Digital Detectives Deciphered stuxnet - 0 views

  •  
    Long article.
Peter Beens

How to Set Up a File-Syncing Dropbox Clone You Control - 0 views

  •  
    File syncing is a godsend when you work on multiple computers or devices and want to make sure you have the most up-to-date files wherever you log in. While online services like Dropbox may be the most convenient options, there are plenty of reasons you may want to "roll your own cloud" and sync your files to your own web server or just on your local network. 
Doug Peterson

CodeLesson - Courses by Tag: Python - 1 views

  •  
    Collection of Python Programming lessons.
Peter Beens

Scientific Computing Tools For Python - Numpy - 1 views

  •  
    NumPy is the fundamental package needed for scientific computing with Python. It contains among other things: - a powerful N-dimensional array object- sophisticated (broadcasting) functions- tools for integrating C/C++ and Fortran code- useful linear algebra, Fourier transform, and random number capabilities.
« First ‹ Previous 1201 - 1220 of 1244 Next › Last »
Showing 20 items per page