Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

45 total results found

Facebook as a data source

Social Media

Hacking the Graph for Better Sourcing and Recruiting on FacebookPlease add other techniques for using Facebook data.

data
programming
searching

Top Programming Languages

Programming and Web Development

Often people in the developer world have the question, “What is the most popular programming language?” Context is key, but there are two popular lists tracking the inquiry— IEEE, http://spectrum.ieee.org/static/interactive-the-top-programming-languages Tiobe...

lists
programming
ranking

Diagramming in Markdown

Useful Links

Markdown is often used for writing documentation, but it doesn’t provide supports for diagrams. Now, something called mermaid does. It can generate diagrams and flowcharts from text in a similar manner to markdown. Mermaid DemoThere is also a project called vi...

diagrams
JavaScript
programming

Regular Expressions

Programming and Web Development

Regular Expressions are how you match text and patterns of text in a programming language, and once you learn it, it’s useful in many languages. Regular Expression Cheat Sheet RegExr is an online tool to learn, build, & test Regular Expressions CROSSWORDS ...

Linux
programming
regex
Unix

Regular expression use cases

Programming and Web Development

This article is meant to be a companion to the regular expressions resources article. Instead of telling you how to do certain things, this article aims to answer, “why would I want to do that?”Character classesSyntax: [aeiou] or [0-9]Matches a single characte...

programming
regex

What is Haskell?

Programming and Web Development

I just heard about this functional programming language named Haskell on this Ruby on Rails Podcast interview with Jim Vanderburgh http://www.haskell.org/ http://www.haskell.org/haskellwiki/Why_Haskell_Matters Haskell Weekly News – a weekly newsletter covering...

programming
Haskell

PHP Resources

Programming and Web Development PHP

PHP is a web programming language that can be compiled into the Apache web server and with its persistent connections to MySQL it makes for a very popular and fast web programming environment. PHP Cheat Sheet https://websitesetup.org/php-cheat-sheet/ Docume...

programming
PHP

Does UCLA have free access to O'Reilly and Associates programming books online?

Programming and Web Development

Yes, luckily enough for UCLA programmers, the Library maintains a subscription to O’Reilly and Associates Safari Tech Books Online service. This service allows searching the full text of many of their technical books. There is also an option to limit your sear...

library resources
programming
online
digital citizen
Safari
proquest
OHE

What is AOL Server and ACS?

Programming and Web Development

AOLserver is America Online’s Open-Source web server. Originally built by NaviSoft, before it was acquired by AOL, it is the backbone of one of the largest and busiest production environments in the world. AOLserver is a multithreaded, Tcl-enabled web server u...

servers
programming
web