Advanced Search
Search Results
45 total results found
Facebook as a data source
Hacking the Graph for Better Sourcing and Recruiting on FacebookPlease add other techniques for using Facebook data.
Top Programming Languages
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...
Diagramming in Markdown
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...
Regular Expressions
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 ...
Regular expression use cases
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...
What is Haskell?
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...
PHP Resources
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...
Does UCLA have free access to O'Reilly and Associates programming books online?
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...
What is AOL Server and ACS?
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...