Jump to content




CubeLink Industries [Icube OS V1.0 beta OUT SOON]

computer

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

#1 rex41043

  • Members
  • 88 posts

Posted 04 April 2012 - 07:39 PM

CubeLink Industries Programming

CubeLink Industries is just some thing that I do on a server

but the programs on here are made by rex41043 and darkdave23

and we are going to show the programs we made to the world!

so we hope you like them and happy programming!

and if you want you can make a app by replying to this topic!

showing off what you have made!


Team:

rex41043/abthouse29 - Lead Developers


I Cube


Spoiler


BANNER:

Spoiler



#2 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 04 April 2012 - 08:06 PM

Hello, I could be a programmer?
Something I've made: http://www.computerc...smads-programs/ xD

#3 cant_delete_account

  • Members
  • 484 posts

Posted 04 April 2012 - 08:11 PM

I can help code, I'm very good with the HTTP API, so I can help with an auto-updater 'n all that cool stuff.

#4 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 04 April 2012 - 09:19 PM

Would help too

#5 rex41043

  • Members
  • 88 posts

Posted 04 April 2012 - 10:38 PM

View Postmad, on 04 April 2012 - 08:06 PM, said:

Hello, I could be a programmer?
Something I've made: http://www.computerc...smads-programs/ xD
sweet you can you send me your skype in a email if you have 1 it just makes it a lot ezyer my email is [email protected]

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
sweet you can you send me your skype in a email if you have 1 it just makes it a lot ezyer my email is [email protected]

#6 rex41043

  • Members
  • 88 posts

Posted 04 April 2012 - 10:40 PM

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
o your 1st job wolvan can you make a logo/banner for
CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun

#7 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 04 April 2012 - 10:43 PM

View Postrex41043, on 04 April 2012 - 10:40 PM, said:

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
o your 1st job wolvan can you make a logo/banner for
CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?

#8 ComputerCraftFan11

  • Members
  • 771 posts
  • LocationHawaii

Posted 05 April 2012 - 12:05 AM

I'll help, I made a auto updater with and without pastebin in another post

#9 rex41043

  • Members
  • 88 posts

Posted 05 April 2012 - 02:31 AM

View PostWolvan, on 04 April 2012 - 10:43 PM, said:

View Postrex41043, on 04 April 2012 - 10:40 PM, said:

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
o your 1st job wolvan can you make a logo/banner for
CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez

View PostComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:

I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as

#10 ComputerCraftFan11

  • Members
  • 771 posts
  • LocationHawaii

Posted 05 April 2012 - 06:36 AM

View Postrex41043, on 05 April 2012 - 02:31 AM, said:

View PostWolvan, on 04 April 2012 - 10:43 PM, said:

View Postrex41043, on 04 April 2012 - 10:40 PM, said:

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
o your 1st job wolvan can you make a logo/banner for
CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez

View PostComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:

I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as

Here:

View PostComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:

Server:
version = "1.0"
pastebin = "change to pastebin Id"

while true do
  id, message = rednet.recieve()
  if message == "check" then
     rednet.send(id, version)
  elseif message == "update" then
     rednet.send(id, pastebin)
   end
end

Client:
version = 1.0
programname = "startup"

function update()
  rednet.broadcast("check")
  id, message = rednet.receive()
  if version == message then
  else
     rednet.send(id, "update")
     id, message = rednet.receive()
     write("Update available! Would you like to update? [y/n] ")
     input = read()
     if input == "y" then
         shell.run("pastebin", "get", message, programname)
         shell.run(programname)
     end
  end
end

update()


Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)


#11 rex41043

  • Members
  • 88 posts

Posted 05 April 2012 - 08:11 AM

View PostComputerCraftFan11, on 05 April 2012 - 06:36 AM, said:

View Postrex41043, on 05 April 2012 - 02:31 AM, said:

View PostWolvan, on 04 April 2012 - 10:43 PM, said:

View Postrex41043, on 04 April 2012 - 10:40 PM, said:

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
o your 1st job wolvan can you make a logo/banner for
CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez

View PostComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:

I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as

Here:

View PostComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:

Server:
version = "1.0"
pastebin = "change to pastebin Id"

while true do
  id, message = rednet.recieve()
  if message == "check" then
	 rednet.send(id, version)
  elseif message == "update" then
	 rednet.send(id, pastebin)
   end
end

Client:
version = 1.0
programname = "startup"

function update()
  rednet.broadcast("check")
  id, message = rednet.receive()
  if version == message then
  else
	 rednet.send(id, "update")
	 id, message = rednet.receive()
	 write("Update available! Would you like to update? [y/n] ")
	 input = read()
	 if input == "y" then
		 shell.run("pastebin", "get", message, programname)
		 shell.run(programname)
	 end
  end
