Jump to content

DRAGONMOUNT

A WHEEL OF TIME COMMUNITY

[s]Goal: 100,000 New Goal: 200,000[/s] New Goal: 250.000


Toy and Minion

Recommended Posts

  • Replies 237.9k
  • Created
  • Last Reply

Top Posters In This Topic

  • Smiley73

    58682

  • Crimson_Ayla

    55914

  • Nyanna al'Meara

    22574

  • mmeeshal

    18999

hmmm I thought of a way to make a new sig rotation...

Hmm?

 

You know how when you use unFreez it doesn't really like putting siggies like this

 

(awkward filler because I can't seem to upload the sig - is the bonded one where it fades into and out of night)

 

it just shows the starting bit and then the gif doesn't move on, right? So it's been in the back of my mind for a while and I thought of a way around it and it should be able to work, though I'm still not sure about quality loss. Basically put the gifs into a windows moviemaker, they run properly there, then shorten/lengthen to you liking and publish t movie, then convert the movie into a gif

 

*has apparently not heard of this cheese fad*

 

*twas made by people clamouring for your newly invented cheese, duh*

Edited by Smiley73
Link to comment
Share on other sites

here's le code if you're feeling brave

 

 

 

 

public class Test {
    public static void main(String[] args) {
 
        String[] bucky = {"ab", "ba", "cd", "as"};
 
        for (String x : bucky) {
            for (int i = 1; i < bucky.length; i++) {
                if (x.compareTo(bucky) > 0) {
                    String temp = x;
                    bucky[i - 1] = bucky;
                    bucky = x;
                }
            }
        }
 
        for(String output: bucky){
        System.out.println(output);
        }
        
    }
 

 

 

Link to comment
Share on other sites

here's le code if you're feeling brave

 

 

 

 

public class Test {

    public static void main(String[] args) {

 

        String[] bucky = {"ab", "ba", "cd", "as"};

 

        for (String x : bucky) {

            for (int i = 1; i < bucky.length; i++) {

                if (x.compareTo(bucky) > 0) {

                    String temp = x;

                    bucky[i - 1] = bucky;

                    bucky = x;

                }

            }

        }

 

        for(String output: bucky){

        System.out.println(output);

        }

        

    }

 

 

One adventure a day :)

 

*grabs frying pan*

 

Allons-y!

 

 

 

 

 

 

 

 

...what do I do with it? >.>

Link to comment
Share on other sites

here's le code if you're feeling brave

 

 

 

 

public class Test {

    public static void main(String[] args) {

 

        String[] bucky = {"ab", "ba", "cd", "as"};

 

        for (String x : bucky) {

            for (int i = 1; i < bucky.length; i++) {

                if (x.compareTo(bucky) > 0) {

                    String temp = x;

                    bucky[i - 1] = bucky;

                    bucky = x;

                }

            }

        }

 

        for(String output: bucky){

        System.out.println(output);

        }

        

    }

 

 

One adventure a day :)

 

*grabs frying pan*

 

Allons-y!

 

 

 

 

 

 

 

 

...what do I do with it? >.>

Link to comment
Share on other sites

OK simple words:

 

if you want to see program work, then you must go to this link http://compsci.ca/holtsoft/ and download download the link that says Ready to Program 1.7.

 

Then I would give you codes and you would click run and then things would work

 

but ready to program seems quite large (40MB) dunno how fast that would download for you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...