Skip to main content

Posts

Showing posts from July, 2014

#145-Leveraging the Advanced Capabilities of the Gemini Ecosystem, Google Is Setting New Standards for What AI Can Achieve, by Virtue of Sundar Pichai’s Unwavering Commitment to Excellence #special

Introduction Gemini, Google's most elegant AI, is set to transform industries with its advanced technology and user-friendly solutions. Google's commitment to pushing the boundaries of AI is evident in the development of the Gemini ecosystem. This advanced AI system is designed to handle complex tasks with precision and efficiency, making it a game-changer in the world of artificial intelligence. Businesses across different sectors are leveraging the power of Gemini to streamline operations, improve decision-making processes, and drive growth. By harnessing Google's most capable AI through the Gemini ecosystem, organizations can unlock new opportunities for innovation and stay ahead in today's competitive landscape. As Google continues to refine and expand the capabilities of Gemini, we can expect even more groundbreaking applications that will shape the future of AI technology. The possibilities are endless with Google's most capable AI leading the way towards a s

#8-How to Integrate Leadbolt HTML Ad in Windows Store JS App?

In this article, I will explain how to place a Leadbolt HTML app banner in a Windows 8.1 JavaScript app. Prerequisites: Basics of creating Windows 8.1 apps with JS. Steps: At first create the ad in Leadbolt site. Keep the ad code in a text file in your computer. We will need this soon. Make sure you have Internet (Client) checked in the Capabilities section of the package.appxmanifest file. Add an HTML page (page.html) to the project. Delete everything in the body part of the page and paste the ad code just before the closing body tag. Now, select the page where you want to place the ad. Let's assume you want to place the ad in default.html. In default.html, place x-ms-webview code in the desired area. Use CSS styles for making the ad look better. If you don't want scrollbars to appear inside your ad, use overflow: hidden; style in page.html. If you have a house ad, use proper styling to make it look nice. The app is now available in Windows Store . Image credit: Imthiyaz Sy

#7-C Sharp Corner Kolkata Chapter June UG Meet

On 22nd June, 2014, we, C# users from Kolkata attended the monthly C# Corner UG meet in Microsoft, Kolkata. The event started late because of some organizational issues but, Sumantro Rijndael Mukherjee efficiently handled everything. There were 25 attendees and everyone was enthusiastic about the event! I was lucky enough to start the event with my presentation on DS JS, which is my first Javascript library. This library is for performing and visualizing data structure operations. Currently supported operations are: Bubble Sort, Selection Sort, Insertion Sort, Quick Sort, Merge Sort, Heap Sort, Linear Search, Binary Search, Stack Operations & Queue Operations. Operations which will be supported in future versions are: D Queue Operations, Circular Queue Operations, Priority Queue Operations, Tree Operations etc. This library is for people who are already familiar with the concepts of data structure and algorithms. Right now, the only targeted use case is practicing data structure o