*** johndoigiii has joined #cc | 00:18 | |
jimi_hendrix | nkinkade, you there | 00:31 |
---|---|---|
jimi_hendrix | does one need to specify how hee needs to be attributed? | 00:33 |
nkinkade | jimi_hendrix: No it's not necessary to specify how you want to be attributed ... only if you want to. | 00:46 |
jimi_hendrix | ok | 00:46 |
*** stevel has quit IRC | 00:46 | |
jimi_hendrix | nkinkade, what am i still missing from this, anything? http://pastebin.com/d1bfe299f ( i will provide a link in my site to the license, dont worry) | 00:48 |
nkinkade | jimi_hendrix: Again, I'm not a lawyer, so nothing I say is legal advice in any way. However, the part about "owned by the site" seems suspect to me. | 00:56 |
nkinkade | The CC licenses are not about giving up your all your copyrights, but about explicitly dedications *some* of them to the public. You keep your copyright. | 00:57 |
* jimi_hendrix removes that becuase he realizes he doesnt need it | 00:57 | |
nkinkade | There's not much more I can tell you beyond that, except that if you're still in doubt you might want to consult with a lawyer. | 00:57 |
* jimi_hendrix has relatives that are lawyers...but doesnt care that much | 01:00 | |
* jimi_hendrix just wanted to make sure i licensed it correctly | 01:00 | |
*** paulproteus has quit IRC | 01:03 | |
*** paulproteus_ has joined #cc | 01:03 | |
*** paulproteus_ has quit IRC | 01:05 | |
*** paulproteus_ has joined #cc | 01:07 | |
*** jgay has quit IRC | 01:34 | |
*** kittipat has quit IRC | 01:34 | |
*** mlinksva has quit IRC | 01:50 | |
*** nkinkade has left #cc | 02:13 | |
*** tanjir has joined #cc | 02:34 | |
*** [mharrison] has joined #cc | 03:14 | |
*** tanjir has quit IRC | 05:06 | |
*** lotia has joined #cc | 05:26 | |
*** lotia has quit IRC | 05:27 | |
*** [mharrison] has quit IRC | 06:05 | |
*** jmdeldin has joined #cc | 06:24 | |
jmdeldin | Hello. Is there any interest in a Ruby API for CC metadata? | 06:33 |
*** [mharrison] has joined #cc | 06:34 | |
*** johndoigiii_ has joined #cc | 06:36 | |
*** johndoigiii has quit IRC | 06:42 | |
*** johndoigiii has joined #cc | 06:54 | |
*** johndoigiii_ has quit IRC | 07:01 | |
*** wallink has joined #cc | 07:03 | |
*** wallink has quit IRC | 07:03 | |
*** wallink has joined #cc | 07:04 | |
*** wallink has joined #cc | 07:05 | |
*** wallink has joined #cc | 07:07 | |
*** UncleCJ2_ has quit IRC | 07:57 | |
*** UncleCJ2_ has joined #cc | 08:39 | |
*** UncleCJ2__ has joined #cc | 08:46 | |
*** balor has joined #cc | 08:55 | |
*** kittipat has joined #cc | 09:06 | |
*** UncleCJ2_ has quit IRC | 09:06 | |
*** mwansa has joined #cc | 09:13 | |
*** mwansa has left #cc | 09:13 | |
*** jmdeldin has quit IRC | 09:50 | |
*** balor has quit IRC | 10:15 | |
*** UncleCJ2__ has quit IRC | 10:22 | |
*** sama_ has joined #cc | 10:46 | |
*** UncleCJ2_ has joined #cc | 10:48 | |
*** keksschaf has joined #cc | 11:05 | |
*** keksschaf_ has joined #cc | 11:06 | |
*** michaelkrnac has joined #cc | 11:07 | |
*** keksschaf has quit IRC | 11:07 | |
*** michaelkrnac has quit IRC | 11:07 | |
*** michaelkrnac has joined #cc | 11:07 | |
*** UncleCJ2_ has quit IRC | 11:14 | |
*** UncleCJ2_ has joined #cc | 11:21 | |
*** kittipat has quit IRC | 11:26 | |
*** UncleCJ has quit IRC | 11:29 | |
*** UncleCJ2_ is now known as UncleCJ2 | 11:31 | |
*** Orango has joined #cc | 12:09 | |
*** Orango has quit IRC | 12:23 | |
*** vsh426 has joined #cc | 12:28 | |
*** Orango has joined #cc | 12:30 | |
*** balor has joined #cc | 12:44 | |
*** lotia has joined #cc | 12:48 | |
*** michaelkrnac has quit IRC | 12:59 | |
*** kittipat has joined #cc | 13:04 | |
*** rkumaran has joined #cc | 13:11 | |
rkumaran | hello, I am in DBX. While debugging, I want to change the value of a string variable. say "char *p" . How to do this?? | 13:16 |
rkumaran | I tried: assign *p="hello world", but get error | 13:16 |
rkumaran | dbx: warning: assigning address of new string constant not allowed | 13:16 |
rkumaran | actually I can able to assign string value to p variable | 13:36 |
rkumaran | but unable to assign to multidimentional variable | 13:37 |
rkumaran | can anybody help me on this?? | 13:37 |
*** Orango has quit IRC | 13:48 | |
*** Orango has joined #cc | 13:53 | |
rkumaran | hello, I have question related to Solaris dbx debugger. While I debug, I want to change value of a string variable | 13:59 |
rkumaran | typedef char* DD; typedef DD* D; typedef struct { D *f; } STRUT; STRUT v; | 13:59 |
rkumaran | Now v is already popuplated and has 1000x1000 dimentional values (ie v->f[1000][1000] ) | 13:59 |
rkumaran | Now I want to change value: DBX command: assign v->f[500][500] = "Hello" | 13:59 |
rkumaran | Result: dbx: warning: assigning address of new string constant not allowed | 14:00 |
*** johndoigiii has quit IRC | 14:00 | |
rkumaran | Anyhelp on this please...?? | 14:00 |
*** mlinksva has joined #cc | 14:05 | |
*** kittipat has quit IRC | 14:10 | |
*** Bovinity has joined #cc | 14:16 | |
*** kittipat has joined #cc | 14:17 | |
*** Orango has quit IRC | 14:22 | |
greg-g | rkumaran: not sure how a channel dedicated to Creative Commons will have the expertise to help you use a Solaris debugger. | 14:27 |
rkumaran | oh!! Sorry!! | 14:27 |
rkumaran | Thanks | 14:27 |
greg-g | rkumaran: no problem, good luck figuring it out! | 14:28 |
*** rkumaran has left #cc | 14:28 | |
*** UncleCJ2 has quit IRC | 14:35 | |
*** eichi has joined #CC | 14:51 | |
eichi | hello, is there some insert help for a latex document? | 14:51 |
*** nkinkade has joined #cc | 14:59 | |
*** paulproteus_ is now known as paulproteus | 15:01 | |
*** michaelkrnac has joined #cc | 15:22 | |
*** parkerhiggins_ has joined #cc | 15:36 | |
*** lotia has quit IRC | 15:52 | |
*** grue has quit IRC | 15:55 | |
*** Nickkkk has joined #cc | 16:00 | |
*** eichi has quit IRC | 16:02 | |
*** michaelkrnac has quit IRC | 16:03 | |
Nickkkk | jhjjj | 16:04 |
*** parkerhiggins_ is now known as parkerhiggins_re | 16:13 | |
*** balor has quit IRC | 16:14 | |
*** stevel has joined #cc | 16:16 | |
*** Nickkkk has quit IRC | 16:21 | |
*** lotia has joined #cc | 16:46 | |
*** Orango has joined #cc | 17:02 | |
*** sama_ has quit IRC | 17:11 | |
*** lotia has quit IRC | 17:46 | |
*** mecredis has joined #cc | 18:09 | |
*** lotia has joined #cc | 18:16 | |
*** oshani has joined #cc | 18:21 | |
*** Bovinity has quit IRC | 18:24 | |
*** oshani has quit IRC | 18:24 | |
*** oshani has joined #cc | 18:24 | |
*** robmyers has joined #cc | 18:25 | |
*** mecredis_ has joined #cc | 19:11 | |
*** robinpahwa123 has joined #cc | 19:13 | |
robinpahwa123 | anybody has any idea how to compile kernel modules, please have a look at this error http://pastebin.com/mad35dc8 ? please comment | 19:13 |
robinpahwa123 | nobody has some idea about the problem | 19:16 |
papyromancer | VanuatuEveryone in this room who uses Facebook has joined the "Why not include Creative Commons in Facebook TOS?" group, right? http://www.facebook.com/group.php?gid=55178542061 | 19:18 |
*** mecredis has quit IRC | 19:27 | |
*** jgay has joined #cc | 19:33 | |
*** mecredis has joined #cc | 19:35 | |
*** grahl has joined #cc | 19:43 | |
*** jmdeldin has joined #cc | 19:53 | |
*** mecredis_ has quit IRC | 19:55 | |
*** robinpahwa123 has quit IRC | 20:00 | |
paulproteus | nkinkade, Do you know if the tech team call that's scheduled for 1:30 Pacific is on this week? | 20:21 |
paulproteus | I notice a dramatic lack of NY on IM or IRC. | 20:22 |
paulproteus | But then again, who knows? (-: | 20:22 |
nkinkade | paulproteus: I was assuming that we wouldn't have the call. | 20:22 |
nkinkade | But maybe I was wrong. | 20:22 |
paulproteus | I think that's a good assumption. | 20:23 |
nkinkade | I haven't heard much from Nathan either, except via email, since he's been in the midwest. | 20:23 |
greg-g | we've stolen him | 20:24 |
greg-g | just saying. | 20:24 |
*** paulproteus has left #cc | 20:25 | |
*** paulproteus has joined #cc | 20:26 | |
*** lotia_ has joined #cc | 20:52 | |
*** lotia_ has quit IRC | 20:53 | |
*** lotia has quit IRC | 21:09 | |
*** lotia has joined #cc | 21:16 | |
*** grahl has quit IRC | 21:24 | |
*** oshani has quit IRC | 21:27 | |
*** Orango has quit IRC | 21:27 | |
*** silentivm has joined #CC | 21:31 | |
*** mecredis_ has joined #cc | 21:31 | |
*** kittipat has quit IRC | 21:35 | |
*** mecredis__ has joined #cc | 21:41 | |
*** mecredis_ has quit IRC | 21:47 | |
*** mecredis has quit IRC | 21:48 | |
*** kittipat has joined #cc | 22:03 | |
*** silentivm has quit IRC | 22:06 | |
*** K`Tetch has quit IRC | 22:09 | |
*** lotia_ has joined #cc | 22:18 | |
*** K`Tetch has joined #cc | 22:28 | |
*** michaelkrnac has joined #cc | 22:32 | |
*** lotia has quit IRC | 22:33 | |
*** lotia_ has quit IRC | 22:44 | |
*** robmyers has quit IRC | 22:47 | |
*** michaelkrnac has quit IRC | 23:08 | |
*** [mharrison] has quit IRC | 23:53 |
Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!