end

update()


Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
sweet but its not what we need for this OS i'm thinking of makeing it so the program reads off the file that tell the update program what to download and what to save it as

#12 ComputerCraftFan11

  • Members
  • 771 posts
  • LocationHawaii

Posted 05 April 2012 - 04:59 PM

View Postrex41043, on 05 April 2012 - 08:11 AM, said:

View PostComputerCraftFan11, on 05 April 2012 - 06:36 AM, said:

View Postrex41043, on 05 April 2012 - 02:31 AM, said:

View PostWolvan, on 04 April 2012 - 10:43 PM, said:

View Postrex41043, on 04 April 2012 - 10:40 PM, said:

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
o your 1st job wolvan can you make a logo/banner for
CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez

View PostComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:

I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as

Here:

View PostComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:

Server:
version = "1.0"
pastebin = "change to pastebin Id"

while true do
  id, message = rednet.recieve()
  if message == "check" then
	 rednet.send(id, version)
  elseif message == "update" then
	 rednet.send(id, pastebin)
   end
end

Client:
version = 1.0
programname = "startup"

function update()
  rednet.broadcast("check")
  id, message = rednet.receive()
  if version == message then
  else
	 rednet.send(id, "update")
	 id, message = rednet.receive()
	 write("Update available! Would you like to update? [y/n] ")
	 input = read()
	 if input == "y" then
		 shell.run("pastebin", "get", message, programname)
		 shell.run(programname)
	 end
  end
end

update()


Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
sweet but its not what we need for this OS i'm thinking of makeing it so the program reads off the file that tell the update program what to download and what to save it as

That's what it does, you can add a read() function asking what you want to save it as and replace the "programname" with the users inout

#13 rex41043

  • Members
  • 88 posts

Posted 05 April 2012 - 08:27 PM

View PostComputerCraftFan11, on 05 April 2012 - 04:59 PM, said:

View Postrex41043, on 05 April 2012 - 08:11 AM, said:

View PostComputerCraftFan11, on 05 April 2012 - 06:36 AM, said:

View Postrex41043, on 05 April 2012 - 02:31 AM, said:

View PostWolvan, on 04 April 2012 - 10:43 PM, said:

View Postrex41043, on 04 April 2012 - 10:40 PM, said:

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
o your 1st job wolvan can you make a logo/banner for
CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez

View PostComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:

I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as

Here:

View PostComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:

Server:
version = "1.0"
pastebin = "change to pastebin Id"

while true do
  id, message = rednet.recieve()
  if message == "check" then
	 rednet.send(id, version)
  elseif message == "update" then
	 rednet.send(id, pastebin)
   end
end

Client:
version = 1.0
programname = "startup"

function update()
  rednet.broadcast("check")
  id, message = rednet.receive()
  if version == message then
  else
	 rednet.send(id, "update")
	 id, message = rednet.receive()
	 write("Update available! Would you like to update? [y/n] ")
	 input = read()
	 if input == "y" then
		 shell.run("pastebin", "get", message, programname)
		 shell.run(programname)
	 end
  end
end

update()


Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
sweet but its not what we need for this OS i'm thinking of makeing it so the program reads off the file that tell the update program what to download and what to save it as

That's what it does, you can add a read() function asking what you want to save it as and replace the "programname" with the users inout
ya but for the way that we will need it to work it needs to read what it needs to DOWNLOAD OFF A FILE and have it run with out a update server

#14 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 05 April 2012 - 09:29 PM

View Postrex41043, on 05 April 2012 - 02:31 AM, said:

View PostWolvan, on 04 April 2012 - 10:43 PM, said:

View Postrex41043, on 04 April 2012 - 10:40 PM, said:

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
Done :)/>
Post this as HTML in your signature
Posted Image
[url="http://www.computercraft.info/forums2/index.php?/topic/1110-cubelink-industries-programming-programmers-wanted/"][img]http://img714.imageshack.us/img714/5373/cyberlink.gif[/img][/url]


#15 ComputerCraftFan11

  • Members
  • 771 posts
  • LocationHawaii

Posted 06 April 2012 - 01:11 AM

View Postrex41043, on 05 April 2012 - 08:27 PM, said:

View PostComputerCraftFan11, on 05 April 2012 - 04:59 PM, said:

View Postrex41043, on 05 April 2012 - 08:11 AM, said:

View PostComputerCraftFan11, on 05 April 2012 - 06:36 AM, said:

View Postrex41043, on 05 April 2012 - 02:31 AM, said:

View PostWolvan, on 04 April 2012 - 10:43 PM, said:

View Postrex41043, on 04 April 2012 - 10:40 PM, said:

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
o your 1st job wolvan can you make a logo/banner for
CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez

View PostComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:

I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as

