Skip to main content

Home/ Coders/ Group items tagged thi

Rss Feed Group items tagged

Biztech Consultancy

Biztech Consultancy Launches SMS Vault Mobile App Offering Privacy to SMSs - 0 views

  •  
    SMS Vault Mobile application that keeps SMSs private and secure! This application provides the user with a facility to retain the privacy of their messages that they send using this app.
Rajesh sharma

Kids Car Racing mania - 0 views

  •  
    The quicker the answers, ★★★★★ the faster the car runs. ★★★★★ Hey Children! Learn multiplication with this car racing game designed specially for kids. Racing excites and thrills. With your customized car you can race with the machine and can check how fast you are with multiplication concept. Playing the game will add value to your learning. Cheers! Treat yourself with thrilling car racing and have fun with multiplication tables. This is an extremely engaging application for kids to practice multiplication while having fun.
fspore

Values, Types, and Operators :: Eloquent JavaScript - 0 views

  • Not all operators are symbols. Some are written as words. One example is the typeof operator, which produces a string value naming the type of the value you give it.
  • Having such numbers is useful for storing strings inside a computer because it makes it possible to represent them as a sequence of numbers. When comparing strings, JavaScript goes over them from left to right, comparing the numeric codes of the characters one by one.
  • There is only one value in JavaScript that is not equal to itself, and that is NaN, which stands for “not a number”.
  • ...16 more annotations...
  • In practice, you can usually get by with knowing that of the operators we have seen so far, || has the lowest precedence, then comes &&, then the comparison operators (>, ==, and so on), and then the rest. This order has been chosen such that, in typical expressions like the following one, as few parentheses as possible are necessary:
  • The difference in meaning between undefined and null is an accident of JavaScript’s design, and it doesn’t matter most of the time. In the cases where you actually have to concern yourself with these values, I recommend treating them as interchangeable (more on that in a moment).
  • . Yet in the third expression, + tries string concatenation before numeric addition
  • When something that doesn’t map to a number in an obvious way (such as "five" or undefined) is converted to a number, the value NaN is produced.
  • Further arithmetic operations on NaN keep producing NaN, so if you find yourself getting one of those in an unexpected place, look for accidental type conversions.
  • g ==, the outcome is easy to predict: you should get true when both values are the same, except in the case of NaN.
  • But when the types differ, JavaScript uses a complicated and confusing set of rules to determine what to do. In most cases, it just tries to convert one of the values to the other value’s type. However, when null or undefined occurs on either side of the operator, it produces true only if both sides are one of null or undefined.
  • That last piece of behavior is often useful. When you want to test whether a value has a real value instead of null or undefined, you can simply compare it to null with the == (or !=) operator.
  • The rules for converting strings and numbers to Boolean values state that 0, NaN, and the empty string ("") count as false, while all the other values count as true.
  • where you do not want any automatic type conversions to happen, there are two extra operators: === and !==. The first tests whether a value is precisely equal to the other, and the second tests whether it is not precisely equal. So "" === false is false as expected.
  • The logical operators && and || handle values of different types in a peculiar way. They will convert the value on their left side to Boolean type in order to decide what to do, but depending on the operator and the result of that conversion, they return either the original left-hand value or the right-hand value.
  • The || operator, for example, will return the value to its left when that can be converted to true and will return the value on its right otherwise. This conversion works as you’d expect for Boolean values and should do something analogous for values of other types.
  • This functionality allows the || operator to be used as a way to fall back on a default value. If you give it an expression that might produce an empty value on the left, the value on the right will be used as a replacement in that case.
  • The && operator works similarly, but the other way around. When the value to its left is something that converts to false, it returns that value, and otherwise it returns the value on its right.
  • Another important property of these two operators is that the expression to their right is evaluated only when necessary. In the case of true || X, no matter what X is—even if it’s an expression that does something terrible—the result will be true, and X is never evaluated. The same goes for false && X, which is false and will ignore X. This is called short-circuit evaluation.
  • - to negate a number
spicesboard

Conference-International Spice Conference 2016 - 0 views

  •  
    Learn this and more by being a part of this initiative, the All India Spices Exporters Forum (AISEF) and the entire Spices Fraternity of India invite you to the first ever International Spice Conference 2016 .
