BlogHide Resteemsghasemkiani (69)in programming • 7 years agoMerging PDF Files with JavaMerging PDF files is a common task that we usually need to do in our daily activities. Of course, it is possible and fairly easy to merge PDF files in various applications, including Adobe Acrobat…ghasemkiani (69)in nowruz • 7 years agoHappy Iranian New YearToday 2018-03-20, at exactly 16:15:28 GMT (19:45:28 IRST), the Earth passes the point in its orbit where the ecliptic longitude of the Sun is 0°. It is the so-called vernal equinox, or the beginning…ghasemkiani (69)in news • 7 years agoStephen Hawking, one of the greatest physicists of our time, dies at 76Stephen Hawking’s family released a statement today, confirming his death at his home in England. Source: Wikimedia , originally from NASA . Public domain. This is a tragic…ghasemkiani (69)in javascript • 7 years agoUsing Scoped NPM PackagesNPM is the most widely used package manager for NodeJS . It has more than 600,000 packages with hundreds of millions of downloads per day. NodeJS uses directory hierarchy for finding modules.…ghasemkiani (69)in javascript • 7 years agoOptimistic Typing in NashornI have a bunch of programs written in JavaScript for Nashorn , the fast JavaScript engine shipped with JDK 8 and later. Since I had been working on a NodeJS project for the last couple of…resteemedhaji (56)in poverty • 7 years agoThey need water, food, home!Title: They need water, food, home! In this world, the rich will become richer every day, and the poor become poorer... Look carefully at the two pictures below source Image Source…ghasemkiani (69)in javascript • 7 years agoJavaScript Basics: Reflect.applyThe method Reflect.apply is just a better and more meaningful way to do Function.prototype.apply . In other words, it allows you to call the given function using a specified context ( this…ghasemkiani (69)in javascript • 7 years agoJavaScript Basics: Reflect.constructThe method Reflect.construct helps construct a new instance from a constructor function given an array of arguments. It has a functionality similar to the new operator: function Employee…ghasemkiani (69)in javascript • 7 years agoJavaScript Basics: ReflectReflect is a global object in ES6 and later that provides the reflection API for JavaScript. Most strongly typed languages, such as Java, provide a reflection API which you can use to inspect and…ghasemkiani (69)in medicine • 7 years agoNew Horizons Broke the Record of the “Pale Blue Dot” PictureThe New Horizons probe was launched in 2006 in a mission to explore Pluto. First, it had a flyby of Jupiter and used this massive planet’s gravitational force to boost its speed. Then, in 2015, it…resteemednimik (51)in travel • 7 years agoTravel diaries: Tajmahal- Seven wonder of the worldTaj Mahal is considered as an epitome of Love. The white marble building is a masterpiece crafted by many Craft men who built it in 20 years. It was build by ShahJahan in the memory of his…ghasemkiani (69)in javascript • 7 years agoJavaScript Basics: Object.freeze and Object.isFrozenIn the previous posts, I discussed about two levels of object protection: Object.preventExtensions and Object.seal . The last level of protection is Object.freeze , which also makes all the…ghasemkiani (69)in javascript • 7 years agoJavaScript Basics: Object.seal and Object.isSealedIn the previous post, I wrote about Object.preventExtensions . That functions prevents the addition of new properties to an object. However, it does not prevent you from configuring, mutating, or…ghasemkiani (69)in javascript • 7 years agoJavaScript Basics: Object.preventExtensions and Object.isExtensibleIn JavaScript, an object is extensible by default. This means that new properties can be added to the object. In some circumstances, you my want to prevent extensions to the object. To this end, you…resteemedhaji (56)in persian • 7 years agoفارسی زبانان جوین شید در چنل و گپای دی چنل : لینک گپ :ghasemkiani (69)in javascript • 7 years agoJavaScript Basics: Object.prototype.hasOwnPropertyObjects in JavaScript have not only their own properties, but also the properties that are on the objects in their prototype chain. Object.keys gives a collection of the object's own properties…resteemedsam1210 (54)in painting • 7 years agoPlay with color! Paintings! Exhibition-Part-22I am trying to make a game in ethereum. I have been working hard to make it as good as possible. I have completed level 4 so far. Hope i will be able to finish it very soon. I need your support. So…resteemedgn-ahmad (55)in steemit • 7 years agosteemCreated with Sketch.استیمیت محیط اتحاد و هم بستگی تمام ایرانیان خواهد بودسلام دوستان عزیز امیدوارم که احوالتون خوب باشه من از وقتی که با این محیط اجتماعی آشنا شدم درس های زیادی رو یاد گرفتم بزرگترینش این بود که ما عده ی محدودی ایرانی در این محیط هستیم و به جای اینکه…ghasemkiani (69)in javascript • 7 years agoJavaScript Basics: Object.isYou may have heard of the book JavaScript: The Good Parts (Yahoo Press, December 2008) by Douglas Crockford . The name, obviously, implies that JavaScript has bad parts, too. The equality…resteemedscipio (65)in steemdev • 7 years agoI'm still here! :-) UA-Python is coming!I'm still here! :-) UA-Python is coming! Hi y'all! I've been a little too quiet lately, there weren't any new "The Scipio Files" publications, nor code contributions, tutorials.... Sorry about…