Here:

View PostComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:

Server:
version = "1.0"
pastebin = "change to pastebin Id"

while true do
  id, message = rednet.recieve()
  if message == "check" then
	 rednet.send(id, version)
  elseif message == "update" then
	 rednet.send(id, pastebin)
   end
end

Client:
version = 1.0
programname = "startup"

function update()
  rednet.broadcast("check")
  id, message = rednet.receive()
  if version == message then
  else
	 rednet.send(id, "update")
	 id, message = rednet.receive()
	 write("Update available! Would you like to update? [y/n] ")
	 input = read()
	 if input == "y" then
		 shell.run("pastebin", "get", message, programname)
		 shell.run(programname)
	 end
  end
end

update()


Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
sweet but its not what we need for this OS i'm thinking of makeing it so the program reads off the file that tell the update program what to download and what to save it as

That's what it does, you can add a read() function asking what you want to save it as and replace the "programname" with the users inout
ya but for the way that we will need it to work it needs to read what it needs to DOWNLOAD OFF A FILE and have it run with out a update server

To run it without a server, you need a pastebin account and make it read from a pastebin link and if u make anew version, you edit that pastebin file

#16 rex41043

  • Members
  • 88 posts

Posted 06 April 2012 - 04:13 AM

View PostComputerCraftFan11, on 06 April 2012 - 01:11 AM, said:

View Postrex41043, on 05 April 2012 - 08:27 PM, said:

View PostComputerCraftFan11, on 05 April 2012 - 04:59 PM, said:

View Postrex41043, on 05 April 2012 - 08:11 AM, said:

View PostComputerCraftFan11, on 05 April 2012 - 06:36 AM, said:

View Postrex41043, on 05 April 2012 - 02:31 AM, said:

View PostWolvan, on 04 April 2012 - 10:43 PM, said:

View Postrex41043, on 04 April 2012 - 10:40 PM, said:

View PostWolvan, on 04 April 2012 - 09:19 PM, said:

Would help too
o your 1st job wolvan can you make a logo/banner for
CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez

View PostComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:

I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as

Here:

View PostComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:

Server:
version = "1.0"
pastebin = "change to pastebin Id"

while true do
  id, message = rednet.recieve()
  if message == "check" then
	 rednet.send(id, version)
  elseif message == "update" then
	 rednet.send(id, pastebin)
   end
end

Client:
version = 1.0
programname = "startup"

function update()
  rednet.broadcast("check")
  id, message = rednet.receive()
  if version == message then
  else
	 rednet.send(id, "update")
	 id, message = rednet.receive()
	 write("Update available! Would you like to update? [y/n] ")
	 input = read()
	 if input == "y" then
		 shell.run("pastebin", "get", message, programname)
		 shell.run(programname)
	 end
  end
end

update()


Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
sweet but its not what we need for this OS i'm thinking of makeing it so the program reads off the file that tell the update program what to download and what to save it as

That's what it does, you can add a read() function asking what you want to save it as and replace the "programname" with the users inout
ya but for the way that we will need it to work it needs to read what it needs to DOWNLOAD OFF A FILE and have it run with out a update server

To run it without a server, you need a pastebin account and make it read from a pastebin link and if u make anew version, you edit that pastebin file
ya the idea form haveing it read form a file is that its bilt in to update that 1st and then read form the file and do that updates like to so if u want to code the update stuff u can

#17 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 06 April 2012 - 08:49 AM

I think you mean like this:
1. Download all files
2. Download some kind of changelog
3. Read the changelog and read, which scripts were modified
4. Delete these local scripts
5. replace them with the modified

#18 rex41043

  • Members
  • 88 posts

Posted 06 April 2012 - 10:12 AM

View PostWolvan, on 06 April 2012 - 08:49 AM, said:

I think you mean like this:
1. Download all files
2. Download some kind of changelog
3. Read the changelog and read, which scripts were modified
4. Delete these local scripts
5. replace them with the modified
sort of ok it downloads a file ok and in the file is a line and on that like is 2 things 1 the pastebin code 2 the file is replaceing and then with that it downloads the pastebin at replaces the file so
1. download the update info
2. read the update info
3. delete the old file
4. download the update
5. save the update
6. read the next update line
7. goto 3

#19 djblocksaway

    Epic Coderz

  • New Members
  • 397 posts
  • LocationAustralia

Posted 06 April 2012 - 11:41 AM

hey rex ill be happy to help with your OS well to tell the truth i already helped make half the installer :)/>

#20 cant_delete_account

  • Members
  • 484 posts

Posted 10 April 2012 - 03:50 AM

Try to avoid the super long quote trails. xD
I can help make a auto-updater. Pastebin, Dropbox, or whatever you use to share files.
My E-mail is: [email protected]





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users