This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's TI-BASIC subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. TI-Basic => TI-BASIC
United-TI Archives -> TI-Basic
 
    » Goto page Previous  1, 2
» View previous topic :: View next topic  
Author Message
alexrudd
pm me if you read this


Bandwidth Hog


Joined: 06 Oct 2004
Posts: 2335

Posted: 04 Jun 2007 08:39:00 pm    Post subject:

Yeah, awesome if you can buy new calculators every time you use it. Basically, you get blue by overloading your LCD, which is such a good idea it's going straight to the top of this Routines list.
Back to top
luby
I want to go back to Philmont!!


Calc Guru


Joined: 23 Apr 2006
Posts: 1477

Posted: 04 Jun 2007 08:41:08 pm    Post subject:

it doesn't!!! it switches the contrast between high and low which your eyes interpret as blue.
Back to top
Xphoenix


Elite


Joined: 04 Apr 2007
Posts: 756

Posted: 04 Jun 2007 08:41:40 pm    Post subject:

I dunno, according to the thread all you do is use xLib's contrast changer, which apparently does no harm... right?


[ EDIT ]
Beaten by luby Mad


Last edited by Guest on 04 Jun 2007 08:41:56 pm; edited 1 time in total
Back to top
baorder54
Elite


Active Member


Joined: 25 Nov 2006
Posts: 748

Posted: 04 Jun 2007 08:49:18 pm    Post subject:

I seriously don't even notice anything, I can get bluish screen but stting contrast to 9 and playing firetrack2. Smile
Back to top
simplethinker
snjwffl


Active Member


Joined: 25 Jul 2006
Posts: 700

Posted: 04 Jun 2007 08:55:15 pm    Post subject:

Here, as an example of what this thread is supposed to prevent, I'll ask a question (that I really do want someone to answer):
"I'm too lazy to use the search button (but not too lazy to add in extra typing of asking this question), so, how do you get blue by overloading your LCD (not the contrast way)?" </Stupidity> ...okay, maybe not


Last edited by Guest on 04 Jun 2007 08:55:44 pm; edited 1 time in total
Back to top
Xphoenix


Elite


Joined: 04 Apr 2007
Posts: 756

Posted: 04 Jun 2007 09:00:45 pm    Post subject:

...
...
...
Why would anyone ask any type of question relating to color about BASIC??? (We're assuming that they're slightly n00bish since they didn't search)


Last edited by Guest on 04 Jun 2007 09:01:11 pm; edited 1 time in total
Back to top
simplethinker
snjwffl


Active Member


Joined: 25 Jul 2006
Posts: 700

Posted: 04 Jun 2007 09:05:36 pm    Post subject:

Sad thats mean. But, I actually did search, and all I keep finding about the blue scale is people saying switching contrast screws it up, and then people saying it doesn't. But I haven't seen one saying what really does mess it up, so I have to assume that the contrast does mess it up even though I don't see how...
but this is totally off-topic, so I'll shut up now
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 04 Jun 2007 09:08:18 pm    Post subject:

there are different ways of achieving blue. lcd test mode fries your screen. switching contrast quickly does not. end of discussion.
Back to top
simplethinker
snjwffl


Active Member


Joined: 25 Jul 2006
Posts: 700

Posted: 04 Jun 2007 09:10:11 pm    Post subject:

elfprince13 wrote:
there are different ways of achieving blue. lcd test mode fries your screen. switching contrast quickly does not. end of discussion.
[post="106676"]<{POST_SNAPBACK}>[/post]

Thank you! we should probably add something about that to the "blue scale" links
Back to top
theraven17


Newbie


Joined: 07 Apr 2007
Posts: 40

Posted: 04 Jun 2007 10:00:16 pm    Post subject:

I think linking to posts within this topic is a good idea as questions arrive. Wink
Back to top
Xphoenix


Elite


Joined: 04 Apr 2007
Posts: 756

Posted: 05 Jun 2007 12:56:43 am    Post subject:

About the blue, an easy way to flash the screen is like:
[font="courier new;font-size:9pt;line-height:100%;color:darkblue"]
For(B,1,X
For(A,0,39
real(5,0,A
End
End

where X is some number.
Back to top
spandiv
-- Retired --


Active Member


Joined: 25 May 2003
Posts: 650

Posted: 05 Jun 2007 01:11:34 am    Post subject:

I went through the Math & Science, Miscellany, and Games categories to further reorganize the routine links, primarily replacing related post links in the same topic with just a link to the topic itself (*tip of the hat to Xphoenix*). In addition, I noticed some more duplicate sets of topics that should be deleted (Gamma Function, Displaying Fractions) and also removed Calculating Constants and replaced it with just the individual constants.

My list below is the routines that I changed the links for. When an admin sees this, can they please update the respective routines in the respective categories and then reply back. Thank you. (And if you see anything that I messed up on or could be improved further, please tell me.)

</div>


Math & Science

  • Quadratic Equation ( 1 | 2 | 3 | 4 | 5 )
  • Displaying Fractions ( 1 | 2 )
  • Catalan's Constant ( 1 )
  • Euler-Mascheroni Constant ( 1 )
  • Glaisher-Kinkelin Constant ( 1 )
  • Euler-Phi Function ( 1 )
  • Moebius Function ( 1 )
  • Rref with Work ( 2 )
  • The Sierpinski Triangle ( 1 )
  • Pascal's Triangle ( 1 )
  • Fibonacci Numbers ( 1 | 2 )
  • Finding Sides Or Angles Of Triangles ( 1 )
  • Calculating Rational Roots ( 1 )
  • Converting Number Bases ( 1 | 2 | 3 | 4 | 5 | 6 )
  • Decimal To Fraction ( 1 | 2 | 3 )
  • Displaying Fractions ( 1 )
  • Decimal To Binary ( 1 | 2 )
  • Checking For An Integer ( 1 )
  • Factoring ( 1 | 2 | 3 | 4 )
  • Calculating Pi ( 1 | 2 | 3 )
  • Calculating E ( 1 )
  • Extended GCD ( 1 )
  • Number Stats ( 1 )
  • Decimal To Hexadecimal ( 1 | 2 | 3 )
  • Hexadecimal To Decimal ( 1 )
  • Getting Related Angles ( 1 )
  • Binary Counter ( 1 )
  • Mod Function ( 1 )
  • Number Divisors ( 1 )
  • Solving The Unknown ( 1 )
  • Linear Solver ( 1 | 2 )
  • Polynomials ( 1 | 2 | 3 | 4 | 5 )
  • Calculating Primes ( 1 | 2 | 3 )
  • Graphing An Equation ( 1 )
  • Unit Conversion ( 1 | 2 | 3 )
  • Frequency Lists ( 1 )
  • Displaying Projectiles ( 1 )
  • Simulating Gravity ( 1 | 2 )
Miscellany

  • Faking The Homescreen ( 1 )
  • Command Line Interface ( 1 )
  • Rand Aberration ( 1 )
  • Credits Scroller ( 1 )
  • Modified Input ( 1 )
  • Radar Effect ( 1 )
  • Chatbot ( 1 )
  • Ant Simulation ( 1 )
EDIT: I forgot to remove Simon Says, Lightning, Making Sudoku, and Making Memory off the Games list. In addition, the link for Lingo should be just to the topic and then you can change the name to Making Lingo, and Guessing Game was changed to the more appropriate Guess The Number. Sorry for all the trouble. :biggrin:

Games

  • Simon Says ( 1 | 2 )
  • Lightning ( 1 | 2 )
  • Lingo ( 1 )
  • Making Sudoku ( 1 )
  • Making Memory ( 1 | 2 )
  • Making Hangman ( 1 )
  • Making RPGs ( 1 | 2 | 3 | 4 | 5 | 6 )
  • Asteroids ( 1 )
  • Making Snake ( 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 )
  • Yahtzee ( 1 )
  • Making Card Games ( 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 )
  • Guess The Number ( 1 | 2 | 4 | 5 | 6 )
  • Pong ( 1 | 2 | 3 | 4 | 5 | 6 | 7 )
  • Making Racing Games ( 1 | 2 | 3 )
  • Tunnel ( 1 )
  • Fly The Copter ( 1 )


Last edited by Guest on 05 Jun 2007 02:06:55 am; edited 1 time in total
Back to top
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 05 Jun 2007 02:43:48 am    Post subject:

There were mistakes aplenty. ;)

Following the logic of your edits, I was able to finish everything past the second half of the first list at full speed, only I probably have to go back and replace some missing links for showtopic=25 (a disclaimer would have been nice).

spandiv wrote:
primarily replacing related post links in the same topic with just a link to the topic itself
I suggest linking only to the first of the related posts instead of just to the topic itself. I've done the former for now.

Capitalization on these entries:

  • Calculating E
  • Rref with Work
  • Finding Sides Or Angles Of Triangles
  • Checking For An Integer
  • etc.
It just seems a bit off to me. I'd prefer to have the "E" as the constant "e", "Rref" in either all caps or none, and conjunctions in the lower case.

Finally, do you mind if I alphabetize the lists?


Last edited by Guest on 05 Jun 2007 02:44:45 am; edited 1 time in total
Back to top
spandiv
-- Retired --


Active Member


Joined: 25 May 2003
Posts: 650

Posted: 05 Jun 2007 03:20:08 am    Post subject:

Weregoose wrote:
There were mistakes aplenty. ;)

Following the logic of your edits, I was able to finish everything past the second half of the first list at full speed, only I probably have to go back and replace some missing links for showtopic=25 (a disclaimer would have been nice).

spandiv wrote:
primarily replacing related post links in the same topic with just a link to the topic itself
I suggest linking only to the first of the related posts instead of just to the topic itself. I've done the former for now.

Capitalization on these entries:

  • Calculating E

  • Rref with Work

  • Finding Sides Or Angles Of Triangles

  • Checking For An Integer

  • etc.
It just seems a bit off to me. I'd prefer to have the "E" as the constant "e", "Rref" in either all caps or none, and conjunctions in the lower case.

Finally, do you mind if I alphabetize the lists?
I tried to do my best reading through the respective links/topics, but after a while reading all the text just becomes like a blur (that's probably why noone else bothered with creating a routines list Very Happy). The mistakes and lack of "showtopic=25" disclaimer are the result. Sorry about that.

My goal with capitalization was to be consistent. I decided to capitalize all the text in the routine titles, including the insignificant text (a, an, of, etc.) and the symbols and commands with that goal in mind. I realized after reading through the list once it was posted, that capitalizing everything doesn't really look very good and actually hurts readability, so please do change it as you see fit.

Likewise with alphabetizing the lists, if you think that makes sense, change it. While you are alphabetizing the lists, some of the routine titles seem unnecessarily long or somewhat misleading, so if you can come up with something more concise and relevant, please do. Before I forget, I just want to say thanks for all the hard work you're putting into it, because I realize it's a rather tedious job.


Last edited by Guest on 05 Jun 2007 04:06:15 am; edited 1 time in total
Back to top
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 05 Jun 2007 07:12:38 am    Post subject:

spandiv wrote:
Before I forget, I just want to say thanks for all the hard work you're putting into it, because I realize it's a rather tedious job.
A promise is a promise. I'll work on that next time I awaken.

Last edited by Guest on 05 Jun 2007 07:22:40 am; edited 1 time in total
Back to top
luby
I want to go back to Philmont!!


Calc Guru


Joined: 23 Apr 2006
Posts: 1477

Posted: 14 Jun 2007 08:20:27 pm    Post subject:

add to techniques
Self modifying code 1


Last edited by Guest on 14 Jun 2007 08:20:49 pm; edited 1 time in total
Back to top
Harrierfalcon
The Raptor of Calcs


Super Elite (Last Title)


Joined: 25 Oct 2006
Posts: 2535

Posted: 14 Jun 2007 08:44:55 pm    Post subject:

More accurately, "psuedo" SMC.
Back to top
luby
I want to go back to Philmont!!


Calc Guru


Joined: 23 Apr 2006
Posts: 1477

Posted: 29 Sep 2007 08:50:56 pm    Post subject:

Hey, Turning off Neighbor pixels has a broken link
Back to top
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 29 Sep 2007 11:08:12 pm    Post subject:

luby wrote:
Hey, Turning off Neighbor pixels has a broken link
Fixed.
Back to top
spandiv
-- Retired --


Active Member


Joined: 25 May 2003
Posts: 650

Posted: 01 Oct 2007 01:15:47 am    Post subject:

Could you change the Brain Teasers link to point to the Brain Teasers forum?

EDIT: Thanks.


Last edited by Guest on 01 Oct 2007 02:20:24 am; edited 1 time in total
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2
» View previous topic :: View next topic  
Page 2 of 2 » All times are UTC - 5 Hours

 

Advertisement