Advanced Search
Search Results
3 total results found
Missing Announcements or News Forum in MOODLE
CCLE and Moodle
In case a course has a missing announcements or news forum, here is the solution: Get the course id of the course you are viewing Goto mdl_forum in MySQL Find the news and announcement forums corresponding to the course id Delete those two forumsThis will crea...
Google Code Playground
Programming and Web Development
There is a feature called the Google Code PlaygroundIt is an API demo site that shows the possible AJAX calls that the Google AJAX features.
PHP Client can break `less`
MacOS, Windows, and Linux
Linux and Unix
When you do php through command line (i.e. `php somescript.php`) and you pipe it to less (i.e. `php somescript.php | less`), this has the possibility of breaking the functionality of /usr/bin/less. To exit you need to type ‘q’ then hit enter.