|
Post by I wuv M4( Satar Jaèoèdoæ) on Nov 13, 2009 21:09:26 GMT -5
Scratch. Not scratches.
|
|
|
Post by droctagonapus on Nov 16, 2009 18:32:03 GMT -5
today in my math class, I figured out how to return and carry forward a signal!
BU0N0N4W0N0M5U0P0N4X0P0M8U0O0N8U0O0L8U0O0K8U0P0L8U0O0J8U0O0I8U0N0I8U0M0I8U0M0J8U0M0K8U0M0L8U0L0L4X0L0M5U0L0N8U0M0N8U0K0N8U0Q0N8U0Q0L8U0K0L8U0J0L4U0J0M8U0J0N8U0I0N8U0I0L
launch the laser from the right it would work either way, but I added one more crystal so that it would send one laser to the left instead of duplicating it. but if you remove that it works either way. here is the code that goes both waysBU0N0N4W0N0M5U0P0N4X0P0M8U0O0N8U0O0L8U0O0K8U0P0L8U0O0J8U0O0I8U0N0I8U0M0I8U0M0J8U0M0K8U0M0L8U0L0L4X0L0M5U0L0N8U0M0N8U0K0N8U0Q0N8U0Q0L8U0K0L and here is the code that would be more likely to work in pg if crystall was implemented, but does not send the beam both ways, only the was it came.4W0P0TBU0O0U4X0Q0T5U0R0U8U0O0T8U0O0S8U0O0R8U0O0Q8U0P0Q8U0Q0Q8U0Q0R8U0Q0S8U0P0U8U0Q0U8U0R0S8U0S0S8U0S0U and heres two of them sending the laser back and forth
4W0P0TBU0O0U4X0Q0T5U0R0U8U0O0T8U0O0S8U0O0R8U0O0Q8U0P0Q8U0Q0Q8U0Q0R8U0Q0S8U0P0U8U0Q0U8U0R0S8U0S0S8U0S0U8U0e0U8U0e0S5U0f0U8U0g0U8U0h0UBU0i0U8U0i0T8U0i0S8U0i0R8U0i0Q8U0h0Q8U0g0Q8U0f0S8U0g0R8U0g0S4X0g0T4W0h0T300Z0T
|
|
|
Post by miczu on Nov 20, 2009 17:22:57 GMT -5
I made more optimal number display (only 7 inputs) And crystal source of those signals... A1010WA1000WA1000VA1000UA1010UA1020UA1020VA1020WA1020XA1020YA1010YA1000YA1000X4X010R1U020R4X000P1U020Q1U070Z1U040c1U030b1U080Z4X050b4X060b4X060Z4X050Z5U060a4X080Y4X080W5U070X1U090Y1U090Z1U0A0Y1U080V1U080U4X040Q5U080X5U060T5U010P1U020P1U020O5U010Q1U060Q1U060P1U080T1U080S1U080R1U080Q1U080P1U060O1U080O1U0A0Z1U0B0Y1U0A0X1U0A0W1U0A0V1U0A0U1U0A0T1U0A0S1U0A0R1U0A0Q1U0A0P1U0A0O1U0C0Y1U0C0X1U0C0W1U0C0V1U0C0U1U0C0T1U0C0S1U0C0R1U0C0Q1U0C0P1U0C0O1U040P1U040O1U000O4X060R4X060S5U050R Now we only need a decoder from decimal to those 7 inputs and we have nice display for calculators.
|
|
|
Post by droctagonapus on Nov 29, 2009 12:38:44 GMT -5
I still cant figure out how to use that... do you mind explaining the output system more?
|
|
|
Post by artcoursecannon on Nov 29, 2009 20:35:43 GMT -5
You know, we may not get crystal for a while...or ever. Even if we were to get it, we would have to figure out how it really behaves (it won't be exactly like it is in this thread). In my opinion, this entire thread is useless until we actually get an element like crystal. Stop dreaming about the future when we should be trying to fix the present (our noob problem). It's not going away until we get a better part of the experienced community to fix PG.
|
|
|
Post by droctagonapus on Nov 30, 2009 22:01:09 GMT -5
@art we dont need pg to have crystal to use crystal, it would just be better, it works great in crystal simulator, the only real hindirence with it that I can tell is the smaller grid/simulation area.
the noob problem: what about it is problematic? less upload spaces? it seems to me this could be fixed with a php script and possibly a browser plugin: the php script would save the codes, and display the html to show pg(I am pretty sure the displaying pg on a different website should not be to difficult, its done ofter with "club penguin" despite the attempts to deter it) and set the save to the code like the get set box OR a plugin that you can press the plugin button on and will put in the get set text in the area and click set.
a system of uploading the text shouldnt be that hard:
<?php $filename=$_POST[uploadnamee]; $uploadcode=$_POST[uplodecode]; $file1=fopen("list.txt"a); fwrite($file1,"$filename /n".date("m/d/y")."/n"; fclose($file1); $file2=fopen($filename,w); fwrite($file2,$uploadecode); fclose($file2) ?>
please note that I havent tested this. it adds to the list he time it was uploaded and the name of the upload, and creates an upload file with the name of the upload. this does not account for if someone has already uploaded something of that name(it replaces it) and is very open to exploits, I do not suggest actually putting this on a server as it would make it very easy to allow users to create pages that you do not want there, if this was ever to be implemented it would be best to up the security in the script.(there is none in this, its quite simple)
|
|
|
Post by ~Memzak~ on Dec 1, 2009 5:38:07 GMT -5
so miczu, are you still coding Crystal simulator and making new versions, or are we just discussing V1.2 and leaving it at that?
|
|
|
Post by miczu on Dec 1, 2009 13:08:30 GMT -5
Studying doesn't left me much time to spare...
|
|
|
Post by Elmach on Mar 27, 2010 20:19:23 GMT -5
How come no one is looking at this?
This is actually very good!
When are you updating?
Suggestion: Add mercury
|
|