spicesboard

spice trading countries - 0 views

shared by spicesboard on 11 Aug 15 - No Cached
  •  
    Decoding Spices in the 21st Century Learn this and more by being a part of this initiative, the All India Spices Exporters Forum (AISEF) and the entire Spices Fraternity of India invite you to the first ever International Spice Conference 2016 . AISEF has been working tirelessly in improving the Indian spice industry for the last 25 years. The ISC 2016 will also be a celebration of the 25 years it has devoted and contributed to the industry. http://www.internationalspiceconference.com/overseas-dele-reg.html
David Rietz

Graph Database Tutorial - 0 views

  •  
    Graph databases are still quite unfamiliar to many developers. This is the first post in a series discussing the operations a graph database makes available to the developer. Just like there are only so many different things you can do on a relational database (like CREATE TABLE or INSERT), there are only so many things you can do on a graph database. It is worth looking at them one at a time, and that's the goal of this series.
Saqib Imran

The iPhone 4 Antenna Song - 0 views

  •  
    "Jonathan Mann is a simple song writer and composer who does this for a living. In the light of the recent events which has caught Apple's leg in terms of Antenna problem and the whole "Hold it differently" mantra, this guy has composed a song which is good enough to smack few laughs and giggles directly on the face of Apple."
Saqib Imran

ASL Trainer By 1 SOCIAL MEDIA - 0 views

  •  
    "American Sign Language (ASL) is an application for iPhone, iPod touch and iPad which is a fun way to learn, understand and practice American Sign Language. The application has been designed for the people of all age group who want to understand the ASL when they are on the move. This provides a healthy activity to keep in touch with the language signs and constant practice with the help of this app makes it even better."
Joel Bennett

Why Verbs? « Not The User's Fault - 0 views

  •  
    expressiveness: Hey Firefox? Select this page, translate it to Spanish, encrypt it with my mom's public key, email it to her, and oh yeah save this chain of commands as a new command so I can use it later.
Kingdon Barrett

River's Edge Party House - 0 views

  • The River's EdgeParty House
    • Kingdon Barrett
       
      For the curious, it was this page. This development is what I am tracking in that git repository on tues-crep unfuddle, known as job6. I can only handle a finite number of jobs at once. How many, that number is yet to be determined!
  •  
    This is the development version of my web-based Italian Restaurant and Party House.
alex gross

The Cloud as a Platform for Platforms - 0 views

  •  
    AWS is not only a rich platform to build solutions but also a platform for building specialized platforms. Customers can choose to either use the AWS cloud directly or take advantage of these value-added platforms. Customers can also mix and match platforms from this rich ecosystem. \n\nIn this post, we look at some of the best examples of specialized platforms built on AWS:
Fabien Cadet

PhoneGap : OpenSource framework for mobile development - 2 views

  • "AIR for the iPhone" because this nice little hack, first created at an iPhone BarCamp, wraps the Web view with a container. This container gives the view access to APIs available on the device, that may not be available yet via WebKit alone."
    • David Corking
       
      This quote sounds compelling
  •  
    I don't think this will get you past the iPhone app store, but it should make it easier for non-Cocoa coders who want access to the accelerometer, geolocation and other on board functions that aren't available to pure web apps.
  •  
    « PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap leverages web technologies developers already know best... HTML and JavaScript. »
David Corking

JavaScript as a Functional Language | Ajaxonomy | 2009 - 0 views

  • there is a little bit of hand-waving involved in calling JavaScript a functional language. JavaScript is not a side-effect free language, nor is it an expression-based language (i.e., it is not value-oriented, but rather variable-oriented). There is no tail call optimization in any of the current implementations, so recursion must be kept shallow. And the list goes on. Truth be told, JavaScript is really one of the first hybrid imperative-functional languages.
  • Higher-order functions allow us to do functional composition,
  • Since JavaScript does not have "overloaded" functions, this type of functionality is usually simulated using manipulation of the function's arguments. Currying comes in handy because it allows you to do this manipulation in a much cleaner and more modular way.
  • ...1 more annotation...
  • Closures have quite a few applications in real-world JavaScript: event binding, callbacks, sorting, mapping (in the classical Lisp sense), and many others. In more modern JavaScript programming, you can find them almost everywhere.
  •  
    This is a short tutorial approach to an old but little-noticed saw.
