Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

kdgupta87

@kdgupta87
About
Posts
32
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Apparently there is no limit to naming conventions for method
    K kdgupta87

    that person can make us pseudo code IDE, SDK everything, he just need some little motivation

    The Weird and The Wonderful

  • See the writing on the wall...
    K kdgupta87

    always an empty catch block remind me open manhole's in road, i feel uncomfortable, doesn't know why

    The Weird and The Wonderful help learning sales json question

  • shame to my tester or me?
    K kdgupta87

    yes, its my fault, my user-case spec was weak, i will remember ur advice in future

    The Weird and The Wonderful sysadmin help question

  • shame to my tester or me?
    K kdgupta87

    i agreed.

    The Weird and The Wonderful sysadmin help question

  • shame to my tester or me?
    K kdgupta87

    absolutely right, A friendly tester makes ur life easy

    The Weird and The Wonderful sysadmin help question

  • shame to my tester or me?
    K kdgupta87

    certainly u are right, i should more careful and serious next time, i know for sure that this way i cant last long, i am in learning phase still now .

    The Weird and The Wonderful sysadmin help question

  • shame to my tester or me?
    K kdgupta87

    it was just a plugin in existing software. And yes its a very silly mistake by me(hope my boss will not see tht), but as long as i can pass responsibility to tester why i care :laugh: :laugh: :laugh:

    The Weird and The Wonderful sysadmin help question

  • shame to my tester or me?
    K kdgupta87

    why all over the world, everyone not following the same date time format, they should think about poor programmers like me :confused:

    The Weird and The Wonderful sysadmin help question

  • shame to my tester or me?
    K kdgupta87

    I start a project in 2nd april, i finished it 8th april, the tester tested the project and pass 9th april and client get happy on that, suddenly in 13 april my project stop sending data, which is one of its main functionality. i was wonder why why my code works only 5 days, what happens, there is nothing changed why data was not sending now. suddenly i discovered what was the fault, because from 1st may it again start to work and i am confident it will work until 12th may, and then it will again stop :-O :-O :-O . i think u already get the hint, problem was date time format in server and client side. mm-dd-yy and dd-mm-yy , for that it will only work 1st 12 days of a month, not bad :D

    The Weird and The Wonderful sysadmin help question

  • CV
    K kdgupta87

    r u bust ur pipe?

    The Lounge xml

  • CV
    K kdgupta87

    he did not mention about his poem in school magazine? :laugh:

    The Lounge xml

  • i asked to explain this code, but i think i prefer a mental hospital . not a single description about what he done
    K kdgupta87

    need comments for these comments

    The Weird and The Wonderful

  • i asked to explain this code, but i think i prefer a mental hospital . not a single description about what he done
    K kdgupta87

    good guess, it is something on image analysis my job is use pointer instead of array, can u understand my pain X| X| . :( :( :( :( :(

    The Weird and The Wonderful

  • i asked to explain this code, but i think i prefer a mental hospital . not a single description about what he done
    K kdgupta87

    void show()
    {
    int man=5;
    string action = string.Empty;
    for (int j = 1; j < indx-1;j++ )
    {
    for (int k = 1; k < indy-1; k++)
    {
    Console.Write(arr[j,k]+ " ");
    int q = Math.Abs(arr[j - 1, k - 1] - arr[j, k]);
    int w = Math.Abs(arr[j - 1, k] - arr[j, k]);
    int e = Math.Abs(arr[j -1, k +1] - arr[j, k]);
    int a = Math.Abs(arr[j , k - 1] - arr[j, k]);
    int d = Math.Abs(arr[j, k + 1] - arr[j, k]);
    int z = Math.Abs(arr[j + 1, k - 1] - arr[j, k]);
    int x = Math.Abs(arr[j + 1, k ] - arr[j, k]);
    int c = Math.Abs(arr[j + 1, k +1] - arr[j, k]);
    if (q < man && w < man && e < man && a < man && d < man && z < man && x < man && c < man)
    {
    action = string.Empty;
    }
    else {//q=w=e
    if (arr[j - 1, k - 1] == arr[j - 1, k] && arr[j - 1, k] == arr[j + 1, k + 1]) {
    //q=w=e=a=d
    if (arr[j - 1, k] == arr[j, k - 1] && arr[j, k - 1] == arr[j - 1, k])
    {
    //q=w=e=a=d=z=x
    if (arr[j - 1, k] == arr[j + 1, k - 1] && arr[j, k - 1] == arr[j + 1, k])
    {
    action = "c";
    }
    else
    { // q=w=e=a=d=z
    if (arr[j - 1, k] == arr[j + 1, k - 1])
    {
    //x=c
    if (arr[j + 1, k] == arr[j + 1, k + 1]) { action = "xc"; }
    else//x!=c
    { action = "x"; }
    }

                                    else
                                    { //q=w=e=a=d!=z
                                        if (arr\[j + 1, k - 1\] == arr\[j + 1, k + 1\])
                                        { //x=c
                                            if (arr\[j + 1, k\] == arr\[j + 1, k + 1\]) { action = "zxc"; }
    
    The Weird and The Wonderful

  • Interview Flood
    K kdgupta87

    if u get more than one job at a time, take all u will never miss loneliness :laugh:

    The Lounge career

  • seeing a student code
    K kdgupta87

    and also setup oracle server in windows is hell of a job.

    The Weird and The Wonderful database security

  • seeing a student code
    K kdgupta87

    no it was compiling i am the one who misplaced the semi-colon.

    The Weird and The Wonderful database security

  • seeing a student code
    K kdgupta87

    yeah, i know,but it was a database lab, they can choose there framework as they wish. i don't know why people like .net + oracle ,

    The Weird and The Wonderful database security

  • Strikes me as odd...
    K kdgupta87

    100% right but we live in corrupt democracy.

    The Lounge html xml learning

  • Strikes me as odd...
    K kdgupta87

    from "reserve for emergency fund" .

    The Lounge html xml learning
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups