Search:

Type: Posts; User: IBeeJava

Search: Search took 0.13 seconds.

  1. Re: Applying filters to immages Horizontal Flip to an image using java

    horizontal flip – flip an image horizontally, as shown in the example. Accomplish this using a set of 2 loops, one nested in the other. The outer loop goes through the y coordinates (the rows), and...
  2. Re: Applying filters to immages Horizontal Flip to an image using java

    The methods used are for the first filters are for psychedelic and overlay i don't have anything to do with them. I need to make a new method or methods to implement the horizontal flip and i need to...
  3. Re: Applying filters to immages Horizontal Flip to an image using java

    To compile the code and run it you need to download the ImageLibrary and import it in your ide and it all has to be in the same folder..especially your java file and all the images i provided a link...
  4. Applying filters to immages Horizontal Flip to an image using java

    ImageLibrary jar file and images available @
    https://drive.google.com/folderview?id=0By-OXgq5-r0TbWs2cXRiblJpYVk&usp=sharing

    Im having trouble doing the "Horizontal Flip"..I did the psychadelic...
  5. Replies
    5
    Views
    2,921

    Re: Luhn Algorithm(Mod10) Help (Beginner)

    Nope, its from a random site and they are using C# i believe to implement the process. I do know its been used with java i'm just a bit confused as to how i split the double valued integers and add...
  6. Replies
    5
    Views
    2,921

    Re: Luhn Algorithm(Mod10) Help (Beginner)

    Well i am confused about the syntax, i don't know where that chunk of code is suppose to go (The part where it separates all single int with double digit values and adds them) so the outcome after i...
  7. Replies
    5
    Views
    2,921

    Luhn Algorithm(Mod10) Help (Beginner)

    Hi im trying to implement the Mod 10 as in the Luhn Algorith on a credit card number so it can validate if its a :/ ...valid account number.
    ...
  8. Re: I wanted to ask if i am doing this RSA assignment right i got it to work! (Assignments purpose was to use methods)

    Thank-you for that i will definitely look into that and i used the BigDecimal class for the expandedPowerMod, then i converted it to long so i think i am safe on that part. Just not sure on the part...
  9. Re: I wanted to ask if i am doing this RSA assignment right i got it to work! (Assignments purpose was to use methods)

    Im basically not understanding what the whole RSA thing is like i made the program according to and with the help of what was given to me in the assignment. Yet i dont know that well what the...
  10. I wanted to ask if i am doing this RSA assignment right i got it to work! (Assignments purpose was to use methods)

    Assignments purpose was to use methods
    Question 2 in the PDF file provided


    import java.math.BigDecimal;
    import java.util.*;

    public class HussainDilawerA3Q2 {

    public static void...
Results 1 to 10 of 10