Skip to main content

Home/ Coders/ Group items tagged Scripting

Rss Feed Group items tagged

Joel Bennett

Getting a distinct list of changed files from TFS using PowerShell - 0 views

  •  
    This post really digs into Get-TfsItemHistory ...
David McCart

XSS (Cross Site Scripting) Prevention Cheat Sheet - OWASP - 1 views

  •  
    XSS again, but from the other side of the fence
David Corking

Steve's Squeak Enhancements - 0 views

  • The photos publisher will produce the html files necessary to share your photos. It will copy the original images to the target web site folder as well as create image thubmnails that look pretty nice. It will create the subdirectory folder structure as required. The
    • David Corking
       
      Who says you can't do scripting in Smalltalk?
  •  
    Nice set of applications here
Matteo Spreafico

Classical Inheritance in JavaScript - 0 views

  • function ZParenizor2(value) { var that = new Parenizor(value); that.toString = function () { if (this.getValue()) { return this.uber('toString'); } return "-0-" }; return that; }
    • Matteo Spreafico
       
      This constructors lies, wondeful!
  • Again, we augment Function. We make an instance of the parent class and use it as the new prototype. We also correct the constructor field, and we add the uber method to the prototype as well.
  • This adds a public method to the Function.prototype, so all functions get it by Class Augmentation. It takes a name and a function, and adds them to a function's prototype object.
  • ...3 more annotations...
  • To make the examples above work, I wrote four sugar methods. First, the method method, which adds an instance method to a class. Function.prototype.method = function (name, func) { this.prototype[name] = func; return this; };
  • JavaScript can be used like a classical language, but it also has a level of expressiveness which is quite unique. We have looked at Classical Inheritance, Swiss Inheritance, Parasitic Inheritance, Class Augmentation, and Object Augmentation. This large set of code reuse patterns comes from a language which is considered smaller and simpler than Java.
  • I have been writing JavaScript for 8 years now, and I have never once found need to use an uber function. The super idea is fairly important in the classical pattern, but it appears to be unnecessary in the prototypal and functional patterns. I now see my early attempts to support the classical model in JavaScript as a mistake.
Matteo Spreafico

JavaScript: The World's Most Misunderstood Programming Language - 0 views

  • JavaScript, aka Mocha, aka LiveScript, aka JScript, aka ECMAScript, is one of the world's most popular programming languages
  • It was originally called LiveScript, but that name wasn't confusing enough.
  • You get lambdas without having to balance all those parens.
David McCart

XSS (Cross Site Scripting) Cheat Sheet - 0 views

  •  
    all about implementing an XSS attack, just for security testing, obviously
  •  
    just for security testing
Joel Bennett

Google-Voice-JAVA - Programmatically control Google Voice - 2 views

  •  
    "The goal of this project is to bring programmatic control of Google Voice to Java Developers. This includes Placing Calls, Sending SMS messages, and viewing Inbox, Voicemails etc. Developers are welcome to contribute to this Open Source project. "
Joel Bennett

Texo - My PowerShell Continuous Integration Server - Ayende @ Rahien - 5 views

  •  
    Ayende's written his own CI server ... in PowerShell.
Fabien Cadet

utf 8 nbsp - RE: nbsp is not that hard, folks ; reply by: Américo Albuquerque... - 0 views

  • " " " " and "\u00A0" have nothing, NOTHING to do with UTF-8.
  • There is a character -- an abstract unit in a "script" (a writing system; we are using Latin right now) -- called NO-BREAK SPACE by the Unicode Standard and ISO/IEC 10646. Unicode and ISO/IEC 10646 assign this character an integer number, 160, which is A0 in hex.
  • UTF-8 is an encoding scheme that provides a way of representing any of the approximately 1.1 million possible abstract characters in Unicode as a sequence of 1 to 4 bytes.
  • ...8 more annotations...
  • The UTF-8 representation of the Unicode character 160 (no-break space), is the pair of bytes C2 A0, in that order.
  • This thing: \u00A0
  • the no-break space character
  • This thing:   or this thing:  
  • is to SGML applications like HTML and XML what \u00A0 is to Java & Python;
  • is called a character reference (or "numeric character reference").
  • This thing:  
  • is to SGML applications like HTML and XML an "entity reference";
  •  
    « [...] " " " " and "\u00A0" have nothing, NOTHING to do with UTF-8 [...] Unicode and ISO/IEC 10646 assign this character an integer number, 160, which is A0 in hex [...] UTF-8 is an encoding scheme [...] The UTF-8 representation of the Unicode character 160 (no-break space), is the pair of bytes C2 A0. »
Eitworld :education at one click

PHP Practical Book - 0 views

PHP is a server side scripting language basically known for its use in web development but also used as a general-purpose programming language. This book contains various minor projects which are h...

web

started by Eitworld :education at one click on 29 Jul 14 no follow-up yet
Eitworld :education at one click

PHP - 0 views

PHP is a server side scripting language basically known for its use in web development..Increase your knowledge in PHP along with other web developing languages. PHP is very beneficial in increasin...

development

started by Eitworld :education at one click on 30 Jul 14 no follow-up yet
iupdateyou123

Job For Software Developer - 0 views

  •  
    C, C++, Asp.Net, .Net Frame Work, Core Java, Php, My Sql, HTML, Java Script
« First ‹ Previous 161 - 180 of 181 Next ›
Showing 20 items per page