Top

Code Snippets by mountaindew

  (41)  
Sort by 
This is a Swing java program that uses the
Tags: caesar  cipher  decode  decrypt  encode  encrypt  java  swing  text 
+ 2 likes
7 comment(s)    Score: 6.5    Platform: Java    Posted by mountaindew on Jul 16, 2009
This is a BreakOut game made in Java. You start off by hitting "Play Game" and then click to release the ball. The more bricks you hit, the more points you get. as long as you have the..
Tags: applet  ball  block  bounce  break  breakout  brick  game  java  online  out  paddle 
+ 1 likes
10 comment(s)    Score: 6.5    Platform: Java    Posted by mountaindew on Apr 15, 2009
This is a Pong game applet that I made in Java. It's player vs. computer, and the computer never loses. You just move the mouse up and down to control your paddle. I'd like to figure out how to change..
Tags: applet  ball  classic  game  java  paddle  ping  pong  site  swing 
+ 2 likes
10 comment(s)    Score: 6.5    Platform: Java    Posted by mountaindew on Apr 10, 2009
This is a word scramble game that I made in java. A scrambled word comes up and you have to try and guess it. You just have to put a list of words in words.txt inside the same directory as the project...
Tags: game  gui  java  mixed  scramble  swing  text  word 
+ 1 likes
6 comment(s)    Score: 6.5    Platform: Java    Posted by mountaindew on Apr 09, 2009
This is a method for Java that scrambles up a string. You just add it to your class and call it by doing * variable = scramble(variable); * System.out.println(scramble("elephant"));
Tags: java  jumble  method  mix  mixed  rearrange  return  scramble  string  up  word 
+ 0 likes
1 comment(s)    Score: 0.0    Platform: Java    Posted by mountaindew on Apr 08, 2009
This is an 8ball made in Java. Just type in a question and it'll generate a random response.
Tags: 8  8ball  ball  case  eight  java  leter  maybe  no  phrases  random  switch  yes 
+ 0 likes
3 comment(s)    Score: 4.0    Platform: Java    Posted by mountaindew on Apr 05, 2009
This is my first Java snippet. It simply converts Celsius to Fahrenheit and Fahrenheit to Celsius. Input a temperature and it'll give you both conversions. It basically demonstrates input and output..
+ 0 likes
0 comment(s)    Score: 0.0    Platform: Java    Posted by mountaindew on Apr 04, 2009
I was bored so I made a thesaurus for mIRC. To launch it you either type /thesaurus or right click a window and hit "Thesaurus". Just type in a word and it'll look up the synonyms and antonyms..
+ 1 likes
5 comment(s)    Score: 7.3    Platform: mIRC    Posted by mountaindew on Dec 18, 2008
So this is a C++ snippet that calculates the slope, midpoint, and distance for two points. You just enter x1, y1, x2, and y2, and it'll show the output.
Tags: cpp  distance  midpoint  slope 
+ 1 likes
4 comment(s)    Score: 0.0    Platform: C++    Posted by mountaindew on Oct 17, 2008
This is a snippet that finds the standard deviation of a set of numbers. $stdev(3 7 7 19) --> 6 I guess you could also use the $mean identifier if you wanted, $mean(N N N N).
Tags: dev  deviation  equations  math  mirc  root  square  standard  std  stdev  stnd 
+ 1 likes
7 comment(s)    Score: 7.0    Platform: mIRC    Posted by mountaindew on Oct 09, 2008
This is a console Tic Tac Toe game made with C++. It's a two player game, and you type in the number for the space you want to put your letter in. I'm sure the code could be improved a lot, this..
Tags: console  cpp  game  o  tac  tic  tictactoe  toe  x 
+ 2 likes
9 comment(s)    Score: 5.5    Platform: C++    Posted by mountaindew on Oct 01, 2008
I began learning C++ today, and this is my first snippet. It's a temperature converter. Then you type in the temp and it gives you the conversion.
Tags: c  celsius  cf  converter  fahrenheit  fc  temperature 
+ 1 likes
9 comment(s)    Score: 5.0    Platform: C++    Posted by mountaindew on Sep 30, 2008
So this script searches for images throughout Hawkee. It can sort by Latest, Recently Liked, Most Liked, or Most Commented.
+ 4 likes
14 comment(s)    Score: 8.0    Platform: mIRC    Posted by mountaindew on Aug 26, 2008
So this is just a quick snippet I made, it checks the status of someone on AIM. You type /aim
+ 1 likes
9 comment(s)    Score: 8.4    Platform: mIRC    Posted by mountaindew on Jun 18, 2008
So this is just a little acronym finder. You right click and hit "Acronym Finder" to open up the dialog, and you type in the acronym and click search. For example, you type in "BBL"..
+ 3 likes
20 comment(s)    Score: 8.8    Platform: mIRC    Posted by mountaindew on Jun 17, 2008
This morning I was just playing around with my iPod and was just fooling around in Stocks. Then I thought "Wow, that's a great idea for a script", so here it is
Tags: big  change  dow  down  jones  market  money  nasdaq  new  newyork  stock  stocks  symbol  system  ticker  up  york 
+ 1 likes
17 comment(s)    Score: 9.1    Platform: mIRC    Posted by mountaindew on Apr 15, 2008
This is just a quick snippet I made that searches through the Price Comparison here on Hawkee. It returns the Product name, Brand, Price, and URL.
+ 1 likes
7 comment(s)    Score: 9.0    Platform: mIRC    Posted by mountaindew on Mar 17, 2008
This snippet searches for other snippets from Hawkee. You can search through all of them, or specify a category.
Tags: asp  code  hawkee  java  js  mirc  mysql  net  php  rails  regex  ruby  scripting  search  snippet  snippets  sockets 
+ 9 likes
43 comment(s)    Score: 9.8    Platform: mIRC    Posted by mountaindew on Mar 17, 2008
I made this simple SpellChecker today. It's pretty obvious what it does, it checks if a word is spelled right, and if not, it gives suggestions. Syntax:
+ 1 likes
41 comment(s)    Score: 9.5    Platform: mIRC    Posted by mountaindew on Mar 08, 2008
This is a translator script that I made, it uses
+ 8 likes
66 comment(s)    Score: 9.6    Platform: mIRC    Posted by mountaindew on Mar 04, 2008
This here is a YouTube video searcher. It returns the first three videos of your search result. It returns the Title, Date Added, User, Length, Views, Rating, and URL for each video. Syntax:
+ 17 likes
121 comment(s)    Score: 9.3    Platform: mIRC    Posted by mountaindew on Feb 29, 2008
Well, this is my first sockets script
+ 1 likes
17 comment(s)    Score: 7.0    Platform: mIRC    Posted by mountaindew on Feb 27, 2008
This is a timer that counts up until 60 minutes in NN:NN format. Ex: 24:30 » Make a "timer1" and set the interval as 1000 » For the timer, make a "label1" and label it "00:00" »..
Tags: stop  stopwatch  timer  watch 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: .NET    Posted by mountaindew on Feb 10, 2008
This is an identifier than finds the average of a set of numbers. Syntax: $avg(N.N.N.N,C) N = numbers . = delimeter C = delimeter # Ex: $avg(1 5 2 1 6,32) » 3 $avg(2|4|6|8,124) » 5 $avg(1.1.1.1,46)..
Tags: average  avg  number  numbers 
+ 0 likes
7 comment(s)    Score: 4.0    Platform: mIRC    Posted by mountaindew on Dec 12, 2007
Finally done rewriting it! *View Hash Tables *Add/Remove Hash Tables and Items *Edit Data Enjoy, put in remotes, type /file or right click and click the menu to start it up
Tags: .ini  .txt  dialog  editor  file  files  hash  hashtable  ini  remotes  table  txt  var  variable  viewer 
+ 1 likes
32 comment(s)    Score: 6.9    Platform: mIRC    Posted by mountaindew on Oct 06, 2007
1 2 Next
Bottom