Skip to main content

Posts

Showing posts with the label programming

Apple Opens Its Invite-Only Bug Bounty Program to All Researchers

As  promised by Apple  in August this year, the company today finally opened its bug bounty program to all security researchers, offering monetary rewards to anyone for reporting vulnerabilities in the iOS, macOS, watchOS, tvOS, iPadOS, and iCloud to the company. Since its  launch  three years ago,  Apple's bug bounty program  was open only for selected security researchers based on invitation and was only rewarded for reporting vulnerabilities in the iOS mobile operating system. However, speaking at a hacking conference in August this year, Ivan Krstić, head of Apple Security Engineering and Architecture at Apple,  announced  the company's upcoming  extended bug bounty program  which included three main highlights: an enormous increase in the maximum reward from $200,000 to $1.5 million, accepting bug reports for all of its operating systems and latest hardware, opening the program for all researchers. Now starting from tod...

Facebook Introduces New Programming Language Hack

New Programming Named Hack According to sources Facebook  has released a new programming language named "Hack". According to Facebook   Hack is: " Hack is a programming language for HHVM that interoperates seamlessly with PHP. Hack reconciles the fast development cycle of PHP with the discipline provided by static typing, while adding many features commonly found in other modern programming languages. Hack provides instantaneous type checking via a local server that watches the filesystem. It typically runs in less than 200 milliseconds, making it easy to integrate into your development workflow without introducing a noticeable delay. The following are some of the important language features of Hack . For more information, see the full documentation , or follow through the quick i nteractive tutorial ."

Go :-The New era Of Programming Language By Google.

        **The Go Project:-** ----------------------------------------------- The Go Project:-   Go is an open source project developed by a team at Google and many contributors from the open source community.    Go is distributed under a BSD-style license .  Source Code Check out the Go source code. Release History A summary of the changes between Go releases. Developer Mailing List The golang-dev mailing list is for discussing and reviewing code for the Go project. For general discussion of Go programming, see golang-nuts . Checkins Mailing List A mailing list that receives a message summarizing each checkin to the Go repository. Build Status View the status of Go builds across the supported operating systems and architectures. Do Check Out :-  

Java in 60 minutes A day ..

Java in 60 minutes A day .. ---------------------------------------------   Unlike other books like Java in 21 days, this is an excellent book that I found when I was a beginner in java. He tells it so easily and also he covers in depth.This is simple the best java beginner books I have ever seen.This is not only for beginners but also for those who want to know in depth.     1. Shows readers how to use Java to harness the power of object-oriented programming     2. Includes thirty one-hour lessons that recreate a typical week-long introductory seminar     3. Focuses on the Java 2 Platform, Enterprise Edition (J2EE)     4. Helps readers to develop skills that are critical to many Web services scenarios     5. The author was one of the first Sun Certified Instructors and has since taught Java to thousands of developers     6. Companion Web site features an online presentation by the aut...