MathWizz wrote:
Pitusky12 wrote:
JsScratch Works in xbox
Then what is the point of creating another one?
Are you targeting some other system that mine doesn't work on?
GOT IT! After supporting HTML5 users with Canvas, we will work on adding HTML4 support. It is possible, but jQuery would be involved with it.
Offline
GP1 wrote:
MathWizz wrote:
Pitusky12 wrote:
JsScratch Works in xbox
Then what is the point of creating another one?
Are you targeting some other system that mine doesn't work on?GOT IT! After supporting HTML5 users with Canvas, we will work on adding HTML4 support. It is possible, but jQuery would be involved with it.
Yeah!
Offline
srry but there is a problem with my github application so I just put my code on a weebly website in a compressed folder, here is the website with my code: http://jscratch.weebly.com/
I have almost the entire layout coded but I used pbfy0 code to start so... we should give him partial credit if we use my code.
Offline
al-x wrote:
I have almost the entire layout coded but I used pbfy0 code to start so... we should give him partial credit if we use my code.
It's illegal* to use his/her code at all without permission.
* Except for fair use, which most likely doesn't apply here due to the large amount of material used
Last edited by nXIII (2012-10-27 11:19:26)
Offline
al-x wrote:
srry but there is a problem with my github application so I just put my code on a weebly website in a compressed folder, here is the website with my code: http://jscratch.weebly.com/
I have almost the entire layout coded but I used pbfy0 code to start so... we should give him partial credit if we use my code.
Ok, cool! Ill take a look at it.
Offline
AHH! I messed up. Before, I was using the Windows application for GitHub, right? Well, I'm using a different computer that has Ubuntu on it, and I have the Git console extension. I pulled, made changes, and pushed. But I accidently pushed to the master branch, which created a new branch called master. What Git Bash command can I use to push to the gh-pages? And how can I delete the new master branch?
Last edited by GP1 (2012-10-27 13:02:44)
Offline
nXIII wrote:
al-x wrote:
I have almost the entire layout coded but I used pbfy0 code to start so... we should give him partial credit if we use my code.
It's illegal* to use his/her code at all without permission.
* Except for fair use, which most likely doesn't apply here due to the large amount of material used
It is not illegal as long as you give credit. If they did not want peopl to look at it a use it they should not have put it on github. Open-source means you are allowed to use the code bt you have to give credit.
Offline
al-x wrote:
It is not illegal as long as you give credit. If they did not want people to look at it and use it they should not have put it on github. Open-source means you are allowed to use the code but you have to give credit.
That's not how copyright law works. 17 USC § 106 guarantees copyright owners exclusive rights; among them is the right "to prepare derivative works based upon the copyrighted work" (e.g., create modifications the source).
Since the source contains no license granting other rights to people obtaining the source code, GitHub's Terms of Service is the only other document which applies here. It states that "By setting your repositories to be viewed publicly, you agree to allow others to view and fork your repositories." This means that you can (a) look at the source code and (b) create a copy of it, but does not grant you any of the other rights reserved by the copyright holder, viz. the ability to create derivative works.
You're right that most open-source licenses require that you give attribution to make derivative works, but since the source code in question has no license at all, giving attribution is not enough to grant you the right to make derivative works.
Last edited by nXIII (2012-10-27 13:45:34)
Offline
GP1: I dont know why jscratch.tk is down,and : http://matthew-brett.github.com/pydagogue/gh_delete_master.html
al-x:Yeah Its Not Ilegal!
nXlll:Why dont you just leave us alone if youre not gonna help,
Offline
Pitusky12 wrote:
al-x:Yeah Its Not Ilegal!
nXlll:Why dont you just leave us alone if youre not gonna help,
I am trying to help you; sorry if it's not coming across like that. Learning about copyright law and software licensing is an important part of learning to program. I'm just pointing out that what you are doing right now infringes on some copyrights, and as such is illegal. If you want to use the source code you have right now, you can try to contact pbfy0 and/or the author of the PHP code and ask them to license their source code or give you written permission to use it.
Last edited by nXIII (2012-10-27 16:21:35)
Offline
Pitusky12 wrote:
GP1: I dont know why jscratch.tk is down,and : http://matthew-brett.github.com/pydagogue/gh_delete_master.html
al-x:Yeah Its Not Ilegal!
nXlll:Why dont you just leave us alone if youre not gonna help,
Actually, sorry to say, nXIII is right. Copyright law states that if you are the original owner of the work, you automaticly gain copy rights to it, and you can use the copyright symbol if you like. So, we either have to get permission OR they have to have a licence we can use to redistribute their work.
So, we can't take their work and modify it. However, we CAN use their code as an aid for writing new code, since their code is open source. Which I'm totally okay with doing.
Last edited by GP1 (2012-10-27 16:27:27)
Offline
GP1, the site is back up. I need to fully finish my php script, it's currently downloading the code everytime you load the website. I think it was github causing the downtime.
Offline
pwiter wrote:
GP1, the site is back up. I need to fully finish my php script, it's currently downloading the code everytime you load the website. I think it was github causing the downtime.
Okay. Oh hey, can you delete the master branch on the repository for me? I keep getting 502 errors. Merge the master to the gh-pages so my commits take effect, then delete the master.
Offline
GP1 wrote:
pwiter wrote:
GP1, the site is back up. I need to fully finish my php script, it's currently downloading the code everytime you load the website. I think it was github causing the downtime.
Okay. Oh hey, can you delete the master branch on the repository for me? I keep getting 502 errors. Merge the master to the gh-pages so my commits take effect, then delete the master.
Ok.
Offline
nXIII wrote:
Pitusky12 wrote:
al-x:Yeah Its Not Ilegal!
nXlll:Why dont you just leave us alone if youre not gonna help,I am trying to help you; sorry if it's not coming across like that. Learning about copyright law and software licensing is an important part of learning to program. I'm just pointing out that what you are doing right now infringes on some copyrights, and as such is illegal. If you want to use the source code you have right now, you can try to contact pbfy0 and/or the author of the PHP code and ask them to license their source code or give you written permission to use it.
oh okay thanks!
Offline
pwiter wrote:
GP1, the site is back up. I need to fully finish my php script, it's currently downloading the code everytime you load the website. I think it was github causing the downtime.
Well, what host are you using? Most free hosts let you run a php script automaticly through a timer-like thing.
Offline
pwiter wrote:
GP1 wrote:
pwiter wrote:
GP1, the site is back up. I need to fully finish my php script, it's currently downloading the code everytime you load the website. I think it was github causing the downtime.
Okay. Oh hey, can you delete the master branch on the repository for me? I keep getting 502 errors. Merge the master to the gh-pages so my commits take effect, then delete the master.
Ok.
Thanks.
Offline
al-x wrote:
so my code is kind of useless srry guys and srry nXIII for kind of snapping at you. Ill write new code thats mine.
Work collaberativly with us in the git. That way, it will get done faster.
Offline
GP1 wrote:
al-x wrote:
so my code is kind of useless srry guys and srry nXIII for kind of snapping at you. Ill write new code thats mine.
Work collaberativly with us in the git. That way, it will get done faster.
I cant my github application wont work.
Offline
al-x wrote:
GP1 wrote:
al-x wrote:
so my code is kind of useless srry guys and srry nXIII for kind of snapping at you. Ill write new code thats mine.
Work collaberativly with us in the git. That way, it will get done faster.
I cant my github application wont work.
Ooooohhhhhh. Are you using the Windows version, because I think it only works on Windows 8 and Windows 7.
Offline
pwiter wrote:
GP1 wrote:
How do we uncompress the .sb2 file? What format is it compressed in?
It's a zip i think.
Yep, its a zip. That makes it easy for us, since PHP has that zip function in it. This is ALOT easier than the 1.4 format (I never even completely understood it, but we should eventually support it).
Offline
al-x wrote:
GP1 wrote:
al-x wrote:
so my code is kind of useless srry guys and srry nXIII for kind of snapping at you. Ill write new code thats mine.
Work collaberativly with us in the git. That way, it will get done faster.
I cant my github application wont work.
but ill try my best
Offline
al-x wrote:
al-x wrote:
GP1 wrote:
Work collaberativly with us in the git. That way, it will get done faster.I cant my github application wont work.
but ill try my best
What operating system do you have?
Offline