Congrats RUMCHEERPOOPOO!
Offline
Nice, RUMCHEERPOOPOO!
Hooray for the Library!
Sparks, are you updating the logo now?
Offline
sparks wrote:
Will do. I can simply replace it in my dropbox folder for now. However, I'm off to see harry potter, will update in a few hours, sorry!
I'll do it then.
And I really want to see #5. In English. For free. In one piece.
Offline
I did it, and also put it in the sig.
I cropped it a little to fit in the sig though.
~sci
Offline
('rename me as %s' #- #rename: 'Sprite∞')
rename: t1 self objName < t1
('my name' #r #name)
name ^objName
Gotta love these. I coded them myself!
Last edited by TuragaTreeko (2011-07-15 14:43:52)
Offline
jslomba wrote:
TuragaTreeko wrote:
Code:
('rename me as %s' #- #rename: 'Sprite∞')rename: t1
self objName _ t1Fixed!
bleh. But the reporter worked! Can I request to add these to the lib? by TuragaTreeko on the reporter, and improved by jslomba on the stack?
Offline
can anyone help me? i am trying to make a [string as decimal] block so far i got
('%s as decimal' #r #asDecimal)
and
| t1 t2 t3 | t1 _ '1/1'. t2 _ '1/2'. t3 _ '1/3'. t1 _ [^ '1']. t2 _ [^ '0.5']. t3 _ [^ '0.3']
any help? thanks
Offline
TheSuccessor, meowmeow55, Magnie, ProgrammingFreak, scimonster, SSBBM and Pecola1, Could you all please log in here and fill something into your "about me" page? There's an example already there!
Offline
edited version of ''shuffle' %s'
('%s %s' #r #do:to: 'shuffle' 'thing')
and
do: t1 to: t2 t1 = 'reverse' ifTrue: [^ t2 reversed]. t1 = 'shuffle' ifTrue: [^ t2 shuffled]. t1 = 'uppercase' ifTrue: [^ t2 asUppercase]. t1 = 'lowercase' ifTrue: [^ t2 asLowercase]. t1 = 'report' ifTrue: [^ t2].
Offline
jslomba wrote:
TuragaTreeko wrote:
Code:
('rename me as %s' #- #rename: 'Sprite∞')rename: t1
self objName _ t1Fixed!
rename: t1 objName_t1
Ok. Fully fixed.
Offline
sparks wrote:
TheSuccessor, meowmeow55, Magnie, ProgrammingFreak, scimonster, SSBBM and Pecola1, Could you all please log in here and fill something into your "about me" page? There's an example already there!
The site looks great. You have TheSuccessor as a site developer and not a librarian. Is he still a librarian?
Also on this page it says
...on a shared scratch account called "yourLocalBlockLib", an account...
Last edited by SSBBM (2011-07-15 18:33:05)
Offline
('Position of first instance of %s in %s' #r #index:of: 'i' 'Mississippi')
index: t2 of: t1 ^t1 findString: t2
Last edited by Hardmath123 (2011-07-19 09:16:28)
Offline
sparks wrote:
librarians, please log inand update your "About me" page, it works now, honest!
Is there a way to sat logged in?
And I paste in the code I wrote up last night, and click "update". It says "Updated about me message for scimonster", but shows the example text in the area and when I go view it. ^^
If you want, you can put it in manually.
<p>Hi guys! I’m Scimonster (with a capital S), or, as I recently adopted, “teh almighty Scimonster„<a href="http://scratch.mit.edu/forums/viewtopic.php?pid=719262#p719262" title="Where it came from"><sup>[1]</sup></a><br /> (Note, currently much or this is copied from <a href="http://scratch.mit.edu/projects/YourLocalBlockLib/1915646">this project</a>.)</p> <hr /> <h2>About me</h2> <p>I’m almost a teenager (almost 13). I am a <span style="color:blue" title="my fav color">boy</span>.<br /> I like math, but I like Scratch more.</p> <p>GRAMMAR COPS FTW! :P<br /> Internet Speakers Are Awesome! :D<br /> <div style="height:8px"></div> Um, I think I just contradicted myself. :P<br /> Well, I do use grammar, but I also like some net slang. And emoticons. I <3 emoticons. :P</p> <hr /> <h2>Me on Scratch</h2> <p>I’m not really famous, but I am known where I am. :P<br /> I approve projects for the SDS, am a famous forumer, and I’m a Scratch Wiki admin. SCRATCH WIKI!!!!!!!!!!!</p> <p>I make better projects now than I used to, but I’m still not awesome. :3</p> <hr /> <h3>Scratch Wiki!!!</h3> <p>When I started the Scratch Wiki, I wasn't the same user I am now. Now I have over 5000 edits (O.o) and am an admin; the most active at that. I make workarounds and help users, or at least I try.</p> <hr /> <h2>Outside of Scratch</h2> <p>What, I have a life outside of Scratch? :O</p> <p>Yes, I do.</p> <hr /> <big>This page is incomplete!</big> <span style="text-align:center">~sci</span>
Last edited by scimonster (2011-07-17 02:55:26)
Offline
Hey sci, sorry! I really thought It was working! I obviously can't test it as anyone other than myself :S
I will manually add it now then
You do stay logged in, it's just that the admin page is acting up and asks you to log in every time even though you are. That's a problem to solve today
Offline
sparks wrote:
Hey sci, sorry! I really thought It was working! I obviously can't test it as anyone other than myself :S
I will manually add it now then
You do stay logged in, it's just that the admin page is acting up and asks you to log in every time even though you are. That's a problem to solve today
Maybe make a test account and give it temporary admin status? :S
OK.
What about when you leave the page? ~~~~
Offline
scimonster wrote:
sparks wrote:
Hey sci, sorry! I really thought It was working! I obviously can't test it as anyone other than myself :S
I will manually add it now then
You do stay logged in, it's just that the admin page is acting up and asks you to log in every time even though you are. That's a problem to solve todayMaybe make a test account and give it temporary admin status? :S
OK.
What about when you leave the page? ~~~~
Login uses session variables (variables carried across the site that will expire when you leave) so you will stay logged in to the admin panel until you click login or leave the site for a period of time
Offline
Offline
sparks wrote:
Thanks.
Your sig looks a little strange.
Offline
sparks wrote:
Does it? What's wrong with it?
The guy looks a little... off.
Offline