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
  1. Home
  2. Other Discussions
  3. The Weird and The Wonderful
  4. The "fresco"

The "fresco"

Scheduled Pinned Locked Moved The Weird and The Wonderful
javascripttutorial
13 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Bruno Tagliapietra
    wrote on last edited by
    #1

    a collegue of mine, from a village near Rome, uses to say "fresco": it means basically "stuff", and he really abuses the word. When he explains your code to you, he sounds like this: "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...." He also claims being a jQuery expert... so this is a jQuery example of his "frescoes" :laugh:

        $(".TimeoutInMinutes").change(function() {
            UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
        });
    
        $(".Iteration").change(function() {
            UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
        });
    

    l

    S Sander RosselS T B B 8 Replies Last reply
    0
    • B Bruno Tagliapietra

      a collegue of mine, from a village near Rome, uses to say "fresco": it means basically "stuff", and he really abuses the word. When he explains your code to you, he sounds like this: "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...." He also claims being a jQuery expert... so this is a jQuery example of his "frescoes" :laugh:

          $(".TimeoutInMinutes").change(function() {
              UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
          });
      
          $(".Iteration").change(function() {
              UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
          });
      

      l

      S Offline
      S Offline
      StM0n
      wrote on last edited by
      #2

      Quite a big family...

      (yes|no|maybe)*

      1 Reply Last reply
      0
      • B Bruno Tagliapietra

        a collegue of mine, from a village near Rome, uses to say "fresco": it means basically "stuff", and he really abuses the word. When he explains your code to you, he sounds like this: "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...." He also claims being a jQuery expert... so this is a jQuery example of his "frescoes" :laugh:

            $(".TimeoutInMinutes").change(function() {
                UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
            });
        
            $(".Iteration").change(function() {
                UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
            });
        

        l

        Sander RosselS Offline
        Sander RosselS Offline
        Sander Rossel
        wrote on last edited by
        #3

        bruno.tagliapietra wrote:

        "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...."

        This is not hard to unerstand. As a kid I watched the Smurfs on TV a lot. Watching that a lot made me familiar with their language. The language your co-worker speaks seems closely related to the Smurfs language. A basic rule for this language family is to replace every noun with another word, in your co-workers language this word is 'fresco'. Learning a new language is never easy, but with a bit of practice you'll get there! :thumbsup:

        bruno.tagliapietra wrote:

            $(".TimeoutInMinutes").change(function() {
                UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
            });
        
            $(".Iteration").change(function() {
                UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
            });
        

        l

        This language seems harder to decipher... :doh:

        It's an OO world.

        B A 2 Replies Last reply
        0
        • Sander RosselS Sander Rossel

          bruno.tagliapietra wrote:

          "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...."

          This is not hard to unerstand. As a kid I watched the Smurfs on TV a lot. Watching that a lot made me familiar with their language. The language your co-worker speaks seems closely related to the Smurfs language. A basic rule for this language family is to replace every noun with another word, in your co-workers language this word is 'fresco'. Learning a new language is never easy, but with a bit of practice you'll get there! :thumbsup:

          bruno.tagliapietra wrote:

              $(".TimeoutInMinutes").change(function() {
                  UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
              });
          
              $(".Iteration").change(function() {
                  UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
              });
          

          l

          This language seems harder to decipher... :doh:

          It's an OO world.

          B Offline
          B Offline
          Bruno Tagliapietra
          wrote on last edited by
          #4

          yup, a language very easy to speak but almost impossible to understand eheh.. it's like a noninvertible function :)

          1 Reply Last reply
          0
          • B Bruno Tagliapietra

            a collegue of mine, from a village near Rome, uses to say "fresco": it means basically "stuff", and he really abuses the word. When he explains your code to you, he sounds like this: "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...." He also claims being a jQuery expert... so this is a jQuery example of his "frescoes" :laugh:

                $(".TimeoutInMinutes").change(function() {
                    UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                });
            
                $(".Iteration").change(function() {
                    UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                });
            

            l

            T Offline
            T Offline
            TorstenH
            wrote on last edited by
            #5

            I can not see anything to complain about! He talks about frescos[^] and revers to the 6. generation of parents - this sound fine to me. The time should kind of fit. regards Torsten

            I never finish anyth...

            1 Reply Last reply
            0
            • B Bruno Tagliapietra

              a collegue of mine, from a village near Rome, uses to say "fresco": it means basically "stuff", and he really abuses the word. When he explains your code to you, he sounds like this: "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...." He also claims being a jQuery expert... so this is a jQuery example of his "frescoes" :laugh:

                  $(".TimeoutInMinutes").change(function() {
                      UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                  });
              
                  $(".Iteration").change(function() {
                      UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                  });
              

              l

              B Offline
              B Offline
              Bruno Tagliapietra
              wrote on last edited by
              #6

              and here's another one... it's ROBUST jquery :p

              $(this).parent().parent().parent().children("tr:nth-child(1)").children("td").children().children().children().children(":nth-child(2)")children(".MultilineTextBox").val("!" + Out);

              1 Reply Last reply
              0
              • B Bruno Tagliapietra

                a collegue of mine, from a village near Rome, uses to say "fresco": it means basically "stuff", and he really abuses the word. When he explains your code to you, he sounds like this: "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...." He also claims being a jQuery expert... so this is a jQuery example of his "frescoes" :laugh:

                    $(".TimeoutInMinutes").change(function() {
                        UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                    });
                
                    $(".Iteration").change(function() {
                        UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                    });
                

                l

                B Offline
                B Offline
                BillW33
                wrote on last edited by
                #7

                Yeah, that is a really ugly querry of "frescoes". :laugh:

                Just because the code works, it doesn't mean that it is good code.

                1 Reply Last reply
                0
                • Sander RosselS Sander Rossel

                  bruno.tagliapietra wrote:

                  "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...."

                  This is not hard to unerstand. As a kid I watched the Smurfs on TV a lot. Watching that a lot made me familiar with their language. The language your co-worker speaks seems closely related to the Smurfs language. A basic rule for this language family is to replace every noun with another word, in your co-workers language this word is 'fresco'. Learning a new language is never easy, but with a bit of practice you'll get there! :thumbsup:

                  bruno.tagliapietra wrote:

                      $(".TimeoutInMinutes").change(function() {
                          UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                      });
                  
                      $(".Iteration").change(function() {
                          UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                      });
                  

                  l

                  This language seems harder to decipher... :doh:

                  It's an OO world.

                  A Offline
                  A Offline
                  Albert Holguin
                  wrote on last edited by
                  #8

                  smurfs rock! :laugh:

                  1 Reply Last reply
                  0
                  • B Bruno Tagliapietra

                    a collegue of mine, from a village near Rome, uses to say "fresco": it means basically "stuff", and he really abuses the word. When he explains your code to you, he sounds like this: "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...." He also claims being a jQuery expert... so this is a jQuery example of his "frescoes" :laugh:

                        $(".TimeoutInMinutes").change(function() {
                            UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                        });
                    
                        $(".Iteration").change(function() {
                            UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                        });
                    

                    l

                    W Offline
                    W Offline
                    wizardzz
                    wrote on last edited by
                    #9

                    Is fresco Italian for widget? I'm hungry, how do you ever stop eating over there?! I'm 50% Italian, my mother was born there, but I've never visited. I would have to stay though, because I wouldn't fit on the plane back.

                    Craigslist Troll: litaly@comcast.net "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson

                    T 1 Reply Last reply
                    0
                    • W wizardzz

                      Is fresco Italian for widget? I'm hungry, how do you ever stop eating over there?! I'm 50% Italian, my mother was born there, but I've never visited. I would have to stay though, because I wouldn't fit on the plane back.

                      Craigslist Troll: litaly@comcast.net "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson

                      T Offline
                      T Offline
                      TorstenH
                      wrote on last edited by
                      #10

                      "fresco" means something "fresh". I can't think of an word sounding the same with a useful meaning in software developing. regards Torsten

                      I never finish anyth...

                      A 1 Reply Last reply
                      0
                      • T TorstenH

                        "fresco" means something "fresh". I can't think of an word sounding the same with a useful meaning in software developing. regards Torsten

                        I never finish anyth...

                        A Offline
                        A Offline
                        AspDotNetDev
                        wrote on last edited by
                        #11

                        Neo?

                        [

                        S<T>::f(U) // Out of line.

                        ](http://msdn.microsoft.com/en-us/library/8yk3t00s(v=vs.71).aspx)

                        1 Reply Last reply
                        0
                        • B Bruno Tagliapietra

                          a collegue of mine, from a village near Rome, uses to say "fresco": it means basically "stuff", and he really abuses the word. When he explains your code to you, he sounds like this: "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...." He also claims being a jQuery expert... so this is a jQuery example of his "frescoes" :laugh:

                              $(".TimeoutInMinutes").change(function() {
                                  UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                              });
                          
                              $(".Iteration").change(function() {
                                  UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                              });
                          

                          l

                          J Offline
                          J Offline
                          JohnLBevan
                          wrote on last edited by
                          #12

                          Are you saying he's all fresco? Maybe he should work on this[^]?

                          1 Reply Last reply
                          0
                          • B Bruno Tagliapietra

                            a collegue of mine, from a village near Rome, uses to say "fresco": it means basically "stuff", and he really abuses the word. When he explains your code to you, he sounds like this: "Well, I coded a 'fresco' that takes two other 'frescos' and move them around, while another couple of lists of 'frescos'...." He also claims being a jQuery expert... so this is a jQuery example of his "frescoes" :laugh:

                                $(".TimeoutInMinutes").change(function() {
                                    UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                                });
                            
                                $(".Iteration").change(function() {
                                    UpdateSave($(this).parent().parent().parent().parent().parent().parent().attr("id"));
                                });
                            

                            l

                            B Offline
                            B Offline
                            BillWoodruff
                            wrote on last edited by
                            #13

                            Hi Bruno, Clearly this programmer is using "fresco" as a code-word for "obfuscatore al dente." best, Bill

                            "Many : not conversant with mathematical studies, imagine that because it [the Analytical Engine] is to give results in numerical notation, its processes must consequently be arithmetical, numerical, rather than algebraical and analytical. This is an error. The engine can arrange and combine numerical quantities as if they were letters or any other general symbols; and it fact it might bring out its results in algebraical notation, were provisions made accordingly." Ada, Countess Lovelace, 1844

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

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