Jump to content




Browser ,Web Server and DNS

lua

  • You cannot reply to this topic
8 replies to this topic

#1 lukasloko

  • Members
  • 28 posts
  • Location<Insert a location joke here>

Posted 24 October 2015 - 04:30 PM

This is my first project and I'm a NEWBIE on programming so be patient .

The Browser:

Is the client side program that acess and process all the information that the servers send to it,

Features

The web Server:

Is the server that send the information to the client browser.

Features

The DNS Server:

Is the server that receive from the browser the domain name and the info, process into a id, and resend the info to it

Features

How it works:

Spoiler

Files:
Animation tutorial file: http://pastebin.com/M3Qu5xzp (4.2)
Link tutorial file : http://pastebin.com/QEgH3bLA
Browser: http://pastebin.com/jUHvvXV9 (4.2)
DNS : http://pastebin.com/106FGE59
WebServer : http://pastebin.com/7LbZkxZc

OldFiles

Screenshots:

Attached Image: Browser.png

Video:

(**comming soon, maybe**)

Terms:

You can make videos with it , make alterations and whatever you want, but please, refer this topic if you can,
You can and should use this to learn and make your own project without refer me, just refer me if you are using the program that I do.
Please, if you think I do something wrong , help me, this is a community and we are here for this.
Contact (skype): lukasloko7

PS:

I am not american, so sorry for my bad english

If you can , comment what you think about this, give me hints :D.

Edited by lukasloko, 02 December 2015 - 02:44 PM.


#2 Waitdev_

  • Members
  • 432 posts
  • LocationAdelaide

Posted 25 October 2015 - 01:17 AM

for a first program? this is AWESOME! with my first program, it wasn't really that good compared to what you can do ;)

#3 lukasloko

  • Members
  • 28 posts
  • Location<Insert a location joke here>

Posted 25 October 2015 - 01:21 AM

Thank you :D , i learned here in this forum to do what i have did

#4 lukasloko

  • Members
  • 28 posts
  • Location<Insert a location joke here>

Posted 25 October 2015 - 09:55 PM

View PostWait_, on 25 October 2015 - 01:17 AM, said:

for a first program? this is AWESOME! with my first program, it wasn't really that good compared to what you can do ;)
can you give me any hints about my program, you have already tested it ?

Edited by lukasloko, 25 October 2015 - 09:56 PM.


#5 Konlab

  • Members
  • 595 posts
  • LocationKerbin

Posted 08 November 2015 - 12:36 PM

Wow! This is amazing!
A few tips:
Use locals, they are faster
(You will have to write functions in correct order for that: if a calls b, b must be defined before a)

You can do this:
local s = sleep
Instead of this:
local function(...) return sleep(...) end

You can autowrap modem by peripheral.find(type)

You can do:
if fs.exists("file") then,
Instead of
if fs.exists("file") == true then


#6 Creator

    Mad Dash Victor

  • Members
  • 2,168 posts
  • LocationYou will never find me, muhahahahahaha

Posted 08 November 2015 - 12:51 PM

View PostWait_, on 25 October 2015 - 01:17 AM, said:

for a first program? this is AWESOME! with my first program, it wasn't really that good compared to what you can do ;)

If were talking about first programs, mine was a menu with touch support.

Else, very nice projects and be sure to follow the tips Konlab gave you.

#7 Konlab

  • Members
  • 595 posts
  • LocationKerbin

Posted 08 November 2015 - 01:10 PM

View PostCreator, on 08 November 2015 - 12:51 PM, said:

View PostWait_, on 25 October 2015 - 01:17 AM, said:

for a first program? this is AWESOME! with my first program, it wasn't really that good compared to what you can do ;)/>/>

If were talking about first programs, mine was a menu with touch support.

Else, very nice projects and be sure to follow the tips Konlab gave you.
mine was a dialog box API called diaAPI:
http://www.computerc...g-boxes-simple/
(warning: i didnt know english, i dont know english now too, its only my 4th language)

Edited by Konlab, 08 November 2015 - 01:10 PM.


#8 lukasloko

  • Members
  • 28 posts
  • Location<Insert a location joke here>

Posted 15 November 2015 - 02:43 PM

Thanks for help , i ill folow the tips :D

#9 lukasloko

  • Members
  • 28 posts
  • Location<Insert a location joke here>

Posted 02 December 2015 - 02:48 PM

The new animation tutorial file for the browser 4.2 with the infinity frames feature is here :D http://pastebin.com/M3Qu5xzp

I really want to those files help with the setup of the features of my programs , I hope you guys understand how to make every thing on the browser to work properly. So I'ill make a question, do anyone here tested the program already?????





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users