Skip to main content

Diigo Home
Home/ Groups/ CS 3323
andrew hulsizer

Reference: PLT Scheme - 0 views

  • andrew hulsizer
     
    For anyone interested in continuing in scheme this website is a great reference guide and if your not then this website is great if you have questions right before our final, good luck everyone!
andrew hulsizer

most effective way to learn a language - 7 views

I find that practicing is the best method. I find tutorials online and and try to program something that is neat and different, just something that will excite you. So try and be inspired by the langua...

languages

Ben Abner

Security with Scripting - 0 views

  • Ben Abner
     
    As we progress in our programming arsenal we are getting more exposed to scripting languages like PHP and Javascript and this article gives a good introduction for some of the issues that we need to be aware of for security purposes.

    Ben
Ben Abner

Over 2500+ Languges! - 0 views

  • Ben Abner
     
    Bill Kinnersly has put together a great webiste on the differences and breakdown of most of the computer languges formulated. It's a great website for brushing up on some of the history of the languges we use.
Ben Abner

Typing Systems - 0 views

  • Ben Abner
     
    This website provides a good refresher for the difference in typing in languges. Granted it is on wikipedia but I found it to be informative and concise. I highly recommend it for pre-final studying.
ebranecky

The World Wide Web Virtual Library: Logic Programming - 0 views

  • ebranecky
     
    Good resource for Logic Programming such as Prolog
  • ...1 more comment...
  • ebranecky
     
    for some reason the page errors out while loading. If you stop the page loading after everything seems to have loaded it will prevent it from giving an error.
  • Jonathan House
     
    This is a good resource with a good deal of links.
  • Ben Abner
     
    Found this to be very helpful.

    Ben
blapsley

Prolog Forum - Tek-Tips - 0 views

  • blapsley
     
    Good forum to ask questions for prolog aid. Quick replies.
  • Ben Abner
     
    How long do they take to get back to you?
Yifei Dong

How to Design Programs Languages - 0 views

  • Yifei Dong
     
    Introduction to Scheme language used in PLT Scheme
  • Ben Abner
     
    Thanks for a little more understanding into this subject. Too bad we didnt have an actual project for using this. It would have helped a lot but the homework was good experience too.

    Ben
Jonathan House

Current Event: Computer Spies Hack Government Systems - 0 views

  • The plane, led by Lockheed Martin Corp., relies on 7.5 million lines of computer code, which the Government Accountability Office said is more than triple the amount used in the current top Air Force fighter.
  • Computer systems involved with the program appear to have been infiltrated at least as far back as 2007, according to people familiar with the matter. Evidence of penetrations continued to be discovered at least into 2008.
  • The intruders entered through vulnerabilities in the networks of two or three contractors helping to build the high-tech fighter jet,
  • Jonathan House
     
    I found this article interesting that the new US fighter jets use approximately 22.5 million lines of code and this data was hacked. The security vulnerability was through a contractor system and dates back to 2007. That implies the problem was not corrected for 2 years, so if anybody is good with beefing up security and is still looking for a job . . .
  • ebranecky
     
    I code about two times that amount of lines every day. Pretty crazy about the hacking though.
  • Ben Abner
     
    That's pretty interesing for me since I am on my way to being a physicist in the Air Force. These are issues which I am sure I will be exposed to.

    Ben
Jonathan House

SWI-Prolog for MacOS X - 0 views

  • Jonathan House
     
    if anyone is using Prolog on a Mac here is a tutorial on how to run it in OS X.
  • ...3 more comments...
  • Jonathan House
     
    if anyone is using Prolog on a Mac here is a tutorial on how to run it in OS X
  • ebranecky
     
    good post, my friend was having a little trouble with prolog on the mac.
  • ebranecky
     
    good post, my friend was having a little trouble with prolog on the mac.
  • Phillip Reichelt
     
    Thanks for this. I was relieved to find that there was even a version for OS X to begin with, but after downloading it, couldn't figure out how to get it running in time to actually do my project in OS X, forcing me to boot into Windows.
  • Ben Abner
     
    Thanks from a mac user. Sometimes programs are not mac-friendly.

    Ben
Ben Abner

Typing Systems - 4 views

Oops forgot to post the website: http://en.wikipedia.org/wiki/Type_system Memphis27 wrote: > This website provides a good refresher for the difference in typing in languges. Granted it is on wikipedia...

Typing

tristin

Over 2500+ Languages! - 7 views

Cool link, brah. Ben Abner wrote: > Bill Kinnersly has put together a great webiste on the differences and breakdown of most of the computer languges formulated. The website is here: http://people....

Languages

Phillip Reichelt

Nabble - SWI Prolog forum - 0 views

  • Phillip Reichelt
     
    A forum dedicated to helping out with SWI Prolog.
Yifei Dong

So do we need to post a message to this forum to get the best Bonus grade? ;) - 14 views

No. You need not, but what you (Edward) have done -- regularly posting useful information to the group -- deserves te best bonus grade. Edward Flick wrote: > Just wondering.

bonus grade forum post necessity

ebranecky

Grammars! - 9 views

A good way to tell is if you can create two parse trees for the same expression then it is ambiguous. An example of this is the expression A+B+C which can be parsed as (A+B)+C or A+(B+C), so it is amb...

final exam grammars ambiguity

Joshua Strain

Static vs. Dynamic Scoping - 10 views

I'll use question 12 on midterm 1 to try and explain (although it might not be the best explanation). -Static Binding: set_x(0) sets the global x to 0 first sets the global x to 1 then prints it prin...

studying for final scoping

blapsley

Using XAMPP for Local WordPress Theme Development - 0 views

  • blapsley
     
    In this tutorial, you'll learn how to install and configure XAMPP for the desktop. Once that's out of the way, we'll install WordPress so that you can have your very own professional, light-weight PHP and WordPress development environment. I use XAMPP now to test websites that I develop because it makes it to where you don't require an internet connection. It is great for setting up local mail servers through your home / laptop computer
  • Phillip Reichelt
     
    A very well written tutorial, with a decent amount of screen shots which is always useful. I agree that XAMPP is a great tool to test websites and other web applications, and this tutorial simplifies process of getting XAMPP up and running so you can focus on the more important task of testing your code.
rshadoan

Final Exam Studying - 16 views

Well, really, it could still happen. andrew hulsizer wrote: > Did this ever happen? Because I would have liked to go > :( > Ben Abner wrote: > > I am down for a study group. Especially on Prolo...

blapsley

Prolog Tutorial -- Contents - 0 views

  • blapsley
     
    Good tutorial that has basic program examples to help learn syntax. helped me do the homework.
blapsley

What languages are you guys learning? - 4 views

I recently realized how useful PHP is in processing HTML forms and using mail clients. Doing a project in HCI required us to use PHP and I have never used it before. It was complicated at first, but ...

1 - 20 of 89 Next › Last »
Showing 20 items per page
Join this group