Code Monkey home page Code Monkey logo

fp1's Introduction

##Part 1: Get github If you don't have a github account, go get one. https://github.com/ This whole assignment will be done and submitted via github, and you're already here!

##Part 2: Try a Library I have used (net/url) library which was used in the example code given to us for FP1

##Part 3: Write your Report

I used the same example code to start off with this assignment. It looks like the code is similar to "HTTP GET". I plan on exploring html-parsing.plt for my next assignment.

My Library: (net/url)

My name: Udit Bhansali #####Write what you did! Although I began with the (net/url) library, I took a stab at the card games library before going back to the (net/url) library. I started by reading part of the first section of the accompanying racket documentation, then modifying the given code as per FP1 to start off with the assignment. The purpose of using this library was to get a better understanding of libraries in racket. For FP1 I've used my freelance project. I found one interesting thing, when url is an "https" nothing shows up on the screen

Screenshot FP1

Code Excerpt

#lang racket

(require net/url)

(define myurl (string->url "http://www.talenttechlabs.com/"))
(define myport (get-pure-port myurl))
(display-pure-port myport)

fp1's People

Contributors

ubhansali avatar marksherman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.