David Corking

Squeak Bug/Fix Reporting on Vimeo by Ken Causey - 2008 - 0 views

  •  
    It is always important to know how to submit a bug report. It doesn't help that every community has different expectations, and every bug tracking system has a different layout. In Squeak, the learning curve is long but shallow. In this 23 minute screencast, Ken Causey starts with some bug hunting tips, and explains how to make a Smalltalk changeset file that is numbered, documented and compressed. He then shows how to submit this to the Mantis server on bugs.squeak.org.
David Corking

The APIs for the Sun Cloud: Wiki: HelloCloud - Project Kenai - 0 views

  • . Let's assume that this application does storage and retrieval of large media files; the required infrastructure is: A firewall appliance for connecting to the Internet A private network connecting the firewall to other systems A Linux web server running a LAMP stack A Solaris database machine running MySQL for application persistence A WebDAV server for the media files
    • David Corking
       
      Soon you will be able to write scripts to install "Virtual Data Centers" There seems to be a temptation here to make a virtual data center as complex as a real one - perhaps that is necessary, but this technology is in its early stages. Right now, I wonder if a virtual firewall appliance is as secure or fast as a real one.
  •  
    Certain kinds of deployment are much more efficiently achieved with virtual servers. This article is a simple and almost hands-on introduction to the way a Sun Cloud deployment can be scripted or have another automated front end for deployment.
David Corking

Stevey's Blog Rants: Execution in the Kingdom of Nouns - 2006 - 0 views

  • For the lack of a horseshoe, EquestrianDoctor.getLocalInstance().getHorseDispatcher().shoot();
  • the stories all take a definite shape: object construction is the dominant type of expression, with a manager for each abstraction and a run() method for each manager. With a little experience at this kind of conceptual modeling, Java citizens realize they can express any story in this style.
  •  
    The nursery rhyme looks familiar, but how realistic is it? Smalltalk and Self appear at first glance to be in danger of this kind of horror, especially Smalltalk where every object has a class, yet a Smalltalk statement consists largely of verbs. Yegge seems to have missed an important detail in his analogy - verbs are not functions - they are symbols (selectors) that resolve to a function (method) when they are looked up (depending on ... whatever - Smalltalk the class of the receiver, CLOS the types of the arguments and so on). C and FORTRAN don't have verbs, they just have functions (actions).
Joel Bennett

Hg-Git Mercurial Plugin - 0 views

  •  
    This is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial.
Fabien Cadet

« Big Ball of Mud » (aka. Spaghetti Code) , by Brian Foote and Joseph Yoder (... - 3 views

  • The class of systems that we can build at all may be larger than the class of systems we can build elegantly, at least at first.
  •  
    « While much attention has been focused on high-level software architectural patterns, what is, in effect, the de-facto standard software architecture is seldom discussed. This paper examines this most frequently deployed of software architectures: the BIG BALL OF MUD. A BIG BALL OF MUD is a casually, even haphazardly, structured system. Its organization, if one can call it that, is dictated more by expediency than design. Yet, its enduring popularity cannot merely be indicative of a general disregard for architecture. »
laguna loire

SsangYong XIV-1 : The First Official Images - 0 views

  •  
    SsangYong has launched the very first picture of the brand new XIV-1, the idea vehicle is going to be revealed in the Frankfurt Motor Show 2011, scheduled for September 15 to 25. The Korean carmaker has lately been acquired through the Indian group Mahindra with this vehicle really wants to provide a preview from the evolution of his style, that will become a lot more personal and original than before, despite the fact that the cars for marketing is going to be less elaborate than this really is still a prototype.
alex gross

HOWTO: Deploy web applications to the cloud from Visual Studio - 3 views

shared by alex gross on 05 Nov 09 - Cached
  •  
    This video demonstrates how to deploy an ASP.NET web application directly from Visual Studio to the CodeRun Hosting Cloud. This add-in enables you to instantly and intuitively deploy web applications to the cloud.
« First ‹ Previous 81 - 100 of 1050 Next › Last »
Showing 20 items per page