superaxander, on 05 February 2013 - 08:52 PM, said:
TheOriginalBIT's Programs, APIs, and Utilities
#41
Posted 05 February 2013 - 08:55 PM
#42
Posted 07 February 2013 - 01:35 AM
TheOriginalBIT, on 24 January 2013 - 11:58 PM, said:
TheOriginalBIT, on 24 January 2013 - 11:58 PM, said:
it would be really easy to implement. just add
if type(str)=="table" and type(getmetatable(str))=="table" and getmetatable(str).__charAt then return type(getmetatable(str).__charAt)=="function" and getmetatable(str).__charAt(str,index) or getmetatable(str).__charAt else --your other code end
#43
Posted 07 February 2013 - 01:47 AM
KaoS, on 07 February 2013 - 01:35 AM, said:
KaoS, on 07 February 2013 - 01:35 AM, said:
TheOriginalBIT, on 24 January 2013 - 11:58 PM, said:
it would be really easy to implement. just add
if type(str)=="table" and type(getmetatable(str))=="table" and getmetatable(str).__charAt then return type(getmetatable(str).__charAt)=="function" and getmetatable(str).__charAt(str,index) or getmetatable(str).__charAt else --your other code end
#46
Posted 07 February 2013 - 03:23 AM
#47
#48
Posted 08 February 2013 - 03:33 PM
Over the last few weeks/month. TheOriginalBit and I have been rewriting LightTube from the ground up! With a full web service to be available, including a community with user profiles and commenting, not to mention the very required ranking system! CCTube will set new ground for video players in ComputerCraft!
Tell me more!
We have invented a binary video format from scratch, with support for multiple codecs and media types allowing rapid multimedia streaming! We currently offer a transcoding tool that will allow you to convert supported formats to ours, so you can conserve disk space ( Tests show that our file format is on average, 70-650% smaller than other formats ), and watch video while it streams from your file system, a Rednet Stream Server, or the internet over http!
The format also supports expansion for future media types! This includes, but certainly isn't limited to; cinematic lighting, and audio!
I want it now!
Hold on there! I love your enthusiasm, but we are still polishing it up for it's big debut!
CCTube's core functionality is ready! Hence this promo post! Over the next few days we'll be tidying it and removing all those print statements that somehow manage to end up in the strangest places during debugging, and getting ready to ship it off to you lovely people!
Keep your eyes open and ears listening, because CCTube could be available new ( as in, new ), and improved ( as in, so much better than anything before! ), before you know it!
CCTube
A milestone for a multimedia community
#49
Posted 09 February 2013 - 03:06 AM
NeverCast, on 08 February 2013 - 03:33 PM, said:
Over the last few weeks/month. TheOriginalBit and I have been rewriting LightTube from the ground up! With a full web service to be available, including a community with user profiles and commenting, not to mention the very required ranking system! CCTube will set new ground for video players in ComputerCraft!
Tell me more!
We have invented a binary video format from scratch, with support for multiple codecs and media types allowing rapid multimedia streaming! We currently offer a transcoding tool that will allow you to convert supported formats to ours, so you can conserve disk space ( Tests show that our file format is on average, 70-650% smaller than other formats ), and watch video while it streams from your file system, a Rednet Stream Server, or the internet over http!
The format also supports expansion for future media types! This includes, but certainly isn't limited to; cinematic lighting, and audio!
I want it now!
Hold on there! I love your enthusiasm, but we are still polishing it up for it's big debut!
CCTube's core functionality is ready! Hence this promo post! Over the next few days we'll be tidying it and removing all those print statements that somehow manage to end up in the strangest places during debugging, and getting ready to ship it off to you lovely people!
Keep your eyes open and ears listening, because CCTube could be available new ( as in, new ), and improved ( as in, so much better than anything before! ), before you know it!
CCTube
A milestone for a multimedia community
#51
Posted 09 February 2013 - 03:23 AM
Theoriginalbit's Programs, Programs, Api's And Utilities — New: CConfig – Configuration Utility for CC — Coming Soon: Remote Control Turtle
Only saw that now o.o
#52
Posted 09 February 2013 - 03:24 AM
remiX, on 09 February 2013 - 03:23 AM, said:
Theoriginalbit's Programs, Programs, Api's And Utilities — New: CConfig – Configuration Utility for CC — Coming Soon: Remote Control Turtle
Only saw that now o.o
EDIT: Fixed
#53
Posted 09 February 2013 - 02:22 PM
Forgot to mention the other day, I added a key bindings example to CConfig's 'Usage Examples'
Soon to be added Language Pack example
#54
Posted 12 February 2013 - 03:43 AM
With the release of CCTube coming near it has come to the attention of NeverCast and myself that a lot of what we are doing for the CCTube GUI is exactly what we were planning for the Graphics API. So expect that to be not far behind the release of CCTube
CCTube is extremely close now. NeverCast and I are both working diligently to bring you the best we can provide. The update we will be releasing in a few days will have local playback and online playback, but the online community will be a little behind as there are some more areas of improvement needed with it. Please be mindful that CCTube will no longer support direct playback of LightShot, or other formats, of videos but instead these videos will needed to be run through our converter, this reduces file size and makes the video 100% virus free...
So keep an eye out for a new topic in the near future for CCTube and the Graphics API here shortly after that.
#55
Posted 12 February 2013 - 04:31 AM
TheOriginalBIT, on 12 February 2013 - 03:43 AM, said:
With the release of CCTube coming near it has come to the attention of NeverCast and myself that a lot of what we are doing for the CCTube GUI is exactly what we were planning for the Graphics API. So expect that to be not far behind the release of CCTube
CCTube is extremely close now. NeverCast and I are both working diligently to bring you the best we can provide. The update we will be releasing in a few days will have local playback and online playback, but the online community will be a little behind as there are some more areas of improvement needed with it. Please be mindful that CCTube will no longer support direct playback of LightShot, or other formats, of videos but instead these videos will needed to be run through our converter, this reduces file size and makes the video 100% virus free...
So keep an eye out for a new topic in the near future for CCTube and the Graphics API here shortly after that.
#57
Posted 12 February 2013 - 09:06 PM
#58
Posted 12 February 2013 - 11:03 PM
TheOriginalBIT, on 12 February 2013 - 04:34 AM, said:
Oh well it will realy help with my own solo project wich is secret yet but
OFF TOPIC:
I just created a license a bit based on yours. English is not my main language. Could you check it to see if I have made any mistakes?
http://code.google.c.../browse/LICENSE
EDIT: by the way i did it on google code cause git is more manual just to force myself to learn git better.
Edited by superaxander, 12 February 2013 - 11:04 PM.
#59
Posted 12 February 2013 - 11:17 PM
superaxander, on 12 February 2013 - 11:03 PM, said:
Oh well it will realy help with my own solo project wich is secret yet but
superaxander, on 12 February 2013 - 11:03 PM, said:
I just created a license a bit based on yours. English is not my main language. Could you check it to see if I have made any mistakes?
looks ok for content, the definitions could do with a little bit of a reword, and you may want to remove some of your permission clauses, they contradict the paragraph before the list (which makes a contract null and void)
#60
Posted 12 February 2013 - 11:27 PM
TheOriginalBIT, on 12 February 2013 - 11:17 PM, said:
superaxander, on 12 February 2013 - 11:03 PM, said:
I just created a license a bit based on yours. English is not my main language. Could you check it to see if I have made any mistakes?
looks ok for content, the definitions could do with a little bit of a reword, and you may want to remove some of your permission clauses, they contradict the paragraph before the list (which makes a contract null and void)
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users











